/***** 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 solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 10px 10px 10px 10px;
	position: absolute;
	margin-top: 225px;
	float: none;
	clear: both;
	background-color: #a7152a;
	color: #fff;
	}
.alertH a{
	color: #777;
	text-decoration: underline;
	}

/* 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/bg.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.video_link {
	background: transparent url("../_images/video_icon.png") no-repeat top right;
}

a.external_link{
	background-color: transparent;
	background: url("../_images/external_link.png");
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 15px;
	border:none;
}

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;
}

#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: #666;
	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: 0px 14px 0px 14px;
	margin: 0px 0px 0px 0px;
    width: 731px;
    min-height: 888px;
        min-height: 663px;
    _height: 650px;
    }

#footer {
	min-height: 118px;
	height: 118px;
	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;
}

#homepage_content{
	position: relative;
	top: 700px;
	float: left;
	height: 1px;
}

div.tri_column{
	float: left;
	width: 225px;
	margin-right: 25px;
}
div.last_column{
	margin-right: 0px;
}

div.tri_column img.video_icon{
	padding-bottom: 2px;
	margin-left: 0.5em;
}

div.tri_column h3{
	margin-bottom: 2px;
	font-size: 12px;
}

div.frontpage_video_entry{
}

div.tri_column .frontpage_video_entry h3{
	margin-bottom: 6px;
}

div.tri_column img.screenshot{
	border: 2px solid #666;
	width: 80px;
}
div.tri_column div.related_links{
	float: right;
	width: 136px;
	text-align: left;
	margin-top: 3px;
}
div.tri_column div.related_links ul{
	list-style-type: square;
	list-style-position: inside;
	color: #a7152a;
	margin-left: 4px;
	font-size: 8px;
}
div.tri_column div.related_links ul li a{
	font-size: 9px;
	line-height: 12px;
	border: 0px;
}


div.website_tool_entry{

}
div.website_tool_entry img.icon{
	float: left;
}
div.website_tool_entry div.tool_description{
	width: 170px;
	float: right;
}
div.website_tool_entry div.tool_description h3{
	margin-top: 0px;
}
div.website_tool_entry div.tool_description p{

}
/***** 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;
}

#news_sidebox h3{
	margin-top: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	font-size: 14px;
}
.tweetwhen{
	display: block;
	font-size: 10px;
	color: #777;
}


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: #666;
	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;
	display: block;
}

.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;
}

/***** End Sidebox Styles *****/

/***** Start Header Styles *****/

#logo {
	margin: 19px 0px 0px -14px;
}

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: #666;
	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: 165px;
	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 */

#menu ul ul li.quickship a {
	padding: 5px;
	display: block;
	margin-bottom: -3px /* this takes away the vertical gap that would appear between boxes*/
}

img.quickship{
	width: 113px;
	height: 32px;
}
table#product_selector tr td img.quickship_small{
	margin-top: 6px;
	width: 61px;
	height: 12px;
}

div.notification_box{
	border: 1px dotted #a7152a;
	background-color: #c1c1c1;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
}

