/***** 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: #b2b6b9;
	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 {
	position: relative;
	min-height: 116px;
	height: 116px;
	width: 752px;
}

#translation_notice{
	position: absolute;
	top: 0px;
	text-align: right;
	height: 22px;
	line-height: 22px;
	right: 50%;
	color: #35322d;
	margin-right: -259px;
	padding-left: 6px;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: transparent url("../_images/layout/translation_notice_left.gif") no-repeat top left;
}
#translation_notice div.wrapper{
	height: 22px;
	_width: 200px;
	line-height: 22px;
	color: #352002;
	padding: 0px;
	padding-right: 110px;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: transparent url("../_images/layout/translation_notice_right.gif") no-repeat top right;
}

#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;
    min-height: 888px;
        min-height: 1975px;
    _height: 1962px;
    }

#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 Sidebox Styles *****/

.innerbox {
	width: 231px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.innerbox .header {
	background-color: transparent;
	background-image: url("../_images/layout/inner_sidebox_header.png");
	background-repeat: no-repeat;
	min-height: 35px;
	height: 35px;
	display: block;
	color: #bebebe;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 1px 0px 10px;
}

.innerbox .content {
	padding: 17px 10px 0px 10px;
	margin: 0px 0px 50px 0px;
	background-color: #cfcfcf;
	background-image: url("../_images/layout/content_bg_100.png");
	background-repeat: repeat;
	border-left: 1px #a6152a solid;
	border-right: 1px #a6152a solid;
	border-bottom: 1px #a6152a solid;
	height: 600px;
}

.innerbox .content p  {
	margin: 0px 0px 17px 0px;
}

.innerbox .content label {
}

.shadow {
	width: 12px;
	}

.sidebox {
	margin: 0px 0px 17px 0px;
	padding: 0px;
}

.sidebox .box_bottom{
	vertical-align: top;
}

.sidebox .header {
	background-image: url("../_images/layout/sidebox_top_bg.gif");
	background-repeat: no-repeat;
	min-height: 49px;
	height: 49px;
	display: block;
	width: 241px;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	cursor: pointer;
}
.sidebox .header .sidebox_header_wrapper{
	padding: 10px;
}

.sidebox .header .arrow {
	margin-right: 12px;
}


.sidebox .content {
	background-image: url("../_images/layout/sidebox_bg.png");
	background-repeat: repeat-y;
	display: block;
	width: 215px;
	/* border-top: 1px solid #dcc5a1; */
	padding: 20px 13px 1px 13px;
	margin: 0px;

}

.sidebox p.product_lines{
	font-style: italic;
	text-align: center;
}

table.phone_numbers{
	margin-bottom: 16px;
}
table.phone_numbers tr th{
	text-align: left;
	font-weight: bold;
	width: 110px;
	padding: 1px 0px;
}
table.phone_numbers tr td{
}


.firstbox {
	/* margin-top: 165px; style when the animation box was not placed*/
	margin-top: 0px;
}

.box{
}

.box .content{
	color: #3f3f3f;
	font-family: arial;
	font-size: 12px;
	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: #bebebe;
	width: 31px;
	height: 38px;
	float: left;
	padding: 8px 0px 0px 8px;
}
.box .content .newsitem .thumb{
	margin: 0px 11px 0px 0px;
	background-color: #bebebe;
	width: 39px;
	height: 46px;
	float: left;
}

.box .content .newsitem .date .month {
	color: #1d1d1d;
	text-transform: uppercase;
	font-size: 12px;
}

.box .content .newsitem .date .day {
	color: #3f3f3f;
	font-size: 19px;
}

.box .content .newsitem .title {
	font-size: 12px;
}

.box .content .newsitem .title A,
.box .content .casehist .title A,
.box .content .other_products .title A{
	color: #333333;
}

.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: 10px;
}

.box .content .newsitem .blurb, .box .content .other_products .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 #666;
	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;
}

