/*WATERCHEM*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#siteName {
	color: #00AEEF;
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    right: 0;
    border-bottom: 3px solid #00AEEF;
    text-transform: uppercase;
    top: 52px;
}

#header {
	height: 148px;
	background: #fff url(../images/bg_header.png) repeat-x bottom left;
}

.header-inner {
	width: 890px;
	margin: 0 auto;
	height: 148px;
	position: relative;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

h1.title {
	border-bottom: 1px solid #333333;
    color: #333333;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 4px 0;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 15px;
}

p {
	color: #333333;
    font-size: 14px;
    line-height: 122%;
    margin: 12px 0;
}

ol,ul {
	color: #333333;
    font-size: 14px;
}

span {
	color: #333333;
    font-size: 14px;
    line-height: 122%;
}

.large {
	font-weight: bold;
	font-size: 20px;
}

ul.content,
ol.content {
	padding-left: 20px;
	margin: 10px 0;
}

ul.content li {
	list-style: disc inside none;
	line-height: 120%;
}

ol.content li {
	line-height: 120%;
    list-style: decimal outside none;
    margin: 8px 0;
}

ol.content {
	margin-left: 18px;
}

h4.blue {
	font-size: 16px;
    text-transform: uppercase;
	color: #00AEEF;
}

h2.cat {
	color: #00AEEF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

div.prodwrapper {
	margin: 10px 0;
}

.prod {
	border-bottom: 1px dotted #333333;
    margin: 12px 0;
    overflow: hidden;
    padding-bottom: 10px;
	padding-left: 18px;
}

.prodImage {
	margin: 0 auto 12px;
}

.prodImage img {
	border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
}

.prod-last {
	border: none;
}

div.title {
	float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 220px;
	overflow: hidden;
}

div.title span {
	float: right;
}

.prod div.desc {
	float: right;
    width: 600px;
}

.prod div.desc p {
	margin: 0;
}

.red {
	color: red;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.black {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalized;
}

.tagline {
	margin: 27px 0 25px;
	text-align: center;
}

#logo {
	top: 22px;
	position: absolute;
	left: 0;
}

#navigation {
	width: 890px;
	margin: 14px auto;
	overflow: hidden;
}

#navigation ul {
	text-align: center;
}

#navigation li {
	border-right: 2px solid #FFFFFF;
    display: inline-block;
    padding: 14px 15px;
}

#navigation li.last {
	border: none;
}

#navigation li a {
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

img#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
}

.content-wrapper {
	background-color: #FFFFFF;
    padding: 18px;
}

.content {

}

#footer {
	margin: 44px 0 20px;
}

#footer li {
	display: inline-block;
    vertical-align: top;
	padding: 0 10px;
	border-right: 1px solid #333;
}

#footer li.last {
	border: none;
}

#footer li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 2px #333333;
}

#contactForm {
	margin-top: 36px;
    position: relative;
    width: 600px;
}

#contactForm fieldset {
	display: inline-block;
    overflow: hidden;
    padding: 6px 0;
}

#contactForm fieldset label {
	float: left;
	width: 200px;
}

#contactForm fieldset label span {
	color: red;
}

.note {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin: 4px 0 18px;
    padding: 6px;
}

.submit {
	position: relative;
	background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top,  #ffffff,  #cccccc) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 16px;
    color: #111111;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.submit:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top,  #cccccc,  #dddddd) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top,  #cccccc,  #dddddd) repeat scroll 0 0 transparent;
}

.submit:active {
	top: 1px;
}

input.text {
	background: transparent url(../images/input_bg.gif) repeat 0 0;
	border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
	padding: 4px;
	width: 374px;
}
textarea {
    border: 1px solid #aaa;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
	overflow: hidden;
	background: transparent url(../images/input_bg.gif) repeat-x 0 -88px;
	width: 374px;
}

select {
	background: transparent url(../images/input_bg.gif) repeat 0 0;
	border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
	padding: 3px;
}

label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.senderror {
    background-color: #FBE3E4;
    border: 1px solid #FF0000;
}

.sendsuccess {
	background-color: #C5EDD3;
    border: 1px solid #70CB9C;
}

.senderror, .sendsuccess {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

.senderror p, .sendsuccess p {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px;
}