@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	text-align:center;
	background:#414142 url(../images/bg-html.png) top left repeat-x;
}
body {
	font: 82%/1.7 Arial, Helvetica, sans-serif;
	position:relative;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px 0px 5px 0px;
}

h2, h3, h4, h5, h6 {
	color:#666666;
}


h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.5em;
	
}
h3 {
	font-size:1.3em;
	font-weight:normal;
}
h4 {
	font-size:1.2em;
		font-weight:normal;

}
h5 {
	font-size:1.1em;
		font-weight:normal;

}
p {
	padding-bottom:1em;
}

address {
	padding-bottom:1em;
	line-height:1.3em;
}

.imageleft {
float:left;
margin:.3em 5px 5px 0;
}

.imageright {
float:right;
margin:.3em 0 5px 5px;
}

.columns {
float:left;
width:350px;
margin-right:20px;
}

.columns .imageright {
margin-right: 10px;

}

.columns h2 {
clear:both;
}

.clear-left-class {
clear:left;
}

blockquote {
background:#E7E7E7 url(../images/quote.png) 5px 5px no-repeat;
margin:0 20px 15px 20px;
}

blockquote p {
padding:20px 50px;
}

#content ul {
list-style:outside url(../images/bullet.png);
padding-left:60px;
padding-bottom:1em;
}

a img {
	border:0;
}
a, a:link {
	color:#BC0000;
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#4D4D4D;
	text-decoration:none;
}
a:active {
	color:#DADADA;
}
/* Layout xxxxxxxxxxxxxxxxxxxxxxxxx */


#wrapper {
	width:990px;
	background-color:#E8E8E8;
	border:solid #999999;
	border-width:0 2px;
	margin:0 auto;
	text-align:left;
}
#manar-inc {
	height:103px;
	border-bottom:solid #999999 2px;
}
/* Nav xxxxxxxxxxxxxxxxxxxxxxxxx */

#nav {
	position:relative;
	float:left;
	list-style: none;
	margin:6px 0 0 6px;
	z-index:1000;
}
#nav li a {
	display: block;
	text-indent: -5000px;
	height: 28px;
	/*height: 24px;*/
}
#nav li li a {
	text-indent:0;
	/*min-height: 24px;*/
	color : white;
	font-weight : normal;
	text-decoration : none;
	background-color : #4D4D4D;
	border : 1px solid #999999;
	padding : 0 0.5em;
	height: 1.72em;
	line-height:1.72em;
	vertical-align:middle;
}
#nav li li a:hover {
	color: black;
	background-color: #FF0000;
}
li.daddy a {
	background:#4D4D4D url(../images/nav_arrow.png) no-repeat right center;
}
li.daddy li a {
	background:#4D4D4D;
}
li li.daddy a:hover {
	background:#FF0000 url(../images/nav_arrow-over.png) no-repeat right center;
}
li.daddy li a:hover {
	background:#4D4D4D;
}
#nav-home, #nav-about-us, #nav-services, #nav-quality-testing, #nav-operations, #nav-industries-markets, #nav-contact-us, #nav-studies-testimonials {
	width:240px;
}
#nav-home {
	background: url(../images/nav_home.png) no-repeat center center;
}
	#nav-home:hover {
		background: url(../images/nav_home-over.png) no-repeat center center;
	}
#nav-about-us {
	background: url(../images/nav_about-us.png) no-repeat center center;
}
	#nav-about-us:hover {
		background: url(../images/nav_about-us-over.png) no-repeat center center;
	}
#nav-services {
	background: url(../images/nav_services.png) no-repeat center center;
	height:27px;
	/*height:25px;*/
}
	#nav-services:hover {
		background: url(../images/nav_services-over.png) no-repeat center center;
	}
#nav-quality-testing {
	background: url(../images/nav_quality-testing.png) no-repeat center center;
	/*height:25px;*/
}
	#nav-quality-testing:hover {
		background: url(../images/nav_quality-testing-over.png) no-repeat center center;
	}
#nav-operations {
	background: url(../images/nav_operations.png) no-repeat center center;
	/*height:25px;*/
}
	#nav-operations:hover {
		background: url(../images/nav_operations-over.png) no-repeat center center;
	}
#nav-industries-markets {
	background: url(../images/nav_industries-markets.png) no-repeat center center;
}
	#nav-industries-markets:hover {
		background: url(../images/nav_industries-markets-over.png) no-repeat center center;
	}
#nav-contact-us {
	background: url(../images/nav_contact-us.png) no-repeat center center;
}
	#nav-contact-us:hover {
		background: url(../images/nav_contact-us-over.png) no-repeat center center;
	}
/*#nav-studies-testimonials {
	background: url(../images/nav_studies-testimonials.png) no-repeat center center;
}
	#nav-studies-testimonials:hover {
		background: url(../images/nav_studies-testimonials-over.png) no-repeat center center;
	}*/
/* -=-=-=-=-=-=- suckerfish =-=-=-=-= */
	
	
	#nav li li { /* all sub list items */
	position : relative;/*float : left;*/
	
		margin-bottom : -1px;
		/*width: 11em;*/
	}
#nav li ul { /* second-level lists */
	list-style: none;
	/*float : left;*/
		width : 12em;
	position : absolute;
	left: -998em;
	margin-left : 239px;
	margin-top: -28px;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 12.01em;
	margin-top: -1.9em;
}
#nav li li a {
		display : block;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* -=-=-=-=-=-=- suckerfish end =-=-=-=-= */

/* END Nav xxxxxxxxxxxxxxxxxxxxxxxxx */
#splash {
	margin:6px 0 0 6px;
	float:left;
	width:732px;
	height:195px;
}

#splash.graphic {
	background:url(../images/people_products_performance.jpg) no-repeat center center;
	overflow:auto;
}

#splash.graphic p {
	margin:50px 10px 0 410px;
	width:315px;
	color:#FFF;
	line-height:1.5em;
}


#services {
	clear:left;
	list-style:none;
	padding-top:6px;
}
#services li {
	float:left;
	width:240px;
	height:141px;
	margin-left:6px;
}

#crumbs {
	clear:left;
	width:740px;
	margin:0px auto 0 auto;
	padding:10px 0 0 0;
	font-size:0.8em;
}
#content {
	clear:left;
	width:740px;
	margin:0px auto 0 auto;
	padding:0px 0 40px 0;
}
#footer {
clear:both;
	background:transparent url(../images/bg_footer.png) top left repeat-y;
	min-height:39px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	border-bottom:solid #999999 2px;
}
#dfd {
	width:990px;
	margin:0 auto;
	text-align:right;
	color:#999;
}
#dfd a {
	color:#999;
	text-decoration:underline;
}

#dfd a:hover {
	color:#BC0000;
	text-decoration:none;
}

