
*{
	margin:0;
	padding:0;
}

body{
	background-color:#EEEEEE;
}

#wrapper{
	width:800px;
	margin:auto;
}

#header{
	width:800px;
	height: 69px;
	background:url("/images/bg_header.gif") no-repeat;
}

#header #logo, #header #call_us{
	float:left;
}


#buttons img{
	float:left;
	margin-right: 6px;
}

#buttons{
	margin-bottom: 5px;
	
	
}

/* Top Navigation ----------------------------------------------------------*/
#nav{
	height: 43px;
	width:800px;
	margin-bottom: 5px;
		
}

#nav ul{
	display:block;
}


#nav ul li span{
	display:none;
}
	
#nav ul li{
		list-style-type: none;
		float: left;
}

#nav ul li #home{
		display:block;
		width:62px;
		height:43px;
		background: url("/images/home.jpg") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #noise_vibration{
		display:block;
		width:132px;
		height:43px;
		background: url("/images/noise_vibration.jpg") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #occupational_hygiene{
		display:block;
		width:162px;
		height:43px;
		background: url("/images/occupational_hygiene.jpg") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #air_quality{
		display:block;
		width:93px;
		height:43px;
		background: url("/images/air_quality.jpg") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #environmental_management{
		display:block;
		width:201px;
		height:43px;
		background: url("/images/environmental_management.jpg") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #training_guidance{
		display:block;
		width:150px;
		height:43px;
		background: url("/images/training_guidance.jpg") 0 0 no-repeat;
		text-decoration: none;
}


#nav ul li #home:hover, #nav ul li #noise_vibration:hover, #nav ul li #occupational_hygiene:hover, #nav ul li #air_quality:hover, #nav ul li #environmental_management:hover, #nav ul li #training_guidance:hover{	
		background-position:  0 -43px;
}


/* Main Content ----------------------------------------------------------*/

#top{
	background:url(images/top.gif) no-repeat bottom center; 
	height: 6px;
}

#main{
	background: #ffffff; 
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:150%;
			
	padding: 15px;
}

#main p{
	padding-bottom: 10px;
}


#main a{
	font-weight:bold;
	color: #146940;
	text-decoration: none;
}

#main a:hover{
	font-weight:bold;
	color: #FE9900;
	text-decoration: none;
}

#main ul{
	margin-left: 15px;
	margin-bottom: 15px;
}

#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	color: #333333;
	padding-bottom: 10px;
	font-weight:normal;
}

#main h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #B70000;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight:bold;
}



#main hr{
	background-color: #CCCCCC;
	height: 3px;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
}


#main .box{
	margin-left: 10px;
	margin-bottom: 10px;
	color: #156A41;
	font-size:10px;
	line-height:130%;
	width:190px;
}

#main .box .box_inner{
	background: #F1F1F1;
	padding: 10px;
	margin:0;
	margin-bottom: -4px;
}

/* Footer Content ----------------------------------------------------------*/



#footer{
	background:url(images/footer.gif) no-repeat top center; 
	width:800px; 
	height:83px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	line-height:150%;
}

#footer div{
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer a{
	text-decoration:none;
	color:#990000;
}

#footer a:hover{
	text-decoration: underline;
}


/* General Styles ----------------------------------------------------------*/

.imgborder{
	border: 2px solid #485172;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clear{
	clear:both;
}

.company{
	font-weight:bold;
	text-transform:uppercase;
	color: #166C43;
}

.company span{
	color: #BA0303;
	text-transform:capitalize;
}