#length_conversion_results{
	margin: 6px;
	margin-top: 20px;
	padding: 10px;
	color: #ccc;
	font-size: 14px;
	border: 1px solid #666;
	line-height: 18px;
	background-image: url("../_images/layout/shadow_box_bg.png");
	background-repeat: no-repeat;
}
#length_conversion_results span#length_conversion_to_value{
	color: #fff;
	font-weight: bold;
}

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: 10px;
}

.product_thumb A{
	border: none;
}

div.r_series_title {
	font-weight: bold;
	margin-bottom: 3px;
}

div.r_series_title a{
	color: #1d1d1d;
}

div.r_series_title a:hover{
	color: #a7162a;
}

/***** End Sidebox 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;
}

form.search label {
	color: #fff;
}

form.search input {
	margin-top: 7px;
	width: 140px;
	background-color: #e1e1e1;
	border: 1px solid #666;
}

div#translate_container {
	float: right;
	margin-top: 29px;
	width: 160px;
	height: 41px;
}
div#translate_container ul.flags{
	float: left;
	margin: 0px;
	padding: 0px;
}
div#translate_container ul.flags li{
	margin: 0px;
	padding: 0px 2px 0px 2px;
	width: 136px;
	height: 20px;
}

div#translate_container ul.flags li:hover{
	background-color: #d1d1d1;
}
div#translate_container ul.flags li:hover.top,
div#translate_container div#translate_menu_closed ul.flags li:hover{
	background-color: transparent;
}

div#translate_container ul.flags li.top{
	height: 23px;
	border-bottom: 1px dashed #a61b30;
	margin-bottom: 3px;
}
div#translate_container ul.flags li.first{
	margin-top: 3px;
}
div#translate_container ul.flags li a{
	display: block;
	width: 136px;
	height: 18px;
	text-decoration: none;
	border: 0;
}

div#translate_container ul.flags li img{
	width: 24px;
	height: 18px;
	float: left;
}
div#translate_container ul.flags li span{
	color: #352002;
	font-size: 11px;
	line-height: 18px;
	vertical-align: middle;
	padding-left: 4px;
}
div#translate_container h3{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
div#translate_container div#translate_menu_closed{
	position: relative;
	top: 0px;
	margin-top: 7px;
	_margin-top: 8px;
	width: 140px;
	height: 18px;
	background-color: #e1e1e1;
	border: 1px solid #a61b30;
	background-image: url("../_images/layout/translate_box_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
div#translate_container div#translate_menu_closed a{
	display: block;
	float: left;
	width: 140px;
	height: 18px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}


div#translate_container div#translate_menu_open{
	position: absolute;
	top: 41px;
	margin-top: 7px;
	_margin-top: 8px;
	width: 140px;
	height: 147px;
	background-color: #e1e1e1;
	border: 1px solid #a61b30;
	background-image: url("../_images/layout/translate_box_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 99999;
}
div#translate_container div#translate_menu_open a{
}



/*

closed: 140x18

*/


