/***** Start Eric Meyer Reset Reloaded DONT TOUCH *****/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.alertH {
	display: block;
	border-top: 1px dashed #E51A23;
	border-bottom: 1px dashed #E51A23;
	padding: 10px 10px 10px 10px;
	position: absolute;
	margin-top: 225px;
	float: none;
	clear: both;
	background-color: #EEC06D;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** End Eric Meyer Reset Reloaded DONT TOUCH *****/


/***** Start General Tag Styles *****/

body {
	background-color: #F49A18;
	font-family: arial;
	font-size: 14px;
	color: #352002;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
}

h1 {
	font-size: 16px;
	clear: both;
	margin: 0px 0px 18px 0px;
	padding: 18px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dotted #c49647;
	margin-bottom: 13px;
	padding-bottom: 4px;
}

h2 a {
	color: #352002;
	border: none;
}

h2 a:hover {
	color: #d30404;
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	border-bottom: none;

}

a.no_border{
	border: none;
}
a:hover.no_border{
	border: none;
}

p {
	margin: 0px 0px 16px 0px;
	line-height: 1.25;
	font-size: 14px;
}

p.fullwidth {
	width: 700px;
}

label{
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.error{
	color: red;
	background-color: #fbc7c7;
	border: 1px red dashed;
	margin-bottom: 10px;
	padding: 5px;
}

.critical_note {
	color: red;
	display: block;
	float: left;
	height: 50px;
	margin: 0px 20px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

.msg{
	color: green;
	background-color: #c7fbc7;
	border: 1px green dashed;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 10px;
}

div.bottom_border{
	border-bottom: 1px dotted #c49647;
}

div.fullwidth p {
	width: 700px;
}


/***** End General Tag Styles *****/

/***** Start Main Containers *****/

#maincontainer {
	width: 800px;
	margin: 0px auto 0px auto;
}

#maincontainer.wide {
	width: 800px;
	}

#left {
	width: auto;
	clear: none;
	float: left;
	margin: 0px;
	/*
	overflow: hidden;
	this fixed the IE issue where oversized content causer the left
	div to fall below the bottom of the right div... but is that desirable?
	*/
}

#header {
	min-height: 116px;
	height: 116px;
	width: 752px;
}

#navigation {
	margin: 0px;
	padding: 0px;

}

#maincontent {
	background-color: #faedc4;
	border-left: none;
	border-bottom: none;
	border-right: none;
	background-image: none;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    width: 731px;
    min-height: 500px;
}

#footer {
	min-height: 97px;
	height: 97px;
	padding: 0px 0px 0px 0px;
	clear: both;
	/* width: 1003px; */
	width: 761px;
	display: none;
}

#right {
	width: 0px;
	float: right;
	margin: 0px;
	padding: 165px 0px 0px 0px;
}


/***** End Main Containers *****/


/***** Start Bulleted List Styles *****/

ul.bullets {
	list-style-type: circle;
	margin: 0px 0px 0px 14px;
	padding-right: 30px;
	padding-left: 5px;
	line-height: 1.2;
	font-size: 14px;
	width: 700px;
}

ul.bullets li {
	margin: 0px 0px 7px 0px;
	display: list-item
}

/***** Bulleted List Styles *****/


/***** Start Sidebox Styles *****/

.innerbox {
	width: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: none;
}
.innerbox .header {
	width: 0px;
	/*display: none;*/
}

.innerbox .content {
	width: 0px;
	/*display: none;*/
}

.innerbox .content p  {
	/*display: none;*/
}

.innerbox .content label {
	color: #7d440c;
}

.shadow {
	width: 0px;
	}

.sidebox {
	width: 0px;
	display: none;
}

.sidebox .box_bottom{
	vertical-align: top;
}

.sidebox .header {
	background-image: none;
	background-repeat: repeat-x;
	min-height: 37px;
	height: 37px;
	display: block;
	width: 0px;
	color: #7d440c;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 1px 0px 0px;
	margin-left: 0px;
	cursor: pointer;
}

.sidebox .header .arrow {
	display: none;
	margin-right: 12px;
}


