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

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #797777;
	background-image: url(images/body-bg-2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainContainer {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	/* background-image: url(images/ContentBG.jpg); */
}
#header {
	background-color: #c6caca;
	color: #000;
	height: 88px;
	background-image: url(images/header-980-3.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 12px;
}
#sidebar {
	background-color: #CCC;
	float: left;
	width: 180px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar #stanadyne {
	background-color: #d5e7f5;
	border: 1px solid #000;
	margin-top: 10px;
	float: left;
	width: 164px;
	background-image: url(images/stanadyne_BG.jpg);
	background-position: bottom;
	height: 385px;
	text-align: center;
	background-repeat: no-repeat;
	padding: 8px;
	color: #000;
	text-decoration: none;
}
#sidebar #stanadyne h2 {
	margin: 0px;
	color: #074d88;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	padding-bottom: 5px;
}
#content {
	color: #000;
	background-color: #FFF;
	margin-left: 210px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#footer {
	background-color: #999;
	clear: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	float: left;
}
#nav li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	background-color: #FC0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 164px;
}
#nav li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFE479;	
}
#nav li a:visited {
	color: #000;
	text-decoration: none;
}
#nav li .active {
	background-image: url(images/chevron-2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content h1 {
	color: #000;
	width: 500px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffcb09;
	margin: 0px;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	border: 1px solid #000;
	padding: 3px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #000;
}
#nav img {
	margin-top: 10px;
}
.notes {
	font-weight: bold;
	color: #F36;
	font-style: italic;
	font-size: 80%;
}
#rt-sidebar {
	width: 210px;
	text-align: left;
	font-size: 90%;
	padding: 0px;
	background-color: #FFC;
	border: 2px solid #000;
	float: right;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 10px;
}
#rt-sidebar h3 {
	color: #000;
	background-color: #ffcb09;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
#rt-sidebar div {
	list-style-type: none;
	padding: 10px;
}
#rt-sidebar p {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 0px;
}
#rt-sidebar p b {
	color: #000;
	margin-left: 0px;
}
#rt-sidebar ul {
	margin: 0px;
	list-style-type: none;
}

a {
}
a:hover {
	color: #900;
}

#contact #map {
	float: right;
	margin-top: 10px;
}
.injection {
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
	background-image: url(images/injection-bg-3.jpg);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 70px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.injection strong {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	padding-left: 2px;
	margin-left: -2px;
	padding-right: 15px;
}
.injection img {
	float: right;
	margin-top: -25px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.injection p {
	margin-top: 5px;
}
.injection a:hover {
	border: 1px solid #900;
}
.vehicle {
	width: 255px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 125px;
	background-image: url(images/vehicle-bg-4b.jpg);
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding-left: 85px;
	padding-top: 10px;
	background-position: top;
	padding-right: 10px;
	margin-top: 10px;
}
.vehicle strong {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	padding-left: 2px;
	margin-left: -2px;
	padding-right: 15px;
}
.vehicle img {
	float: right;
	margin-top: -25px;
	margin-right: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
.vehicle p {
	margin-top: 5px;
}
.menu1 a {
	border: 1px solid #000;
}
.menu1 a:hover {
	border: 1px solid #900;
	color: #000;
}
 .menu1 a:hover .title {
	color: #900;
}
.menu1 .performance {
	width: 255px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
	background-image: url(images/performance-bg-3.jpg);
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding-left: 85px;
	padding-top: 10px;
	background-position: center bottom;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-top: 20px;
}
.menu1 .performance strong {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	padding-left: 2px;
	margin-left: -2px;
	padding-right: 15px;
}
.menu1 .performance img {
	float: right;
	margin-top: -25px;
	margin-right: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
}
.menu1 .performance p {
	margin-top: 5px;
}
.menu1 .faq {
	width: 250px;
	float: left;
	background-color: #FFF;
	background-image: url(images/resource-bg-3.jpg);
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding-left: 85px;
	padding-top: 10px;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
}
.menu1 .faq strong {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
	padding-left: 2px;
	margin-left: -2px;
	padding-right: 15px;
}
.menu1 .faq img {
	float: right;
	margin-top: -25px;
	margin-right: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
}
.menu1 .faq p {
	margin-top: 5px;
}
#maintenance #content ul {
	margin: 0px;
	list-style-type: circle;
}
#maintenance #content li {
	margin-left: 15px;
}
#maintenance #content .maintenanceHeader {
	margin-bottom: 5px;
	color: #000;
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding: 3px;
}
#contact #map {
	background-color: #CCC;
	padding: 3px;
	margin-left: 10px;
}
#contact #contactForm {
	background-color: #CCC;
	padding: 10px;
	border: 1px solid #000;
	width: 600px;
}
#contact #contactForm p {
	margin-top: 0px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-bottom: 10px;
}
#contact #contactForm table {
border-collapse: collapse;
}
#contact #contactForm td {
	padding: 5px;
	border: 1px solid #000;
}
#contact #contactForm .formLabel {
	background-color: #FC0;
}
.bio {
	background-color: #FFF;
	color: #333;
	width: 340px;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
	padding: 8px;
}
.bio img
{
	float: left;
	margin-right: 7px;
}