/***** 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 {
	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;
}

div#breadcrumb_container{
	border-left: 1px solid #a7152a;
	border-right: 1px solid #a7152a;
	border-top: 0px;
	background-color: transparent;
	background-image: url("../_images/layout/content_bg_100.png");
	background-repeat: repeat;
	background-position: top left;
}

div#breadcrumb_body{
	width: 759px;
	height: 90px;
	background-color: transparent;
	background-repeat: repeat;
	background-position: bottom left;
}

div.level0{
	background-image: url("../_images/layout/breadcrumb_bg_level0.png");
}
div.level1{
	background-image: url("../_images/layout/breadcrumb_bg_level1.png");
}
div.level2{
	background-image: url("../_images/layout/breadcrumb_bg_level2.png");
}
div.level3{
	background-image: url("../_images/layout/breadcrumb_bg_level3.png");
}

div#breadcrumb_nav_tab{
	width: 759px;
	height: 23px;
	background-color: transparent;
	background-image: url("../_images/layout/breadcrumb_bottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

div#breadcrumb{
	float: right;
	margin-right: 15px;
	color: #bebebe;
	font-size: 11px;
	text-align: center;
	line-height:11px;
	vertical-align: middle;
}

div#breadcrumb_hide, div#breadcrumb_show{
	width: 72px;
	height: 21px;
}

div#breadcrumb a{
	color: #ddd;
	border: none;
}

div#breadcrumb p{
	margin-top: 3px;
	margin-left: 12px;
	float: right;
	width: 26px;
}
div#breadcrumb img{
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	margin-right: 10px;
}

div#breadcrumb_content{
	padding: 10px 0px 0px 13px;
	color: #7c7c7c;
	font-size: 12px;
}

div#breadcrumb_content ul {
	float: left;
}
div#breadcrumb_content ul li{
	margin-bottom: 3px;
}

div#breadcrumb_content ul li a{
	color: #7c7c7c;
	text-decoration: none;
	border: none;
	line-height: 11px;
}
div#breadcrumb_content ul li a:hover{
	color: #000;
	color: #a8152a;
	font-weight: bold;
}
div#breadcrumb_content ul li a.selected{
	color: #000;
	font-weight: normal;
}
div#breadcrumb_content ul li a.current{
	color: #000;
	font-weight: bold;
	background-color: transparent;
	background-image: url("../_images/layout/breadcrumb_carat.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: -8px;
	padding-left: 8px;
}



div#breadcrumb_content ul.bc_product_categories {
	width: 210px;
	margin-top: -2px;
}

div#breadcrumb_content ul.bc_conductionheaters_1 {
	width: 120px;
}
div#breadcrumb_content ul.bc_conductionheaters_2 {
	width: 102px;
	margin-right: 60px;
}
div#breadcrumb_content ul.bc_conductionheaters_1 li,
div#breadcrumb_content ul.bc_conductionheaters_2 li {
	margin-bottom: 7px;
}


div#breadcrumb_content ul.bc_convectionheaters_1 {
	width: 120px;
	margin-right: 162px;
}
div#breadcrumb_content ul.bc_convectionheaters_1 li{
	margin-top: 12px;
	margin-bottom: 17px;
}


div#breadcrumb_content ul.bc_bandheaters_1 {
	width: 87px;
}
div#breadcrumb_content ul.bc_bandheaters_2 {
	width: 70px;
}
div#breadcrumb_content ul.bc_bandheaters_3 {
	width: 93px;
}
div#breadcrumb_content ul.bc_bandheaters_1 li,
div#breadcrumb_content ul.bc_bandheaters_2 li,
div#breadcrumb_content ul.bc_bandheaters_3 li {
	margin-top: 8px;
	margin-bottom: 6px;
}


div#breadcrumb_content ul.bc_stripheaters_1 {
	width: 90px;
}
div#breadcrumb_content ul.bc_stripheaters_2 {
	width: 90px;
}
div#breadcrumb_content ul.bc_stripheaters_3 {
	width: 70px;
}
div#breadcrumb_content ul.bc_stripheaters_1 li,
div#breadcrumb_content ul.bc_stripheaters_2 li,
div#breadcrumb_content ul.bc_stripheaters_3 li {
	margin-bottom: 12px;
}

div#breadcrumb_content ul.bc_cartridgeheaters_1 {
	width: 70px;
	margin-left: 20px;
}
div#breadcrumb_content ul.bc_cartridgeheaters_1 li {
	margin-top: 12px;
	margin-bottom: 17px;
}

div#breadcrumb_content ul.bc_temperaturesensors_1 {
	width: 70px;
	margin-left: 20px;
}
div#breadcrumb_content ul.bc_temperaturesensors_1 li {
	margin-top: 12px;
	margin-bottom: 17px;
}

div#breadcrumb_content ul.bc_crankcaseheaters_1 {
	width: 210px;
	margin-left: 20px;
}
div#breadcrumb_content ul.bc_crankcaseheaters_1 li {
	margin-top: 12px;
	margin-bottom: 17px;
}



div#breadcrumb_content ul.bc_hotrunner_1 {
	width: 120px;
}
div#breadcrumb_content ul.bc_hotrunner_2 {
	width: 102px;
	margin-right: 60px;
}
div#breadcrumb_content ul.bc_hotrunner_1 li,
div#breadcrumb_content ul.bc_hotrunner_2 li {
	margin-bottom: 7px;
}


div#breadcrumb_content ul.bc_ductheaters_1 {
	width: 140px;
}
div#breadcrumb_content ul.bc_ductheaters_2 {
}
div#breadcrumb_content ul.bc_ductheaters_1 li,
div#breadcrumb_content ul.bc_ductheaters_2 li {
	margin-bottom: 7px;
}

div#breadcrumb_content ul.bc_flexibleheaters_1 {
	width: 170px;
	margin-left: 10px;
}
div#breadcrumb_content ul.bc_flexibleheaters_1 li {
	margin-top: 6px;
	margin-bottom: 10px;
}

/***** 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: 10px 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: #666;
	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: url("../_images/layout/cell_bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}

.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 *****/


