

BODY {
	margin: -10px 0px 0px -10px;
	padding: 0px;  
	background-color: #999; 
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
			background-image: url('/images/template/page_bg.jpg');
			background-repeat: repeat-x;
}

HTML BODY { 
	margin: 0px; padding: 0px;  line-height: 16px;
}

/* --- global styles ----------------------------------------------------------------------------------------*/

	p {
		font-family: tahoma, monaco, arial, sans-serif;
		font-size: 13px;
		line-height: 20px;
		color: #333;
		text-decoration: none;
		font-weight: normal;
		margin: 0px 25px 15px 20px;
		text-align: justify;
	}
	
	div, tr, td {
		font-size: 10px;
		vertical-align: top;
	}

	strong {
		color: #333;
	}

	.nomargin {
		margin-bottom: 5px;
	}

	.imgborder {
		border: 1px solid #003366;
	}
	
	.caption {
		color: #CF2315;
		clear: left;
		float: left;
		width: 150px;
		text-align: center;
		margin-top: 5px;
		font-weight: bold;
	}

	dl {
		margin: 10px 0px 20px 15px;
	}
	
		dt {
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
			font-weight: bolder;
			color: #002f66;
			padding: 0px;
		}
		
		dd {
			margin: 3px 0px 5px 15px;
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
		}
			

/* --- lists and etc ---------------------------------------------------------------------------------------*/

	ul {
		margin: 5px 0px 14px 60px;
		padding: 0px;
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 11px;
		line-height: 18px;
	}

	li {
		font-family: verdana, geneva, arial, sans-serif;
		padding: 0px;
		color: #333;
	}
	
		li strong {
			color: #333;
		}

/* ----- h1 thru h5 -------------------------------------------------------------------------- */

	h1 {
		font-family: tahoma, "EurostileThea", verdana, geneva, arial, sans-serif;
		font-size: 20px;
		font-weight: bolder;
		color: #333;
		margin: 0px 5px 20px 10px;
		padding: 0px;
		padding-top: 15px;
	}
	
	h1 span {
		float: right;
	}

	h2 {
		font-family: tahoma, "EurostileThea", verdana, geneva, arial, sans-serif;
		font-size: 15px;
		font-weight: bolder;
		color: #333;
		margin: 5px 0px 10px 0px;
		background-color: #CF2315;
		border: 1px solid #fff;
		padding: 3px 3px 3px 10px;
		border-width: 2px 0px;
		color: #fff;
	}
        
	h3 {
		font-family: tahoma, "EurostileThea", verdana, geneva, arial, sans-serif;
		font-size: 13px;
		font-weight: bolder;
		color: #333;
		margin: 7px 5px 10px 20px;
		padding: 0px;
	}
	
	h4 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 14px;
		color: #3C8042;
		margin: 0px;
	}
	
	h6 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 10px;
		font-weight: bolder;
		color: #000;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		text-align: right;
		text-transform: lowercase;
	}

	 

	.underline {
		border-bottom: 1px solid #002f66;
	}

/* ----- normal links --------------------------------------------------------------------------- */

	input {
		background-color: #fff;
		border: 1px solid #cecece;
	}

	.button {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000;
		line-height: 14px; 	
		padding: 0px;
		border: 1px solid #5c5c5c;
		background-color: #ccc;
		margin: 2px 3px 2px 0px;
		cursor: pointer;
		padding: 2px 15px !important;
		padding: 0px;
	}  
		select, input, textarea {
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 11px; 
			color: #000;
			vertical-align: top;
			background-color: #f9f9f9;
		}

/* ----- PAGE TABLE STYLES ---------------------------------------------------------------- */

/* ----- contact form ---------------------------------------------------------------- */

	TABLE.contact {
		background-color: #eee;
		border: #999 0px solid;
		border-width: 1px 1px 1px 1px;
		color: #000;
		font-size: 10px;
		margin-top: 8px;
		width: 450px;
	}
	
	TABLE.contact TH {
		background-color: #CF2315;
		border: #000 0px solid;
		border-width: 0px 0px 2px 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		text-align: left;
	}
	
		TABLE.contact TH span {
			float: right;
			font-size: 10px;
		}

		TABLE.contact TD {
			font-size: 10px;
			padding-right: 5px;
		}

	TABLE.contact TD.end {
		background-color: #CF2315;
		border: #999 0px solid;
		border-width: 1px 0px 0px 0px;
		color: #fff;
		font-size: 11px;
		text-align: right;
	}
	
	TABLE.contact TD.note {
		background-color: #ccc;
		border: 0px #000 solid;
		border-width: 1px 0px 0px 0px;
		color: #000;
		font-size: 11px;
	}
	
/* ----- normal links --------------------------------------------------------------------------- */

	a {
		color: #666;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:visited {
		color: #333;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		color: #CF2315;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.imgBorder {
		border: 1px solid #003366;
	}
	
