@charset "utf-8";
body {
	font: 100% Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#88A102;
	clear:both;
	color:#fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.list LI  { 
	list-style-image: url(images/sphere.gif);
	padding-top:4px;
	padding-bottom:6px;
}



/* navigation */
	
	#navbar {
	width: 815px;
   	height:46px;
	clear: both;
	background: #ffffff  url(images/nav_bg.jpg) no-repeat left;
	color:#fff;
	font-size:.7em;
	font-weight:900;
	padding:7px 0 0 0;
	}
	
		#navbar ul, #navbar li {
		display:inline;
		}
		
		#navbar a {
		text-decoration:none;
		color:#fff;
		}
		
			#navbar a:hover {
			color:#fff;
			}

			li.first_child {
			position:relative;
			top:15px;
			z-index:9000;
			}
			
			#navbar > #navbartext > ul.hover_menu > li.first_child > a {			
			margin-left:-20px;
			zoom:1;
			}

			#navbar > #navbartext > ul.hover_menu > li.first_child > a:hover {
			color:#FFFC3B;
			}
	
		#navbar > #navbartext > ul.hover_menu > li > ul.hidden {
		position:relative;
		display:none;
		z-index:99;
		}

		
			#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden {
			position:absolute;
			top:12px;
			left:-70px;
			display:block;
			line-height:15px;
			z-index:99;
			width:200px;
			padding-top:5px;
			}

				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li {
				position:relative;
				display:block;
				text-align:left;
				padding:0 0 0 10px;
				z-index:99;
				background-color:#86a001;
				width:100px;
				}

				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li:hover {
				background-color:#b2c313;
				}
			
				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li > a {
				border-right:none;
				padding:0 0 0 0px;
				font-size:.9em;
				position:relative;
				z-index:99;
				color:#fff;
				}
				
					#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li > a:hover {
					color:#000;
					}
					
/* end navigation */

/*
#nav{
	width: 815px;
   	height:54px;
	clear: both;
	background: #ffffff  url(images/nav_bg.jpg) no-repeat left;
	margin:0;
	padding:0;
}
#navinner{
	padding-top:8px;
	margin-left:33px;
	width: 800px;
   	height:38px;
}
#nav img{
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
}
*/

#clear{   
	clear: both;
}
#footer{   
	margin-top:16px;
}

	#pump #footer {
	}

#headerleft{   
	float: left;
	width: 400px;
	position: relative;
	height:62px;
	margin-top:8px;
	margin-left:20px;
	margin-bottom:6px;
	padding:0;
}

#headerright{   
	float: right;
	width: 300px;
	position: relative;
	height:42px;
	margin-right:20px;
	margin-top:24px;
	margin-bottom:6px;
	text-align:right;
}

	#home #headerright, #contact #headerright {
	margin-top:14px;
	}

#headerright img{vertical-align:middle;}

#mainimage{
	margin-top:6px;
	margin-bottom:16px;
}

.col{
	letter-spacing:0px;
   	width: 191px;
   	height:122px;
	margin-left:0px;
	margin-right:0px;
   	padding: 0px 0px 0px 0px;
   	overflow: hidden;
   	float: left;
   	position: relative;
   	background: #91a806  url(images/featured_bg.jpg) no-repeat left;
	color:#FFF;
	font-size:8pt;
	font-weight:120;
}

.colinnerleft{
	letter-spacing:0px;
   	width: 191px;
   	height:122px;
	margin-left:17px;
	margin-right:17px;
   	padding: 0px 0px 0px 0px;
   	overflow: hidden;
   	float: left;
   	position: relative;
   	background: #91a806  url(images/featured_bg.jpg) no-repeat left;
	color:#FFF;
	font-size:8pt;
	font-weight:120;
}
.colinnerright{
	letter-spacing:0px;
   	width: 191px;
   	height:122px;
	margin-left:0px;
	margin-right:17px;
   	padding: 0px 0px 0px 0px;
   	overflow: hidden;
   	float: left;
   	position: relative;
   	background: #91a806  url(images/featured_bg.jpg) no-repeat left;
	color:#FFF;
	font-size:8pt;
	font-weight:120;
}
.colcontent{
	margin-left:8px;}
.colcontent img{
	margin-top:4px;}
	
	
	
