/*

	Main stylesheet

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}



body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

div.hr {
	clear: both;
	background: url('../images/wrapper/hr.gif') top center no-repeat;
	height: 1px;
	margin: 1.5em 0;
}

div.hr hr {
	display: none;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link {
	outline: none;
	color: #5ba3d7;
	text-decoration: none;
}

a:focus, a:active {
	outline: none;
	color: #5ba3d7;
}

a:hover {
	outline: none;
	color: #5ba3d7;
}

.link {
	color: #5ba3d7;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #000;
}

h1 {
	margin: 0;
}

h2 {
	color: #5ba3d7;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

h3 {
	color: #CC0000;
	font-size: 16px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: black;
}


/* =Lists
--------------------------------------------------------------------------------------------------- */
#content ul, ol {
	margin: 0 0 18px 35px;
}

#content ul li {
	list-style: disc;
	margin-bottom: 4px;
}


/* =Wrapper
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url(../images/wrapper/body-mid.gif) top left repeat-y;
	width: 960px;
	margin: 16px auto 0 auto;
}

#wrapper-2 {
	background: url(../images/wrapper/body-top.gif) top left no-repeat;
	width: 960px;
}

#wrapper-3 {
	background: url(../images/wrapper/body-bottom.jpg) bottom left no-repeat;
	width: 960px;
	min-height: 625px;
	height: auto !important;
	height: 625px;
	padding-top: 26px;
	padding-bottom: 175px;
}


/* =Logo
---------------------------------------------------------------------------------------------------- */
#logo {
	text-align: center;
	margin: 0 0 10px 0;
}

#logo img {
	display: block;
	margin: 0 auto;
}


/* =Navs
---------------------------------------------------------------------------------------------------- */
#nav {
	clear: both;
	float: left;
	background: url(../images/wrapper/nav-bg-top.gif) top center no-repeat;
	padding-top: 22px;
}

#nav ul {
	background: url(../images/wrapper/nav-bg-bottom.gif) bottom center no-repeat;
	padding-bottom: 16px;
	margin: 0;
	float: left;
}

#nav li {
	float: left;
}

#btm-nav {
	background: url(../images/wrapper/btm-nav-bg.jpg) top left no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	text-align: center;
	padding-top: 2px;
}

#btm-nav a {
	margin-left: 11px;
}


/* =Content
---------------------------------------------------------------------------------------------------- */
#content {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 20px;
}

#full {
	
	clear: both;
	float: left;
	width: 600px;
	
	margin-left: 178px;
	
}

#left-col {
	float: left;
	width: 434px;
	margin-left: 178px;
}

#right-col {
	float: left;
	width: 321px;
	margin-left: 25px;
}


.tool {
	border-top: 1px solid #c2ccd4;
	border-left: 1px solid #c2ccd4;
	border-bottom: 1px solid #c2ccd4;
	width: 321px;
	margin-bottom: 10px;
	background: white;
}

.tool a.title {
	display: block;
	background: url(../images/tool-bg.jpg) bottom left no-repeat;
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size: 17px;
	padding-left: 16px;
	line-height: 43px;
	color: #c00;
	width: 305px;
	height: 43px;
}

.tool a.titleLong {
	display: block;
	background: url(../images/tool-bg.jpg) bottom left no-repeat;
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size: 17px;
	padding-left: 16px;
	line-height: 17px;
	margin-top: 13px;
	color: #c00;
	width: 305px;
	height: 50px;
}

.tool a.title:hover, .tool a.title.active, .tool a.titleLong:hover, .tool a.titleLong.active {
	background: url(../images/tool-bg-on.jpg) bottom left no-repeat;
	color: #4295d1;
}

.tool .content {
	display: none;
	padding: 0 16px 16px 16px;
}

.tool.open {
	background: #fff url(../images/tool-bg-open.jpg) bottom right no-repeat;
}

.tool.open a.title, .tool.open a.titleLong  {
	color: #4295d1;
	background: none;
}

.tool.open a.title:hover, .tool.open a.titleLong:hover {
	background: none;
}



/* =Content (Home)
---------------------------------------------------------------------------------------------------- */
#home #wrapper-3 {
	background: url(../images/splash-bg.jpg) bottom left no-repeat;
	width: 960px;
	height: 534px !important;
	min-height: 534px !important;
	padding-top: 39px;
	padding-bottom: 0;
}

#home #logo {
	margin: 0;
}

#home #content {
	margin-top: 41px;
	padding-top: 42px;
}

#home #left-col {
	float: left;
	width: 401px;
	margin: 0;
}

#home #left-nav, #home #right-nav {
	margin-top: 55px;
}

#home #left-nav img , #home #right-nav img {
	display: block;
}

#home #right-col {
	float: right;
	width: 396px;
	margin: 0;
}

#home #register {
	display: block;
	margin-left: 151px;
}

#home #alert {
	display: block;
	margin-left: 71px;
}

#home #btm-nav {
	background: url(../images/btm-nav-bg.jpg) top left no-repeat;
	height: 84px;
}

#scroller {
	position: absolute;
	width: 820px;
	height: 31px;
	line-height: 31px;
	background: #fff;
	margin-left: 62px;
	#margin-left: -339px;
	margin-top: 24px;
}

#scroller span, #scroller a {
	font-weight: bold;
	color: #4295d1;
	float: left;
	margin: 0 11px;
}

#scroller-content {
	float: left;
	width: 555px;
	height: 31px;
	overflow: hidden;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0 auto 25px auto;
	height:50px;
	
}

#footer p {
	color: #666;
	line-height: 20px;
	padding-left: 25px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #666;
	text-decoration: none;
}


/* =Forms
---------------------------------------------------------------------------------------------------- */
form table {
	width: 100%;
}

form th {
	text-align: left;
	vertical-align: top;
	padding: 4px 8px 3px 0;
}

form td {
	padding: 1px 0;
}

form .text, form .textarea {
	width: 190px;
	padding: 2px 4px;
	border: 1px solid #777;
	margin-right: 4px;
}


form input.blur { color: #CCC; }

/* =Page Elements
---------------------------------------------------------------------------------------------------- */
.bordered {
	background: url(../images/sub-box-bg.png) top left repeat-y;
	border-top: 1px solid #8fa7b6;
	border-bottom: 1px solid #8fa7b6;
	padding: 15px;
}
.heater-container {
	height: 286px;
	border-bottom: 1px solid #8fa7b6;
	border-top: 1px solid #8fa7b6;
	width: 437px;
	background: url(../images/sub-box-bg.png) top left repeat-y;
	
	
	
}
.heater-img-container {
	border-right: 1px solid #8fa7b6;
}
.heater-info-container {
	width:350px;
	
}

.heater-info-container  .top{
	border-top: 1px solid #8fa7b6;
}
.heater-img-container { 
	height:286px;
	float:left;
}
.heater-info-container div.bordered2 ul li {
	margin-left: -5px;
}
.heater-info-container div.bordered2 {
	padding-top:3px;
	width: 350px;

}
.heater-info-container {
	width:350px;
	margin-left:83px;
	padding-left: 0px;
	height:286px;
}
.heater-info-container strong {
 margin-left: 12px;
}
.bordered td, table.bordered th {
	padding: 2px 4px;
}

.bordered th {
	color: #4295d1;
	font-size: 14px;
	text-decoration: underline;
	text-align: left;
}


.red {
	color: #c00;
}

a.truncate_more_link, a.truncate_more_link:hover, a.truncate_more_link:visited {
	color: #FFFFFF;
	background: #5ba3d7;
	padding: 0 5px 0 5px;
}

.stories {
	line-height: 18px;
}