/* ----- header ---------------------------------------------------------------- */


/* ----- bottom ---------------------------------------------------------------- */

DIV#holder {
	position: absolute;
	left: 50%;
	margin-left: -372px;
	top: 5px;
	width: 744px;
	padding-bottom: 15px;
}

DIV#header {
	width: 744px;
	height: 77px;
			background-image: url('/images/template/toolbar_bg.gif');
			background-repeat: repeat-x;
}

DIV#toolbar {
	font-size: 0; line-height: 0;
	width: 562px;
	text-align: right;
	float: right;
}

DIV#flash {
	height: 234px;
	font-size: 0; line-height: 0;
	border: 0px solid #333;
	border-width: 0px 1px;
			background-image: url('/images/template/flashHolder.jpg');
			background-repeat: repeat;
}

DIV.flash {
	text-align: center;
}

DIV.bar {
	height: 26px;
	font-size: 0; line-height: 0;
	border: 0px solid #333;
	border-width: 0px 1px;
		background-image: url('/images/template/bar.gif');
		background-repeat: repeat-x;
}


DIV#fullContent {
	background-color: #ACC79C;
	border: 0px solid #333;
	border-width: 0px 1px;
			background-image: url('/images/template/bg_content.jpg');
			background-repeat: repeat-x;
}

DIV#sidebar {
	float: right;
	width: 245px;
	background-color: #B4B9B2;
			background-image: url('/images/template/bg_sidebar.jpg');
			background-repeat: repeat-x;
	border: 0px solid #fff;
	border-width: 0px 0px 1px 1px;
	padding-top: 15px;
	margin: 0px 0px 15px 15px;
}

	DIV#sidebar h1 {
		font-size: 14px;
		line-height: 18px;
	}

img.image {
	float: left;
}

img.pt {
	margin: 3px 0px 5px 5px;
}

TABLE#home {
	width: 460px;
	margin: 15px 0px 10px 0px; 
}

TABLE#home TD {
	border: 0px solid #fff;
	border-width: 0px 1px 1px 0px;
	padding: 7px;
}

TABLE#home TD p {
	margin: 0px 0px 5px 5px;
	font-size: 11px;
	text-align: left;
}

DIV#toolbar img {
	border-width: 0px;
}

img#logo {
	float: left;
	border-width: 0px;
}

p.temp {
	color: #C32013;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	padding: 15px 5px;
	margin-bottom: 15px;
}

DIV.prodSpotlight {
	text-align: center;
}

DIV.footer {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

DIV#footer {
	border-width: 0px;
}

TABLE#products {
	width: 600px;
	background-color: #C7CBC5;
	border: 2px solid #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

TABLE#products TD {
	padding: 10px 10px 15px 10px;
	font-size: 11px;
	border: 1px solid #fff;
}

TABLE.performanceSummary {
	width: 650px;
	background-color: #B4B9B2;
	border: 2px solid #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

TABLE.performanceSummary TD, TABLE.performanceSummary TH {
	text-align: center;
}

TABLE.performanceSummary TH {
	background-color: #CF2315;
	color: #fff;
	font-size: 9px;
	border: 1px solid #fff;
}

TABLE.performanceSummary TD {
	font-size: 9px;
	border: 1px solid #fff;
	padding: 2px;
}

TABLE.performanceSummary TD span {
	font-size: 9px;
}

DIV.products {
	padding: 0px 0px;
	min-height: 155px;
	margin: 0px 20px 25px 170px;
	border: 1px solid #fff;
	border-width: 0px 2px 2px 2px;
	-moz-border-radius: 0px 0px 10px 10px;
	background-color: #C7CBC5;
}

DIV.products img {
	float: left;
}

DIV.products p {
	font-size: 13px;
	margin: -5px 5px 15px 0px;
	padding: 5px 10px 15px 10px;
}

DIV.products h2 {
	margin-left: 0px;
}

span.readMore {
	font-size: 11px;
	font-weight: bold;
	color: #CF2315;
}

DIV.img_header {
	text-align: center;
	padding-bottom: 7px;
}

IMG.prodImage {
	margin: 0px 0px 5px 20px;
	float: left;
	border-width: 0px;
}

DIV#turbine {
	text-align: center;
	padding-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}

p.disclaimer {
	font-style: italic;
	font-size: 11px;
}

TABLE.setup {
	width: 660px;
}

TABLE.setup TD {
	padding-bottom: 10px;
}

.left {
	text-align: left;
}

.middle {
	text-align: center;
}

.right {
	text-align: right;
}

img.watering {
	float: right;
	margin-right: 41px;
	margin-left: 30px;
}

    	.hiddenAnswer {
            display: none;
        }
		
DIV#home {
	padding: 10px 22px 0px 22px;
}

DIV#home img {
	margin-bottom: 0px;
	border-width: 0px;
}

DIV#home p {
	width: 425px;
	margin: 5px 0px 25px 10px;
}