@charset "UTF-8";

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	font-size: 70%;
	background: url(../images/bk.jpg) 50% 0 repeat-x;
	background-color: #fff;
	height: 100%;
}

p {
	font-size: 110%;
}

img {
	border: 0;
	float: left;
}

a {
	text-decoration: none;
	color: #434343;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #434343;
	font-weight: bold;
}

h1 {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	/*	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;*/
}

h2 {
	color: #333;
	font-size: 1.4em;
	font-weight: lighter;
	border-bottom:1px dotted #CCC;
	padding:5px 0px;
	width:auto;
	overflow:hidden; /* prevents border showing behind overlapping transparent elements */
	margin:0;
}

h3 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
}

/* MAIN LAYOUT */
#wrapper {
	width: 960px;
	height: auto;
	padding: 0 12px;
	margin: 0 auto;
	background: transparent url(../images/wrapper-bk.png) 0 0 repeat-y;
}

#header {
	width: 920px;
	height: 80px;
	padding: 0 20px;
	margin: 0;
	float: left;
	display: inline;
	text-align: right;
}

#footerWrap {
	display: inline;
	float: left;
	width: auto;
	background: transparent url(../images/footer.gif) 0 0 repeat-x;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#footer {
	width: 940px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	float: left;
	display: inline;
	border-top: 1px solid #DDD;
	color: #4D5459;
	margin: 0;
}

ul.terms {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul.terms li {
	display: inline;
	margin-right: 10px;
	font-size:110%;
}

#footer a:link,#footer a:visited,#footer a:active {
	color: #4D5459;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer span {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	color: #4D5459;
	/*	font-family: "Trade Gothic", Arial, Helvetica, sans-serif;*/
}

/* NAVIGATION */
#side-nav {
	width: 178px;
	height: auto;
	padding: 0;
	margin: 1px 0 0;
	float: left;
	/*background-color: #0b4864;
	border: none;
	border-right: 2px solid #fff;*/
	font-size: 1.2em;
	/*z-index: 1999;*/
	list-style-type: none;
	background: url(../images/navBK2.gif) top right repeat-y;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	position:relative;
}

#side-nav li {
	/*background: url(../images/nav.gif) 0 0 repeat-x;*/
	height: 42px;
	line-height:42px;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	border: none;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #eee;
	z-index: 2050;
}

/*#side-nav li.cms {
	border-top: 1px solid #4D5459;
	background: url(../images/nav-cms.gif) 0 0 repeat-x;
}

#side-nav li.rss {
	border-top: 1px solid #fe9b01;
	background: url(../images/nav-rss.gif) 0 0 repeat-x;
}

#side-nav li.cms-log {
	border-top: 1px solid #e6e7db;
	background: url(../images/nav-log.gif) 0 0 repeat-x;
}*/

#side-nav li.dir {
	background: url(../images/nav-dir.gif) 0 0 repeat-x;
	color: #fff;
	font-weight: 300;
	/*border-top: 1px solid #4D5459;*/
}

#side-nav li a {
	display: block;
	color: #4D5459;
	font-weight: 300;
	width: 100%;
	height: 100%;
}

/*#side-nav li.cms-log a {
	color:#4D5459;
}*/

#side-nav li a:hover {
	background: url(../images/nav.gif) 0 0 repeat-x;
	text-decoration: none;
	color:#fff;
}

/*#side-nav li.cms a:hover, #side-nav li.rss a:hover, #side-nav li.cms-log a:hover {
	background: url(../images/nav.gif) 0 0 repeat-x;
	color:#fff;
}

#side-nav li:hover {
	border-top: 1px solid #4D5459;
}

#side-nav li.cms:hover, #side-nav li.rss:hover, #side-nav li.cms-log:hover {
	border-top: 1px solid #0b4864;
}

#side-nav li:first-child {
	border-top: none;
}*/

#side-nav li:last-child {
	border-bottom: none;
}


	 ul#side-nav li.ext {position:relative;}
	 ul#side-nav li.ext2 {position:static;}
	 ul#side-nav li.ext ul, ul#side-nav li.ext2 ul {
		 display:none;
		 left:181px;
		 margin:0;
		 position:absolute;
		 width: 200px;
		 padding: 0px;
		 border:1px solid #aaa;
		 background:white;
		 z-index: 2100;
	 }
	 ul#side-nav li.ext ul.show, ul#side-nav li.ext:hover ul {
		 display:block;
		 top:-2px;		
	 }
	 
	 ul#side-nav li.ext2 ul.show, ul#side-nav li.ext2:hover ul {
		 display:block;
		 bottom:-1px;
	 }

	#side-nav li:hover a, ul#side-nav li:hover ul li a:hover {
		background: url(../images/nav.gif) 0 0 repeat-x;
		text-decoration: none;
		color:#fff;
	}
		 
	 ul#side-nav li ul li {
		 list-style-type:none;
		 height:35px;
		 line-height:35px;
		 /*background-color:#e6e7db;*/
		 font-size:0.9em;
		 border-bottom:1px solid #ccc;
		 z-index: 2150;
	 }
	 
	 ul#side-nav li:hover ul li a {
		 background:#e6e7db;
		 color:#444;
	 }

#sub-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sub-nav li {
	/*background: #eee url(../images/subnav-list.gif) 0 0 repeat-x;*/
	background:#e6e7db;
	height: auto;
	margin: 0;
	padding:0;
}

#sub-nav li a {
	display: block;
	line-height: 20px;
	/*color: #444;*/
	color:#4D5459;
	height: 100%;
	padding: 5px 0px;
	text-indent: 5px;
	border: 1px solid #dfdfdf;
	border-top: none;
}

#sub-nav li a:hover {
	/*background: url(../images/nav2.gif) 0 0 repeat-x;*/
	text-decoration: none;
	color: #FFF;
	background:#4D5459;
	border:1px solid #4D5459;
	border-top:none;
}

/* HOME PAGE DIV MADNESS */	 

#topContainer {
	width: 940px;
	height: 262px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#navContainer {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0;
	float: left;
	display: inline;
	background: #fff;
	border:none;
	border-right:2px solid #fff;
}

#flashContainer {
	width: 759px;
	height: 270px;
	padding: 0px;
	margin: 0;
	float: left;
	display: inline;
	position:relative;
}

.noFlashContainer {
	width: 759px;
	height: 250px;
	padding: 0px;
	margin: 0;
}

.noFlashContainer div {
	width: 122px;
	height:250px;
	float:left;
	display:inline;
	position:relative;
	cursor:hand;
	cursor:pointer;
}

