html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td,address { margin: 0; padding: 0; } 
img {border: 0px;}
ul {list-style-type: none;}

a {text-decoration: none;}

.none { display: none; }
body
{
 
	font-size: 1em;
	font-family: Arial;
	background: url(/images/background-bottom.jpg) repeat-x bottom #000;
}

div.top
{
	width: 100%;
	position: absolute;
	height:341px;
	background: url(/images/background-top.jpg) repeat-x;
	top: 0px;
	z-index: -1;
}


#outer
{
	width: 925px;
	margin: 0px auto;
	
}

#container
{
	width: 925px;
	float: left;
	position: relative;
	z-index: 1;
}

#header
{
	width: 925px;
	height: 153px;
	padding-top: 40px;
	float: left;
	background: url(/images/header-background.png) 50% 50% no-repeat;
}

#header-top
{
	width: 925px;
	float: left;
}

#logo
{
	float: left;
	
}
#logo h1
{
    background: transparent url(/images/soil-therm-logo.png) no-repeat 0px;
    width: 327px;
    height: 97px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
}

#logo h1 a
{
    display: block;
    width: 327px; /* larger than actual image? */
    height: 97px;
    text-decoration: none;
    border: 0;
	
}



#text
{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}


#text h2
{
	display: block;
	width: 340px;
	height: 51px;
	background: url(/images/header-text.png) no-repeat;
	
}


#text h2 span
{
	visibility:  hidden;
}

#navigation
{
	width: 920px;
	height: 59px;
	float: left;
	background: url(/images/navigation-background.png) no-repeat;
}


#navigation ul
{
	position: relative;
	width: 525px;
	margin: 0px auto;
	padding-top: 20px;
	z-index: 300;
}
#navigation ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


#navigation ul li a
{
	color: #e39d0a;
	font-size: 9pt;
}

#navigation ul li a:hover,#navigation ul li a.anchor
{
	color: #FFF;
}


#marquee
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 364px;
}

#marquee span
{
	position: absolute;
	width: 925px;
	text-align: center;
	bottom: 0px;
	color: #909090;
	font-size: 9pt;
}


#marquee-products
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-products.png) no-repeat;
}

#marquee-history
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-history.png) no-repeat;
}

#marquee-news
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-news.png) no-repeat;
}


#marquee-gallery
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-gallery.png) no-repeat;
}


#marquee-literature
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-literature.png) no-repeat;
}


#marquee-contact
{
	float: left;
	position: relative;
	z-index: 101;
	top: -29px;
	width: 925px;
	height: 193px;
	background: url(/images/marquee-contact.png) no-repeat;
}

#home-content
{

	float: left;
	width: 865px;
	height: 400px;
	position: relative;
	z-index: 101;
	top: -35px;
	background: url(/images/main-bottom-background.png) no-repeat;
	
	padding: 0px 30px;
}
#tab-content a
{
	color: #FFF;
	font-weight: bold;
}
h1.soil-therm
{
	width: 260px;
	height: 23px;
	
	background: url(/images/h1-soil-therm-eq.png) no-repeat;
	margin-bottom: 15px;
}
h1.soil-therm span
{
	visibility: hidden;
}

#welcome-image
{
	width: 475px;
	float: left;
	padding-top: 40px;
}


#welcome-content
{
	float: left;
	padding-top: 40px;
	width: 380px;
}

#welcome-content p
{
	color: #909090;
	font-size: 10pt;
	line-height: 16pt;
}

#welcome-content p img
{
	margin-top: 5px;
}

#welcome-tab-image
{
	float: left;
	width: 430px;
	height: 234px;
}

#tab-content
{
	width: 430px;
	float: left;
	color: #909090;
	font-size: 9pt;
	line-height: 13pt;
	padding-top: 5px;
}
#tab-green strong
{
	color: #7D9F24;
}
#tab-blue strong
{
	color: #2A7CAC;
}
#tab-purple strong
{
	color: #6C5A96;
}
#tab-red strong
{
	color: #B03F41;
}
.welcome-tabs
{
	width: 106px;
	height: 29px;
	float: left;
	margin-right: 2px;
}

