body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/bg.jpg);
}

@font-face {
    font-family: 'ExoBold';
    src: url('fonts/Exo-Bold-webfont.eot');
    src: url('fonts/Exo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Exo-Bold-webfont.woff') format('woff'),
         url('fonts/Exo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Exo-Bold-webfont.svg#ExoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ExoDemiBold';
    src: url('fonts/Exo-DemiBold-webfont.eot');
    src: url('fonts/Exo-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Exo-DemiBold-webfont.woff') format('woff'),
         url('fonts/Exo-DemiBold-webfont.ttf') format('truetype'),
         url('fonts/Exo-DemiBold-webfont.svg#ExoDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'junctionregularRegular';
    src: url('fonts/Junction-webfont.eot');
    src: url('fonts/Junction-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Junction-webfont.woff') format('woff'),
         url('fonts/Junction-webfont.ttf') format('truetype'),
         url('fonts/Junction-webfont.svg#junctionregularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: lighter;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #C00;
	letter-spacing: 0px;
}

h2 {
	font-size: 20px;
	padding-top: 5px;
	color: #212121;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: none;
}

h3 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 180%;
	background-color: #b0aea7;
	padding: 5px;
	margin-bottom: 5px;
	}

p, ul, ol {
	margin-top: 0;
	line-height: 165%;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

ul, ol { }

blockquote { }

a {
	color: #f80024;
	text-decoration: none;
	font-weight: bold;
	outline:0;
}

a:hover {
	text-decoration: none;
	color: #f80024;
}

a img {
	border: none;
}

h2.disc-head {
	color:#848484;
	font-size:12px;
	vertical-align:text-bottom;
	margin-top:160px;
}

p.disc {
	color:#848484;
	font-size:10px;
	vertical-align:text-bottom;
}

.img-left {
	float: left;
	margin:44px 44px 44px 0;
}

.img-right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 980px;
	height: 175px;
	position: relative;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/** Logo */

#header #logo {
	position: absolute;
	width: 415px;
	height: 125px;
	margin: 0;
	padding: 0;
	/* [disabled]background-image: url(images/logo.jpg); */
	background-repeat: no-repeat;
	background-position: center left;
	left: 45px;
	bottom: 20px;
}

#header #call-us {
	position: absolute;
	width: 335px;
	height: 62px;
	top: 0px;
	right: 2px;
}

/* Menu */

#header #menu {
	position: absolute;
	width: 960px;
	height: 50px;
	bottom: 10px;
	right: 0;
}

#header #menu ul {
	float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #menu li {
	display: block;
	float: left;
}

#header #menu a {
	display: block;
	float: left;
	height: 50px;
	margin-right: 0px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#header #menu a:hover {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.2);
}

#header #menu .current a {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.2);

}

/* Banner */
#banner {
	width: 980px;
	height: 275px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/heater-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner .banner-button {
	position:absolute;
	bottom:43px;
	right:25px;
	z-index:1;
}

/* Page */

#page {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
}


/* Content */

#content {
	float: left;
	width: 740px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 165px;
	padding: 30px 15px 25px;
}

#sidebar-2 {
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 8px;
	background-image: url(images/sidebar-heading-back.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background-image: url(images/img05.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#sidebar p {
	text-align:left;
	font-size: 13px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	letter-spacing: 3px;
}

#sidebar a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#sidebar a:hover {
	text-decoration: none;
	color: #3b3b3b;
}

#sidebar img.padded {
	padding:5px 0;
}

/* Footer */

}

#wrapper #sidebar {
	width:250px;
	padding:0 0 0 30px;
	float:left;
	margin-top:0;
}
.footer_wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #272727;
}
.footertext{
	margin: 0 auto;
	width: 980px;
	padding-top: 0px;
	color: #fff;
	text-transform: none;
}
.footertext a{
	color: #FC6;
	font-size: 14px;
	font-weight: normal;
}

.footertext a:hover{
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.footertext p {
	text-align:left;
}

.col_w270 {
	float: left;
	width: 210px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 20px;
}

.col_w270 h1 {
	font-size: 14px;
	color: #FFCC66;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.col_w270 p {
	font-size: 14px;
	color: #FFF;
	line-height: 125%;
}
.col_w270_last {
	margin-right: 0;
	padding-top: 0px;
	width: 210px;
}




#footer {
	width: 1030px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #252421;
	border-left-color: #252421;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFF;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
	text-transform: uppercase;
}

#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}