div.determine_heater_box_small{
	float: right;
	width: 150px;
	line-height: 1.3em;
	margin-top: -16px;

	padding-left: 50px;
	background-image: url("../_images/magnifier_sm.png");
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

div.determine_heater_box_medium{
	float: right;
	width: 324px;
	line-height: 1.3em;
	margin-top: 0px;

	padding-left: 50px;
	background-image: url("../_images/magnifier_sm.png");
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

div.website_tools_box_small{
	background-color: #ddd;
	float: right;
	width: 200px;
	line-height: 1.3em;
	margin-top: -16px;
	margin-right: 24px;
	padding: 3px 12px 6px 12px;
}

div.website_tools_box_small img.tool_icon{
	float: left;
	width: 27px;
	height: 30px;
	margin-right: 1em;
}

div.website_tools_box_small a{
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 0 0;
	color: black;
	border: 0px;
	clear: both;
}
div.website_tools_box_small a:hover{
	color: #a7152a;
}
div.website_tools_box_small a span{
	margin: 0px;
	padding: 6px 0 0 0;
	display: block;
}

div.website_tools_box_small a.quickship_link,a.quickship_link{
	color: #a7152a;
	font-style: italic;
}

div.website_tools_box_small a img.quickship_icon, a img.quickship_icon{
	width: 13px;
	height: 12px;
	position: relative;
	top: 3px;
}


div.determine_heater_box_long{
	padding-left: 51px;
	padding-right: 21px;
	padding-bottom: 17px;
	line-height: 1.3em;
	margin-top: 29px;
	background-image: url("../_images/magnifier_sm.png");
	background-repeat: no-repeat;
	background-position: 12px 12px;
}


div.video_box_small{
	float: right;
	width: 263px;
	line-height: 1.3em;
}
div.video_box_small img{
	float: left;
	margin-right: 1em;
}
div.video_box_small p{
	padding: 0px;
	margin: 0px;
}

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_product_categories li{
	margin-bottom: 7px;
}

div#breadcrumb_content ul.bc_standardairheaters_1 {
	width: 96px;
	margin-top: 3px;
}
div#breadcrumb_content ul.bc_standardairheaters_2 {
	width: 146px;
	margin-top: 3px;
	margin-right: 60px;
}
div#breadcrumb_content ul.bc_standardairheaters_1 li,
div#breadcrumb_content ul.bc_standardairheaters_2 li {
	margin-bottom: 12px;
}


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_heattorch_1 {
	width: 110px;
}
div#breadcrumb_content ul.bc_heattorch_2 {
	width: 100px;
}
div#breadcrumb_content ul.bc_heattorch_1 li,
div#breadcrumb_content ul.bc_heattorch_2 li {
	margin-top: 8px;
	margin-bottom: 6px;
}


div#breadcrumb_content ul.bc_cooltouch_1 {
	width: 110px;
}
div#breadcrumb_content ul.bc_cooltouch_1 li{
	margin-top: 8px;
	margin-bottom: 6px;
}

div#breadcrumb_content ul.bc_flowtorch_1 {
	width: 110px;
}
div#breadcrumb_content ul.bc_flowtorch_1 li{
	margin-top: 3px;
	margin-bottom: 6px;
}

div#breadcrumb_content ul.bc_axialfanheater_1 {
	margin-top: 6px;
	width: 210px;
}
div#breadcrumb_content ul.bc_axialfanheater_1 li{
	margin-bottom: 9px;
}

div#breadcrumb_content ul.bc_controllers_1 {
	margin-top: 16px;
	width: 210px;
}
div#breadcrumb_content ul.bc_controllers_1 li{
	margin-bottom: 9px;
}



div#breadcrumb_content ul.bc_customairheaters {
	margin-top: 8px;
	width: 130px;
}
div#breadcrumb_content ul.bc_customairheaters li{
	margin-bottom: 9px;
}

div#breadcrumb_content ul.bc_customsurfaceheaters {
	margin-top: 17px;
	width: 130px;
}
div#breadcrumb_content ul.bc_customsurfaceheaters li{
	margin-bottom: 9px;
}

div#breadcrumb_content ul.bc_thermalsystems {
	margin-top: 7px;
	width: 300px;
}
div#breadcrumb_content ul.bc_thermalsystems li{
	margin-bottom: 9px;
}