.noFlashContainer div span {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	display:block;
	width:100%;
	height:28px;
	background-color:#111;
	color:#fff;
	opacity:0.8;
	padding-top:5px;
	cursor:hand;
	cursor:pointer;
}

.noFlashContainer div a:hover span {
	background-color:#efefef;
	color:#222;
}

.goGetFlash {
	position:absolute;
	height:33px;
	width:112px;
	left:0;
	top:0;
}

#leftContainer, #leftContainerMain {
	width: 755px;
	height: auto;
	padding: 0px;
	margin: 0;
	float: left;
	display: inline;
}

#leftContainerMain {
	width:725px;
	margin:0 10px 0 0;
}

#leftContainerMain #contentWrap {
	width:715px;
}

#leftContainer #contentWrap {
	width:745px;
}

#contentWrap {
	height: auto;
	padding: 0px;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 10px;
	float: left;
	display: inline;
	background: #fff url(../images/content-bk.gif) 0 0 repeat-x;
}

#leftBar {
	 float:left;
	 display:inline;
	 width: 179px;
	 margin:0 3px 0 0;
}

#rightContainer {
	/*background: #fff url(../images/right-bk.gif) 0 0 no-repeat;*/
	width: 205px;
	height: auto;
	padding: 10px 0;
	margin: 0 0 0 10px;
	float: right;
	display: inline;
}

#rightBar { /* old style container on homepage */
	background: #fff url(../images/right-bk.gif) 0 0 no-repeat;
	width: 205px;
	height: auto;
	padding: 10px 0;
	margin: 0;
	float: left;
	display: inline;
}

#bottomContainer {
	padding: 10px;
	background: #fff url(../images/bottom-bk.gif) 0 0 repeat-x;
	float: left;
	display: inline;
}

.contentRight {
	margin: 10px 0px 5px 5px;
	float: right;
	width: auto;
	max-width: 500px;
}

.contentRight img {
	float: none;
}

.contentRight img.FLTright {
	float: right;
}

.quotebox {
	float: left;
	width: 250px;
	height: 280px;
	background: #cbcbcb url(../images/quote-bk.gif) 0 0 no-repeat;
}

.newsbox {
	float: left;
	width: 250px;
	height: 280px;
	background-color: #e7e7e7;
}

.infobox {
	float: left;
	width: 220px;
	height: 280px;
	background-color: #e7e7e7;
	margin-left: 7px;
}

.rightbox,.subnavbox, .rightquotebox {
	width: 100%;
	min-height: 85px;
	height: auto;
	margin-bottom: 12px;
	border: 0;
}

.quotebox h3, .rightquotebox h3, span.h3grey {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	/*background: #ccc url(../images/h3.gif) 0 0 repeat-x;*/
	background:#4D5459;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
	display: block;
}

.subnavbox h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #4D5459 url(../images/subnav-h3.gif) 0 0 repeat-x;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

h3.cadtitle, .quotebox h4,.infobox h4,.rightbox h4,.widebox h4,.support-registerproduct h4,.downloadInfobox h4,.widestbox h4, .newsbox h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #0b4864 url(../images/h4.gif) 0 0 repeat-x;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

span.h4black {
	display:block;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #0b4864 url(../images/h4.gif) 0 0 repeat-x;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

h3.cadtitle {
	text-indent:0;
	padding: 4px 10px;
	display:inline;
	width:auto;
}

.quotebox p,.rightbox p,.widestbox p,.infobox p, .rightquotebox p {
	margin: 10px;
	font-size: 1em;
}

a.divlink {
	display:block;
	height:100%;
	width:100%;
}

a.divlink:hover {
	text-decoration:none;
}

a span.h4black, a:hover span.h4black, a.divlink span.h4black, a.divlink:hover span.h4black {
	color:#fff;
	cursor:pointer !important;
	cursor:hand;
	text-decoration:none;
}

a.divlink span.h3grey, a.divlink:hover span.h3grey {
	color:#fff;
	cursor:pointer !important;
	cursor:hand;
	text-decoration:none;
}

span.boxtext, span.normalboxtext {
	clear:left;
	margin: 10px;
	/*font-size: 0.9em;*/
	display:block;
}

/*span.normalboxtext {
	font-size:1em;
}*/

a.divlink:hover span.boxtext, a.divlink:hover span.normalboxtext {
	text-decoration:underline !important;
}

/*hacky stuff for non-validating div links*/

a:hover .rightbox, a:hover .downloadInfobox, a:hover .widebox, a:hover .widestbox, a:hover .infobox, a:hover .support-registerproduct, .rightbox a:hover h4, .infobox a:hover h4, a:hover .rightquotebox, .rightquotebox a:hover h3 {
	cursor:pointer !important;
	cursor:hand;
	text-decoration:none;
}

a:hover .rightbox p, a:hover .downloadInfobox p, a:hover .widestbox p, a:hover .infobox p, a:hover .infobox div p, a:hover .widebox p, a:hover .widebox .download span, a:hover .support-registerproduct p, a:hover .rightquotebox p {
	text-decoration:underline;
}

a .rightbox h4, a .infobox h4, a .downloadInfobox h4, a .widebox h4, a .widestbox h4, a .support-registerproduct h4, .rightbox a:hover h4, .infobox a:hover h4, a:hover .downloadInfobox h4, a:hover .widebox h4, a:hover .widestbox h4, a:hover .support-registerproduct h4 {
	color:#fff;
	text-decoration:none;
}

a .rightquotebox h3 {
	color:#000;
	text-decoration:none;
}

/*end hacky*/

.offset5 {
	margin-right: 5px !important;
}

.offset10 {
	margin-right: 10px !important;
}

.offset15 {
	margin-right: 15px !important;
}

.offset20 {
	margin-right: 20px !important;
}


/* QUICK QUOTE FORM */
.quotebox form {
	width: 220px;
	margin: 10px auto;
}

.quotebox form input {
	width: 205px;
	height: 14px;
	margin: 0;
	margin-bottom: 2px;
}

.quotebox form textarea {
	width: 205px;
	height: 50px;
	margin: 0;
	margin-bottom: 2px;
}

.small {
	width:auto;
	height:auto;
	float: left;
	display: inline;
}

.quotebox form select {
	width: 60px;
	height: auto;
	margin: 0;
	margin-bottom: 2px;
}

#qq-name, #qq-tel {
	width: 94px;
	height: 14px;
	margin:0;
}

