/**** Eric Meyers Reset Styles ****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**** Main Structure ****************/

body {
	background-color: #f0f0ff;
	background-image: url(../_images/body_bg.gif);
	background-repeat: repeat-x;
	color: #f0f0ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #b9bdc0 url('../_images/bg.jpg') no-repeat top left;
	}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 829px;
	background-image: url(../_images/content_bg.png);
	background-repeat: repeat-y;
	z-index: 0;
	}

#sidebar {
	float: left;
	width: 150px;
	padding: 50px 0px 0px 40px;
	height: 100%;
	min-height: 100%;
	}

#content {
	background-image: url(../_images/content_top_bg.png);
	background-repeat: no-repeat;
	padding: 20px 33px 0px 208px;
	margin-right: 0px;
	z-index: 5;
	}



#footer {
	background-image: url(../_images/footer_bg.gif);
	background-repeat: repeat-y;
	color:#000000;
	height: 122px;
	clear: both;
	font-size: 10px;
	padding: 15px 0px 0px 40px;
	}



/**** Main HTML Elements ****************/

p {
	margin: 0px 0px 14px 0px;
	line-height: 1.2;

	}

a {
	color: #f0f0ff;
	text-decoration:none;
	}

a:hover {
	color: #a7152a;
	}

input, select, textarea {
	background-color: #F8F0D0;
	border: 2px #083356 inset;
}

input.checkbox{
	background: transparent;
	border: 0px;
}

option{
	border-top: 1px #888899 solid;
}

h1 {
	color: #444;
	font-size: 25px;
	font-weight: bold;
}

h2 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 25px 0px;
	}

h3 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #a7152a;
	margin: 20px 0px 10px 0px;
	padding-bottom: 5px;
	}

/**** Header Styles ****************/

.header {
	background-image: url(../_images/header_bg.gif);
	background-repeat: no-repeat;
	height: 122px;
	margin: 0px;
	padding: 0px;
	}

.header h1 {
	padding-top: 40px;
	}

.logo {
	float: left;
	margin: 20px 20px 0px 30px;
	}

/**** Sidebar Styles ****************/

#sidebar ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#f0f0ff;
	}

#sidebar ul li a.selected {
	text-decoration: none;
	text-transform: uppercase;
	/* color:#ffff00;
	font-weight: bold;
	color: #feb810; */
	color: #a7152a;
	}

#sidebar ul li a:hover {
	color: #a7152a;
	}

#sidebar ul li {
	margin-bottom: 15px;
	}

#sidebar ul ul {
	margin-top: 15px;
	}

#sidebar ul ul li {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 9px;
	}

#sidebar ul ul ul li {
	font-size: 10px;
	margin-left: 14px;
	margin-bottom: 9px;
	}


#sidebar ul ul ul ul li {
	font-size: 9px;
	margin-left: 14px;
	margin-bottom: 9px;
	}

/**** Content Styles ****************/

.fakeh1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #444;
	font-weight: bold;
	}

.fakeh2 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 14px;
	}

#flashcontent, #flashcontent0 {
	height: 1%;
	margin: 0px;
	padding: 0px;
	}

#content ul {
	list-style-image: url(../_images/plus.gif);
	margin-left: 20px;
	}

#content ul li {
	margin-bottom: 10px;
	}

#floatingmenu {
	border-top: 1px dashed #a7152a;
	border-bottom: 1px dashed #a7152a;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	}

#content #floatingmenu a {
	color: #f0f0ff;
	border: none;
	font-weight:100;
	}

#content #floatingmenu a:hover {
	color: #a7152a;
	border: none;
	font-weight:100;
	}

#floatingmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	}

#content a {
	color: #444;
	font-weight: bold;
	}

#content a:hover {
	border-bottom: 1px dashed #a7152a;
	color: #a7152a;
	}

#mainpic {
	border: 1px solid #a7152a;
	padding: 5px;
	margin: 0px 0px 20px 80px;
	width: 368px;
	}

#mainpic .size {
	width: 368px;
	}


/**** Home Page Info Boxes ****************/


.hibox1Title, .hibox2Title, .hibox3Title {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	}

.hibox1Title { width: 200px; }
.hibox2Title { width: 192px; }
.hibox3Title { width: 150px; }


.hibox1, .hibox2, .hibox3 {
	float: left;
	font-size: 10px
	}

.hibox1 {
	padding-right: 10px;
	width: 180px;
	}


.hibox2 {
	border-left: 1px dashed #a7152a;
	border-right: 1px dashed #a7152a;
	padding: 0px 10px 30px 10px;
	width: 170px;
	}

.hibox2 img {
	margin-bottom: 10px;
	border: 1px solid #a7152a;
	}

.hibox3 {
	padding-left: 10px;
	width: 180px;
	}