#contentleft{   
	float: left;
	width: 500px;
	height:auto;
	margin-top:16px;
	margin-left:20px;
	padding:0;
	font-size:0.7em;
	
}
#contentbig{   
	float: left;
	height:auto;
	width:790px;
	margin-top:16px;
	margin-left:10px;
	padding:0;
	font-size:0.8em;
	
}
 #contentleft img {
	 padding:10px;
 }
 
 #center {
	 text-align:center;
 }
 
 #contentbig img {
	 padding:10px;
 }
 hr {
	 margin-bottom:10px;
	 margin-top:10px
 }
#contentdivider{   
	float: left;
	width: 2px;
	height:300px;
	margin-top:16px;
	margin-left:5px;
	margin-right:5px;
	padding:0;
	border:1px solid #e3e3e3;
}

#contentright{   
	float: right;
	width: 245px;
	height:auto;
	margin-top:16px;
	margin-right:10px;
	font-size:9pt;
	
}
#contentright img {
	text-align:center;
	padding-left:20px;
}
#maincontentleft img {
	padding:10px;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
}
#plainli {
	margin-left:50px;
	line-height:28px;
}
#plainli li{
	list-style-image: url(images/sphere.gif);
	padding-top:4px;
	padding-bottom:6px;
	margin-left:150px;
	margin-right:50px;
	background-image:none;
}

h3 {
		margin:0;
	padding:0;
}
	
#maincontentleft{   
	float: left;
	width: 500px;
	height:auto;
	margin-top:0px;
	margin-left:10px;
	font-size:9pt;
	line-height:14pt;
	
}

#maincontentleft hr {
	color:#86a002;
}

#maincontentright{   
	float: right;
	width: 220px;
	height:auto;
	margin-top:0px;
	margin-right:10px;
	padding:10px;
	font-size:9pt;
	line-height:14pt;
	
	border:1px solid #86a002;
}
#maincontentright h3,img {
	text-align:center;
}
#imgcenter {
	text-align:center;
}
	
#navbottom{
	width: 815px;
	text-align:center;
	margin:0;
	padding:0;
}
#navbottom a{
	color:#000;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#navbottom a:hover{
	color:#000;
	font-size:7pt;
	font-weight:bold;
	text-decoration:underline;
}
#legal{
	color:#fff;
	font-size:7pt;
	font-weight:bold;
}
#legal a{
	color:#fff;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
}
#legal a:hover{
	font-size:7pt;
	font-weight:bold;
	text-decoration:underline;
}


#info {height:500px;}



.sitemap {
	line-height:25px;
}



ul.menu {list-style:none; margin:0; padding:0; text-align:center; font-size:0.75em}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFF; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:26px; left:0; background:#555555; display:none; list-style:none}
ul.menu ul.two {top:33px;}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:118px; margin:0}
ul.menu ul li a {display:block; padding:3px 0px 5px; background-color:#555555}
ul.menu ul li a:hover {background-color:#898989}
ul.menu ul ul {left:118px; top:-1px}
ul.menu .menulink {padding:5px 3px 7px; font-weight:bold; width:93px}
ul.menu .menulink:hover, ul.menu .menuhover {background-color:#898989}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 106px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


#navwrap {
	padding-top:4px;
}

/*added by paul  */

.right {
float:right;
}

.left {
float:left;

}

.bottom {
position:relative;
z-index:1;
}

img.right{
width:100px;
height:75px;
}

img.left {
width:100px;
}


object {
width:425px;
position:relative;
border-width:thin;
border:outset;
}

.margin_right {
margin-right:135px;
}

.margin_left {
margin-left:160px;
}

span.thumbs {
margin-left:10px;
}

	span.thumbs img {
	margin-top:20px;
	width:160px;
	border-width:thin;
	}

a.go_back {
	font-size:24px;
	color:#009900;
	}
		
#full {
background-color:#000;
width:650px;
top:100px;
text-align:center;
margin-left:60px;
}
	#full img { 
	width:600px;
	height:400px;
	margin-top:10px;
	}
	
/*12/18/09*/

#pumps {
width:115px;
}

/* 1/05/10 */
#headerright > h2 + span, #headerright > h2 + span + br + span {
font-size:14px;
font-weight:100;
letter-spacing:1px;
}

#address {
margin-left:370px;
}


/*linklist*/

#linklist {
font-size:.7em;
border-top:1px solid #999;
padding-top:3px;
width:102.5%;
background:#88A102 url(images/link_list_back.png) repeat-x;
margin-left:-10px;
}

	tr.top {
	font-weight:900;
	}

#linklist a {
text-decoration:none;
color:#fff;
}

#linklist a:hover {
text-decoration:underline;
}