@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

body {
	background:#aaa;
	color:#363636;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	width:820px;
	margin:0 auto;
	}
	
a, a:visited {
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#bf1e2e;
	}
	
#fullWrap {
	width:820px;
	padding:0 10px;
	background:url(imgs/body_bgnd.gif) repeat-y center top;
	float:left;
	}
	
#pageWrap {
	width:800px;
	padding:0 10px;
	background:url(imgs/page_bgnd.gif) no-repeat center 36px;
	float:left;
	}
	
#heading {
	background:url(imgs/nav_bgnd.gif) repeat-x left top;
	width:800px;
	height:50px;
	border-bottom:1px #fff solid;
	}
	
	#heading ul {
		list-style:none;
		width:774px;
		padding:0 13px;
		}
		
		#heading ul li {
			float:left;
			}
	
.topNav {
	line-height:50px;
	display:block;
	padding:0 17px;
	color:#fff;
	text-decoration:none;
	border:0;
	font-size:15px;
	}
	
	.topNav:hover {
		background:url(imgs/nav_bgnd.gif) repeat-x left -50px;
		text-decoration:none;
		border:0;
		}
		
#contentWrap {
	padding:14px 30px 30px;
	width:740px;
	float:left;
	}
	
.logo {
	width:124px;
	display:block;
	height:0;
	float:left;
	padding-top:124px;
	background:url(imgs/HelioThermal_logo.png) no-repeat left top;
	overflow:hidden;
	margin-bottom:14px;
	}
	
.insideLogo {
	float:right;
	clear:right;
	padding-right:44px;
	}
	
.insideTag {
	float:right;
	text-align:center;
	color:#fcb040;
	font-size:14px;
	width:204px;
	}
		
#headerIMG {
	float:left;
	width:500px;
	}
	
#banner h2 {
	color:#fcb040;
	font-weight:normal;
	font-size:50px;
	letter-spacing:-1px;
	text-align:right;
	padding:20px 0 12px 20px;
	}
	
.leftCol {
	padding:30px 0 20px;
	width:500px;
	float:left;
	}
	
	.leftCol p {
		margin-bottom:20px;
		line-height:20px;
		text-align:justify;
		}
		
	.leftCol h2 {
		color:#fcb040;
		font-weight:normal;
		letter-spacing:-1px;
		font-size:30px;
		margin-bottom:8px;
		}
	
.leftCol a, .leftCol a:visited, .promo a, .promo a:visited {
	color:#bf1e2e;
	border-bottom:1px dotted;
	}
	
.leftCol a:hover, .promo a:hover {
	border-bottom:1px solid;
	}
	
.leftCol a:active, .promo a:active {
	color:#000;
	}
	
	.insideCol h2 {
		font-weight:normal;
		font-size:20px;
		letter-spacing:-1px;
		}
	
#rightCol {
	padding:30px 0;
	width:202px;
	float:right;
	}
	
.rightPromo {
	width:180px;
	border:1px #fcb040 solid;
	border-bottom:8px #fcb040 solid;
	background:#fff url(imgs/sidebar_bgnd.gif) repeat-x left top;
	padding:39px 10px 20px;
	}
	
	.rightPromo p {
		font-size:12px;
		line-height:16px;
		}
	
.rightPromo h3 {
	color:#fcb040;
	font-size:14px;
	margin:10px 0 6px;
	}
	
#promotions {
	clear:left;
	float:left;
	width:740px;
	}
	
.promo {
	width:200px;
	float:left;
	}
	
	.promo p {
		font-size:12px;
		line-height:16px;
		}
		
	.promo h3 {
		font-size:16px;
		margin-bottom:4px;
		color:#fcb040;
		}
		
	.middle {
		padding:0 40px;
		width:260px;
		}
		
#footing {
	background:url(imgs/foot_bgnd.gif) no-repeat center bottom;
	width:800px;
	padding:0 20px 9px;
	margin-bottom:30px;
	float:left;
	}
	
#foot {
	background:url(imgs/nav_bgnd.gif) repeat-x left top;
	width:800px;
	height:50px;
	border-top:1px #fff solid;
	}
	
	#foot p {
		color:#999;
		line-height:50px;
		width:500px;
		float:left;
		padding-left:30px;
		}
	
#foot ul {
	float:right;
	list-style:none;
	padding-right:13px;
	}
	
	#foot ul li {
		float:left;
		}
		
.footNav {
	line-height:50px;
	display:block;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	border:0;
	font-size:12px;
	}
	
	.footNav:hover {
		background:url(imgs/nav_bgnd.gif) repeat-x left -50px;
		text-decoration:none;
		border:0;
		}
	
