/***** 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 #a5172a;
	border-bottom: 1px dashed #a5172a;
	padding: 10px 10px 10px 10px;
	position: absolute;
	margin-top: 225px;
	float: none;
	clear: both;
	}

/* 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: #b9bdc0;
	font-family: arial;
	font-size: 12px;
	color: #1d1d1d;
	background-image: url("../_images/layout/bg2.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 16px;
	clear: both;
	margin: 0px 0px 18px 0px;
	padding: 18px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dotted #a7152a;
	margin-bottom: 13px;
	padding-bottom: 4px;
}

h2 a {
	color: #35312c;
	border: none;
}

h2 a:hover {
	color: #d30404;
	border: none;
}

h3{
	margin-bottom: 14px;
	margin-top: 10px;
}
h3 a{
	color: #35312c;
	border: none;
}
h3 a:hover{
	color: #d30404;
	border: none;
}

a {
	color: #a7152a;
	text-decoration: none;
	border-bottom: 1px dashed #a7152a;
}

a.pdf_link {
	background: transparent url("../_images/pdficon_small.gif") no-repeat top right;
}

a:hover {
	border-bottom: 1px solid #d30404;

}

a.no_border{
	border: none;
}
a:hover.no_border{
	border: none;
}

p {
	margin: 0px 0px 16px 0px;
	line-height: 1.25;
	font-size: 12px;
}

label{
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.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: 13px;
	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 #c4b9a7;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 9px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
/***** End General Tag Styles *****/

/***** Start Main Containers *****/

#maincontainer {
	margin: 0px auto 0px auto;
}

#maincontainer.narrow{
	width: 800px;
}

#maincontainer.wide{
	width: 1003px;
}
.wide{
	width: 1003px;
}

#left {
	width: 761px;
	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: transparent;
	border-left: 1px solid #a7152a;
	border-bottom: 1px solid #a7152a;
	border-right: 1px solid #a7152a;
	border-top: 0px;
	background-image: url("../_images/layout/content_bg_100.png");
	background-repeat: repeat;
	padding: 20px 14px 0px 14px;
	margin: 0px 0px 0px 0px;
    width: 731px;
}

#footer {
	min-height: 100px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	clear: both;
	/* width: 1003px; */
	width: 761px;
	display: block;
}

#right {
	width: 242px;
	float: right;
	margin: 0px;
	padding: 165px 0px 0px 0px;
}


/***** End Main Containers *****/


/***** Start Bulleted List Styles *****/

ul.bullets, ol.bullets {
	list-style-type: circle;
	margin: 0px 0px 12px 14px;
	padding-right: 30px;
	padding-left: 5px;
	line-height: 1.2;
	font-size: 12px;
	list-style-image: url("../_images/layout/bullet.png");
}

ul.bullets li, ol.bullets li {
	margin: 0px 0px 7px 0px;
	display: list-item
}

ul.numbered, ol.numbered {
	list-style-type: decimal;
}

/***** Bulleted List Styles *****/




/***** Start Header Styles *****/

#logo {
	margin: 25px 0px 0px 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
}


form.search {
	float: right;
	margin-top: 29px;
	width: 140px;
}


/***** End Header Styles *****/


/***** Start Navigation Styles *****/


#menu {
	width: 754px;
	float:left;
	background-color: transparent;
	background-image: url("../_images/layout/nav_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 7px;
	z-index: 999;
	}


#menu a, #menu h2 {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0px 0px 0px 3px;
	border-bottom: 1px solid #a7152a;
}

#menu h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight: 100;
	height: 34px;
	padding: 13px 0px 2px 7px;
	margin: 0px;
	border: none;
}

/* This is the main nav links */
div#menu li a,div#menu li a:visited {
	color: #ddd;
}

/* This is the sub nav links, un hovered */
div#menu li:hover ul li a {
	color: #ccc;
}

/* This is the sub nav links, hovered */
div#menu li:hover ul li a:hover, div#menu li:hover ul li.highlighted a:hover  {
	color: #fff;
}

div#menu li:hover ul li.highlighted a {
	color: #f00;
}

#menu a {
	background-color: #444;
	text-decoration:none;
	height: 49px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#menu a.top_level {
	background: transparent;
	border: none;
	height: 34px;
}


