/* CSS Document */

body{
background-color: #fff;
margin: 26px 0px 0px 0px;
padding: 0px;
text-align:center;
}

/*----------------------------------*/
/*-------- template items ----------*/
/*----------------------------------*/


#header{
	width: 760px;
	height: 176px;
	background-image: url(../img/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
	/*border: 1px solid #333;*/
}


#header1{
	width: 760px;
	height: 22px;
	background-image: url(../img/header1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0px auto 21px auto;
	padding: 0px;
	/*border: 1px solid #333;*/
}


#mid{
	width: 100%;
	background-color:#FFFFFF;
	text-align:center;
}


#pumps{
	width: 760px;
	height: 125px;
	margin: 10px auto 0px auto;
}



#footer{
	height:16px;
	width: 760px;
	background-image: url(../img/footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0px auto 0px auto;
	text-align: left;
}
#footer ul {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
}
#footer li{
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	
	
}
#footer a { 
	color: #4b4e56;
	text-decoration: none;
}
#footer a:visited { 
	color: #4b4e56;
	text-decoration: none;
}
#footer a:hover {
	color: #4b4e56;
	text-decoration: underline;;
}
#footer a:active { 
	color: #4b4e56;
}








#content {
	font: 11px Trebuchet MS;
	color: #4b4e56;
	text-align:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 0px;
	padding-left: 15px;
}


#content p {
	font: 11px Trebuchet MS;
	color: #4b4e56;
	margin: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}




/* --------------left nav------------- */

#left {
	width: 191px;
	text-align:left;
	padding-bottom: 20px;
}



#left ul{
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#left ul ul
{
	margin: 5px 0px 5px 10px;
}

#left li{
	list-style: none;
	font: 11px/14px Trebuchet MS;
	color: #4b4e56;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


#left a:link, #left a:visited{
	font: 11px Trebuchet MS;
	color: #4b4e56;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #4b4e56;
	font-weight: normal;
}


#left a:hover {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}


#section {
	text-decoration: underline;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-decoration: none;
	background-color:#dbd9de;
	font: 11px/14px Trebuchet MS;
	color: #4b4e56;
}




/*----------- primary nav --------------*/


#primarynav {
	margin: 0px;
	padding: 140px 10px 0px 0px;
	text-align:right;
	font: 11px Trebuchet MS;
	color: #4b4e56;
	text-decoration:none;
}
#primarynav ul
{
	margin: 0px;
	padding: 0px;
}


#primarynav li{
	font: 11px Trebuchet MS;
	color: #4b4e56;
	list-style:none;
	display:inline;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}


#primarynav li a { 
	color: #4b4e56;
	text-decoration: none;
}
#primarynav li a:visited { 
	color: #4b4e56;
	text-decoration: none;
}
#primarynav li a:hover {
	color: #4b4e56;
	text-decoration: underline;;
}
#primarynav li a:active { 
	color: #4b4e56;
}




#pumps
{
	padding: 10px 0px;
}



	/*
 	 * *************** *
 	 * HTML ATTRIBUTES *
 	 * *************** *
	*/
	body, p, td, li
	{
		font: 11px Trebuchet MS;
		color: #4b4e56;
	}
	h1 {
		color: #000;
		font: 18px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	h2 {
		color: #000;
		font: 18px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	h3 {
		color: #000;
		font: 14px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	h4 {
		color: #4b4e56;
		font: 14px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	h5 {
		color: #4b4e56;
		font: 12px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	h6 {
		color: #4b4e56;
		font: 11px Trebuchet MS;
		padding: 0px 0px 5px 0px;
		margin: 0px;
		font-weight: bold;
	}
	
	a { 
		color: #0129a2;
	}
	a:visited { 
		color: #0129a2;
	}
	a:hover {
		color: #4b4e56;
		text-decoration: none;
	}
	a:active { 
		color: #4b4e56;
	}
	img {
		border:0;
	}
