* { padding: 0; margin: 0; }
html, body {
background:#b0d171 url(images/main_bg.jpg) repeat-x top;
}

body, td, th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#000000;
}
p {padding-bottom:10px;}
a, a:visited {
	color: #336600;
	text-decoration: none;
}
a img {border:0;}
a:hover {
	color:#bb490a;
}

h2 {
margin:0;
padding-bottom:10px;
background:url(images/header_separator.gif) repeat-x bottom;
}
h1 {font-size: 36px;}
h2 {font-size: 24px;
	font-weight: normal;
	color:#7a9a28;
	margin:0;
	margin-bottom:10px;
}
h3 {font-size: 18px;
	font-weight: normal;
	color:#7a9a28;
	margin:0;
	margin-bottom:10px;
}
#wrapper { 
 margin: 0 auto;
 width: 882px;
 border-left:5px solid #688f21;
 border-right:5px solid #688f21;
 background:#e0da9e;
}
#header {
 width: 882px;
 float: left;
 height: 119px;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 background-position:left top;
}

#header h1 a {
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 119px;
	width: 178px;
}
#navigation {
 float: left;
 width: 882px;
 height:63px;
 color: #ffffff;
 border-top: 5px solid #15251d;
 border-bottom: 5px solid #bb490a;
 background: #1c353a;
}
#leftcolumn { 
 color: #1c2509;
 margin: 0px;
 padding: 0px;
 width: 629px;
 float: left;
 background: #e0da9e url(images/doc_leftbg.gif) repeat-y bottom;
 border-bottom:20px solid #e0da9e;
}

.leftbox {
background:url(images/doc_lefthead.gif) no-repeat left top;
}
.leftbox_foot{
background:url(images/doc_leftfoot.gif) no-repeat left bottom;
padding:30px 30px 15px 30px;
}
#leftcolumn ul{
	margin:0;
	padding-left:50px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	color: #1c2509;
	margin: 0px;
	padding: 0px;
	width: 253px;
	display: inline;
	background-image: url(images/doc_rightbg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: #E0DA9E;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #e0da9e;
	position: relative;
}
.rightbox {
	background-image: url(images/doc_righthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightbox_foot {
	background-image: url(images/doc_rightfoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 28px;
	padding-bottom: 15px;
	padding-left: 22px;
}
.featuredproducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C2509;
	text-align: center;
	padding-bottom: 12px;
}
.featuredproducts a, .featuredproducts a:visited{
	color:#1C2509;
	text-decoration:none;
}	
.featuredproducts a img {
	border:5px solid #e0da9e;
}

.featuredproducts a:hover{
	color:#bb490a;
}	
.featuredproducts a:hover img {
	border-color:#bb490a;
}
#floating_rightbtn {
	position: absolute;
	top: 9px;
	left: 258px;
}


#footer {
	width: 882px;
	height:97px;
	clear: both;
	color: #425459;
	border-top:5px solid #bb490a;
	background: url(images/footer_bg.gif);
	padding-top: 12px;
	text-align:center;
	font-size:12px;
}
#footer p {
	line-height: 12px;
}
#footer a, #footer a:visited {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover {
color:#ffdf19;
}



/* ++++++++++++++++++++++++++++++++ top menu ++++++++++++++++++++++++++++++++++ */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:882px; height:63px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:883px; w\idth:882px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:286px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; text-align:center; color:#fff; height:63px; background-image:url(images/nav_bg.gif); line-height:63px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
*/
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#20444b;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#2e5159;}
.menu ul ul :hover > a.drop {background:#2e5159;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3c5e65;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#4a6c73;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:63px;left:0; width:286px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:60px;t\op:63px;}

/* position the third level flyout menu */
.menu ul ul ul{left:286px; top:0px; width:286px;}


/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-286px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#20444b; color:#fff; height:auto; line-height:1em; padding:15px 33px; text-align:left; width:220px;}
/* yet another hack for IE5.5 
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffdf19; background:url(images/nav_bg_over.gif);}
.menu :hover > a, .menu ul ul :hover > a {color:#ffdf19; background:url(images/nav_bg_over.gif);}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

#topnav_home {width:119px;}
#topnav_products {width:146px;}
#topnav_faqs {width:107px;}
#topnav_techsupport {width:222px;}
#topnav_contact {width:138px;}
#topnav_warranty {width:150px;}

#home #topnav_home,
#products #topnav_products,#products_steam #topnav_products, #products_hotwater #topnav_products, #products_advanced #topnav_products,#products_accessories #topnav_products,  #products_fancoil #topnav_products, 
#faqs #topnav_faqs, 
#techsupport #topnav_techsupport,
#contact #topnav_contact,
#warranty #topnav_warranty
{color:#ffdf19;background-image:none;}

#products_steam #topnav_steam,
#products_hotwater #topnav_hotwater,
#products_advanced #topnav_advanced,
#products_accessories #topnav_accessories,
#products_fancoil #topnav_fancoil
{color:#ffdf19;background:#1c353a;}
.redbold {
	font-weight: bold;
	color: #990000;
}
