/* CSS Document */

/* body */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

/* dropdown menu */
#aciddrops {
	padding-left: 60px;
}

#highdrops {
	padding-left: 110px;
}

#doubledrops {
	padding-left: 280px;
}

#tanksdrops {
	padding-left: 320px;
}

#sinksdrops {
	padding-left: 425px;
}

#floordrops {
	padding-left: 501px;
}

#contactdrops {
	padding-left: 540px;
}

#aboutdrops {
	padding-left: 546px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
}

#nav a {
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: .3em 0;
	color: #000000;
}

#nav li {
	float: left;
	margin-right: 30px;
	padding: 0 .25em;
	background-color: #f3f4fa;
}

#nav li ul {
	position: absolute;
	width: 10.15em; /* placement width of dropdown columns */
	left: -999em;
}

#nav li.tier {
	background: url(images/nav/rightarrow.gif) center right no-repeat;
	background-color: #f3f4fa;
}

#nav li ul a {
	padding: .3em 0em .3em 5px;
	width: 13em;
}

#nav li ul li {
	width: 140px; /* visual width of dropdown columns */
	padding: 0;
	border: solid #E2E3E7;
	border-width: 1px;
}

#nav li ul ul {
	margin: -1.2em 0 0 139px; /* location of second-tier dropdowns */
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CFDEEF;
}

/* layout */

#form {
	font-size: 11px;
	line-height: 1.3em;
	font-style: normal;
	margin-left: 50px;
}

.solidbox {
	background: url(images/solid_boxbody.gif) left top repeat-y;
	width: 250px;
	padding: 0 0 0 9px;
}

.fadebox {
	background: url(images/fade_boxbody.gif) left top repeat-y;
	width: 250px;
	padding: 0 0 0 11px;
}

.greenbox {
	background: url(images/green_boxbody.gif) left top repeat-y;
	width: 250px;
	padding: 0 0 0 11px;
}

#acidback {
	background: url(images/acidwaste/acid_background.jpg) left top no-repeat;
}

#navbase {
	background: url(images/nav/nav_baseline.gif) left top no-repeat;
	height: 6px;
	margin: 0;
	padding: 0;
}

#repsmap {
	background: url(images/findrep/repsmap.jpg) right top no-repeat;
	height: 320px;
	margin: 0;
	padding: 0;
}

#contactback {
	/*background: url(images/contact/contact_bg.jpg) left top no-repeat;*/
	height: 320px;
	margin: 0;
	padding: 0;
}

#pricingback {
	background: url(images/contact/pricing_bg.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
}

#sizingtable {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 100px;
	line-height: 1.25em;
	align: center;
	text-align: center;
	width: 350px;
	background: #f3f4fa;
	border: solid #E2E3E7 2px;
}

#sizingtable b {
	text-decoration: underline;
	line-height: 2em;
}

img {
	margin: 0;
	padding: 0;
}

img.rightimage {
	margin: 0 10px 0 10px;
}

select.reps {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 160px;
}

input.input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 35px;
}

iframe.repframe {
	margin-top: 10px;
}

/* links */
a:link {
	color: #FF0000;
	text-decoration: none;
	}

a:visited {
	color: #FF0000;
	text-decoration: none;
	}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
.footer a:link {
	color: #006eb9;
	text-decoration: underline;
	}

.footer a:visited {
	color: #006eb9;
	text-decoration: underline;
	}

.footer a:hover {
	color: #393939;
	text-decoration: underline;
	}
	
.footer a:active {
	color: #006eb9;
	text-decoration: underline;
	}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size: 101%; 
	}

* html pre {
	font-size: 101%; 
	}

#header h2 { 
	margin: 0;
	}
	
h2 {
	font-size: 20px;
	text-align: center;
	margin: .5em 0 .75em 0;
	font-weight: normal;
}

h2.left {
	text-align: left;
	margin-left: 40px;
}

h3	{
	margin: .5em 0 .5em 40px;
	padding: 0;
	font-size: 14px;
	color: #000;
	}
	
h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 40px;
}

h5 {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	margin: 0 0 .5em 0;
}

h6 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
}

p	{
	font-size: 11px;
	margin: 0 30px 1em 40px;
	line-height: 1.3em;
	font-style: normal;
	letter-spacing: -0px;
	padding: 0 250px 0 0;
	}
	
p.double {
	padding: 0;
	margin: 0 0 1em 40px;
}

p.double strong {
	text-transform: uppercase;
}
	
p.box {
	font-size: 10px;
	margin: 0 9px 0 0;
	padding: 0;
	line-height: 11px;
}

p.centered {
	text-align: center;
	margin: 0;
	padding: 0;
}

