@charset "UTF-8";
/* CSS Document */
 
body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColLiqHdr #container {
	width: 90%;
	background: #FFFFFF;
	margin: 10 auto;
	text-align: left;
} 
.thrColLiqHdr #header {
	background: #071d16 url(/images/aquaback.jpg) no-repeat;
	padding: 5px;
	height: 150px;
}
.thrColLiqHdr #header h1 {
	margin: 0;
	padding: 5px 0;
	vertical align: center;
	horizontal align: left; 
}

.thrColLiqHdr #sidebar1 {
	float: left;
	width: 250px;
	background: #336666 url(/images/aquaback.jpg) repeat left;
	padding: 10px 0;
	height: 500px;
}
.thrColLiqHdr #sidebar2 {
	float: right;
	width: 14%;
	background: #ffffff;
	padding: 15px 0;

}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColLiqHdr #mainContent { 
	margin: 0 24% 0 23.5%; 
}

.thrColLiqHdr #footer {
	padding: 0 10px;
	background:#ffffff;
} 
.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.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: 8px;
	max-width: 200px;
	font-size: 12px;
}
.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: 8px;
	padding-right: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #FFFFFF}
.style2 {color: #CC9933}
 
</style>
[if IE]>
<style type="text/css"> 
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent { zoom: 1; padding-top: 15px; }
</style>
#newsletter_signup {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: left;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
}
#productpreview {
	background-color: #FFFFFF;
	background-position: right;
	text-align: center;
	margin: 10px;
	padding: 10px;
	width: 175px;
	border: thin groove #003333;
}