/***** Start Misc Product Page Styles *****/

div.main_product_image{
	margin: 0px 0px 20px -14px;
	width: 615px;
	height: 260px;
	background-image: url("../_images/layout/product_name_bg_longer.png");
	background-position: 0px 12px;
	background-repeat: no-repeat;
}
div.main_product_image_longer{
	background-image: url("../_images/layout/product_name_bg_longer.png");
}
div.main_product_image h2{
	position: relative;
	top: 18px;
	left: 17px;
	border: 0px;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
}
div.main_product_image img{
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.mainpic {
	/*
	border: 3px solid #666;
	margin: 0px 10px 20px 0px;
	width: 601px;
	height: 251px;
	*/
	margin: 0px 10px 20px -14px;
	width: 615px;
	height: 260px;
}

.mainpic1 {
	border: 3px solid #666;
	margin: 0px 10px 9px 0px;
	width: 601px;
	height: 251px;
}

.mainpic2 {
	margin: 0px 0px 20px 0px;
}

.tpc{
	width: 602px;
	height: 345px;
}

.ddrawing {
	border: 3px solid #666;
	margin-top:24px;
}


p.limitedwidth {
	width: 600px;
	}




#maincontent ul.productinfo {
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	line-height: 1.25;
	font-size: 12px;
}

#maincontent ul.productinfo li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
	list-style-type: circle;
	float: none;
	height: auto;
}
#maincontent ul.shorter {
	width: 480px;
}


div.red_header{
	margin: 0px 0px 20px -14px;
	width: 615px;
	height: 70px;
	background-image: url("../_images/layout/product_name_bg.png");
	background-position: 0px 12px;
	background-repeat: no-repeat;
}
div.red_header h2{
	position: relative;
	top: 18px;
	left: 17px;
	border: 0px;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
}

/***** End Misc Product Page Styles *****/


/***** START Tabbed Content Styles *****/

div.tabbed_content{
	width: 100%;
	min-height: 600px;
}
div.tabbed_content h3{
	margin-bottom: 10px;
}

div.tabbed_content div.tabbed_content_wrapper{

}

