/* ===============================================
EXOTHERM SCREEN STYLESHEET
--------------------------------------------------
	Design & Development
        TOPSPOT IMS
     www.topspotims.com
=================================================*/

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

body{
	background:#c2c0c1 url('../images/exotherm_bg_stripe.gif') repeat-x top left;
	font: 80% Arial, Helvetica, sans-serif;
}
a{
	color:#701816;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


h1 {
	margin:0;
	padding:0;
}

h2 {
	margin-left:10px;
	text-transform:uppercase;
	font-size:1.3em;
	color:#6d130d;
}

/* WRAPPER   ---------------------------------------*/
#wrapper{
	margin:0 auto;
	width:700px;
}

	#logoImg{
		background:#fff url('../images/exotherm_logo.gif') no-repeat center top;
		float:left;
		width:120px;
		text-align:center;
		text-transform:uppercase;
		margin:0;
	}
	
	#logoImg a{
		font-size:1em;
		display:block;
		color:#000;
		width:120px;
		padding-top:91px;
	}
	
	#logoImg a:hover{
		text-decoration: none;
	}
	
	
	#callUs{
		margin: 0;
		padding-top:30px;
		padding-right:5px;
		float:right;
		clear:right;
		color:#fff;
		font-size:1.1em;
		font-weight:bold;
		text-transform:uppercase;
		height:45px;
		width: 400px; 
		text-align: right; 
	}
	
	#globalNav{
		float:right;
		margin:0;
	}
	
	#globalNav li{
		padding-left:16px;
		margin-right:10px;
		background:transparent url('../images/exotherm_nav_tri.gif') no-repeat left center;
	}
	
	#globalNav a{
		text-transform:uppercase;
		text-decoration:none;
		font-size:0.9em;
		color:#000;
	}
	
	#globalNav a.current, #globalNav a:hover{
		text-decoration:underline;
	}
	
	
	/* Primary Navigation   ---------------------------------------*/
	ul#localNav {
		float:right;
		margin: 0;
		padding: 0;
		width:580px;
		height: 31px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:right;
		background:#6d130d;
	}
	
	#localNav li{
		position: relative;
		margin:0;
		padding: 0;
		height: 30px;
	}
	#localNav li a{
		margin-top: 0;
		padding:10px 5px;
		width: auto;
		font-size:0.82em;
		line-height: 3;
		text-decoration:none;
		color:#fff;
	}
	#localNav li a.current, #localNav li a:hover, #localNav li:hover a, #localNav li.sfHover a{ 
		background:#fff;
		color:#000;
	}
	
	#localNav li ul {
		position:absolute;
		top: 23px;
		left: -9999px;
		width: 180px;
		z-index: 100;
		text-align: left;
	
	}
	#localNav li:hover ul,
	#localNav li.sfHover ul {
	  left:auto;
	}
	#localNav ul li {
		position: relative;
		display: block;
		float: left;
		/* overflow: auto; */
	}
	#localNav li:hover ul a, 
	#localNav li.sfHover ul a{
		float: left;
		display: block;
		margin: 0;
		padding:3px 5px;
		width: 170px;
		font-size:0.8em;
		text-decoration:none;
		background:#6d130d;
		color:#fff;
	}
	#localNav ul li a:hover{
		background: #fff;
		color: #000;
	}

	/* Suckerfish   ---------------------------------------*/
	#localNav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		z-index: 100;
	}
	
	#localNav li:hover ul, #localNav li.sfHover ul { /* lists nested under hovered list items */
		left: 0;
		z-index: 100;
	}

	/* Banner   ---------------------------------------*/
	#bannerHome{
		text-indent:-9999px;
		overflow:hidden;
		height:167px;
		clear:both;
		background:transparent url('../images/exotherm_home_banner.jpg') no-repeat left top;
		margin:0;
	}
	
	#bannerSub{
		text-indent:-9999px;
		overflow:hidden;
		height:92px;
		clear:both;
		background:transparent url('../images/exotherm_sub_banner.jpg') no-repeat left bottom;
		margin:0;
	}


#content{
	padding:0;
	background:transparent url('../images/exotherm_main_bg.gif') repeat-y center top;
	overflow: auto;
}

#mainContent{
	float:left;
	width:471px;
}

#subPanel{
	margin:10px 5px;
	padding-bottom:5px;
}

#mainPanel{
	margin:10px 5px;
	padding: 2px 1px 10px;
	background:#666666 url('../images/exotherm_panel_corner.gif') no-repeat right bottom;
	height: 200px;
}

#mainPanel h1,#subPanel h1{
	width: 100%;
	/*text-transform:uppercase;*/
	font-size: 22px;
	text-indent:10px;
	color:#fff;
	background:#a5a5a5;
}

#titleImg{
	float:left;
	margin: 0px 10px 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #acacac;
	padding:5px;
	/*background:transparent url('../images/exotherm_panel_image.gif') no-repeat center center;*/
	height:122px;
	width:100px;
}
#mainPanel p{
	float: left;
	margin:0;
	padding: 7px 0 0 0;
	color:#ffffff;
	font-size: 1em;
}

#subPanel p{
	margin-top:0;
	padding: 7px 10px 0 10px;
	font-size: 1em;
	line-height: 1.4;
}



#subImg{
	margin:15px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #acacac;
	padding:5px;
	background:transparent url('../images/exotherm_sub_image.jpg') no-repeat center center;
	width:129px;
	height:194px;
}


#buckets li{
	margin:8px;
	display:block;
	float:left;
	width:205px;
	border-left:7px solid #6c130d;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	height:185px;
}

#buckets h3{
	position:relative;
	margin:0;
	padding-top:4px;
	text-indent:5px;
	background:#a5a5a5;
	color:#fff;
	font-size:1em;
}

