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

body {margin:0 auto;
	  padding:0;
	  width:1014px;
	  font-family:Arial, Helvetica, sans-serif;
	  background:url(../images/star-banner-bkg.gif) #1d2355 repeat-x;
	  color:#1d2355;}
	  
ul, li {margin:0; padding:0;}

a {color:#1d2355;
text-decoration:none;
font-weight:bold;
font-size:9pt;
}

a:hover {color:#d92027;
text-decoration:underline;
font-weight:bold;
}
	  
#page {width:1014px;}


/* Header */

#header {width:1014px;
		background:url(../images/pipe_header-bkg.png) no-repeat;
		height:190px;
		}
		
#header-logo-left {width:209px;
		background:url(../images/american-backflow-testing-header-logo.gif) no-repeat;
		height:44px;
		margin: 120px 0px 0px 50px;
		float:left;
		display:inline;
		}
		
		#header-logo-left a {width: 100%;
							height:100%;
							display:block;
		}
		
#header-nav-right{width:600px;
				  height:16px;
				  float:right;
				  display:inline;
				  margin: 125px 37px 0px 0px;
				  } 
				  
		#header-nav-right ul, #header-nav-right li {margin:0px;
								padding:0px;
								float:left;
								display:inline;}
								 
		
		#header-nav-right ul {width:600px;
				  } 
				  
		#header-nav-right li {list-style:none;
							  }
				  
		#header-nav-right a {width:118px;
		   height:16px;
		   display:block;
		   background-repeat:no-repeat;
		   }
		   
		#header-nav-right a:hover {background-position:0px -16px;}
		
		.selected {background-position:0px -16px;}
		  

/* Body */

#body-container {background:url(../images/body-bkg.jpg) no-repeat;
				width:1014px;
				height:500px;
				float:left;
				display:inline;
				}

#body-bottom {background:url(../images/body-bkg_v2.jpg) no-repeat;
				width:1014px;
				height:215px;
				float:left;
				display:inline;
				}
				
/* Body Left Col */
				
#body-container-left {width:550px;
					  margin: 0px 0px 0px 50px;
					  float:left;
					  display:inline;
					   }
					   
		#body-container-left p {color:#1d2355;
								font-size:9pt;
								width:500px;
					   }
					   
		#body-container-left ul {width:400px;
								font-size:9pt;
								padding:10px 0px 0px 0px;
					   }
					   
		#body-container-left li { list-style-type:disc;
								padding-bottom:7px;
								margin: 0px 0px 0px 12px;
					   }
					   
		#body-container-left img {border:5px solid #666699;}
		
					   
#body-container-left-left {width:250px; float:left; display:inline;}

	#body-container-left-left ul {width:250px;
								font-size:9pt;
								padding:10px 0px 0px 0px;
					   }
					   
#body-container-left-right {width:250px; float:right; display:inline;}

	#body-container-left-right ul {width:250px;
								font-size:9pt;
								padding:10px 0px 0px 0px;
					   }
/* Body Right Col */
				   
#body-container-right {width:350px;
					  margin: 0px 50px 0px 0px;
					  float:right;
					  display:inline;
					   }		
					   
		#body-container-right p {color:#1d2355;
								font-size:9pt;
					   }
					   
		#body-container-right ul {width:250px;
								font-size:9pt;
								padding:10px 0px 0px 0px;
					   }
					   
		#body-container-right li { list-style-type:disc;
								padding-bottom:7px;
								margin: 0px 0px 0px 12px;
					   }
					   
					   
#body-inside-container {background:url(../images/body_bkg_1px.gif) repeat-y;
				float:left;
				display:inline;
				overflow:hidden; 
				width:100%;
				}		   
					   
.subtitle {font-size:12pt;
		   font-weight:bold;
		   color:#1d2355;}	
		   
.click-to-enlarge {font-size:8pt; font-weight:bold; color:#666699;}

#img-container-devices img, #img-container-aboutus img {border:3px solid #666699;}

#img-container-devices img:hover, #img-container-aboutus img:hover, {border:3px solid #d92027;}		
					   
/* Devices Page */

#img-container-devices {width:260px; text-align:center;}
	

/* About Us Page */

#img-container-aboutus {width:340px; text-align:left;}


/* Contact Page */

#img-container-contact {
	width:210px; 
	text-align:center;
	border:1px solid #FFFFFF;}


/* Footer */

#footer {widows:1014px;}

#footer-left {width:400px;
		 padding:10px 50px 50px 50px;
		 color:#FFFFFF;
		 font-size:8pt;
		 float:left;
		 display:inline;
		 }
		 
#footer-right {width:400px;
		 padding:10px 50px 50px 50px;
		 color:#FFFFFF;
		 font-size:8pt;
		 float:right;
		 display:inline;
		 text-align:right;
		 }
		 
		 #footer a {color:#ffffff;
		 font-size:8pt;
		 text-decoration:none;
		 }
				
		 #footer a:hover {color:#ffffff;
		 font-size:8pt;
		 text-decoration:underline;
		 }
				
				
				
				
/*PNG Fix*/
* html .header-png {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='../images/pipe_header-bkg.png', sizingMethod='image');}
* html a.ie6_png_fix {cursor: pointer;}
* html .ie6_png_fix {display: inline-block;}
* html .ie6_png_fix img {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}