.sidebox .content {
	background-image: none;
	background-repeat: repeat-y;
	display: block;
	width: 0px;
	/* border-top: 1px solid #dcc5a1; */
	padding: 20px 13px 1px 13px;
	margin: 0px;

}



.firstbox {
	/* margin-top: 165px; style when the animation box was not placed*/
	margin-top: 0px;
}

.animation {
	display: block;
	height: 165px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.animation  #flashcontent { /* this is causing the main content to jump down in ie 6 */
	width: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	/* display: none; this moves the content back up but itsn't a good solution */
}

.box .content{
	color: #7d440c;
	font-family: arial;
	font-size: 14px;

	display: block;
}

.box .content .testimonial {
	margin-bottom: 28px;
	margin-top: 28px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: 'times new roman', serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #d7830d;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 1px
}

.box .content .newsitem, .box .content .other_products{
	margin-bottom: 6px;
}

.box .content .other_products img{
	margin: 0px 11px 0px 0px;
	float: left;
}

.box .content .newsitem .date{
	margin: 0px 11px 0px 0px;
	background-color: #fce7b1;
	width:0px;
	height: 38px;
	float: left;
	padding: 8px 0px 0px 8px;
}

.box .content .newsitem .date .month {
	color: #503B19;
	text-transform: uppercase;
	font-size: 14px;
}

.box .content .newsitem .date .day {
	color: #503B19;
	font-size: 19px;
}

.box .content .newsitem .title {
	font-size: 14px;
}
.box .content .newsitem .title A,
.box .content .casehist .title A,
.box .content .other_products .title A{
	color: #5F2F00;
}

.casehist .title, .featured .title {
	margin-top: 17px;
}

.featured .title {
	margin-bottom: 17px;
	}

.box .content .newsitem .blurb,
.box .content .featured .blurb,
.box .content .casehist .blurb,
.box .content .other_products .blurb {
	font-size: 12px;
}

.box .content .newsitem .blurb {
	margin: 0px 0px 0px 56px;
	height: 1%;
}

.box .calc p {
	margin: 12px 0px 12px 0px;
}

.box form.calcstuff input {
	width: 130px;
	border: 2px solid #eec06d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.box form.calcstuff ol {
	list-style-type: none;
}

.box form.calcstuff ol li {
	margin: 0px 0px 0px 0px;
	display: block;
	clear: left;
}

.box form.calcstuff label {
	width: 80px;
	margin: 0px 0px 18px 0px;
	float: left;
}

.innerbox form.calcstuff label {
	width: 74px;
	}

.box form.calcstuff input.calc_btn {
	border: none;
	float: right;
	margin: 0px 0px 11px 0px;
	width: 135px;
}


input.calculator_highlighted{
	background-color: #FFE26F;
}

.product_thumb{
	float: left;
	margin-bottom: 20px;
}

.product_thumb .thumb{
	padding: 0px;
	margin: 0px;
}

.product_thumb .pad_right{
	margin-right: 4px;
}

.product_thumb img{
	padding: 0px;
	margin: 0px;
}

.product_thumb span.title{
	display: block;
	margin-top: -10px;
	font-size: 12px;
}

.product_thumb A{
	border: none;
}

/***** End Sidebox Styles *****/


/***** Start Header Styles *****/

#logo {
	margin: 0px 0px 0px -14px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
}

form#search_form {
	display: none;
}

form.search {
	display: none;
	float: right;
	margin-top: 29px;
	width: 140px;
}

form.search label {
	display: none;
	color: #f6e1a3;
}

form.search input {
	display: none;
	margin-top: 7px;
	width: 140px;
	background-color: #faedc4;
	border: 3px solid #da8913;
}

div#translate_container {
	float: right;
	margin-top: 29px;
	width: 160px;
	height: 41px;
	display: none;
}

/***** End Header Styles *****/


/***** Start Navigation Styles *****/




/* previous version
#menu {
	width:100%;
	float: left;
	position: absolute;
	background-image: url("../_images/layout/nav_bg.png");
	background-repeat: no-repeat;
    width: 761px;
	z-index: 20;
	padding: 0px 0px 0px 7px;
} */

#menu {
	display: none;
	width: 754px;
	float:left;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 7px;
	display: none;
	}