.welcome-tabs a
{
	display: block;
	color: #FFF;
	font-size: 9pt;
	line-height: 21pt;
	text-align: center;
}
.green
{
	background: url(/images/tab-green.png) no-repeat;
}
.blue
{
	background: url(/images/tab-blue.png) no-repeat;
}
.purple
{
	background: url(/images/tab-purple.png) no-repeat;
}
.red
{
	background: url(/images/tab-red.png) no-repeat;
}
#sub-content
{

	float: left;
	width: 885px;
	position: relative;
	z-index: 100;
	background: url(/images/sub-background-top.jpg) no-repeat #25282b;
	top: -70px;
	z-index: -1;
	padding: 80px 20px 20px 20px;	
}

#sub-left
{
	float: left;
	width: 232px;
	position: relative;
	z-index: 9999;
}


#sub-left ul
{
	width: 170px;
	padding: 20px;
	background: #181b1d;
	
}

#sub-left ul li a
{
	color: #e39d0a;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #303438;
}
#sub-left ul li a:hover
{
	color: #FFF;
}

#sub-left ul li a.anchor
{
	color: #FFF;
}


.product-tab-content strong
{
	color: #FFF;
}
#sub-left-gallery
{
	float: left;
	width: 210px;
	position: relative;
	z-index: 9999;
	background: #181b1d;
	margin-right: 21px;
}


#sub-left-gallery ul
{
	width: 170px;
	padding: 20px;
	background: #181b1d;
	
}
#sub-left-gallery ul li
{
	float: left;
	padding: 4px;
}
#sub-left-gallery ul li a
{
	
}
#sub-left-gallery ul li a:hover
{
	color: #FFF;
}



#sub-main
{
	width: 650px;
	float: left;
	
}


#sub-main h2
{
	color: #FFF;
	padding-bottom: 15px;
	font-size: 15pt;
}

.product-row
{
	width: 650px;
	float: left;
	padding-bottom: 50px;
}
.product-row-sub
{
	width: 650px;
	float: left;
	padding-bottom: 10px;
	position: relative;
}
.product-downloads
{
	width: 151px;
	height: 19px;
	background: url(/images/product-download.png) no-repeat;
	position: absolute;
	right: 0px;
	top: -40px;
	padding: 8px 10px;
	color: #FFF;
	font-size: 9pt;
}
.product-video
{
	
}
.product-downloads a
{
	color: #E39D0D;
	font-size: 9pt;
	font-weight: bold;
	
}
.product-downloads a:hover
{
	color: #FFF;
}
.product-row h2, .product-row-sub h2
{
	font-size: 13pt;
	color: #CCC;
	padding-bottom: 15px;
}

.product-row-img
{
	width: 150px;
	padding: 10px;
	background: #181b1d;
	float: left;
}

.product-row-content
{
	padding-left: 10px;
	width: 440px;
	float: left;
	color: #909090;
	font-size: 9pt;
	line-height: 16pt;
}

.product-row-content a
{
	color: #FFF;
	font-weight: bold;
}

.product-row-content a span
{
	color: #e39d0a;
}

.product-row-content a:hover
{
	color: #e39d0a;
}

.product-row-content strong
{
	color: #FFF;
}

#products-list
{
	width: 650px;
	float: left;
	
}
.product-thumb
{
	
	width: 143px;
	height: 135px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 12px;
}

.product-img
{
	
	width: 143px;
	height: 113px;
	background: #181b1d;
	float: left;
}

.product-video-box
{
	width: 428px;
	height: 335px;
	padding: 10px 10px;
	background: url(/images/video-bg.png) no-repeat;
	position: absolute;
	display: none;
	left: 100px;
	top: 50px;
}

.product-video-box-close
{
	right: -10px;
	top: -10px;
	position: absolute;
}
.product-thumb a
{
	color: #E39D0A;
	font-size: 9pt;
}