/***** 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: 118px;
	height: 118px;
	margin: 0px 0px 0px 7px;
}
#footercontent div.wrapper{
	padding: 12px 6px 0px 6px;
}

#footercontent div.footer_information {
	position: absolute;
	font-size: 10px;
	color: #e1e1e1;
	height: 100px;
	width: 240px;

}
span.phone_number{
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#footercontent div.footer_information p.top {
	position: absolute;
	top: 0px;
	font-size: 10px;
}
#footercontent div.footer_information p.middle {
	position: absolute;
	top: 40px;
	font-size: 10px;
}
#footercontent div.footer_information p.bottom {
	position: absolute;
	top: 65px;
	padding: 0px;
	font-size: 10px;

}


#footercontent div.footer_information img.flag {
	float: left;
	overflow: auto;
}
#footercontent div.footer_information span {
	float: left;
	overflow: auto;
}

div.translations{
	float: right;
}
div.translations p{
	color: #eee;
	font-weight: bold;
	margin: 0px;
	font-size: 11px;
}

#footercontent .isologo {
	margin: 19px 0px 0px 20px;
}

#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: 7px;
	width: 100px;
}
#footercontent ul.flags li {
	margin: 0px;
	padding: 0px;
	height: 19px;
}


#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 ul.smithtut {
	margin: 19px 0px 0px 20px;
	width: 134px;
	float: right;
}

#footercontent ul.smithtut li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 31px;
	display: inline;
	font-size: 10px;
}

#footercontent ul.smithtut li a, #footercontent ul.smithtut li a img {
	margin: 0px;
	padding: 0px;

}

/***** 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;}


.tanborder {
	border: 3px solid #666;
}
.tanborder:hover {
	border: 3px solid #a7152a;
}

.rightmargin {
	margin-right: 20px;
	margin-bottom: 20px;
}
.leftmargin {
	margin-left: 20px;
	margin-bottom: 20px;
}

/***** End Universal Styles *****/


/***** Start Product Builder Styles *****/

div.link_list_block{
	float: left;
	width: 150px;
}
div.link_list_block h3{
	margin: 0 0 4px 0;
}
div.link_list_block h3 a{
}
div.link_list_block ul{
}
div.link_list_block ul li{
	margin: 0 0 4px 0;
}
div.link_list_block ul li a{
	text-decoration: none;
	border: none;
}
div.link_list_block ul li a:hover{
	text-decoration: underline;
}

.product_builder_header{
}
.product_builder_header h2{
	cursor: pointer;
}

.foldheader {
	color: #7d440c;
	font-size: 14px;
	font-weight: bold;
}

.foldheader .arrow {
	margin: 2px 6px 0px 0px;
}

div.option_set {
	float: left;
	color: #666;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	width: 150px;
	height: 250px;
}

div.option_set p {
	margin: 18px 0px 9px 0px;
	padding: 0px;
}

div.option_list_container{
	height: 210px;
}

div.option_list {
	border: 2px #666 solid;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	height: 200px;
}
div.processing{
	border-color: #a7152a;
}

ul.builder_list {
	background-color: #d9d9d9;
	margin: 0px;
	padding: 0px;
	color: #7d0c17;
	height: 200px;
}

ul.builder_list li {
	line-height: 1.5em;
	padding: 3px 30px 3px 5px;
	border-bottom: 1px #b6979c solid;
	cursor: pointer;
	background-color: #FFFFFF;
	font-size: 12px;
}

ul.builder_list li div {
	width: 100%;
}

ul.disabled{
	background-color: #d5d5d5;
}

ul.disabled li.disabled {
	background-color: #c8c8c8;
}

ul.disabled li.disabled:hover {
	background-color: #bdbdbd;
	color: #790c18;
}

ul.builder_list li.selected {
	background-color: #a7152a;
	color: #fff;
}

ul.builder_list li:hover {
	background-color: #ccc;
	color: #000000;
}

div.plus {
	color: #888;
	font-weight: bold;
	font-size: 20px;
	float: left;
	padding: 135px 11px 0px 10px;
}

div#partnumber {
	clear: left;
	background-color: #fff;
	border: 2px solid #666;
	margin: 0px 7px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 430px;
	float: left;
	display: inline;
}

div#partnumber p {
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 5px 7px 5px 7px;
}

#sendi {
	margin-right: 7px;
}

div#indicator{
	display: inline;
	z-index: 1001;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -250px;
	width: 700px;
	height: 500px;
	background-image: url("../_images/builder_spinner_bg.png");
	/* background-color: white;
	width: 100%;
	height: 100%;
	padding: 25% 0 0 25%; */
}

div#indicator img{
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -10px;
}

/***** End Product Builder Styles *****/


/***** Start Flash Styles *****/

div.flashcontent{
	border: 3px solid #666;
	width: 724px;
	height: 278px;
	background-color: #FFF;
}

.home_flash {
	border: 3px solid #666;
	padding: 0px;
	width:724px;
	height: 278px;
	background-color: #FFF;
}