#menu a, #menu a:visited {
	color:#00f;
}


#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 124px;
	height: 49px;
}

#menu li {
	position:relative;
	margin:0;
	padding:0;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	margin: 0px;
	padding: 0px;
	display:none;
	top: 49px;
}

#menu ul ul ul {
	margin: 0px;
	margin-top: 3px;
	margin-left: -3px;
}

#menu a.last{
	border-bottom: 2px solid #a7152a;
}
#menu a.first{
	border-top: 2px solid #a7152a;
}

#menu ul ul li, #menu ul ul li:hover {
	border-top: 1px solid #720e1d;
	border-right: 2px solid #a7152a;
	border-left: 2px solid #a7152a;
}

#menu ul ul li a {
	padding: 15px 10px 0px 10px;
	display: block;
	height: 30px;
	margin-bottom: 0px /* this takes away the vertical gap that would appear between boxes*/
}
#menu ul ul li a.taller {
	padding: 11px 10px 0px 10px;
	height: 34px;
}

#menu ul ul li.highlighted a {
	color: #fe0003;
}

#menu ul ul li a:hover {
	background-image: url("../_images/layout/nav_over_bg.png");
	background-repeat: repeat-x;
}

#menu ul ul ul{
	top:0;
	left:100%;
}

#menu ul ul ul li {
	margin-top: -1px;
}


#menu ul li ul li ul li a {
	background-color: #666;
}
#menu ul li ul li ul li ul li a {
	background-color: #888;
}

/* 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, div#menu li.current {
	cursor:pointer;
	z-index:100;
	border: none;
	background-image: url("../_images/layout/nav_over_bg.png");
	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 {
	font-weight:bold;
	color:#000;
}

#menu a.x:hover {
	color:#fff;
	background:#000;

}

#menu a.x:active {
	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 #a7152a;
	background-color: #c1c1c1;
	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: url("../_images/layout/footer_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	width: 748px;
	min-height: 100px;
	height: 100px;
	margin: 0px 0px 0px 7px;
}

#footercontent p {
	margin: 0px 0px 0px 10px;
	padding: 50px 0px 0px 0px;
	font-size: 10px;
	color: #e1e1e1;
}

#footercontent p span.credit a{
	color: #9c1427;
}
#footercontent p span.credit a:hover{
	color: #dc5467;
}

#footercontent ul {
	margin: 18px 10px 0px 0px;
	width: 80px;
}

#footercontent li {
	display: block;
	min-height: 19px;
	height: 19px;
	font-size: 10px;
}

#footercontent ul.flags {
	margin-top: 12px;
	width: 100px;
}
#footercontent ul.flags li {
	height: 14px;
}


#footercontent ul.right li a, #footercontent li a, #footercontent a {
	font-size: 10px;
}


#footercontent a {
	border-bottom: none;
	color: #e1e1e1;
	display: block;
	padding-top: 3px;
}

#footercontent a:hover {
	color: #c1c1c1;
}

#footercontent a.inline {
	display: inline;
	padding: 0px;
	color: #c1c1c1;
	border-bottom: 1px dashed #a7152a;
}

#footercontent a.inline:hover {
	border-bottom: 1px solid #a7152a;
}

#footercontent div.logos{
	float: right;
	margin: 10px 17px 10px 20px;
}
#footercontent div.logos a{

}


#footercontent div.logos div.smiths{
	margin-bottom: 10px;
	float: right;
}
#footercontent div.logos div.farnam{
	float: right;
}
#footercontent div.logos div.aerosonics{
	float: right;
}
#footercontent div.logos div.thermaflex{
	float: right;
}
#footercontent div.logos div.gastite{
	float: right;
}

/***** End Footer Styles *****/


/***** Start Highlight Boxes Styles *****/

#highlight {
	background-color: #d1d1d1;
	padding: 15px 11px 15px 11px;
	border-top: 1px dotted #a7152a;
	border-bottom: 1px dotted #a7152a;
	float: right;
	display: block;
	width: 212px;
	color: #1d1d1d;
	margin-left: 10px;
}

#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: 1px solid #666;
}