.quotebox form .submit {
	width: auto;
	height: auto;
	border: 1px solid #fff;
	background-color: #4D5459;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px;
	font-weight: normal;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

/* VIDEO PREVIEW and SUPPORT */
.videoPreview {
	width: 200px;
	margin: 10px auto;
	font-size: 1em;
}



.support-main {
	height: 185px;
	width: 203px;
	background: url(../images/need-help.jpg) 0 28px no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

.support-main:hover {
	background: url(../images/need-help.jpg) -203px 28px no-repeat;
}

/*.support-main p {
	font-weight: bold;
	width: 100px;
	float: right;
}*/

.support-main h5 {
	text-transform:none;
	margin:5px 0;
}

span.support-title {
	margin:5px 0;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	display:block;
}

a:hover .support-main h5, a.divlink:hover span.support-title {
	text-decoration:underline;
}

span.support-line {
	display:block;
}

.support-line {
	width: 183px;
	height: auto;
	padding: 2px 10px;
	background: #e1e1e1 url(../images/support-bk.gif) left bottom repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9em;
}

.support-tel {
	font-size: 1.6em;
	font-weight: 500;
	color: #333;
}

/*LATEST NEWS and BLOG ENTRIES*/ /* Container sets overall height */
#blog-container {
	height: auto;
/*	display: inline;
	float: left;*/
	width: auto;
/*	max-height:220px;*/
	overflow:hidden;
}

#news-container {
/*	max-height: 220px;*/
	height: auto;
	overflow: hidden;
}

/*most settings are the same for all items*/
.news-odd,.news-even,.blog-odd,.blog-even {
	background: transparent;
	padding: 10px 10px;
	/*font-size: 0.9em;*/
	color: #4D5459;
	width:auto;
	height: auto;
	border-bottom: 1px dotted #666;
}

/*.blog-odd,.blog-even {
	width:183px;
}*/

/*odd items have a different background*/
.news-odd,.blog-odd {
	background: #fff url(../images/news-bk.gif) 0 0 repeat-x;
}

.news-odd a,.news-even a,.blog-odd a,.blog-even a {
	width:100%;
	height:100%;
	display:block;
}

/*titles are the same*/
.news-title,.blog-title {
	font-weight: bold;
	/*font-size: 1em;*/
	color: #000;
}

/*links are the same*/
.gotoMainSection {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

/* TOP BAR */
.fontsize a {
	width: auto;
	height: 18px;
	line-height: 18px;
	border: 1px solid #AAA;
	padding: 4px 6px;
	float: left;
	display: inline;
	margin: 28px 1px 10px 1px;
	/*font-size: 1em;*/
	color: #000;
	text-transform: uppercase;
}

.fontsize  a:hover {
	background-color: #4D5459;
	color: #FFF;
	text-decoration:none;
}

.fontsize2 {
	font-size: 1.4em;
}

.fontsize3 {
	font-size: 1.7em;
}

#account-links {
	margin-left: 10px;
	float: left;
	display: inline;
}

#account-links a {
	width: auto;
	height: 18px;
	line-height: 18px;
	border: 1px solid #AAA;
	padding: 4px 6px;
	float: left;
	display: inline;
	margin: 28px 1px 10px 1px;
	/*font-size: 0.9em;*/
	color: #333;
	text-transform: uppercase;
}

#account-links a.cms-link {
	background-color:#E6E7DB;
}

#account-links  a:hover {
	background-color: #4D5459;
	color: #FFF;
	text-decoration:none;
}

#quickSearch {
	width: auto;
	height: auto;
	padding: 6px 0;
	margin: -2px 1px 0px 10px;
	float: left;
	display: inline;
	color: #000;
	text-align: right;
	margin-top: 20px;
}

.topsearch input {
	padding: 6px 60px 6px 30px;
	border: 1px #AAA solid;
	background-color: #FFF;
	background: url(../images/search-icon.gif) 0 0 no-repeat;
	float: left;
	display: inline;
}

.topsearch button {
	padding: 1px;
	border: 1px #AAA solid;
	background-color: #fffdfa;
	margin: 0px 5px 0px -75px;
	width: 65px;
	float: left;
	display: inline;
	position: relative;
	z-index: 5000;
}

/* PRODUCT PAGES */

.product-header h4 {
	margin: 10px 5px;
}

.product-model {
	/*background: #fff url(../images/product-model.gif) top right no-repeat;*/
	width: auto;
	height: auto;
	text-indent: 12px;
	margin: 1px 0 0 2px;
	border: 1px solid #dfdfdf;
}

.type-gas {
	background: #fff url(../images/product-gas.gif) top right no-repeat;
}
.type-gas:hover {
	background: #fff url(../images/product-gas-on.gif) top right no-repeat;
}

.type-con {
	background: #fff url(../images/product-con.gif) top right no-repeat;
}
.type-con:hover {
	background: #fff url(../images/product-con-on.gif) top right no-repeat;
}

.type-eff {
	background: #fff url(../images/product-eff.gif) top right no-repeat;
}
.type-eff:hover {
	background: #fff url(../images/product-eff-on.gif) top right no-repeat;
}

.type-jet {
	background: #fff url(../images/product-jet.gif) top right no-repeat;
}
.type-jet:hover {
	background: #fff url(../images/product-jet-on.gif) top right no-repeat;
}

.type-bio {
	background: #fff url(../images/product-bio.gif) top right no-repeat;
}
.type-bio:hover {
	background: #fff url(../images/product-bio-on.gif) top right no-repeat;
}

.type-rad {
	background: #fff url(../images/product-rad.gif) top right no-repeat;
}
.type-rad:hover {
	background: #fff url(../images/product-rad-on.gif) top right no-repeat;
}

/*.product-model:hover {
	background: #fff url(../images/product-model2.gif) top right no-repeat;
}*/

.product-model a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 32px;
}

#specify-form {
	width: 730px;
}

#boilerminoutput,#boilermaxoutput,#boilerlength,#boilerwidth,#boilerheight {
	width: 110px;
	height: 16px;
	margin: 0;
}

#outputtypekw, #outputtypebtu {
	margin: 0 2px 0 0;
	padding:0;
	vertical-align:top;
}

#btu-note {
	display:block;
	clear:left;
	font-size:0.9em;
	width:120px;
	margin:0;
}

#boiler-nox {
	width: 50px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.spec-table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	font-size: 1.1em;
}

.spec-table th {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	height: 28px;
	background: #585858 url(../images/spec-h3.gif) 0 0 repeat-x;
	text-align: left;
	padding: 0;
	vertical-align: middle;
	overflow: hidden;
}

.spec-table th.spec-title {
	background: transparent url(../images/spec-arrow.gif) top right
		no-repeat;
	color: #fff;
	width: 160px;
	padding-left: 5px;
}

.spec-table th.first-in-line {
	padding-left: 5px;
}