.heattorch_flash {
	border: 3px solid #666;
	padding: 0px;
	width:582px;
	height: 125px;
	margin: 0px 0px 20px 0px;
}

.flash_border {
	border: 3px solid #666;
	padding: 0px;
	width: 720px;
	height: 300px;
}


ul#animationlinks {
	text-transform: uppercase;
	float: right;
}

ul#animationlinks li {
	display: block;
	width: 132px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 5px 0px;
}

ul#animationlinks li a {
	color: #666;
	text-decoration: none;
	border-bottom: none;
	font-size: 10px;
}

ul#animationlinks li a:hover {
	color: #a7152a;
}

/***** 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;
}


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;
    text-shadow: #CCC 1px 1px 1px;
}

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 #a7152a;
	margin: 15px 0px 35px 0px;
}

.productblurb img {
	float: left;
	border: 3px solid #666;
	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;
}
.productblurb img.video_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;
    text-shadow: #720e1d 1px 1px 3px;
}
div.main_product_image img{
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.mainpic {
	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: 500px;
	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;
}

a.centered{
	width: 100%;
	display: block;
	text-align: center;
}

/***** END Tabbed Content Styles *****/


p.five_hundred{
	width: 500px;
}
p.shorter{
	width: 480px;
}

p.even_shorter{
	width: 405px;
}

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: 160px;
	height: 400px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px #99999b solid;
}
div.column_first{
	padding-left: 0px;
}
div.column_last{
	padding-right: 0px;
	border: none;
}
div.column img{
	width: 150px;
	height: 144px;
}
div.column h3{
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
}
div.column h3 a{
	color: #1b1b1b;
}

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 #666;
	margin: 0px 15px 0px 0px;
}

.rightpad {
	margin-right: 40px;
}

.ch_bullets {
	list-style-type: circle;
	margin: 0px 40px 50px 14px;
	padding-right: 30px;
	padding-left: 5px;
	line-height: 1.2;
	font-size: 12px;

}

.ch_bullets li {
	margin: 0px 0px 7px 0px;
	display: list-item
}

div.case_history_navigation{
	margin-top: 50px;
}

/***** END Case History Styles *****/


/***** START Contact Pages Styles *****/

#contact_methods{
	margin-top: 12px;
	margin-left: 28px;
}

#contact_methods_phone{
	float: left;
	width: 372px;
}
#contact_methods_phone img{
	float: left;
}
#contact_methods_phone img.flag{
	padding: 0px 6px;
}
#contact_methods_phone p.communication_languages{
	width: 290px;
}
#contact_methods_phone p.office{
	margin-top: 6px;
}



#contact_methods_mail{
	float: left;
	width: 325px;
}
#contact_methods_mail img{
	float: left;
}
#contact_methods_mail p{
}
#contact_methods_mail p.mailing{
	margin-top: 6px;
}

.required {
	color: #FF0000;
}


#Products_Of_Interest {
	width: 426px;
	min-height: 210px;
}

#Products_Of_Interest option.optbg {
	background-color: #ccc;
}
#Products_Of_Interest option:hover {
	background-color: #aaa;
}

.field_error{
	border-color: #FF0000;
	background-color: #FFD4D4;
}

.product_builder_contact{
	margin: 10px;
	padding: 15px;
	background-color: #fff;
}
.product_builder_contact p{
	margin: 10px;
	padding: 5px;
}
.product_builder_contact p.part_number{
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
	color: #a7152a;
}

ol.numbered{
	font: italic bold 20px Georgia, Times, serif;
	margin: 0px;
	padding: 0px;
	color: #888;
	width: 405px;
}
ol.numbered li{
	margin-left: 38px;
	padding-left: 6px;
}
ol.numbered li p{
	font: 12px Arial, sans-serif;
	color: #000;
}


.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;
	}

.oneField input {
	margin-bottom: 10px;
	}


#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;
}