A img.bordered:hover, .bordered_hover:hover {
	border-color: #a7152a;
}

.thinner_bordered {border: 1px solid #666;}
.thinner_bordered:hover {border: 1px solid #a7152a;}


.rightmargin {
	margin-right: 20px;
	margin-bottom: 20px;
}
.leftmargin {
	margin-left: 20px;
	margin-bottom: 20px;
}

/***** End Universal Styles *****/



/***** Start Flash Styles *****/

div.flashcontent{
	border: 3px solid #666;
	width: 724px;
	height: 278px;
	background-color: #FFF;
}
div.flashcontent_homepage{
	background-color: #FFF;
}

/***** End Home Page Styles *****/


/***** Start Product Spec Table Styles *****/

table.specs  {
	margin: 9px 0px 10px 0px;
	font-size: 12px;
}

table.cb {
	width: 348px;
}

table.specsL, table.specsR {
	width: 348px;
}

table.specs th {
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	padding: 2px 2px 7px 2px;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	text-align: left;
}

table.specs th.first {
	width: 175px;
}

table.specs td{
	padding: 8px 0px 8px 12px;
	border-bottom: 1px solid #CCC;
}


table.specs tr:hover td, table.specs tr:hover th{
	background-color: #fff;
	border: 1px solid #CCC;
}

table.specswide  {
	width: 724px;
	border-bottom: 1px solid #f0c07c;
	margin: 9px 0px 10px 0px;
	font-size: 12px;
}

table.specswide th {
	text-transform: uppercase;
	border-bottom: 1px solid #f0c07c;
	padding: 2px 2px 7px 2px;
	font-size: 11px;
	color: #7d440c;
	font-weight: 100;
	text-align: left;
}

table.specswide th.first {
	width: 175px;
}

table.specswide td {
	padding: 8px 0px 8px 0px;
}



.dhspecs {
	width: 360px;
}

/***** End Product Spec Table Styles *****/


/***** Start Product Assets Menu Styles *****/

ul#productassets {
	padding-top: 6px;
	text-transform: uppercase;
	float: right;
}

ul#productassets li {
	display: block;
	width: 112px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #a8152a;
}

ul#productassets li.bottom {
	border-bottom: none;
}

ul#productassets li a {
	display: block;
	line-height: 12px;
	color: #1d1d1d;
	text-decoration: none;
	border-bottom: none;
	font-size: 10px;
}

ul#productassets li a:hover {
	color: #d30404;
}


/***** 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 a img.no_border {
	float: left;
	border: none;
}

.productblurb img.pdf_icon {
	border: none;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	vertical-align: bottom;
}

/***** END Family Product Page Styles *****/



/***** End Misc Product Page Styles *****/



p.five_hundred{
	width: 500px;
}
p.shorter{
	width: 480px;
}
p.asterisk_note{
	text-align: right;
	font-style: italic;
	width: 180px;
	font-size: 10px;
	margin-left: 300px;
	margin-top: -20px;
}


div.column{
	color: #1b1b1b;
	width: 243px;
	float: left;
	border-right: 1px #99999b solid;
	min-height: 350px;
}

div.column div.column_wrapper{
	padding-left: 12px;
	padding-right: 12px;
}
div.column_first, div.column_last{
	width: 231px;
}
div.column_last{
	border: none;
}
div.column_first div.column_wrapper{
	padding-left: 0px;
}
div.column_last div.column_wrapper{
	padding-right: 0px;
}
div.column img{
	width: 213px;
	height: 213px;
}
div.column h3{
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 13px;
}
div.column h3 a{
	color: #1b1b1b;
}
div.column h3 a:hover{
	border-bottom: 1px solid #d30404;
	color: #d30404;
}




div.small_columns div.column{
	width: 188px;
}
div.small_columns div.column div.column_wrapper{
	padding-left: 16px;
	padding-right: 16px;
}
div.small_columns div.column_first, div.small_columns div.column_last{
	width: 176px;
}
div.small_columns div.column img{
	width: 150px;
	height: 144px;
}

div.small_columns div.column_first div.column_wrapper{
	padding-left: 0px;
}
div.small_columns div.column_last div.column_wrapper{
	padding-right: 0px;
}

/***** Glossary Page Styles *****/