.spec-table td {
	padding: 5px;
	vertical-align: top;
}

.spec-table .spec-intro {
	width: 160px;
}

.spec-table .output {
	height: 125px;
}

.spec-table .fuel-type {
	width: 75px !important;
}

.spec-table .fuel-type input {
	margin-right: 2px;
}

.spec-table .energy-efficiency input {
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
}

.spec-table .energy-efficiency img {
	float: none;
	margin-top: 1px;
}

.spec-table .spec-submit {
	vertical-align: bottom;
}

#specify-form .submit {
	width: auto;
	height: auto;
	border: 1px solid #fff;
	background: url(../images/nav.gif) 0 0 repeat-x;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 5px;
	font-weight: bold;
	font-size:1.1em;
	float: right;
	margin-right: 5px;
}

.product-desc {
	width:325px;
	height:auto;
	float:left;
	display:inline;
}
.product-desc-wide {
	width:380px;
	height:auto;
	float:left;
	display:inline;
}

.product-features-wide {
	width: 730px;
	padding: 0 0 0 10px;
	margin:0 0 10px;
	overflow:hidden;
}

.product-features {
	float: left;
	width: 560px;
	display: inline;
	padding: 0 0 0 15px;
	margin:0 0 10px;
}

.product-features p,.product-features-wide p {
	margin: 10px 0;
}

ul.features {
	padding: 0;
	list-style-type: none;
	font-size: 105%;
	width:262px;
	float:left;
	margin:0 15px 0 0;
}

ul.features li {
	margin: 5px 0;
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 0px;
}

ul.features li ul {
	margin:0;
	padding:0 0 0 12px;
	list-style:none;
}

ul.features li ul li {
	margin:2px 0;
	border-bottom:none;
}

.product-features-wide ul.features {
	width:350px;
}

.product-rating {
	float: left;
	display: inline;
	width: 140px;
	padding: 0 15px 0 10px;
	margin:0 0 10px;
	border-right: 1px solid #ccc;
}

.product-rating h2 {
	margin:0 0 8px;
}

.product-rating img {
	margin: 0 0 10px 0;
}

ul.models {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 105%;
}

ul.models li {
	/*background: #eee url(../images/subnav-list.gif) 0 0 repeat-x;*/
	background:#e6e7db;
	height: auto;
	margin: 0;
	border: 1px solid #dfdfdf;
	border-top:0;
}

ul.models li:hover {
	border-color: #4D5459;
}

ul.models li a, ul.quicklinks li a {
	display: block;
	padding: 5px;
	line-height: 20px;
	color: #4D5459;
/*	width: 194px;*/
	height: 100%;
}

ul.models li a:hover, ul.quicklinks li a:hover {
	color:#fff;
	background:#4D5459;
	text-decoration:none;
}

#tableContainer {
	padding: 10px;
	/*background: #fff url(../images/table-bk.gif) 0 0 repeat-x;*/
	background:#e6e7db;
	float: none;
}