/***** 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 #a7152a;
}
.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_box{
	background-color: #d1d1d1;
	padding: 15px 11px 0px 6px;
	border-top: 1px dotted #a7152a;
	border-bottom: 1px dotted #a7152a;
	float: left;
	display: block;
	width: 212px;
	color: #1d1d1d;
	margin-right: 1em;
}
.tech_spec_box h3{
	margin-top: 0;
}
.tech_spec_desc{
	float: right;
	width: 156px;
}


.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: 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 div.unclickable{
	padding: 0px;
	padding-top: 2px;
}

table.product_list tr th input{
	padding: 0px;
	margin: 0px;
	color: #666;
	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: #fff;
}

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.highlighted td.name_column div.product_name{
	font-weight: bold;
}
table#quickship_inventory tr.highlighted td{
	background-color: #ccc;
}
table#quickship_inventory tr.highlighted:hover td{
	background-color: #ddd;
}


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 #666;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
fieldset#determine_heater_tool label{
	color: #666;
	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: #ddd;
}
table#product_selector tr.checked:hover td{
	background-color: #fff;
}
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: 0px;
	margin-left: 115px;
}

div.grid img{
	float: left;
	margin-right: 15px;
	margin-bottom: 22px;
}


div.grid h3{
		margin-top: 0px;
		margin-bottom: 6px;
}
div.grid p{
		margin-bottom: 10px;
}

h3 a.little_heading {
	color: #666;
	font-weight: bold;
	border: none;
}

h3 a.little_heading:hover {
	color: #666;
	font-weight: bold;
	border-bottom: 1px dashed #666;
}

div#process {
	float: right;
	width: 226px;
	height: 237px;
	/*background: #faedc4 url("../_images/layout/process_bg.png") no-repeat fixed 0 0;*/
	background-image: url("../_images/layout/process_bg.png");
}

div#process h2 {
	color: #a7152a;
	margin: 20px 0px 12px 10px;
	border: none;
}

div#process div {
	float: left;
	color: #a7152a;
	font-size: 32px;
	font-family: verdana;
	margin: 0px 10px 15px 15px;
}

div#process p {
	color: #666;
	padding-top: 1px;
	margin-bottom: 15px;
}

div#process p.top{
	padding-top: 8px;
	margin-bottom: 23px;
}

/***** End New Custom Air Heaters Page Styles *****/

/***** Begin Fittings Library Page Styles *****/

h1.fitting{
	border-bottom: 1px dotted #a7152a;
}

div.fitting_wrapper{
	border-bottom: 1px dotted #a7152a;
	margin-bottom: 20px;
}

ul.fitting_nav{
	padding-bottom: 15px;
}

ul.fitting_nav li{
	float: left;
	margin: 0px 5px;
}

ul.fitting_nav li.current a{
	color: #666;
	border: none;
}

ul.fitting_nav li.carrot a{
	border: none;
	font-size: 14px;
}

div.fitting_entry {
	float: left;
	width: 355px;
	padding-bottom: 10px;
}

div.fitting_entry img{
	float: left;
	border: 3px solid #666;
	margin-right: 10px;
}

div.fitting_entry h2{
	font-size: 12px;
	font-weight: bold;
	border: none;
	margin: 10px 0px 0px 0px;
}

div.fitting_entry p{
	margin-right: 10px;
}

/***** End Fittings Library Page Styles *****/

/******Industries Page Styles***************/

h3.apps{
	margin-bottom: 5px;
}

div.wide_call{
	background-image: url('../_images/layout/call_bg.png');
	background-repeat: repeat-x;
	background-color: #e7e7dd;
	width: 728px;
	height: 48px;
	margin: 15px 0px 25px 0px;
	border: 1px solid #a7152a;
}

div.wide_call p{
	padding-top: 8px;
	padding-right: 1em;
}

span.exclamation{
	display: block;
	margin-top: -8px;
	float: left;
	width: 50px;
	font-size: 48px;
	line-height: 48px;
	font-family: Georgia, Times, serif;
	color: #a7152a;
	text-align: center;
}

/******End Industries 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;
}
div.entry ul{
	line-height: 14px;
	text-indent: 5px;
	list-style-type: disc;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 2em;
}

/******Twitter Styles***************/

