/* For symplicity I try to use ID for javascript (jquery) and CLASS for design styles. Just a personal choice. */

/* Some debug stuff we can turn on and off */
.debug_on p
{
	border: 1px solid black;
}

.debug_on .container_12
{
	background: #fff url(/water-treatment/skin1/custom/img/12_col.gif) repeat-y;
}

/* Reset some basic settings that 960 tries to make "pretty" */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}



/* Place basic styles on top of reset DOM */
body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/* This is to allow us to set our background image for splash and inner page without any program logic */

.splash_body
{
	background-color: transparent;
	background-image: url(/water-treatment/skin1/custom/img/bg_water.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.inner_body
{
	background-color: transparent;
	background-image: url(/water-treatment/skin1/custom/img/bg_water-inner.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Basic settings for 12col 960gs layout */
.container_12
{
	text-align: left;
	margin-bottom: 0;
}

/* General style layouts for common elements */
a
{
	color:#8A8E93;
	text-decoration: none;
}

a:hover
{
	color: #3a596e;
	text-decoration: none;
}


h1
{
	font-size:18px;
	line-height:35px;
	padding: 20px 0 0;
}

h2
{
	text-align: center;
}


p
{
/*	border: 1px solid black;*/
	overflow: hidden;
	padding: 0px 0;
}

/* Custom block element styles to flesh our design */
.header_left
{
	height:75px;
	margin-top: 20px;
}
/* Left block of header menu */
.header_menu_left
{
	padding-top: 10px;
	background: transparent url(/water-treatment/skin1/custom/img/header_menu_v_rule.gif) repeat-y scroll 0px 2px;
}
.header_menu_left li
{
	line-height:18px;
	list-style-type:none;
}
.header_menu_left a
{
	color:#8A8E93;
	text-decoration:none;
}

/* Right block of header menu */
.header_menu_right
{
	padding-top: 10px;
	background: transparent url(/water-treatment/skin1/custom/img/header_menu_v_rule.gif) repeat-y scroll 0px 2px;
}
.header_menu_right li
{
	line-height:18px;
	list-style-type:none;
}
.header_menu_right a
{
	color:#8A8E93;
	text-decoration:none;
}

/* Search bar styling */
.searchbar {
	background: #3a596e url("/water-treatment/skin1/custom/img/searchbar.gif") no-repeat;
	height: 40px;
	position:relative;
	text-align: right;
}
.searchbar img{
	margin-top: 10px;
}
.searchbar_right {
	background: #3a596e url("/water-treatment/skin1/custom/img/searchbar.gif") no-repeat -720px 0;
	height: 40px;
	position:relative;
	text-align: left;
}

.search-button {
	position:relative;
	top: 10px;
	left: 82px;
}

.search-field {
	position:relative;
	border: 0px;
	left: 86px;
	top: 6px;
	background: transparent;
}
/* Left hand menu */
.left_menu
{
	height: 690px;
	width: 240px;
	margin-top: 7px;
}
/* Page Content */
.content
{
	background: transparent url(/water-treatment/skin1/custom/img/content_border.gif) no-repeat scroll 0 0;
	color: #7A7777;
	line-height: 18px;
}
.content .padding
{
	padding: 10px;

}
.breadcrumbs
{
	background-color: #FAF6EB;
	background: #FAF6EB url(/water-treatment/skin1/custom/img/breadcrumb_t.jpg) no-repeat scroll 0 0;
	margin-top: 15px;
	left: 0px;
	padding-left: 10px;
	padding-top: 6px;
	position: relative;
}
.breadcrumb_b
{
	height: 15px;
	width: 700px;
	background:transparent url(/water-treatment/skin1/custom/img/breadcrumb_b.jpg) no-repeat scroll 0 0;
}

/* Footer Menu Styles */
.splash_body .footer_spacer
{
	border-bottom: 2px solid #3A596E;
	height: 15px;
	margin-bottom: 15px;
}

.inner_body .footer_spacer
{
	border-bottom: 2px solid #3A596E;
	height: 100px;
	margin-bottom: 15px;
}

.footer_menu
{
	height: 125px;
}
.footer_menu li
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size:9px;
	line-height:18px;
	list-style-image:url(/water-treatment/skin1/custom/img/footer-bullet.gif);
	list-style-position:inside;
}
.footer_menu a
{
	color:#8A8E93;
	text-decoration:none;
}
.list_header
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	display:block;
	font-size:10px;
	list-style-image:url(/water-treatment/skin1/custom/img/footer-bullet-blank.gif);
	list-style-position:outside;
}

.footer_menu_left
{
	
}

.footer_menu_other
{
	background: transparent url(/water-treatment/skin1/custom/img/header_menu_v_rule.gif) repeat-y scroll 0px 2px;
}

.footer-left-header a:link {
	color:#3A596E;
}

/* Splash Page Style */
.splash
{
	
}


/* Splash Page Moule Styles pulled from Chads design */
#module-wrapper {
	min-width: 960px;

}

#module {
	background: transparent url("/water-treatment/skin1/custom/img/module.gif") no-repeat 0 140px;
	width: 960px;
	height: 560px;
	margin: 0px auto 0 auto;
	position: relative;
}

.module-box {
	top:140px;
	position:relative;
	padding: 10px 10px 10px 10px;
	width: 220px;
	height: 385px;
	float: left;
	overflow: hidden;
}

.module-title {
	left:10px;
	margin-top:18px;
	text-indent: -99999px;
}

#m-residential {
	background: transparent url("/water-treatment/skin1/custom/img/m-residential.gif") no-repeat;
}

#m-commercial-industrial {
	background: transparent url("/water-treatment/skin1/custom/img/m-commercial-industrial.gif") no-repeat;
}

#m-industry {
	background: transparent url("/water-treatment/skin1/custom/img/m-industry.gif") no-repeat;
}

#m-custom {
	background: transparent url("/water-treatment/skin1/custom/img/m-custom.gif") no-repeat;
}
#module img {
	position:absolute;
	left: 13px;
	top: 53px;
}

.description {
	position:absolute;
	color: #d1ebfd;

	line-height: 18px;
	top:145px;
	width: 220px;
	height: 90px;
}

.nav-module {
	position: absolute;
	top: 245px;
	width: 220px;
	line-height: 30px;
}

.learn-more {
	text-align: right;
	padding-right: 10px;
}

.learn-more a:link {
	color: #d1ebfd;
	text-decoration:underline;
	font-weight: 100;
}

.learn-more a:hover {
	color: #FFFFFF;
}

.module-buttons a:link, .module-buttons a:visited {
	background: transparent url("/water-treatment/skin1/custom/img/module-button.gif") no-repeat;
	height: 30px;
	width: 220px;
	margin: 0 0 2px 0; 
	text-indent: 10px;
	display: block;
	color: #FFFFFF;
}

.module-buttons a:hover {
	color: #8a8e93;
}

