@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10 0 0 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;
	background-color: #472311;
	background-image: url(../testbg1.gif);
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10 0 0 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;
	background-color: #472311;
}

.twoColFixLt #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 20px;
	background: #FFFFFF;
}
.sidebarlinks{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
}
a  {
	text-decoration:none;
	color:#472311;
}
a:hover  {
	text-decoration:underline;
	color:#472311;
}
.maintext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2;
}
.producttext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.25;
}
.footer{
	font-family: "Verdana";
	font-size: 10px;
	padding: 10px;
}
.twoColFixLt #header {
	float: left; /* since this element is floated, a width must be given */
	width: 804px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.twoColFixLt #footer {
	float: left; /* since this element is floated, a width must be given */
	width: 804px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.twoColFixLt #mainContent {
	padding: 10px 0px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 585px;
	vertical-align: top;
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.comingsoon {line-height: 1.5; font-weight: bold; font-family: "Arial"; font-size: 12px;}
.style4 {
	font-size: 10px;
	color: #FF6600;
}
.sectionhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
.style6 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 2; font-style: italic; }
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