.glossary_navigation{
	border-top: 1px #a7152a dotted;
	border-bottom: 1px #a7152a dotted;
	padding: 5px;
	height: 15px;
	text-align: center;
}

.glossary_navigation ul{
	list-style: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

.glossary_navigation ul li{
	font-size: 12px;
	display: inline;
	color: #666;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.glossary_navigation ul li a{
	text-decoration: none;
	border: none;
	color: #a7152a;
}

div#glossary{
	padding-left: 10px;
	padding-right: 10px;
}

span.hover_definition{
	color: #a7152a;
}

.term{
	font-weight: bold;
	color: #83520D;
}

p.selected{
	padding: 4px;
	margin-left: -8px;
	margin-right: -8px;
	font-size: 13px;
	border: 1px #a7152a solid;
	background-color: #ddd;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: #fff;
	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 #a7152a solid;
	background-color: #ccc;
}

dl{

}

dl dt, dl dt a, dl dt a:hover{
	font-weight: bold;
	color: #444;
	border: none;
	padding-right: 5px;
	padding-bottom: 5px;
}

dl dd{
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
}

dl dt.selected{
	padding: 4px;
	padding-top: 8px;
	margin-left: -8px;
	margin-right: -8px;
	font-size: 13px;
	border-top: 1px #a7152a solid;
	border-left: 1px #a7152a solid;
	border-right: 1px #a7152a solid;
	background-color: #fff;
}

dl dd.selected{
	margin-left: -8px;
	margin-right: -8px;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: 1px #a7152a solid;
	border-left: 1px #a7152a solid;
	border-right: 1px #a7152a solid;
	background-color: #fff;
}

/***** 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{
	border-bottom: 1px #d30404 dotted;
}
.search_results div.search_result div.title A:hover{
	border-bottom: 1px #d30404 dashed;
}

.search_results div.search_result span.url{
	font-size: 11px;
	margin-right: 6px;
}
.search_results div.search_result span.cache{
	font-size: 11px;
}
.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_contact{
	margin: 10px;
	padding: 15px;
	background-color: #fff;
}
.product_contact p{
	margin: 10px;
	padding: 5px;
}
.product_contact p.part_number{
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
	color: #a7152a;
}


.tallbox, .shortbox {
	float: left;
	width: 178px;
	margin-right: 15px;
	margin-bottom: 28px;
	}

.smaller {
	font-size: 12px;
	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: 10px;
	}

#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: 11px;
	text-transform: uppercase;
	}

label.inlineLabel {
	width: 183px;
	display: block;
	float: left;
	clear: left;
	font-weight: 100;
	}

form .inlineSection .oneField input {
	width: 247px;
	}

#contact form input, #contact form textarea, #contact form select {
	margin-bottom: 10px;
	border: 1px solid #a7152a;
	}




#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 #c9aeb1;
	border-bottom: 1px dashed #c9aeb1;
	border: none;
	margin: 0px 0px 25px 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	}

#contact legend {
	position: absolute;
	top: -.5em;
	left: .2em;
}

#contact #submit {
	border: 1px solid #a7152a;
	background-color: #FFFFFF;
	color: #0a3f6b;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	}

#contact .oneField input.checkbox{
	background: transparent;
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div.product_list{
	width: 300px;
	margin-bottom: 20px;
	margin-right: 40px;
	overflow: auto;
	border: 1px solid #a7152a;
	padding: 4px;
	background-color: #FFF;
}
#contact div.product_list ul{
}
#contact div.product_list li{
}
#contact div.product_list li ul{
	margin-left: 40px;
}

#contact div.product_list input{
	margin: 2px;
	margin-right: 4px;
}
#contact div.product_list label{
	display: inline;
}

/***** 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: 12px;
	float: left;
	width: 146px;
	height: 250px;
}

.name {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.staff_box .title {
	font-size: 11px;
	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 #F9D26D;
	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: 12px;
}
#sitemap ul h2{
	border: 0px;
}

#sitemap ul li a{
	text-decoration: none;
	border: none;
}

/***** END Sitemap Styles *****/

ul.indented{
	list-style-type: circle;
	margin: 10px 0px 14px 14px;
	padding-left: 25px;
	line-height: 1.2;
	font-size: 12px;
}