#menu a, #menu h2 {
	display: none;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0px 0px 0px 3px;
	border-bottom: 1px solid #d7ad61;
}

#menu h2 {
	color:#000000;
	text-transform:uppercase;
	font-weight: 100;
	height: 34px;
	padding: 15px 0px 0px 7px;
	margin: 0px;
	border: none;
}


div#menu li a {
	color: #000;
}
div#menu li:hover a {
	display: none;
	color: #FFFFFF;
}
div#menu li:hover ul li a {
	color: #000;/*#5d3704;*/
}
div#menu li:hover ul li a:hover {
	color: #FFFFFF;
}


#menu a {
	display: none;
}

#menu a.top_level {
	display: none;
}

#menu a.taller {
	display: none;
}

#menu a, #menu a:visited {
	display: none;
}


#menu a:active {
	display: none;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 124px;
	height: 49px; /* the purple no longer touches the top of the drop down in FF and IE7, still touches
	in ie6 */
}

#menu li {
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	margin: 49px 0px 0px 0px;
	padding: 0px;
	display:none;
	top: 0;
}

#menu ul ul ul {
	margin: 0px;
}

#menu ul ul li.last a, #menu ul ul li.last:hover a {
	border-bottom: 1px solid #d7ad61;
}

#menu ul ul li, #menu ul ul li:hover {
	border-top: 1px solid #d7ad61;
	border-right: 1px solid #d7ad61;
	border-left: 1px solid #d7ad61;
}

#menu ul ul li a {
	display: none;
}

#menu ul ul li a:hover {
	display: none;
}

#menu ul ul ul{
	top:0;
	left:100%;
}

#menu ul ul ul li {
	margin-top: -1px;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover {
	border: none;
	color: #fff;
}

div#menu li:hover {
	cursor:pointer;
	z-index:100;
	border: none;
	background-image: none;
	background-repeat: repeat-x;
}

div#menu li:hover h2 {
	color: #fff;
}

div#menu li li:hover {
	background-image: none;
}



div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none; 	}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block; 	}

/* End of non-anchor hover selectors */



/* Styling for Expand */

#menu a.x, #menu a.x:visited {
	display: none;
	font-weight:bold;
	color:#000;
}

#menu a.x:hover {
	display: none;
	color:#fff;
	background:#000;

}

#menu a.x:active {
	display: none;
	color:#060;
	background:#ccc;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav_menu li, * html ul.nav_menu ul li { float: left; height: 1%;}
* html ul.nav_menu li a, * html ul.nav_menu ul li a { height: 1%; }
/* End */


div.notification_box{
	border: 1px dotted #c49647;
	background-color: #f1e3b7;
	color: #352002;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
}

div.determine_heater_box_small{
	float: right;
	width: 200px;
	line-height: 1.3em;
	margin-top: -16px;
}

div.determine_heater_box_long{
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 17px;
	line-height: 1.3em;
	margin-top: 29px;
}
/***** End Navigation Styles *****/


/***** Start Footer Styles *****/

#footercontent {
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	width: 747px;
	min-height: 97px;
	height: 97px;
	margin: 0px 0px 0px 7px;
}

#footercontent p {
	margin: 0px 0px 0px 10px;
	padding: 66px 0px 0px 0px;
	font-size: 12px;
	color: #7d440c;
}

#footercontent .logo {
	margin: 18px 17px 0px 20px;
}

#footercontent ul {
	margin: 18px 10px 0px 0px;
	width: 80px;
}

#footercontent li {
	margin-bottom: 1px;
	display: block;
	min-height: 19px;
	height: 19px;
	font-size: 12px;
}

#footercontent ul.right li a, #footercontent li a, #footercontent a {
	display: none;
	font-size: 12px;
}

#footercontent ul.smithtut {
	margin: 17px 0px 0px 0px;
	width: 134px;
	float: right;
}

#footercontent ul.smithtut li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 31px;
	display: inline;
	font-size: 12px;
}

#footercontent ul.smithtut li a, #footercontent ul.smithtut li a img {
	margin: 0px;
	padding: 0px;

}

#footercontent a {
	display: none;
}

#footercontent a:hover {
	display: none;
}