.orangetitle, #content a.orangetitle  {
	text-transform: uppercase;
	color: #feb810;
	text-decoration: none;
	font-weight: 100;
	}

#content a.orangetitle:hover {
	border-bottom: none;
	color: #a7152a;
	}


/**** News Page Styles ****************/


 .chbox1Title, .chbox2Title, .chbox3Title {
	float: left;
	margin: 0px 350px 20px 0px;
	}

.nhbox1Title, .nhbox2Title, .nhbox3Title {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.nhbox3Title, .chbox3Title {
	margin-right: 0px;
	}


.nhbox1, .nhbox2, .nhbox3 {
	float: left;
	font-size: 11px;
	width: 180px;
	}

.nhbox1Title img, .nhbox2Title img, .nhbox3Title img {
	border: 1px solid #a7152a;
	margin: 0px;
	padding: 0px;
	}

.nhbox1 {
	padding-right: 10px;
	width: 182px;
	}


.nhbox2 {
	border-left: 1px dashed #a7152a;
	border-right: 1px dashed #a7152a;
	padding: 0px 10px 30px 10px;
	width: 175px;
	}

.nhbox2 img {
	margin-bottom: 10px;
	}

.nhbox3 {
	padding-left: 10px;
	width: 175px;
	}

.orangetitle {
	text-transform: uppercase;
	color: #feb810;
	text-decoration: none;
	}

.newsblock {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.newsblurb {
	border-top: 1px dashed #a7152a;
	border-bottom: 1px dashed #a7152a;
	padding: 10px 0px 0px 0px;
	margin-top: 7px;
	min-height: 220px;
	}

.newsblurb img {
	border: 1px #a7152a solid;
	}

div.image_border, div.image_border1 {
	border: 1px #a7152a solid;
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

div.image_border1 {
	margin-right: 9px;
}

#content div.image_border1 a:hover {
	text-decoration: none;
	border-bottom: none;
}

.nhbox3Title div.image_border1 {
	margin-right: 0px;
}

#content a.newstitle {
	color: #feb810;
	font-weight: 100;
	}

#content a.newstitle:hover {
	color: #a7152a;
	border-bottom: none;
	}


/**** Predesigned Styles ****************/

.productblurb {
	border-top: 1px dashed #a7152a;
	border-bottom: 1px dashed #a7152a;
	padding: 10px 0px 0px 0px;
	margin-top: 5px;
	min-height: 182px;
	}

.productblurb img {
	float: left;
	margin-right: 15px;
	border: 1px solid #a7152a;
	padding: 5px;
	}

.productblurb h3 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border: none;
	}

.pdf img {
	float: none;
	display: inline;
	margin: 0px 0px 0px 5px;
	border: 0px;
	padding: 0px;
	}

.ct050 {height: 157px;}
.ct150 {height: 174px;}
.ct200 {height: 199px;}

.producttitle {
	text-transform: uppercase;
	}

#content a.producttitle {
	font-weight: 100;
	color: #f0f0ff;
	}

#content a.producttitle:hover {
	color: #a7152a;
	border-bottom: none;
	}

#seeotherbox {
	border: 1px solid #a7152a;
	padding: 5px;
	}

#seeotherboxinside {
	border: 1px solid #a7152a;
	text-align: center;
	padding: 30px 30px 30px 30px;
	line-height: 1.1;
	}

#seeotherboxinside a {
	color: #feb810;
	}

#seeotherboxinside a:hover {
	color: #a7152a;
	}


/**** Axial Fan Page Styles ****************/

#afspecs {
	width: 100%;
	border-bottom: 1px dashed #a7152a;
	margin: 30px 0px 30px 0px;
	}

.aftherm {
	width: 47%;
	border-bottom: 1px dashed #a7152a;
	margin: 30px 0px 30px 0px;
	float: left;
	}

.digitherm {
	width: 35%;
	margin-right: 40px;
	}

.aftherm1 {
	margin-right: 30px;
	}

#afspecs th {
	width: 100px;
	text-transform: uppercase;
	border-bottom: 1px dashed #a7152a;
	padding: 0px 0px 7px 0px;
	font-size: 10px;
	}

.aftherm th {
	text-transform: uppercase;
	border-bottom: 1px dashed #a7152a;
	padding: 0px 0px 7px 0px;
	font-size: 10px;
	}

.aftherm th.first {
	width: 97px;
	}

#afspecs tr {

	}

#afspecs td, .aftherm td {
	padding: 30px 0px 0px 0px;
	}

#afspecs td.bottom, .aftherm td.bottom {
	padding: 30px 0px 30px 0px;
	}





/**** Footer Styles ****************/

#footer a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	}

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

#footer img {
	float: left;
	margin-top: 7px;
	}