/* ********* 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 dotted #a81a32;
	/*border-left: 1px dotted #f3cb80;*/
	color: #1d1d1f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.product_list tr td{
	vertical-align: top;
	text-align: left;
	padding: 4px;
	padding-top: 20px;
	padding-bottom: 10px;
}

table.product_list tr th{
	padding: 4px;
	font-size: 10px;
	height: 34px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

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.image_column, table.product_list tr th.image_column{
	padding-top: 10px;
}

table.product_list tr:hover td{
	background-color: #fff;
}

table.product_list tr td a.highslide{
	margin: 0px;
	padding: 0px;
}

table.product_list tr td a.highslide img{
	margin: 0px;
	padding: 0px;
}


/* ********** END PRODUCT LIST TABLE STYLES *******/

table.part_numbers{
}
table.part_numbers tr:hover td{
	background-color: #FFF;
}
table.part_numbers tr th{
	padding: 4px 0px;
}
table.part_numbers tr td{
	text-align: center;
	padding: 4px 0px;
	border-top: 1px solid #AAA;
	font-size: 8px;
}


/* ********* 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.highlighted td.name_column div.product_name{
	font-weight: bold;
}
table#quickship_inventory tr.highlighted td{
	background-color: #f8e5aa;
}
table#quickship_inventory tr.highlighted:hover td{
	background-color: #f8de92;
}


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 *****/

/***** Begin New Custom Air Heaters Page Styles *****/

div#grid_holder {
	width: 730px;
	margin-top: 39px;
}

div.grid {
	float: left;
	width: 382px;
	height: 130px;
}

div.grid div.grid_wrapper{
	padding-right: 22px;
	padding-bottom: 22px;
}

div.grid_right{
	float: right;
	width: 348px;
}
div.grid_right div.grid_wrapper{
	padding-right: 10px;
}

div.grid p {
	margin-top: 6px;
	margin-left: 115px;
}

div.grid img{
	float: left;
	margin-right: 15px;
	margin-bottom: 22px;
}


h3 a.little_heading {
	color: #352002;
	font-weight: bold;
	border: none;
}

h3 a.little_heading:hover {
	color: #352002;
	font-weight: bold;
	border-bottom: 1px dashed #352002;
}

/***** End New Custom Air Heaters Page Styles *****/


/***** BEGIN About Page Styles *****/

div#mission_statement{
	width: 475px
}
div#mission_statement div.wrapper{
	padding: 17px;
}
div#mission_statement div.wrapper h2{
	border: none;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	font-family: "Minion Pro";
}
div#mission_statement div.wrapper p{
	text-align: center;
	font-style: italic;
	font-size: 18px;
	font-family: "Minion Pro";
	margin: 0px;
}

div.standards img{
	margin-right: 69px;
}

/****** END About Page Styles ******/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

div.entry img{
	border: 2px solid #666;
	margin:0 1.5em 0.5em 0;
	padding: 0px;
	float:left;
}

/******* INDUSTRIES AND APPLICATIONS PAGE **********/

#industries .tab ul{
	margin-left: 24px;
}
#industries .tab ul li{
	font-weight: bold;
}
#industries .tab ul li ul{
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 14px;
}
#industries .tab ul li ul li{
	font-weight: normal;
	font-size: 10px;
}
#industries .tab ul li ul li a{
	border: none;
}
#industries .tab ul li ul li a:hover{
	border-bottom: 1px dashed #a7152a;
}

/**************************************************/
/********** OPEN COIL HEATERS PAGE ****************/

ul.nested{
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 14px;
}

ul.nested li{
	font-weight: normal;
	font-size: 10px;
}

div.tabbed_content div.allinarow{
	margin-bottom: 1em;
}

div.tabbed_content div.allinarow div{
	margin-right: 10px;
	float: left;
}

div.tabbed_content div.allinarow div p{
	width: 100px;
	font-size: 10px;
	color: #666;
	margin-bottom: 0px;
}

div.tabbed_content div.allinarow div img{
	margin: 0px;
	padding: 0px;
}
div.tabbed_content div.allinarow div.last{
	margin-right: 0px;
}

/**************************************************/