table.product-spec {
	width: 730px;
	text-align: center;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

table.product-spec td {
	padding: 4px;
	vertical-align: text-top;
	border-bottom: 1px solid #999;
}

table.product-spec th {
	border-bottom: 1px solid #666;
}

table.product-spec .noline {
	border-bottom: none;
}

/*table.product-spec tr:hover td {
	font-weight:bold;
}*/

table.product-spec td:hover {
	color: #333;
	font-weight: bold;
}

table.product-spec .spectitle {
	text-align: left;
	padding-left: 10px;
	width: 160px;
	vertical-align: middle;
	font-weight: bold;
}

table.product-spec .specoptions {
	border-right: 1px solid #666;
	padding: 4px 2px 4px 0;
}

table.product-spec .specsplit, table.product-spec .specoptions {
	font-weight:bold;
	vertical-align:middle;
}

table.product-spec tr.lastline td,table.product-spec .separator {
	border-bottom: 1px solid #666;
}

table.product-spec .spectitle:hover,table.product-spec .specoptions:hover
	{
	color: #000;
}

table.product-spec .shared {
	vertical-align: middle;
}

table.product-spec th.tablehead {
	text-align: left;
	font-size: 1.2em;
	border-bottom: none;
	padding: 10px;
	/*background: #eee url(../images/subnav-list.gif) 0 0 repeat-x;*/
}

.download {
	font-weight: 500;
	/*background: #fff url(../images/download-bk.gif) bottom left repeat-x;
	color:#434343;*/
	padding: 10px;
	background:#e6e7db;
	color:#4D5459;
	border:1px solid #dfdfdf;
	border-top:none;
}



/* quicklinks */

ul.quicklinks {
	font-size:95%;
	list-style-type: none;
    margin: 0;
    padding: 0;
	float:left;
	display:inline;
	width:50%;
}

ul.quicklinks li {
	background:#E6E7DB;
	border-bottom:1px solid #ddd;
}

ul.quicklinks li a {
	padding:2px 5px;
	line-height: 1.5em;
}

/* see line 1158 or thereabouts for link/hover styles, same as model-list links */

.download .small a {
	line-height:1.5em;
	font-size:95%;
}

.logo-box {
	width: 230px;
	height: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 20px;
}

.logo-box img {
	display: block;
	float: none;
	margin: 0 auto;
}

/* SUPPORT */
.support-aftersales {
	width: 280px;
	/*background: #aaa url(../images/quote-bk.gif) bottom left repeat-x;*/
	background:#e6e7db;
	display: block;
	padding: 10px 0 1px 0;
}

.support-registerproduct {
	width: 278px;
	background: #fefefe;
	display: block;
	border: none;
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
}

.support-aftersales h5 {
	text-indent: 10px;
	margin: 0;
}

.support-registerproduct p {
	/*font-size: 105%;*/
	margin: 10px;
}

.support-aftersales p {
	color: #4c4c4c;
	font-weight: 600;
	margin: 10px;
}

.aftersales-grey {
	color: #808080;
}

.support-aftersales a {
	color: #1b75bc;
}

.support-registerproductlink {
	background: #fcfcfc url(../images/register-product.gif) top right
		no-repeat;
	width: auto;
	height: auto;
	text-indent: 2px;
	margin: 0;
	border: none;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.support-registerproductlink:hover {
	background: #fcfcfc url(../images/register-product2.gif) top right
		no-repeat;
}

/*.support-registerproductlink a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 32px;
}*/

.widebox {
	width: 347px;
	float: left;
	display: inline;
	background: #ccc url(../images/quote-bk.gif) 0 0 repeat-x;
	position:relative;
}

.dark {
	/*background: #3f3f3f url(../images/darkbox-bk.gif) 0 0 repeat-x;*/
	background: url(../images/blendbox-bk.gif) 0 0 repeat-x;
	color: #fff;
	position: relative;
}

.rightLink {
	width: 140px;
	position: absolute;
	right: 10px;
	top: 40px;
}

span.rightLink {
	color:#fff;
}

.downloadInfobox {
	width: 204px;
	height: 250px;
	padding: 0;
	float: left;
	position: relative;
	background: #fff url(../images/quote-bk.gif) bottom left repeat-x;
}

.cad {
	background: #fff url(../images/cad-downloads.jpg) bottom left no-repeat;
}

.downloadInfobox p {
	font-size: 1em; /* overrides default p size */
	margin: 10px;
}

.downloadInfobox form {
	margin: 0 10px;
}

.bottomLink {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.rightLink a, .rightLink a:hover, .bottomLink a, .bottomLink a:hover {
	color: #d61f43;
	text-transform: uppercase;
	font-weight: normal;
}

.support-video {
	float: left;
	display: inline;
	width: 188px;
	padding: 0 6px;
}

.support-video img {
	float: none;
}

.support-search {
	float: left;
	display: inline;
	width: 132px;
	padding: 0 6px;
	border-left: 1px #ccc solid;
}

.support-search h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	/*font-size: 0.9em;*/
	font-weight: 600;
	color: #5c5c5c;
}

.widebox p {
	margin: 10px;
	/*font-size: 0.9em;*/
}

.support-search input.searchSupport {
	width: 110px;
}

/* CONTACT PAGE */
.contactbox {
	width: 180px;
	height: auto;
	float: left;
	/*padding: 8px 0;*/
	padding:0;
	margin-bottom: 5px;
	/*font-size: 0.9em;
	border: 1px #bbb solid;
	background: #4D5459 url(../images/blk.gif) 0 0 repeat-x;*/
	display: inline;

}

.contactbox h2, .contactbox p {
	/*margin: 2px 4px;
	color: #FFF;*/
	color: #4D5459;
	margin: 2px 0; 
	padding:0;
}

.contactbox h2 {
	font-size:1.3em;
	border-bottom:none;
}

.contactbox a {
	color: #e31e34 !important;
}

.widestbox {
	float: left;
	width: 445px;
	height: 280px;
	background-color: #e7e7e7;
}

/* MEDIA */
.exhiBox {
	width: 300px;
	border: 1px solid #ddd;
	/*background: #3f3f3f url(../images/darkbox-bk.gif) 0 0 repeat-x;*/
	color: #efefef;
	padding: 10px;
}

/* GENERIC */
.GenericImg {
	padding: 0px;
	margin: 5px;
	float: left;
	display: inline;
	border: 0px solid #d5afd2;
}

.GenericImg2 {
	padding: 0px;
	margin: 5px;
	float: right;
	display: inline;
	border: 0px solid #d5afd2;
}

ul.default {
	margin: 2px 0;
	padding: 0;
	width: auto;
	color: #000;
}

ul.default li {
	list-style-type: none;
	color: #000;
	padding: 3px;
	width: auto;
	border-bottom: 1px solid #EEE;
}

ol.default {
	margin: 2px 30px;
	padding: 0;
	width: auto;
	color: #000;
}

ol.default li {
	color: #000;
	padding: 3px;
	width: auto;
	border-bottom: 1px solid #EEE;
}

.FLTleft {
	float: left;
}

.FLTright {
	float: right;
}

.imgCenter {
	float: none;
	display: block;
	margin: 10px auto;
	max-width:300px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

label {
	display: inline-block;
	text-transform: none;
	margin-bottom: 2px;
}

input[type='radio'] {
	background-color: none;
	border: none;
	margin: 0;
	padding: 0;
}

input {
	background-color: #efefef;
	border: 1px solid #c2c2c2;
	color: #000;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

textarea {
	background-color: #efefef;
	border: 1px solid #c2c2c2;
	color: #000;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

select {
	margin: 2px 2px 12px 2px;
	background-color: #efefef;
	padding: 2px;
	border: #c2c2c2 1px solid;
}

.button {
	border: 1px solid #FFF;
	background-color: #0B4864;
	padding: 1px;
	color: #FFFFFF;
}

.hide {
	text-indent: -999em;
	visibility: hidden;
	display: block;
}

.splitter, .splitter-cad {
	width:730px;
	border-bottom: 1px #ccc solid;
	margin: 5px 10px 20px 0;
	padding: 0;
	display: block;
}

.splitter p, .splitter-cad p {
	text-indent:50px;
}

.splitter-cad .small p {
	text-indent:0;
}

.splitter-cad h4 {
	text-indent:2px;
	border-bottom:1px solid #ddd;
}

.splitter-cad a {
	border: 1px solid #ddd;
	background: #fff url(../images/subnav-list.gif) 0 0 repeat-x;
	padding: 2px 4px;
	display:block;
	width:100%;
}

.splitter-cad a:hover {
	border: 1px solid #bbb;
	background: #F03 url(../images/nav2.gif) 0 0 repeat-x;
	color:#eee;
	text-decoration:none;
}

.listBox {
	padding-left: 65px;
	margin-top:-14px;
}

.halfContent, .halfContentSmall {
	width: 355px;
	height: auto;
	float: left;
	display: inline;
}

.halfContentSmall {
	width:250px;
}

.halfContent ul.features {
	width:100%;
	margin:0;
}

.topLink {
	text-align: right;
	font-size: 0.9em;
	padding: 0;
	margin: -10px 10px 0;
}

/* PRODUCT FOOTER */
#product-list {
	width: auto;
	height: auto;
	text-align: right;
	line-height: 1.1em;
	margin: 10px;
	float: right;
	display: block;
}

.product-links {
	width: auto;
	float: left;
	display: inline;
	padding: 0 5px;
	color:#4D5459;
}

.product-links span {
	font-size: 1.1em;
	font-weight: 500;
	display: block;
	margin: 0 5px;
}

ul.products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

ul.products li {
	color: #4D5459;
	margin: 0px 0px 3px 0px;
	padding: 1px 4px 2px; /*right band*/ /*padding: 1px 5px 2px;*/
	white-space: nowrap;
}

ul.products li a {
	color: #4D5459;
	font-weight: normal !important;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

ul.products li a:hover {
	font-weight: normal !important;
	text-decoration: underline;
}

ul.products li a strong,ul.products li a:hover strong {
	color: #4D5459;
	font-weight: 600;
}

/* coloured lines */ /* right band */
.product-type-gas {
	border-right: 3px solid #b41019;
}

.product-type-con {
	border-right: 3px solid #7ac041;
}

.product-type-eff {
	border-right: 3px solid #f37a1f;
}

.product-type-jet {
	border-right: 3px solid #54bbea;
}

.product-type-bio {
	border-right: 3px solid #7c0048;
}

.product-type-rad {
	border-right: 3px solid #6a6a6a;
}

/*.product-type-sol {
	border-right: 3px solid #EDC200;
}*/

.product-type-gas:hover {
	border-bottom: 1px solid #b41019;
	padding-bottom: 1px !important;
}

.product-type-con:hover {
	border-bottom: 1px solid #7ac041;
	padding-bottom: 1px !important;
}

.product-type-eff:hover {
	border-bottom: 1px solid #f37a1f;
	padding-bottom: 1px !important;
}

.product-type-jet:hover {
	border-bottom: 1px solid #54bbea;
	padding-bottom: 1px !important;
}

.product-type-bio:hover {
	border-bottom: 1px solid #7c0048;
	padding-bottom: 1px !important;
}

.product-type-rad:hover {
	border-bottom: 1px solid #6a6a6a;
	padding-bottom: 1px !important;
}

/*.product-type-sol:hover {
	border-bottom:1px solid #EDC200; 
	padding-bottom:1px !important;
}*/

/* NEWS and BLOG */
.newsarchive-box {
	float: right;
	margin: 10px 0;
	background: url(../images/download-bk.gif) bottom left repeat-x;
}

ul.newsarchive-year,ul.newsarchive-month {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	border-top: 1px solid #eee;
}

ul.newsarchive-year li,ul.newsarchive-month li {
	display: inline;
	font-size: 1.1em;
	height: 26px;
	line-height: 28px;
	float: left;
	padding: 0;
	margin: 0;
}

ul.newsarchive-year li a,ul.newsarchive-month li a {
	display: inline;
	height: 100%;
	width: 100%;
	font-weight: 500;
	padding: 6px 6px;
}

ul.newsarchive-year li a:hover,ul.newsarchive-year li a:active,ul.newsarchive-month li a:hover,ul.newsarchive-month li a:active
	{
	color: #fff;
	background: #F03 url(../images/subnav-h3.gif) 0 0 repeat-x;
	text-decoration: none;
}

.news-item, .press-item {
	width: 100%;
	height: 180px;
	margin: 20px 0;
	background: url(../images/quote-bk.gif) bottom left repeat-x;
	float: left;
	display: block;
}

.news-image {
	width: 180px;
	height: 180px;
	background-color: #fff;
}

.news-item h3, .press-item h3 {
	font-size: 1.1em;
	font-weight: bold;
	background: #333 url(../images/h3.gif) 0 0 repeat-x;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

.news-item h3 a, .press-item h3 a {
	color: #333;
}

.news-item p {
	margin-left: 190px; /*inline element goes behind the image, too*/
	margin-right: 10px;
}

.press-item p {
	margin-left:10px;
	margin-right:10px;
}

.news-date, .blog-date {
	font-weight: 500;
	color: #444;
}

.blog-comments {
	float:right;
	display:inline;
}

/* FEEDBACK and WARRANTY FORMS */
.form-split {
	width: 350px;
	float: left;
	display: inline;
}

#feedback-form label, #warranty-form label, #quoterequest-form label, #eshotcontact-form label {
	float: left;
	width: 105px;
	height: 18px;
	margin: 6px 20px 0 0;
	text-align: right;
}

#feedback-form input, #warranty-form input, #quoterequest-form input, #eshotcontact-form input {
	float: left;
	width: 200px;
	height: 18px;
}

#feedback-form textarea {
	float: left;
	width: 215px;
	height: 250px;
}

#feedback-form .form-buttons, #warranty-form .form-buttons, #quoterequest-form .form-buttons, #eshotcontact-form .form-buttons {
	margin-left: 120px;
}

#feedback-form input.button, #warranty-form input.button, #quoterequest-form input.button, #eshotcontact-form input.button {
	width: auto;
	height: auto;
	padding: 2px 5px;
	margin-top: 20px;
	background-color: #4D5459;
	float: left;
	display: inline;
}

fieldset {
	margin: 10px 0;
	padding: 0;
	border: none;
	text-align: left;
}

fieldset legend {
	font-weight: bold;
	text-indent: 0;
	font-size: 1.2em;
	color: #666;
	line-height: 2em;
}

/* remove background and border for radio buttons */
label.noflt {
	width: auto !important;
	margin: 6px 20px 0 20px !important;
	float: none !important;
}

#eshotcontact-form label.infolbl {
	float:none;
	margin:0 0 5px;
	text-align:left;
	width:140px;
	height:auto;	
	vertical-align:middle;
}