#footercontent a.inline {
	display: none;
}

#footercontent a.inline:hover {
	display: none;
}

/***** End Footer Styles *****/


/***** Start Highlight Boxes Styles *****/

#highlight {
	display: none;
}

#highlight p {
	margin: 11px 0px 0px 0px;
}

/***** End Highlight Boxes Styles *****/


/***** Start Universal Styles *****/

.noshow{display: none;}

.left {float: left;}

.right {float: right;}

.clear {clear:both;}

.center{text-align: center;}

.picmr {margin-right: 10px;}

.picml {margin-left: 10px;}

.bordered {
	border: 3px solid #666;
}

.tanborder {
	border: 3px solid #f0d9a7;
}

A img.bordered:hover, A img.tanborder:hover{
	border: 3px solid #F39A18;
}
.bordered_hover:hover {
	border: 3px solid #F39A18;
}

.thinner_bordered {border: 1px solid #666;}
.thinner_bordered:hover {border: 1px solid #a7152a;}

/***** End Universal Styles *****/


/***** Start Product Builder Styles *****/

.product_builder_header{
	width: 600px;
}

.builder_body{
	width: 700px;
}

.product_builder_header h2{
	cursor: pointer;
}

.foldheader {
	color: #7d440c;
	font-size: 14px;
	font-weight: bold;
}

.foldheader .arrow {
	margin: 2px 6px 0px 0px;
}


form#builder_form{
	page-break-before: always;
}

div.option_set {
	float: left;
	color: #854f18;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	width: 150px;
}

div.option_set p {
	margin: 18px 0px 9px 0px;
	padding: 0px;
}

div.option_list_container{

	height: 210px;
}

div.option_list {
	border: 2px #EEC06D solid;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	height: 200px;
}
div.processing{
	border-color: #DF920E;
}

ul.builder_list {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #7D440C;
	height: 200px;
}

ul.builder_list li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.5em;
	display: block;
	margin: 0px;
	padding: 3px 30px 3px 5px;
	border-bottom: 1px #EEC06D solid;
	cursor: pointer;
	background-color: #FFFFFF;
	float: none;
	font-size: 14px;
}

ul.disabled{
	background-color: #E3D9B9;
}

ul.disabled li.disabled {
	background-color: #D3C9AC;
}

ul.disabled li.disabled:hover {
	background-color: #D3C9AC;
	color: #7D440C;
}

ul.builder_list li.selected {
	background-color: #f9d26c;
	color: #000000;
}

ul.builder_list li:hover {
	background-color: #f8f0af;
	color: #000000;
}

div.plus {
	display: none;
}

div#partnumber {
	clear: left;
	background-color: #f8f0af;
	border: 2px solid #EEC06D;
	margin: 0px 7px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 470px;
	float: left;
	display: inline;
}

div#partnumber p {
	font-size: 13px;
	color: #854f18;
	margin: 0px;
	padding: 5px 7px 5px 7px;
}

#sendi {
	margin-right: 7px;
}

div#indicator{
	display: inline;
	z-index: 1001;
	position: fixed;
	top: 0px;
	left: 0px;
	/* background-color: white;
	width: 100%;
	height: 100%;
	padding: 25% 0 0 25%; */
}


/***** End Product Builder Styles *****/


/***** Start Flash Styles *****/

.home_flash {
	display: none;
	border: 3px solid #eec06d;
	padding: 0px;
	width:724px;
	height: 278px;
	}

.heattorch_flash {
	display: none;
	border: 3px solid #eec06d;
	padding: 0px;
	width:582px;
	height: 125px;
	margin: 0px 0px 20px 0px;
	}

.flash_border {
	border: 3px solid #eec06d;
	padding: 0px;
	width: 720px;
	height: 300px;
}

ul#animationlinks {
	display: none;
}

ul#animationlinks li {
	display: none;
}

ul#animationlinks li a {
	display: none;
}

ul#animationlinks li a:hover {
	display: none;
}

/***** End Home Page Styles *****/


/***** Start Product Spec Table Styles *****/

table.specs  {
	width: 300px;
	border-bottom: 1px solid #f0c07c;
	margin: 9px 0px 10px 0px;
	font-size: 14px;
}