p.capt {
	margin: 0;
	padding: 0;
	font-style: italic;
}

#sitemap {
	text-align: right;
	margin-right: 55px;
	margin-top: -45px;
}

ul.bodylist {
	font-size: 11px;
	list-style: disc;
	margin: 0 30px 1em 60px;
	line-height: 1.3em;
	font-style: normal;
	padding: 0 250px 0 0;
}

ul.doublelist {
	font-size: 11px;
	list-style: disc;
	margin: 0 20px 1em 60px;
	line-height: 1.3em;
	font-style: normal;
	padding: 0;
}

ul.columns {
	font-size: 11px;
	list-style: disc;
	margin: 0 2em 1em 6em;
	line-height: 1.3em;
	font-style: normal;
	padding: 0;
}

ul.small {
	font-size: 11px;
	list-style: disc;
	margin: 0 1em 1em 1.5em;
	line-height: 1.3em;
	font-style: normal;
	padding: 0;
}

.bodylist li, .columns li, .small li {
	margin-top: .5em;
}
#ft_logo{
	float:left;
	margin:-14px 10px -3px 15px;
	*margin:-10px 6px -3px 15px;
	padding:0;
	display:block;
	text-indent:-5600px;
	background:url("/g_logos/wwt_ft_logo.gif") no-repeat;
	width:158px;
	height:33px;
	}

.footer {background-color:#000000;color:#CCC;}
.footer a{font-weight:bold;text-decoration:underline}
.footer a:link{color: #CCCCCC;}
.footer a:visited {color: #CCCCCC;}
.footer a:hover {color: #FFFFFF;}
.footer a:active {color: #FFFFFF;}
	

		
.footer p {
	font-family: Verdana, Arial, sans-serif;
	line-height:13px;
	font-size:10px;
	padding:0px;
	margin: 0;
}


.body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: 160%;
}

.caption { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000; 
	font-style: normal; 
	line-height: 120%;
	text-align: center;
}

#sitemappage h3 {
	font-size: 12px;
	background: #CFDEEF;
	margin: 12px 0 3px 30px;
	padding: 2px 0 2px 10px;
	width: 200px;
}

#sitemappage ul {
	font-size: 11px;
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	line-height: 16px;
	font-weight: bold;
}

#sitemappage ul ul {
	margin-left: 15px;
	font-weight: normal;
}

#sitemappage a:link, #sitemappage a:visited, #sitemappage a:active {
	color: #000000;
	text-decoration: none;
}

#sitemappage a:hover {
	color: #990000;
	text-decoration: underline;
}

#verytop {
	height: 28px;
	background: #cfdeef;
	padding: 0;
	font-size: 10px;
}

#verytop form {
	height: 20px;
	padding: 0 0 0 470px;
	margin: 0;
}

#verytop input {
	height: 18px;
	font-size: 10px;
}

/*----------------------------------
	FORMS
-----------------------------------*/

	#stnd_form{margin-top:15px}

	#stnd_form .sec{
		border-bottom:1px dashed #CCC;
		padding-bottom:30px;
		margin-bottom:30px;
		min-height:0;
		width:800px
	}

	#stnd_form fieldset{border:none}
	#stnd_form legend{display:none}

	#stnd_form .sec.last{
		border-bottom:none;
	}

	#stnd_form label{
		width:150px;
		float:left;
		margin-right:15px;
	}
	
	#stnd_form p{margin-bottom:15px;clear:both;}

	#stnd_form fieldset{border-bottom:1px dashed #CCC;padding-bottom:10px;margin-bottom:20px;*border-top:1px solid #FFF}
	#stnd_form fieldset#fieldset_last{border-bottom:none;padding-bottom:0px;margin-bottom:0px}
	#stnd_form legend{font-size:12px;font-weight:bold;color:#0061AA}

	#stnd_form input{width:250px;*width:225px;}
	#stnd_form textarea{width:285px;height:150px}
	#stnd_form .submitbtn {margin-left:165px; width: auto;margin-top:20px}
	#stnd_form .stnd_btn {margin-left:215px; width: auto;}
	#stnd_form .checkbox {width: auto;}
	#stnd_form .radio {width: auto;}

	#stnd_form span.right{margin-left:0px}
	.ast{color:#FF0000;}
	#stnd_form .note{clear:both;margin:-5px 0 0 215px;color:#999999;font-size:12px}

	#stnd_form label.error { float: none; color: red; padding-left: 10px; vertical-align: top;font-size:10px }
	#stnd_form em { font-weight: bold; padding-right: 5px; vertical-align: top;color:#FF0000 }

	.jsvalidation {margin-left:10px; font-size:12px; color:#FF0000;}