#reg-inst-new,#reg-inst-replace,#reg-fuel-gas,#reg-fuel-oil,#reg-fuel-propane,#reg-prevfuel-gas,#reg-prevfuel-oil,#reg-prevfuel-propane,#reg-instsite-retail,#reg-instsite-health,#reg-instsite-leisure,#reg-instsite-hotel,#reg-instsite-office,#reg-instsite-edu,#reg-instsite-ind,#reg-instsite-res,#reg-instsite-others, #moreinfo-condensing, #moreinfo-pressurejet, #moreinfo-gasatmospheric, #moreinfo-newenergy, #moreinfo-radiators, #moreinfo-training 
	{
	width: auto !important;
	float: none !important;
	border: none;
	background: none;
	margin: 5px 5px 0 2px !important;
}

#moreinfo-condensing, #moreinfo-pressurejet, #moreinfo-gasatmospheric, #moreinfo-newenergy, #moreinfo-radiators, #moreinfo-training {
	margin:0 0 5px !important;
	vertical-align:middle;
}

.halfFormContent {
	display:inline;
	float:left;
	width:170px;
}

/* OTHER */
#homeText {
	width: 480px;
	height: auto;
	padding: 0px 10px 10px 10px;
	margin: 0;
	float: left;
	display: inline;
}

#blog-feed {
	width: 220px;
	height: auto;
	padding: 0px 0px 10px 10px;
	/*	margin:5px 0px 0px 15px;*/
	float: left;
	display: inline;
	background-color: #e6e7db;
}

#blog-feed h3 {
	width: auto;
	height: auto;
	padding: 10px;
	float: left;
	display: inline;
	background-color: #0B4864;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}

#blog-feed  ul {
	padding: 0;
	margin: 0;
	color: #FFF;
	float: left;
	display: inline;
	width: auto;
	list-style: none;
}

#blog-feed  ul li {
	color: #000;
	text-decoration: none;
	display: inline;
	float: left;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	width: 175px;
	height: auto;
	padding: 8px 4px 4px 35px;
	background: url(../images/blog-icon.gif) 0 0 no-repeat;
}