table.cb {
	width: 348px;
}

table.specsL, table.specsR {
	width: 348px;
}

table.specs th {
	text-transform: uppercase;
	border-bottom: 1px solid #f0c07c;
	padding: 2px 2px 7px 2px;
	font-size: 13px;
	color: #7d440c;
	font-weight: 100;
	text-align: left;
}

table.specs th.first {
	width: 175px;
}

table.specs td, .airflow td {
	padding: 8px 0px 8px 0px;
}


table.specs tr:hover td{
	background-image: none;
	background-position: bottom left;
	background-repeat: repeat-x;
	font-weight: bold;
}

table.specswide  {
	width: 724px;
	border-bottom: 1px solid #f0c07c;
	margin: 9px 0px 10px 0px;
	font-size: 14px;
}

table.specswide th {
	text-transform: uppercase;
	border-bottom: 1px solid #f0c07c;
	padding: 2px 2px 7px 2px;
	font-size: 13px;
	color: #7d440c;
	font-weight: 100;
	text-align: left;
}

table.specswide th.first {
	width: 175px;
}

table.specswide td {
	padding: 8px 0px 8px 0px;
}


table.specswide tr:hover td{
	background-image: none;
	background-position: bottom left;
	background-repeat: repeat-x;
}

.dhspecs {
	width: 360px;
}

/***** End Product Spec Table Styles *****/


/***** Start Product Assets Menu Styles *****/

ul#productassets {
	display: none;
}

ul#productassets li {
	display: none;
}

ul#productassets li a {
	display: none;
}

ul#productassets li a:hover {
	display: none;
}


/***** END Product Assets Menu Styles *****/





/***** START Family Product Page Styles *****/

.productblurb {
	clear: both;
	height: 180px;
	border-bottom: 1px dotted #c49647;
	margin: 15px 0px 35px 0px;
}

.productblurb img {
	float: left;
	border: 3px solid #eec06d;
	margin: 0px 20px 0px 0px;
}

.productblurb img.pdf_icon {
	border: none;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	vertical-align: bottom;
}

.productblurb p{
	width: 700px;
}

/***** END Family Product Page Styles *****/


/***** Start Misc Product Page Styles *****/

.mainpic {
	border: 3px solid #eedba2;
	margin: 0px 10px 20px 0px;
	width: 601px;
	height: 251px;
}

.ddrawing {
	border: none;
	margin-top:24px;
}


p.limitedwidth {
	width: 600px;
	}




#maincontent ul.productinfo {
	clear: left;
	margin: 0px 0px 0px 0px; /* adding a left margin does not make it visible in 7 or 6 */
	padding: 0px 0px 0px 0px; /* adding a left padding here makes visible in 7 but not 6*/
	/* padding: 0px 0px 0px 10px; */
	width: 600px; /* changing the width from 607 to auto brought back bullets in ie7, but made ie6 go crazy */
	line-height: 1.25;
	font-size: 14px;
}

#maincontent ul.productinfo li {
	/* margin: 0px 0px 10px 7px; */
	padding: 0px 0px 0px 0px; /* adding a left padding does not make it visible in 7 or 6, in ff adds space between bullet and text */
	margin: 0px 0px 10px 15px; /* adding a left margin here makes visible in 7 but not 6*/
	list-style-type: circle;
	float: none;
	height: auto;
}

/***** End Misc Product Page Styles *****/

p.shorter{
	width: 700px;
}

div.column{
	color: #7c430c;
	width: 160px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px #fad094 solid;
}
div.column_first{
	padding-left: 0px;
	border-right: 1px #fad094 solid;
}
div.column_last{
	padding-right: 0px;
	border: none;
}
div.column img{
	width: 150px;
	height: 144px;
}
div.column h3{
	color: #7c430c;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: normal;
}


/***** Glossary Page Styles *****/

.glossary_navigation{
	border-top: 1px #FF8800 solid;
	border-bottom: 1px #FF8800 solid;
	padding: 5px;
	height: 15px;
	text-align: center;
	width: 700px;
}

.glossary_navigation ul{
	list-style: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

.glossary_navigation ul li{
	display: inline;
	color: #83520D;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.glossary_navigation ul li A{
	text-decoration: none;
	border: none;
}

div#glossary{
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
}

