/* CSS Document */
body{
	background-color:#FFFFFF;
}

.main{
	width: 770px;
	background-color: #FFFFFF;
	border: solid 10px #104432;
	margin: 0 auto;
}
.divider{
	background-color: #708f84;
	height: 10px;
}
.divider2{	
	background-color: #708f84;
	height: 4px;
	width: 100%;
}
 #nav{
 	background-color: #104432;
	width: 30%;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}

#nav ul{
	display: block;
	margin: 10px;
	padding: 0;
}
#nav ul li{
	list-style-type: none;
	line-height: 40px;
	background: url(../images/navdivider.gif) no-repeat;
	background-position: bottom;
}
#nav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
	
#content{
	background-color: #ffffff;
	width: 70%;
	padding: 10px 5px;
}
/*this is the style for the headings in the content section*/
.style1{
	font-family:Lynda Wide;
	font-size:24px;
	color: #104432;
	font-weight: bold;
}
/*this is the style for the paragraphs*/
.style2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #104432;
	text-align: justify;
}
.style3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	color: #9fb4ad;
}
/*this is the style for the headings on the products*/
.style4{
	font-family: Bangle Wide, Georgia, Sans Sarif;
	font-size:18px;
	font-weight: bold;
	color:#104432;
} 

/*this is the style for the product description*/
.style5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
}
/*this is the style on the valves page under divider*/
.style6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#104432;
}
/*this is the style for the valves description*/
.style7{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*this is the style for the offices on the contact us page*/
.style8{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #708f84;
	text-align:center;
}
/*this is the style for the names and email addresses on the contact page*/
.style9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.style10{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #104432;
	text-align: center;
}

#footer{
	background-color: #104432;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #708f84;
	text-align: center;
	vertical-align: middle;
}
	


