#wrapper 
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: -16px;
	width:870px;
} 
body
{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}

#home_img_header
{
	margin-left:16px;
	width:838px;
	height:185px;
}
#content_home
{
	margin-left:40px;
	float:left;
	width:475px;
	margin-top:50px;
	margin-bottom:80px;
}
#content_other
{
	margin-left:20px;
	float:left;
	width:475px;
	margin-top:50px;
	margin-bottom:80px;
}
#content_other_diaphragm
{
	margin-left:20px;
	float:left;
	width:525px;
	margin-top:50px;
	margin-bottom:80px;
	background-image:url(diaphragm_bg.gif);
	background-repeat:no-repeat;
}
#local_nav
{
	float:left;
	margin-left:40px;
	margin-top:50px;
	width:200px;
	padding-bottom:120px;
	
}
#call_us
{
	float:left;
	margin-top:-95px;
	margin-left:450px;
	font-size:22px;
	font-weight:bold;
}
#brand_header
{
	margin-left:60px;
	float:left;
	width:275px;
	margin-top:50px;
	margin-bottom:80px;
}
h1
{
	font-size:18px;
	margin-left:20px;
}
h3, h4
{
	margin-left:20px;
	font-size:14px;
}

#header
{
	margin-left:70px;
	height:120px;
	margin-top:0px;
}
#global_navigation
{
		height: 30px;
		margin-left:404px;
		margin-right:25px;
		float:left;
		
}
#navigation {
    height: 30px;
    width: 450px;
    float: left;
    background: url('global_nav_bg.jpg') top left no-repeat;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#navigation li {
    float: left;
}
#home a {
    display: block;
    width: 60px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
	/*padding-right: 1px;*/
}
#pumps a {
    display: block;
    width: 66px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
	/*padding-right: 1px;*/
}
#parts a {
    display: block;
    width: 56px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
	/*padding-right: 1px;*/
}

#services a {
    display: block;
    width: 97px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
	/*padding-right: 1px;*/
}
#about_us a {
    display: block;
    width: 80px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
	/*padding-right: 1px;*/
}
#contact_us a {
    display: block;
    width: 90px;
    height: 30px;
    text-decoration: none;
    font-size: 1px;
    text-indent: -1000000000px;
    overflow: hidden;	
}

#navigation li:hover {
    position: static;
}
#home :hover
{ 
	background:url('global_nav_rollover_bg.jpg') no-repeat;
}
#pumps :hover
{ 
	background:url('global_nav_rollover_bg.jpg') -60px no-repeat;
}
#parts :hover
{ 
	background:url('global_nav_rollover_bg.jpg') -126px no-repeat;
}
#services :hover
{
	background:url('global_nav_rollover_bg.jpg') -182px no-repeat;
}
#about_us :hover
{
	background:url('global_nav_rollover_bg.jpg') -279px no-repeat;
}
#contact_us :hover
{
	background:url('global_nav_rollover_bg.jpg') -359px no-repeat;
}

#footer_image {
 position:relative;
 left: 0px;
  width: 870px;
  font-size:10px;
  color:#666666;
  text-align:center;
 /* padding-top:50px;*/
  background-image: url(bottom_border.jpg);
  background-repeat:no-repeat;
  	margin-left:auto;
	margin-right:auto;
	top:-20px;
	height:50px;
}
#footer_image a
{
	color:#666666;
	font-size:10px;
}
#footer_image a:hover
{
	text-decoration:underline;
	color:#000000;
}

.background_left{
width:50%;
margin-left:25%;
/*border:1px solid #000;*/
background:#fff url(left_border.jpg) repeat-y left top;
}

.background_right{
background:transparent url(right_border.jpg) repeat-y right top;
width:100%;
padding:1em 0;
}
.background_right p{padding:0 20px;margin:0 0 1em 0}
/*css specific to other non home pages*/
.bordered_image
{
	padding:5px;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	margin-left:15px;
	margin-bottom:15px;
	width:200px;
}


