﻿/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
	padding: 0;
	list-style: none;
	margin: 0;
}
html {
	overflow-y: scroll;
}
a {
	outline: none;
}
a img {
	border: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
/* END RESET */
/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft {
	float: left;
}
.floatleftimg {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.floatright {
	float: right;
}
.floatrightimg {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
/* END TOOLBOX */
/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.clearfix:after {
	content: "."; /* the period is placed on the page as the last thing before the div closes */;
	display: block; /* inline elements don't respond to the clear property */;
	height: 0; /* ensure the period is not visible */;
	clear: both; /* make the container clear the period */;
	visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {
	display: inline-block;
}
/* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #898989;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg.jpg) repeat-x;
	}
#wrapper {
	width: 800px;
	border: 3px silver ridge;
	text-align: center;
	background:#E1E1E1;
	margin: 20px auto;
}
#header {
	background: url(../images/header-bg.jpg) repeat-y;
	height: 104px;
	position: relative;
	border-bottom:2px silver ridge;
}
.logo h1 {
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	left: 34px;
	top: 25px;
	width: 241px;
	height: 60px;
	text-indent: -3000px;
	cursor: pointer;
}
.phone {
	width: 38px;
	height: 38px;
	position: absolute;
	right: 166px;
	top: 40px;
	background: url(../images/phone.png) no-repeat;
}
.phoneno {
	position: absolute;
	top: 42px;
	right: 40px;
	color: #458abe;
	font-size: 12px;
	font-family: Myriad Pro;
}
.phoneno a {
	color: #458abe;
}
.phoneno .numbers {
	font-size: 16px;
}
/*banner styling*/
#banner {
	background: url(../images/header-bg.gif) repeat-y;
	height: 188px;
	position: relative;
}
#banner glow {
	position: absolute;
	background: url('../images/glow.png) no-repeat;
	width: 290px;
	height: 168px;
}
#banner #furnace {
	position: absolute;
	background: url('../images/furnace.png) no-repeat;
	width: 361px;
	height: 296px;
	left: 539px;
	top: -4px;
}
#banner .banner-text {
	position: absolute;
	top: 38px;
	left: 42px;
}
#banner .banner-text h2 {
	font-family: "Kozuka Gothic Pro", tahoma, verdana;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
#banner .banner-text li {
	background: url(../images/bullet.png) no-repeat left 3px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #fff;
	text-align: left;
	margin: 13px 0 0 13px;
	padding-left: 20px;
}
/*container styling*/
#container {
	margin: 30px 0;
	width: 928px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../images/content-bg.gif) repeat-y;
}
#container .inside {
	padding: 34px 30px 25px 30px;
}
#leftcontent {
	width: 160px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.3em;
	color: #898989;
}
#leftcontent img {
	margin: 25px 0;
}
#rightcontent {
	width: 705px;
	float: right;
}
##rightcontent .inside {
	padding: 0 28px;
}
#leftcontent h3 {
	color: #579cce;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
.title {
	float: left;
	font-size: 2.8em;
}
.FurnacePros {
	color: #569ccf;
	font-family: "Kozuka Gothic Pro", verdana, arial;
	font-weight: normal;
}
/* footer styles */
#footer {
	clear: both;
	height: 136px;
	position: relative;
}
#footer #footer-text {
	background: url(../images/footer-bg.gif) repeat-y;
	height: 30px;
	color: #000000;
	font-family: Tahoma, Verdana, Georgia;
	font-size: 1.1em;
	position: absolute;
	width: 928px;
	padding-left: 10px;
	padding-top: 15px;
}
#footer .logo a h4 {
	position: absolute;
	width: 156px;
	height: 40px;
	background: url(../images/logo-small.gif) no-repeat;
	right: 40px;
	text-indent: -2000px;
}
#footer #address {
	position: absolute;
	top: 60px;
	right: 32px;
	color: #959595;
	font-family: "Myriad Pro", Verdana, Tahoma;
	font-size: 1.0em;
}