#footer p {
	margin-right: 32px;
	}

#footer ul {
	margin-top: 10px;
	}

#footer li img {
	clear: left;
	margin: 0px 3px 0px 0px;
	float: left;
	}

#footer li {
	margin-top: 10px;
	display: block;

	}





.fbox {
	float: left;
	margin-right: 50px;
		}

.fbox2, .fbox3 {
	float: left;
	clear: none;
	margin-right: 40px;
	display: inline;
	}

.fbox4 {
	float: left;
	}

.ftitle {
	text-transform: uppercase;
	}


/**** Misc Styles ****************/

.right {text-align: right;}

.center {text-align: center;}

.fright {float:right;}

.clear {clear:both;}

.noborder {border: 0px solid #a7152a;}

.smaller {font-size: 11px;}

.hidden {display: none;}

.required {color: #a7152a;}


/**** Large Thumb Styles ****************/

#content .largethumbs a:hover {
	border-bottom: none;
	}

#content a:hover.largethumbs  {
	border-bottom: none;
	}

#content .largethumbs  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#content .largethumbs ul li {
	display: inline;
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	}

.bigthumb {
	border: 1px solid #a7152a;
	padding: 5px;
	margin: 0px;
	}

.bigthumb0 {
	border: 1px solid #a7152a;
	margin: 0px;
	padding: 0px;

	}











/**** googlemap Styles ****************/


.bubble {color:#000000;}

.bubble a {color:#000000; text-decoration: underline;}

.bubble a:hover {color:#FF0000;}


/**** Sitemap Styles ****************/

.sitemap {	}

.sitemap ul li {
	text-transform: capitalize;
	}

#content .sitemap ul li a {
	font-weight: 100;
	color: #f0f0ff;
	}

#content .sitemap ul li a:hover {
	color: #a7152a;
	}

.sitemap ul ul {
	margin-left: 30px;
	}

.sitemap ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.space {
	margin-bottom: 10px;
	}


/**** Infosheet Styles ****************/

.tallbox, .shortbox {
	float: left;
	width: 178px;
	margin-right: 15px;
	margin-bottom: 28px;
	}

.tallbox img, .shortbox img {
	margin: 10px 0px 14px 0px;
	border: 1px solid #a7152a;
	}



.tallboxlinks {
	border-left: 1px dashed #a7152a;
	border-right: 1px dashed #a7152a;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	height: 105px;
	}

.shortboxlinks {
	border-left: 1px dashed #a7152a;
	border-right: 1px dashed #a7152a;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	height: 25px;
	}

.tallboxlinks ul li, .shortboxlinks ul li {
	list-style-image: none;
	}

#content .tallboxlinks ul li a, #content .shortboxlinks ul li a {
	font-weight: 100;
	color: #f0f0ff;
	}

#content .tallboxlinks ul li a:hover, #content .shortboxlinks ul li a:hover {
	color: #a7152a;
	}

#content .tallboxlinks ul, #content .shortboxlinks ul {
	margin-left: 0px;
	}

.tallboxlinks li, .shortboxlinks li {
	margin-bottom: 8px;
	}


/**** Staff Styles ****************/

.picturebox {
	border: 1px solid #a7152a;
	padding: 5px;
	width: 127px;
	height: 223px;
	float: left;
	margin: 0px 7px 25px 0px;
	background-color: #fff;
	color: #222;
	}

.last {
	margin-right: 0px;
	}

.picturebox img {
	border: 1px solid #a7152a;
	margin: 0px;
	padding: 0px;
	}

.picturebox .name {
	font-weight: bold;
	}

.picturebox p {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	}

/**** contact form Styles ****************/

fieldset.hidden_fieldset {
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	}

label.preField {
	display: block;
	margin: 0.6em 4px 0px 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: transparent;
	}

form .label  {
	display: block;
	margin: 0.6em 4px 0px 0;
	padding: 2px;
	}

form .inlineSection .oneField .inlineLabel {
	display: block;
	margin: 0.6em 4px 0px 0;
	padding: 0 0px 10px 0px;
	min-width: 16em;
	background-color: transparent;
	white-space: normal;
	font-size: 11px;
	text-transform: uppercase;
	}

label.inlineLabel {
	width: 183px;
	display: block;
	float: left;
	clear: left;
	}

form .inlineSection .oneField input {
	width: 247px;
	background-color: #f0f0ff;
	}

.oneField input {
	margin-bottom: 10px;
	}

#check_here {
	width: auto;
	margin-right: 5px;
	vertical-align: top;
	}

.checklabel {
	vertical-align: text-bottom;
	}


.inlineSection .fakeh2 {
	margin-bottom: 4px;
	}