#buckets p{
	margin: 0;
	padding: 5px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul li {
	margin: 0 10px;
	padding: 6px 0 5px 20px;
}
ul.resources, ul.technical {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.resources li {
	margin: 0 10px;
	padding: 6px 0;
}
ul.resources li a {
	padding: 6px 0 5px 20px;
	background: transparent url(../images/page_white_acrobat.png) left center no-repeat;
}
ul.technical li {
	margin: 0 10px;
	padding: 6px 0;
}
ul.technical li a {
	padding: 0 0 0 20px;
	background: transparent url(../images/page_white_magnify.png) left center no-repeat;
}
ul#gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#gallery li {
	float: left;
	display: block;
	margin: 5px 3px;
	padding: 0;
	height: 165px;
}
ul#gallery li img {
	padding: 3px;
	border: 1px solid #6d130d;
}

#applications, .heaterSpec {
	margin: 0 0 0 5px;
}
#applications li{
	float: left;
	margin: 2px 5px;
	padding: 0 0 1px 3px;
	display: block;
	width: 30%;
	min-height: 30px;
	border-bottom: 1px #a5a5a5 solid;
	border-left: 2px #a5a5a5 solid;
}

ul#specs {
	margin: 0 0 0 30px;
	list-style: disc;
}
ul#specs li{
	padding: 3px;	
}
ul.heaterSpec{
	margin: 0 !important;
	padding: 0 !important;
}

ul.heaterSpec li{
	display: block;
	float: none;
	margin: 0 !important;
	padding: 2px 10px;
	text-indent: 0;
}

#sideContent{
	width:219px;
	float:right;
	background:#e2e2e2;
}

#unifluxBump{
	background:#fff url('../images/exotherm_uniflux_corner.gif') no-repeat right bottom;
	margin:0 5px;
	padding-bottom:5px;
}

#unifluxBump p{
	padding:0 10px 10px;
}
#unifluxImg{
	margin:5px auto 0;
	background:transparent url('../images/exotherm_uniflux_logo.gif') no-repeat center center;
	width:144px;
	height:48px;
	text-indent:-9999px;
}

a.rfq{
	display: block;
	margin: 10px 5px;
	padding: 7px 0;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	background:transparent url('../images/exotherm_rfq_bg.gif') repeat-x left top;
	display: block;
}
#unifluxBump a.rfq:hover{
	text-decoration:underline;
}
#required{
	margin-left:11px;
}
#required span{
	color:red;
}
#miniContact{
	margin:10px
}

#miniContact h2{
	padding:2px;
	margin:0;
	color:#6c130d;
	font-size:1em;
	text-transform:uppercase;
}
#miniContact label{
	clear: both;
	display: block;
	margin: 7px 0 0;
	padding:1px;
}
	#miniContact label span{
		color:red;
	}
#miniContact input, #miniContact textarea{
	margin: 0;
	padding: 3px;
	border:1px solid #A1A1A1;
	width: 180px;
}
#miniContact #goSubmit {
	display:block;
	margin: 5px 0;
	padding: 5px 20px;
	width:auto;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	float:left;
	border:1px solid #4E4E4E;
	background:#6c130d;
}

iframe { 
	border: 1px solid #c0c0c0; 
	margin: 0 0 1em 10px; 
}

/* RFQ Page   -------------------------------------*/
#RFQForm fieldset { 
	border: 0; 
}

#RFQForm legend { 
	font-weight: bold; 
	clear: both; 
	float: left; 
	margin: 1em 0; 
	padding: 1em 0 0.25em 0; 
	border-bottom: 5px solid #701816; 
	font-size: 1.2em; 
	width: 100%; 
}
#RFQForm legend span, table.checkbox { 
	width: 450px; 
}
#RFQForm label { 
	clear: both; 
	float: left; 
	width: 180px; 
	margin: 0.25em 0.25em 0.4em 0; 
}
#RFQForm label span{
	color:red;
}
#RFQForm input, #RFQForm textarea {  
	float: left; 
	margin: 0 0.5em 0.75em 0; 
}
#RFQForm select {
	float: left; 
	margin: 0 0 0.75em 0; 
}
#RFQForm textarea { 
	width: 330px; 
	height: 150px; 
}
table.button, table.checkbox { 
	float: left; 
}
table.checkbox tr td input { 
	float: left; 
	width: 30px; 
}
table.checkbox tr td label { 
	float: none; 
	clear: none; 
	width: auto; 
}
input.checkbox { 
	width: 150px; 
	float: left; 
	text-align: left; 
}
#RFQForm span { 
	float: left; 
}
p.small { 
	font-size: 0.75em; 
	padding: 0 0 1em 0; 
	float: left; 
	font-style: italic; 
}
#RFQForm .Submit { 
	padding: 6px 10px; 
	background: #701816; 
	color: #ffffff; 
	border: 1px solid #440000; 
	text-align: center; 
	margin: 0 0 0 0;
	cursor:pointer;
}
#RFQForm #TempController { margin-right: 40px; }
#RFQForm #HeaterLocation { margin-bottom: 50px; margin-top: 10px; }

/* Footer   ---------------------------------------*/
#footer{
	color:#fff;
	padding:4px 0 8px 0;
	font-size:.8em;
	text-align:center;
	clear:both;
	background:#757474;
	overflow: auto; 
}

	#footer ul{
		height:4px;
		padding:4px 0;
	}
	
	#footer ul li{
		padding:0 10px;
		border-right:2px solid white;
	
	}
	#footer ul li.last{
		padding-right:0;
		border-right:0px;
	}
	
	#footer a{
		text-decoration:none;
		color:#fff;
	}
	#footer a:hover{
		text-decoration:underline;
		color:#fff;
	}