span.hover_definition{
	display: none;
}

.term{
	font-weight: bold;
	color: #83520D;
}

p.selected{
	padding: 4px;
	margin-left: -8px;
	margin-right: -8px;
	font-size: 13px;
	border: 1px #FF8800 solid;
	background-color: #EFD27C;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: #EFD27C;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul {
	list-style-type: none;
	list-style-image: none;
	margin: 15px;
	padding: 0px;
}
div.autocomplete ul li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	clear: left;
	margin: -5px;
	padding: 8px;
	cursor: pointer;
}
div.autocomplete ul li.selected {
	border: 1px #FF8800 solid;
	background-color: #EFCA5A;
}

dl{

}

dl dt, dl dt a, dl dt a:hover{
	display: none;
}

dl dd{
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
}

dl dt.selected{
	padding: 4px;
	margin-left: -8px;
	margin-right: -8px;
	font-size: 13px;
	border-top: 1px #FF8800 solid;
	border-left: 1px #FF8800 solid;
	border-right: 1px #FF8800 solid;
	background-color: #EFD27C;
}

dl dd.selected{
	margin-left: -8px;
	margin-right: -8px;
	padding-bottom: 5px;
	font-size: 13px;
	border-bottom: 1px #FF8800 solid;
	border-left: 1px #FF8800 solid;
	border-right: 1px #FF8800 solid;
	background-color: #EFD27C;
}

/***** End Glossary Page Styles *****/




/***** START Search Results Styles *****/

.results_heading{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #D7AC60 dotted;
	line-height: 1.3em;
}
.results_footer{
	border-top: 1px #D7AC60 dotted;
	padding-top: 10px;
	width: 100%;
}
.results_footer A{
	color: #7D440C;
	border: 0px;
	text-decoration: none;
	font-weight: normal;
}
.results_footer span.previous{
	float: left;
}
.results_footer span.next{
	float: right;
}

.search_results{

}

.search_results div.search_result{
	margin-bottom: 20px;
}
.search_results div.search_result p.result_text{
	margin-bottom: 4px;
}

.search_results div.search_result div.title{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
.search_results div.search_result div.title A{
	display: none;
}
.search_results div.search_result div.title A:hover{
	display: none;
}

.search_results div.search_result span.url{
	font-size: 13px;
	margin-right: 6px;
}
.search_results div.search_result span.cache{
	font-size: 13px;
}
.search_results div.search_result span.cache A{
	color: #ec9b82;
	border-bottom: 1px #ec9b82 dotted;
}
.search_results div.search_result span.cache A:hover{
}

/***** END Search Results Styles *****/


/***** START Case History Styles *****/

.casehistory {
	float: left;
	border: 3px solid #eec06d;
	margin: 0px 15px 0px 0px;
}

/***** END Case History Styles *****/


/***** START Contact Pages Styles *****/

.required {
	color: #FF0000;
}


#Products_Of_Interest {
	width: 426px;
	min-height: 210px;
	height: 210px;
}

#Products_Of_Interest option.optbg {
	background-color: #F9E3A8;
}
#Products_Of_Interest option:hover {
	background-color: #F49A18;
}

.field_error{
	border-color: #FF0000;
	background-color: #FFD4D4;
}

.product_builder_contact{
	margin: 10px;
	padding: 15px;
	background-color: #FAF1D8;
}
.product_builder_contact p{
	margin: 10px;
	padding: 5px;
}
.product_builder_contact p.part_number{
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
	color: #F39A18;
}


.tallbox, .shortbox {
	float: left;
	width: 178px;
	margin-right: 15px;
	margin-bottom: 28px;
	}

.smaller {
	font-size: 14px;
	font-weight: 100;
	}

#contact {
	margin: 0px;
	padding: 0px;
	}

#contact fieldset.hidden_fieldset {
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	}

#contact label.preField {
	display: block;
	margin: 0.6em 4px 0px 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: transparent;
	}

#contact form .label  {
	display: block;
	margin: 0.6em 4px 0px 0;
	padding: 2px;
	}