/* PRODUCTS 
#prod_intro {
	width: 400px;
	height: auto;
	padding: 0px;
	margin: 0;
	float: left;
	display: inline;
}

.prod_features {
	width: 210px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin: 0;
	float: left;
	display: inline;
}

#prod_image {
	width: 350px;
	height: auto;
	padding: 0px;
	margin: 0;
	float: left;
	display: inline;
}

#prod_spec {
	width: 739px;
	height: auto;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	float: left;
	display: inline;
}

#prod_icons {
	width: 739px;
	height: auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	float: left;
	display: inline;
}

#prod_desc {
	width: 739px;
	height: 65px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	float: left;
	display: inline;
}

#prod_desc div {
	display: none;
	height: auto;
	width: 82px;
	float: left;
	margin-right: 10px;
	font-size: 1.1em;
	color: #0B4864;
	font-weight: bold;
}*/

/* SEARCH */
.searchresults {
	width: 700px;
	height: auto;
	padding-top: 10px;
}

.searchitem {
	margin: 0 auto 0 auto;
	border-bottom: 1px dashed #ccc;
	height: auto;
	padding: 10px;
	height: auto;
	width: 600px;
}

.searchitem h4 {
	padding: 0;
	margin: 0;
}

/* TABLES  */
tr.d0 td {
	background-color: #54075b;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #DDD;
}

tr.d1 td {
	background-color: #e6e7db;
	color: #000;
	padding: 5px;
	font-size: 1em;
	border-bottom: 1px solid #DDD;
}

tr.d2 td {
	background-color: #FFF;
	color: #000;
	padding: 5px;
	font-size: 1em;
	border-bottom: 1px solid #DDD;
}

tr.d1 th {
	background-color: #e6e7db;
	color: #000;
	padding: 5px;
	font-size: 1em;
	border-bottom: 1px solid #DDD;
}

td.spec {
	background-color: #e6e7db;
	color: #000;
	padding: 5px;
	font-size: 1em;
	border-bottom: 1px solid #DDD;
	text-align: center;
}

.footnote {
	font-size: 1em;
}



/* CONTACT PAGES */
.contact-half {
	float: left;
	width: 360px;
	margin-right: 10px;
}

.contact-half h5 {
	margin-top: -1em;
}

.extendedlist {
	border-bottom: 1px #eee solid;
	margin: 20px 20px;
	padding: 0;
}

.extendedlist h5 {
	margin: 0;
	text-transform:none;
}

ul.largelist {
	/*list-style-image: url(../images/list-arrow.gif)*/
	list-style:none;
	margin:0;
	padding:0;
}

ul.largelist li h4 {
	padding: 0;
	margin: 0;
}

ul.largelist li p {
	margin-top: 2px;
}

ul.quicklink {
	list-style-image: url(../images/list-arrow.gif);
}

ul.quicklink li a {
	font-weight: normal;
	font-size: 1.1em;
}

.searchbutton {
	position: relative;
	left: 10px;
}
.divsearch {
	margin-top: 10px;
}

.searchContainer {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 567px;
	text-align: left;
}

.dropContainer {
	margin-left: 10px;
	margin-bottom: 5px;
}

.dropdown {
	width: 400px;
}

.searchtext {
	font-size: 1.2em;
}

.required {
	color: #e31e34;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
}

.requiredtop {
	color: #e31e34;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
	vertical-align: top;
}

.intinputfield {
	width: 30px;
}

.smallinputfield {
	width: 200px;
}

.largeinputfield {
	width: 335px;
	height: 80px;
	background-color: #efefef;
}

.blogdropdown {
	top: 10px;
	position: relative;
}

.accountsdropdown {
	top: 10px;
	position: relative;
}

.selectednews {
	background-color: #E6E7DF;
}

#txterror {
	margin-top: 10px;
}

.sitemapbox {
	width: 330px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sitemaplist {
	list-style: none;
	font-weight: bold;
	line-height: 1.6em;
}

.sitemaplist ul {
	list-style: none;
	line-height: 1.2em;
}

.usefullinks {
	width: 180px;
	height: auto;
	text-align: center;
	float: left;
}

.usefullinks img {
	float: none;
}

a.whitelink {
	color: #FFF;
}

a.whitelink:hover {
	color: #FFF;
}

/*social network*/
.social-net {
	width: 300px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Google Maps */

#map {
	width:700px;
	height:450px;
	border:1px solid #666;
}

#map-notloaded {
	width:500px;
	margin: 20px auto;
	text-align:center;
}

#directions-input {
	background-color:#efefef;
	border:none;
	border-bottom:1px dotted #999;
	padding: 0 2px;
	width:260px;
}

#directions-submit {
	margin-left:10px;
	padding:0 2px;
	height:18px;
	background:#fff;
	border:1px solid #666;
}

/* Google Maps v3 API - directions table is too small */

.adp-directions {
	width:100% !important;
}













.cmsFieldTitleTop {
	vertical-align:top;
	margin-top:5px;
}
	
.cmsFieldTitleTop, .cmsFieldTitle {
	width:70px;
	display:inline-block;
	text-align:right;
	margin-right:5px;
}

/* fault finder*/
.faultfinder-item {
	width: auto;
	padding-bottom: 10px;
	width: 100%;
	margin: 20px 0 0;
	background: #eee url(../images/quote-bk.gif) bottom left repeat-x;
	float: left;
	display: block;
}