#social_networks_box_content a{
	border-bottom: 0px;
}

img.video_icon{
	margin-right: 1em;
	margin-left: 1em;
}


/****** END Twitter Styles***************/

/****** BEGIN Thanks Page Styles ***************/

div.thanks_receipt{
	border: 1px solid #3d3d3d;
	background-color: #eee;
	padding: 20px;
}

div.thanks_receipt table{
	width: 100%;
	border: 0px;
}

div.thanks_receipt table tr th{
	width: 175px;
	text-align: left;
	padding: 4px 0;
}

div.thanks_receipt table tr td{
	padding: 4px 0;
}

p.continue_browsing{
	color: #a7152a;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
}
p.continue_browsing img{
	margin-right: 1em;
	margin-bottom: -6px;
}


/******* END Thanks Page Styles ****************/

div.video_category{

}
div.video_category h2{

}
div.video_category h2 span.num{
	font-size: 12px;
	font-weight: normal;
}
div.video_category h2 span.show_all{
	color: #a7152a;
	cursor: pointer;
}

div.video_category div.video_entry{
	width: 345px;
	float: left;
	margin-right: 20px;
}
div.video_category div.video_entry div.image_and_links{
	float: left;
	text-align: left;
	width: 120px;
}

div.video_category div.video_entry img.video_screenshot{
	width: 100px;
	height: 75px;
	float: left;
	margin-bottom: 10px;
}
div.video_category div.video_entry ul.video_links{
	list-style-type: disc;
	list-style-position: inside;
	color: #a7152a;
	font-size: 10px;
	clear: left;
}
div.video_category div.video_entry ul.video_links li{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
div.video_category div.video_entry ul.video_links li a{
	border: none;
}

div.video_category div.video_entry div.description{
	float: right;
	width: 225px;
}


div#video_player_container{
	width: 759px;
	background-color: #c3c5c6;
	background-image: url("../_images/layout/video_player_container_bg.png");
	margin-left: -14px;
	border-top: 1px solid #a7152a;
	border-bottom: 1px solid #a7152a;
}
div#video_player_container div.wrapper{
	padding: 1em;
}
div#video_player_container div.wrapper h2{
	border: none;
	margin-bottom: 0.5em;
}
div#video_player_container div.wrapper p{
	margin-bottom: 0;
	float: left;
}

div#video_player{
	width: 735px;
	height: 447px;
	background-color: transparent;
	background-image: url("../_images/layout/video_player_bg.png");
	background-repeat: no-repeat;
	padding: 2px 0 0 2px;
}

div#video_player embed{
	background-color: #000;
}

object#video_object{
	background-color: #000;
}

div.video_entry_container{
	width: 170px;
	float: left;
	margin-bottom: 1.5em;
}

div.video_entry{
	width: 122px;
	margin: 0px auto;
	font-size: 10px;
	font-weight: bold;
}

div.video_entry img{
	border: 2px solid #131312;
	z-index: 1;
}

div.video_entry span.duration{
	color: #666;
	z-index: 1;
}

div.video_entry a{
	border: none;
}
div.video_entry a.area_link{
	border: none;
	position: absolute;
	display: block;
	float: left;
	width: 122px;
	height: 150px;
	z-index: 900;
}

div.video_entry:hover img{
	border: 2px solid #a7152a;
}
div.video_entry:hover{
	color: #a7152a;
}

div#related_links{
	float: right;
	width: 230px;
	text-align: left;
}
div#related_links ul{
	list-style-type: square;
	list-style-position: inside;
	color: #a7152a;
	margin-left: 4px;
	font-size: 10px;
}
div#related_links ul li a{
	font-size: 12px;
	line-height: 16px;
	border: 0px;
}

div#share_video{
	clear: both;
	margin-top: 2em;
}

div#share_url{
	float: left;
	width: 480px;
	text-align: right;
}
div#share_url input{
	width: 350px;
	font-size: 10px;
}

div#social_media_icons{
	float: right;
	width: 230px;
}
div#social_media_icons a{
	border: none;
}


/**** TWITTER FEED STUFFS ****/

/**** END TWITTER FEED STUFFS ****/