#contact label#Products_Of_Interest {
	font-weight: 100;
	font-size: 12px;
	}

#contact 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: 13px;
	text-transform: uppercase;
	}

label.inlineLabel {
	width: 183px;
	display: block;
	float: left;
	clear: left;
	font-weight: 100;
	}

form .inlineSection .oneField input {
	width: 247px;
	}

.oneField input {
	margin-bottom: 10px;
	}

#contact #check_here {
	width: auto;
	margin-right: 5px;
	vertical-align: top;
	}

#contact .checklabel {
	vertical-align: text-bottom;
	}

#contact .inlineSection .fakeh2 {
	margin-bottom: 4px;
	}

#contact fieldset {
	border-top: 1px dashed #f8f0d1;
	border-bottom: 1px dashed #f8f0d1;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 25px 0px;
	position: relative;
	}

#contact legend {
	position: absolute;
	top: -.5em;
	left: .2em;
}

#contact #submit {
	border: 1px solid #feb810;
	background-color: #FFFFFF;
	color: #0a3f6b;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	}

#contact .oneField input.checkbox{
	background: transparent;
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}


/***** END Contact Pages Styles *****/


/***** START Direction Page Styles *****/

#map {
	width: 725px;
	height: 300px;
	border: 1px black solid;
}

/***** END Direction Page Styles *****/


/***** START Staff Pages Styles *****/

div.staff_box{
	font-size: 14px;
	float: left;
	width: 146px;
	height: 250px;
}

.name {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.staff_box .title {
	font-size: 13px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	width: 130px;
}

/***** END Staff Pages Styles *****/

/***** START News Pages Styles *****/

#news_archives {
	margin: 0px;
	padding: 0px;
}

#news_archives h2 {
	margin: 40px 0px 20px 0px;
}

.news_item{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #c49647;
}
.news_item img{
	float: left;
	margin-right: 20px;
}
.news_item span.title{
	font-weight: bold;
}

.news_item p.date{
	font-style: italic;
}

/***** END News Pages Styles *****/


/***** START Tech Specs Pages Styles *****/

.tech_spec_chunk{
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	display: block;
	height: 220px;
}


.tech_spec_img{
	border: 3px solid #666;
	float: left;
}

.tech_spec_list{
	margin-bottom: 0px;

}

.tech_spec_list li{
	margin: 6px;
	float: none;
}
.tech_spec_list img.pdf_icon{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

li img.pdf_icon{
	vertical-align: bottom;
}

.tech_spec_list a{
	border: none;
}

/***** END Tech Specs Pages Styles *****/


/***** BEGIN Sitemap Styles *****/

#sitemap ul{
	list-style-type: circle;
	margin: 0px 0px 0px 14px;
	padding-left: 25px;
	line-height: 1.2;
	font-size: 14px;
}

#sitemap ul li a{
	text-decoration: none;
	border: none;
}

/***** END Sitemap Styles *****/
/* ********* START PRODUCT LIST TABLE STYLES ******/

table.product_list{
	width: 100%;
	border: none;
	font-size: 11px;
}

table.product_list tr td, table.product_list tr th{
	border-bottom: 1px solid #f0c07c;
	border-left: 1px dotted #f3cb80;
	color: #98621e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.product_list tr td{
	vertical-align: top;
	padding: 11px;
}

table.product_list tr th{
	padding: 4px;
	font-size: 10px;
	height: 34px;
	margin: 0px;
	vertical-align: top;
}
table.product_list tr th div.unclickable{
	padding: 0px;
	padding-top: 2px;
}

table.product_list tr th input{
	padding: 0px;
	margin: 0px;
	color: #98621e;
	background: transparent;
	border: 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	cursor: pointer;
	text-align: left;
}
table.product_list tr td a{
	border: none;
	text-decoration: none;
}
table.product_list tr td.borderless_left, table.product_list tr th.borderless_left{
	border-left: none;
}

table.product_list tr:hover td{
	background-color: #f8e7b3;
}

table.product_list tr td a.highslide{
	margin: 0px;
	padding: 0px;
}

table.product_list tr td a.highslide img{
	margin: 0px;
	padding: 0px;
}