.faultfinder-item h3 {
	font-size: 1.1em;
	font-weight: bold;
	background: #333 url(../images/h3.gif) 0 0 repeat-x;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

.faultfinder-item h4 {
	text-indent:10px;
}

.faultfinder-item p a {
	color: #333;
}

.faultfinder-item p {
	margin-left: 10px;
	margin-right: 10px;
}

.faultfinderInfobox h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #000 url(../images/h4.gif) 0 0 repeat-x;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

.faultfinderInfobox {
	width: 204px;
	height: 150px;
	padding: 0;
	margin:0;
	margin-bottom: 12px;
	float: left;
	display:inline;
	position: relative;
	/*background: #fff url(../images/quote-bk.gif) bottom left repeat-x;*/
	background:#e6e7db;
}

.faultfinderInfobox p {
	font-weight: 105%;
	margin: 10px;
}

.faultfinderInfobox form {
	margin: 0 10px;
}

.faultfindermainbox {
	width: 695px;
	height: auto;
	padding: 0 10px 10px;
	margin:0;
	float: left;
	display:inline;
	position: relative;
	/*background: #fff url(../images/quote-bk.gif) bottom left repeat-x;*/
	background:#e6e7db;
}

input.searchFault {
	width: 200px;
}

/* download search*/
.download-item {
	width: auto;
	padding-bottom: 10px;
	width: 347px;
	margin: 10px 0px 10px 10px;
	background: #eee url(../images/quote-bk.gif) bottom left repeat-x;
	float: left;
	display: block;
}

.download-item h3 {
	font-size: 1.1em;
	font-weight: bold;
	background: #333 url(../images/h3.gif) 0 0 repeat-x;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

.download-item p a {
	color: #333;
}

.download-item p {
	margin-left: 10px;
	margin-right: 10px;
}

#downloaditemContainer {
	padding: 0px;
	float: left;
	display: inline;
}

.splitterBrochures {
	border-bottom: 1px #eee solid;
	margin: 5px 10px 20px 0;
	padding: 0;
	padding-left: 50px;
	display: block;
	pading-bottom:30px;
}

.splitterBrochures p {
	line-height: 3;
	float:left;
	width:50%;
}


/*blog*/
.blog-item {
	width: 100%;
	margin: 20px 0;
	background: #eee url(../images/quote-bk.gif) bottom left repeat-x;
	float: left;
	display: block;
}

.blog-item h3 {
	font-size: 1.1em;
	font-weight: bold;
	background: #333 url(../images/h3.gif) 0 0 repeat-x;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-transform: uppercase;
	margin: 0;
}

.blog-item h3 a {
	color: #333;
}

.blog-item h3 img {
	float:right;
	margin-top:2px;
	padding-right:5px;
}

.blog-item p {
	margin-left: 10px; 
	margin-right: 10px;
}

.blog-date {
	font-weight: 500;
	color: #444;
}

.blog-comments {
	overflow:visible;
}

.blog-comments img {
	margin-top:-8px;
	margin-right:4px;
	overflow:visible;
}

.exhibitionimg {
	margin-right: 10px;
	max-width:100px;
}


/* Specify My Boiler results table */

.boilerresultscontainer {
	margin:10px 0 0;
	padding: 10px;
	background: #fff url(../images/table-bk.gif) 0 0 repeat-x;
	float: none;
}

.boilerresultscontainer h1 {
	font-size: 1.4em;
	font-weight: lighter;
}

.boilerresults {
	width:700px;
	text-align: center;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

.boilerresults th {
	border-bottom: 1px solid #666;
	padding: 4px 0;
}

.boilerresults td {
	vertical-align: text-top;
	padding: 4px 0;
	border-bottom: 1px solid #999;
}

.boilerresults td:hover {
	color:#333;
	font-weight: bold;
}

.boilerresults tr th:first-child {
	border-right: 1px solid #666;
}

.boilerresults tr td:first-child {
	text-align:left;
	padding-left:4px;
	border-right: 1px solid #666;
}

.boilerresults tr:first-of-type th {
	border-bottom: none;
	border-right:1px solid #ececec;
	font-size: 1.1em;
	padding: 10px 0;
	background: #eee url(../images/subnav-list.gif) 0 0 repeat-x;
}

.boilerresults p {
	margin: 0;
}

.qqproductddl {
	width:210px !important;
}

h6 {
	color:#e31e34;
	font-size:1.6em;
	font-weight:bold;
}


.blogpost table {
	border-collapse:collapse;
}

.blogpost table td {
	vertical-align:top;
	padding: 4px;
}

.blogpost table td p {
	margin:0;
}

/* holding page content wrapper */
.contentHold {
	padding:20px 20px 20px 10px;
	background: url(../images/holdingcurve.jpg) top right no-repeat;
}

.vcard {
	margin: 10px 0;
}

.thirdContentHolding {
	width: 310px;
	height: auto;
	float: left;
	display: inline;
}

.thirdContentHolding img {
	margin-right:10px;
}

.thirdContent {
	width: 230px;
	height: auto;
	float: left;
	display: inline;
}

#course1, #course2, #course3 {
	cursor:hand;
	cursor:pointer;
}

#courselink1, #courselink2, #courselink3 {
	float:right;
	display:none;
}

div.separator /*not to be confused with table separator*/ {
	margin:10px 0 20px;
	border-bottom:1px solid #ccc;
}

.social-img-link {
	display:block;
	line-height:40px;
}

ul.sitemap {
	margin: 2px 0;
	padding: 0;
	width: auto;
	color: #000;
	font-size:1.2em;
	font-weight:lighter;
}

ul.sitemap li {
	list-style-type: none;
	color: #000;
	padding: 10px 3px;
	width: auto;
	clear:left;
}

ul.sitelinks {
	margin: 10px 0;
	padding: 0;
	width: auto;
	color: #000;
	font-size:90%;
}

ul.sitelinks div {
	float:left;
	display:inline;
	width:50%;
	margin-bottom:1px;
}

ul.sitelinks li {
	list-style-type: none;
	color: #000;
	padding: 3px;
	width: auto;
	text-indent:10px;
	border-bottom: 1px solid #EEE;
	clear:left;
}














#evomax-ad {
	width: 230px;
	height: 100px;
	padding: 215px 10px 0px 10px;
	margin: 0px 0px 50px 10px;
	float: right;
	display: inline;
	background: #fff url(../images/ad-evomax.jpg) 0 0 no-repeat;
	color:#FFF;
	font-size:1.1em;
}


#evomax-ad h2{
	color:#FFF;
	font-size:1.2em;
	margin:0;
	padding:0;
	border:none;
	
}


#evomax-ad h2 a:link,#evomax-ad h2 a:visited,#evomax-ad h2 a:active {
	color:#000;
	font-size:1.2em;
}


#evomax-ad h2 a:hover {
	text-decoration:underline;
}

#product-icons-container {
	width:700px;
	height:115px;
	display:block;
	margin:10px auto;
}
	
#product-icons-desc {
	margin:0;
	float:left;
	display:inline;	
}

#product-icons-desc div {
	display:none;
	height: auto;
	width:auto;
	float:left;
	margin-left:10px;
	font-size: 1.1em;
}
	 
.products-split {
	width:520px;
	height:auto;
	padding:10px 0 0 10px;
}

.products-split a, .products-split-wide a {
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	height:200px;
	width:250px;
	float:left;
}

.products-split-wide {
	padding:0;
	margin:0;
}

.products-split-wide a {
	width:238px;
}

.extLink {
	text-align:center;
	background-color: #EFEFEF;
    border: 1px solid #C2C2C2;
	display:block;
	padding:5px;
	margin:10px 0;
}

.extLink:hover {
	background-color:#C2C2C2;
}