fieldset {
	border-top: 1px dashed #a7152a;
	border-bottom: 1px dashed #a7152a;
	margin: 0px 0px 45px 0px;
	padding: 15px 0px 15px 0px;
	position: relative;
	}



legend {
	position: absolute;
	top: -.5em;
	left: .2em;
}


#submit {
	border: 1px solid #a7152a;
	background-color: #FFFFFF;
	color: #0a3f6b;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	}

#Products_Of_Interest {
	width: 426px;
	min-height: 200px;
	}

#Products_Of_Interest option.optbg {
	background-color: #FFFFFF;
	}

#directions {
	width: 400px;
	}

input, select, textarea {
	background-color: #f0f0ff;
	border: 2px #083356 inset;
}

.oneField input.checkbox{
	background: transparent;
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

option{
	border-top: 1px #888899 solid;
}


/**** flow torch pages styles *******************/

.listleft {float:left; margin-right:90px;}

.thumbswcap {
	float: left;
	margin-right: 20px;
	text-align: center;
	}

.thumbswcap img {margin-bottom: 10px;}

.alittleleft {
	margin-left: -20px;
	}


/**** case history pages styles *******************/

.chinfo {
	margin-bottom: 35px;
	}

.chsubject {
	float: left;
	text-transform: uppercase;
	width: 130px;
	}

.chdescription {
	margin-left: 130px;
	}



/**** calculate page Styles ****************/

h2.title {
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 45px 0px 20px 0px;
	border-bottom: 1px dashed #a7152a;
	}

.calc {
	margin-bottom: 5px;
	}

.calc label {
	width: 66px;
	display: block;
	float: left;
	padding-top: 5px;
	}

.calc input, .calc select {
	margin-bottom: 5px;
	}

#current_answer, #watts_answer {
	display: inline;
	}

input.calculator_highlighted{
	background-color: #FFE26F;
}


/**** heater solutions page Styles ****************/

.customblurb {
	border-bottom: 1px dashed #a7152a;
	padding: 0px 0px 7px 0px;
	margin-top: 30px;
	margin-bottom: 7px;
	text-transform: uppercase;
	}


/**** individual heat torch page Styles ****************/

.htspecs {
	width: 100%;
	border-bottom: 1px dashed #a7152a;
	margin: 30px 0px 30px 0px;
	}

.htspecs td {
	border-bottom: 1px dashed #a7152a;
	}

.htspecs th {
	width: 100px;
	text-transform: uppercase;
	border-bottom: 1px dashed #a7152a;
	padding: 0px 0px 7px 0px;
	font-size: 10px;
	}

.htspecs th.one {
	width: 65px;
	}


.htspecs td {
	padding: 30px 0px 30px 0px;
	}

.htspecs td.bottom {
	padding: 30px 0px 30px 0px;
	border-bottom: none;
	}


.httherm, .airflow  {
	width: 47%;
	border-bottom: 1px dashed #a7152a;
	margin: 30px 0px 30px 0px;
	float: left;
	}

.airflow2 {
	width: 100%;
	}

.httherm1, .airflow {
	margin-right: 50px;
	}

.digitherm1 {
	width: 55%;
	margin-right: 0px;
}

.httherm2 {
	width: 100%;
	}


.httherm th, .scfm th, .airflow th {
	text-transform: uppercase;
	border-bottom: 1px dashed #a7152a;
	padding: 0px 0px 7px 0px;
	font-size: 10px;
	}

.httherm th.first {
	width: 175px;
	}

.airflow th.first {
	width: 161px;
	}

.airflow1 th.first {
	width: 90px;
	}

.httherm2 th.first {
	width: 155px;
	}

.httherm td, .airflow td {
	padding: 30px 0px 0px 0px;
	}

.httherm td.bottom, .airflow td.bottom {
	padding: 30px 0px 30px 0px;
	}

.scfm th.first {
	width: 91px;
	}

.scfm {
	width: 43%;
	border-bottom: 1px dashed #a7152a;
	margin: 30px 0px 30px 0px;
	float: left;
	}

.scfm td {
	padding: 30px 0px 0px 0px;
	}

.scfm td.bottom {
	padding: 30px 0px 30px 0px;
	}


/***** Product Page Styles ******/
.imgtxt {
	width: 134px;
	float: left;
	margin-right: 12px;
	text-align: center;
	}


/***** fix for ie6 min height problem code must stay here *****/

/*
html, body {
height: 100%;
min-height: 100%;
}

div.newsblurb {
height: 100%;
min-height: 100%;
}
*/

/* for Internet Explorer */
/*\*/
* html div.newsblurb {
height: 100%;
min-height: 100%;
}
/**/

/* for Internet Explorer */
/*\*/
* html div.productblurb {
height: 100%;
min-height: 100%;
}
/**/