table.product_list tr th.header_ascending{
	background-image: url("../_images/layout/arrow_up_small.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}
table.product_list tr th.header_descending{
	background-image: url("../_images/layout/arrow_down_small.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* ********** END PRODUCT LIST TABLE STYLES *******/




/* ********* START QUICKSHIP INVENTORY STYLES ******/

table#quickship_inventory tr th.name_column, table#quickship_inventory tr td.name_column{
	width: 141px;
	padding-left: 1px;
}
table#quickship_inventory tr td.name_column div.product_name{
	padding-bottom: 10px;
	font-size: 10px;
}
table#quickship_inventory tr th.partnumber_column{
	width: 200px;
}
table#quickship_inventory tr th.description_column{

}
table#quickship_inventory tr th.quantity_column{
	width: 30px;
}
table#quickship_inventory tr th.action_column{
	width: 50px;
}
table#quickship_inventory tr td.action_column{
	padding: 6px;
	padding-right: 0px;
}
table#quickship_inventory tr td.action_column a{
	border: none;
}


/* ********* END QUICKSHIP INVENTORY STYLES ******/





/***** START Product Selector Styles *****/

fieldset#determine_heater_tool input.text{
	border: 2px solid #f3cb80;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
fieldset#determine_heater_tool label{
	color: #98621e;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
fieldset#determine_heater_tool input#selector_wattage{
	width: 68px;
}
fieldset#determine_heater_tool input#selector_inlet{
	width: 68px;
}
fieldset#determine_heater_tool input#selector_exhaust{
	width: 82px;
}
fieldset#determine_heater_tool input#selector_SCFM{
	width: 138px;
}
fieldset#determine_heater_tool input#selector_PSIG{
	width: 68px;
}



fieldset#determine_heater_tool div#selector_reset_div{
	margin-left: 9px;
}
fieldset#determine_heater_tool div#selector_wattage_div{
	margin-left: 10px;
}
fieldset#determine_heater_tool div#selector_inlet_div{
	margin-left: 10px;
}
fieldset#determine_heater_tool div#selector_exhaust_div{
	margin-left: 9px;
}
fieldset#determine_heater_tool div#selector_SCFM_div{
	margin-left: 9px;
}
fieldset#determine_heater_tool div#selector_PSIG_div{
	margin-left: 11px;
}

table#product_selector tr td{
	padding: 0px;
	padding-top: 14px;
	text-align: center;
	vertical-align: top;
	color: #000000;
}
table#product_selector tr.checked td{
	background-color: #f8e5aa;
}
table#product_selector tr.checked:hover td{
	background-color: #f8de92;
}
table#product_selector tr th{
	padding: 0px;
}

table#product_selector tr th input{
	text-align: center;
}

table#product_selector tr td,table#product_selector tr th{
	width: 81px;
}
table#product_selector tr th.max_wattage_column{
	width: 81px;
}
table#product_selector tr th.max_inlet_temp_column{
	width: 81px;
}
table#product_selector tr th.max_exhaust_temp_column{
	width: 81px;
}
table#product_selector tr th.min_scfm_column{
	width: 81px;
}
table#product_selector tr th.max_scfm_column{
	width: 81px;
}
table#product_selector tr th.psig_column{
	width: 85px;
}

table#product_selector tr td.checkbox_column{
	width: 8px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 14px;
	margin: 0px;
}
table#product_selector tr th.checkbox_column{
	width: 8px;
	padding: 0px;
	margin: 0px;
}

table#product_selector tr td.checkbox_column input{
	width: 13px;
	height: 13px;
	margin: 0px;
}

table#product_selector tr td.no_products{
	width: 100%;
}
table#product_selector tr td img{
	width: 93px;
	height: 35px;
}
table#product_selector tr td.image_column{
	width: 109px;
	margin: 0px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 13px;
	padding-bottom: 13px;
}
table#product_selector tr th.image_column{
	width: 109px;
	margin: 0px;
	padding: 0px;
}
table#product_selector tr th.image_column input{
	cursor: default;
}
table#product_selector tr td.name_column,table#product_selector tr th.name_column{
	width: 100px;
	padding-left: 0px;
	padding-right: 5px;
}

/***** End Product Selector Styles *****/