.product-thumb a:hover
{
	color: #FFF;
}

.product-tab a
{
	display: block;
	width: 193px;
	height: 39px;
	background: url(/images/product-tab.png) no-repeat;
	color: #FFF;
	font-size: 9pt;
	font-weight:  bold;
	line-height: 26pt;
	text-align: center;
	float: left;
	margin-right: 5px;
}

.product-tab a.anchor
{
	color: #e39d0a;
}

.product-tab-container
{
	width: 610px;
	float: left;
	border: 1px solid #181B1D;
	background: #2d3033;
	padding: 20px;
}
.product-tab-container p
{
	color: #909090;
	font-size: 9pt;
	line-height: 16pt;
}

#sub-main h1
{
	float: left;
	width: 650px;
	height: 23px;
	
	
	margin-bottom: 20px;
	border-bottom: 1px solid #303438;
	padding-top: 10px;
}

#sub-main h1 span
{
	visibility: hidden;
}
#sub-main h1.products
{
	background: url(/images/h1-products.png) no-repeat;
}

#sub-main h1.news
{
	background: url(/images/h1-news.png) no-repeat;
}
#sub-main h1.history
{
	background: url(/images/h1-history.png) no-repeat;
}
#sub-main h1.remote
{
	background: url(/images/h1-remote.png) no-repeat;
}
#sub-main h1.tank
{
	background: url(/images/h1-tank-degassing.png) no-repeat;
}
#sub-main h1.gallery
{
	background: url(/images/h1-gallery.png) no-repeat;
}

#sub-main h1.lit
{
	background: url(/images/h1-lit.png) no-repeat;
}

#sub-main h1.remediation
{
	background: url(/images/h1-remediation.png) no-repeat;
}

#sub-main h1.jet
{
	background: url(/images/h1-jet.png) no-repeat;
}

#sub-main h1.gas
{
	background: url(/images/h1-gas-fired-thermal-systems.png) no-repeat;
}

#sub-main h1.contact
{
	background: url(/images/h1-contact.png) no-repeat;
}

#sub-main p
{
	line-height: 17pt;
	font-size: 9pt;
	color: #909090;

}


label
{
	font-size: 9pt;
	color: #CCC;
	font-weight: bold;
	padding-right: 20px;

}

.txt
{
	background: #CCC;
	border: 1px solid #AAA;
	width: 260px;
	padding: 4px;
	font-size: 9pt;
}
.txta
{
	background: #CCC;
	border: 1px solid #AAA;
	width: 260px;
	height: 110px;
	padding: 4px;
	font-family: arial;
	font-size: 9pt;
}

input[type=submit]
{
	background: #181B1D;
	color: #e39d0a;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #333;
	cursor: pointer;
	height: 30px;
	padding: 3px 8px;
}


#footer
{
	width: 925px;
	float: left;
	height: 120px;
	
	color: #7a7a7a;
	font-size: 9pt;
	text-align: center;
	line-height: 19pt;
}

#footer p
{
	float: left;
	
}


#footer ul
{
	position: relative;
	width: 525px;
	margin: 0px auto;
	padding-top: 20px;
	z-index: 300;
}
#footer ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


#footer  a
{
	color: #e39d0a;
	font-size: 9pt;
}

#footer ul li a:hover,#footer ul li a.anchor
{
	color: #FFF;
}

.literature-list 
{
	width: 655px;
	float: left;
	margin-bottom: 30px;
}

.literature-list h2
{
	color: #FFF;
	font-size: 13pt;
	padding-bottom: 5px;
}
.lit-item
{
	width: 150px;
	padding: 10px;
	background: #181b1d;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 230px;
	line-height: 11pt;
}

.lit-item a 
{
	font-size: 8pt;
	color: #e39d0a;
}

.lit-item a:hover
{
	color: #FFF;
}

div#gallery
{
	float: left;
}

div#gallery ul
{
	list-style-type: none;
}

div#gallery ul li
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}