div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu{
	width: 184px;
	float: left;
	background-image: url("../_images/layout/tabbed_content_border_with_shadow.png");
	background-position: top right;
	background-repeat: no-repeat;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu_wrapper{
	min-height: 500px;
	padding-right: 38px;
	padding-top: 28px;
	text-align: right;
}

div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul{
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li{
	padding-right: 10px;
	margin-top: 20px;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #666867;
	border: 0px;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li.sub{
	padding-right: 10px;
	margin-top: 3px;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li.sub a{
	text-decoration: none;
	font-size: 11px;
	color: #666867;
	border: 0px;
	font-style: italic;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li:hover a{
	cursor: pointer;
	color: #a7152a;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li:hover{
	background-image: url("../_images/layout/tabbed_content_tick_greyscale.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li.activeli{
	background-image: url("../_images/layout/tabbed_content_tick.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li.activeli a{
	font-weight: bold;
	color: #000;
}
div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_menu ul li.activeli:hover a{
	color: #a7152a;
}

div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_content{
	float: left;
	width: 512px;
	margin-top: 20px;
}

div.tabbed_content div.tabbed_content_wrapper div.tabbed_content_content img.fullwidth{
	width: 506px;
	height: 244px;
	background-color: transparent;
	margin-bottom: 15px;
}

div.tabbed_content div.triptych{
	margin-bottom: 1em;
}

div.tabbed_content div.triptych div{
	margin-right: 10px;
	float: left;
}

div.tabbed_content div.triptych div p{
	width: 158px;
	font-size: 10px;
	color: #666;
	margin-bottom: 0px;
}

div.tabbed_content div.triptych div img{
	margin: 0px;
	padding: 0px;
	height: 108px;
}
div.tabbed_content div.triptych div.last{
	margin-right: 0px;
}

div.tabbed_content img.single_image{
	float: left;
	margin-bottom: 35px;
}

div.tabbed_content div.one_column{
	float: left;
	width: 300px;
	padding-left: 175px;
}

div.tabbed_content div.tip{
	padding-left: 33px;
	background-color: transparent;
	background-image: url("../_images/layout/tip.png");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 30px;
}
div.tabbed_content div.tip h3{
	margin: 0px;
}

div.tabbed_content div.indented{
	margin-left: 175px;
}
div.tabbed_content h3{
	margin-top: 0px;
}

div.tabbed_content p.caption{
	font-size: 10px;
	color: #666;
	margin-bottom: 15px;
}

/***** END Tabbed Content 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 #a7152a dotted;
	line-height: 1.3em;
}
.results_footer{
	border-top: 1px #a7152a dotted;
	padding-top: 10px;
	width: 100%;
}
.results_footer A{
	color: #666;
	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 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;
}

/**************************************************/

a#tutquotes_link {
	position: absolute;
	border: none;
	right: -2px;
	bottom: 0px;
	width: 170px;
	height: 43px;
}

a#tutquotes_link img {
	width: 170px;
	height: 43px;
}


/****************** SPLASH POPUP ******************/

#splash-popup-container{
	font-size: 1px;
}
#dark-overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
}
#splash-popup{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -404px;
	width: 808px;
	height: 608px;
	z-index: 1010;
	background-image: url("../_images/layout/popup-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#splash-popup .wrapper{
	padding: 0px;
	padding-left: 30px;
}
#splash-popup-header{
	color: #fff;
	height: 100px;
	margin-bottom: 16px;
}
#splash-popup-header #close-popup{
	display: block;
	position: absolute;
	top: 10px;
	right: 18px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#splash-popup-header #close:hover{
	color: #ffff00;
}
#splash-popup-header h3{
	font-size: 24px;
	margin-bottom: 10px;
}
#splash-popup-header h4{
	font-size: 48px;
}
#splash-popup-content{
	width: 469px;
	float: left;
	color: #333333;
}
#splash-popup-content h5{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
#splash-popup-content ul{
	margin-bottom: 8px;
}
#splash-popup-content ul li{
	font-size: 18px;
	line-height: 30px;
}
#splash-popup-content .blurb{
	font-size: 16px;
	line-height: 16px;
	color: #a7152a;
	float: left;
	width: 215px;
}
#splash-popup-content .blurb span{
	font-size: 12px;
}
#splash-popup-buttons{
	float: left;
}
#splash-popup-buttons a{
	display: block;
	height: 40px;
	width: 272px;
	line-height: 40px;
	padding-left: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	background-image: url("../_images/layout/popup-button-bgs.jpg");
	background-position: 0px -80px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#splash-popup-buttons a:hover{
	background-position: 0px -120px;
}
#splash-popup-buttons a.featured{
	background-position: 0px 0px;
}
#splash-popup-buttons a.featured:hover{
	background-position: 0px -40px;
}

/**************************************************/

