/* ---------------------------------------------------------------------------------- GLOBAL RESET */

* {margin: 0; padding: 0;} 

/* ---------------------------------------------------------------------------------- GLOBAL SETTINGS */

body {
	background: url(../images/template/bg_top.gif) center top no-repeat #333333;
	}
	
img {
	border: 0px;
	vertical-align: bottom;  /*IE inline-image fix */
	}
	
p {
	color: #333333;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	}

p.copy {
	margin-top: 10px;
	}
	
p.disclaimer {
	margin-top: 15px;
	font-size: 9px;
	}

a {
	color: #0077c0;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

h1 {
	color: #007d57;
	font-family: Arial, Helvetica, Verdana;
	font-size: 40px;
	font-weight: bold;
	display: inline;
	}

h2 {
	color: #333333;
	font-family: Arial, Helvetica, Verdana;
	font-size: 30px;
	font-weight: bold;
	display: inline;
	}
	
h3 {
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	}

/* ---------------------------------------------------------------------------------- LAYOUT */

#container {
	width: 940px;
	margin: 0px auto;
	background-color: #007d57;
	}

		/* ---------------------------------- HEADER */

#header-phone {
	width: 940px;
	margin: 0px;
	}
	
#header-nav {
	width: 940px;
	height: 99px;
	margin: 0px;
	}
	
#logo {
	width: 220px;
	margin: 0px 42px 0px 0px;
	float: left;
	}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	display: block;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 9px 9px 9px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/template/nav_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
	}

#nav li.first {
/*background-color:#CCCC00;*/
	padding: 9px 9px 9px 5px;
	}

#nav li.last {
/*background-color:#CCCC00;*/
	padding: 9px 0px 9px 8px;
	background-image: none;
	}

#nav a {
	color: #0077c0;
	text-decoration: none;
	}
	
#nav a:hover {
	text-decoration: underline;
	}

		/* ---------------------------------- CONTENT */

#topbox {

	}
	
#content {
	width: 860px;
	background-color: #ffffff;
	margin-top: 3px;
	padding: 10px 30px;
	}

#content .colleft {
	width: 415px;
	float: left;
	margin: 0px 30px 0px 0px;
	}
	
#content .colright {
	width: 415px;
	float: left;
	margin: 0px;
	}
	
#content .colleft img, .colright img {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	}
	
#content ul {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 20px;
	}
	
#content li {

	}
	
			/* ---------------------------------- spec table div */

table.specs td {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

			/* ---------------------------------- related products div */

#relprods {
	margin-top: 12px;
	border: 1px solid #356eb4;
	}
	
#relprods h3 {
	margin: 0px;
	padding: 3px;
	color: #ffffff;
	background-color: #356eb4;
	}
	
#relprods .prod {
	margin: 10px;
	height: 100px;
	background-color: #eaf8ff;
	}
	
#relprods h4 {
	color: #000000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	}
	
#relprods .prod img {
	float: left;
	margin: 0px 10px 0px 0px;
	border-right: 2px solid #ffffff;
	}

		/* ---------------------------------- FOOTER */

#footer {
	width: 940px;
	padding: 8px 0px;
	background: #007d57;
	color: #ffffff;
	}

#footer p {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	float: left;
	}
	
#footer .hr {
	width: 920px; 
	height: 1px; 
	margin: 4px auto; 
	border-bottom: 1px solid #ffffff;
	clear: both;
	}
	
#footer img {
	margin: 4px;
	}
	
#footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/* ---------------------------------------------------------------------------------- FORM TABLE STYLING */

table.form {
	margin-top: 10px;
	}
	
table.form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 10px 2px 0px;
	}
	
.required {
	color: #ff0000;
	}

/* ---------------------------------------------------------------------------------- FORM SUBMISSION ERROR FORMATTING */

#error h3, #error p {
	color: #ff0000;
	}
