@charset "UTF-8";
@font-face {
	font-family: 'AbsaraRegular';
	src: url('absara/absarasans-medium-webfont.eot');
	src: local('☺'), url('absara/absarasans-medium-webfont.woff') format('woff'), url('absara/absarasans-medium-webfont.ttf') format('truetype'), url('absara/absarasans-medium-webfont.svg#webfontf9acPAfw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbsaraLight';
	src: url('absara/absarasans-light-webfont.eot');
	src: local('☺'), url('absara/absarasans-light-webfont.woff') format('woff'), url('absara/absarasans-light-webfont.ttf') format('truetype'), url('absara/absarasans-light-webfont.svg#webfonttimlzKEG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AbsaraBold';
	src: url('absara/absarasans-bold-webfont.eot');
	src: local('☺'), url('absarasans-bold-webfont.woff') format('woff'), url('absara/absarasans-bold-webfont.ttf') format('truetype'), url('absara/absarasans-bold-webfont.svg#webfontPADPuprR') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group Setup */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
img a {
	border:none;
}
a {
	text-decoration:none;
}
body{
	font-family: "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #bac2c8;
}

#homeWrapper {
	position: relative;
	min-width: 1000px;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	
	-webkit-box-shadow: 2px 2px 8px #858585;
-moz-box-shadow: 2px 2px 8px #858585;
box-shadow: 2px 2px 8px #858585;
}
strong{
	font-weight: bolder;
}
.clear{
	clear: both;
}


/* @end */

/* @group Header */

#header #logo {
	position: absolute;
	left: 20px;
	top: 0px;
}
#header #mainMotif {
	float: right;
}

/* @end */

/* @group Nav */

#nav {
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	clear: both;
	height: 66px;
	background: #fff url(images/nav_bg.png) repeat-x 0 3px;
}
#nav > ul{
	position: relative;
	z-index: 2000;
}
#nav > ul > li{
	list-style: none;
	list-style-position: inside;
	float: left;
	padding: 25px 53px 20px 45px;
}#nav > ul > li:hover {
	
}#nav > ul > li > a{
	font-size: 19px;
	color: #b9b9b9;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
}#nav > ul > li:hover > a{
	color: #919191;
}

#nav .subMenu {
	display: none;
	
	position: absolute;
	z-index: 1000;
	background: url(images/dropdown_gradient.png) repeat-x;
	top: 66px;
	left: 0;
	padding: 25px 35px 35px 25px;
	min-width: 300px;
	
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.29);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.29);
box-shadow: 3px 3px 3px rgba(0,0,0,0.29);	
}#nav div.subMenu ul li{
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 10px;
}#nav div.subMenu ul li a{
	text-shadow: #ffffff 1px 1px 0;
	color: #979797;
}#nav .subMenu li a:hover{
	color: #68849e;
	
}

.thisLink{
	background: url(images/nav_over.png) no-repeat right 5px;
}

#nav #contact{
	float: right;
	width: 106px;
	height: 66px;
	background: url(images/contact.png) no-repeat;
	background-position: 0 -66px;
}#nav #contact:hover{
	background-position: 0 0;
}
/* @end */

/* @group Contact Panel */

#contactPanel{
	height: 291px;
	background: url(images/contact_bg.jpg) repeat-x;
	display: none;
}

#contactPanel #contactForm{
	width: 60%;
	padding: 10px 0 10px 5%;
	float: left;
	
}
#contactPanel #contactForm legend{
	padding-top: 35px;
	font-family: AbsaraBold, Myriad, "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #fffeff;
	float: left;
	text-shadow: rgba(0,0,0,0.43) 2px 1px 3px;
}

#contactPanel #fields{
	clear: both;
}
#contactPanel #fields label{
	font-size: 14px;
	color: #393c3e;
	text-shadow: #9aa1a6 1px 0 0;
	margin-right: 20px;
}
#contactPanel #fields input.textbox{
	padding: 4px;
	font-size: 14px;
	-webkit-box-shadow: inset 3px 2px 5px rgba(0,0,0,0.43);
-moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.43);
box-shadow: inset 1px 2px 5px rgba(0,0,0,0.43);
	color: #575c60;
}

#contactPanel #fields div{
	float: left;
	margin: 10px;
}
#contactPanel #fields div.request{
	clear: left;
}#contactPanel #fields div.request textarea{
	color: #575c60;
	font-size: 15px;
	padding: 8px;
}

#contactPanel #fields .button{
	float: left;
	margin-top: 13px;
	padding: 45px 15px;
	background-color: rgba(72,72,74,0.12);
}
#contactPanel #fields .button:hover{
	background-color: rgba(72,72,74,0.32);
}
#contactPanel #note{
	float: left;
	padding-top: 39px;
	margin-left: 24px;
	font-size: 12px;
}#contactPanel #note div.notification_error{
	color: #b32b2d;
	text-shadow: rgba(255,204,205,0.48) 0 0 5px;
}#contactPanel #note div.notification_ok{
	padding-top: 90px;
	font-family: AbsaraBold, Myriad, "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #fffeff;
	float: left;
	text-shadow: rgba(0,0,0,0.43) 2px 1px 3px;
	margin-bottom: 15px;
}
#contactPanel .unfocused{
	color: #a6acb2;
	
}
#contactInfo {
padding: 10px 0 10px 2%;
width: 30%;
float: left;
}
#contactInfo h1{
	padding-top: 35px;
	font-family: AbsaraBold, Myriad, "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #fffeff;
	float: left;
	text-shadow: rgba(0,0,0,0.43) 2px 1px 3px;
	margin-bottom: 15px;
}
#contactInfo p{
	margin: 7px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #393c3e;
	clear: left;
}
#contactInfo h2{
	font-weight: bold;
	font-size: 18px;
	color: #e3eef6;
	padding-bottom: 10px;
}
#contactInfo p a{
	color: #27292a;
	text-decoration: underline;
}
#contactInfo p a:hover{
	color: #a0a5a7;
	text-decoration: none;
}
/* @end */

/* @group Home Middle */

#fadePanels{
	margin-top: 1px;
	height: 316px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	clear: both;
}
#middleGrayGradient{
	width: 100%;
	height: 99px;
	background: url(images/grey_gradient.png) repeat-x;
	position: absolute;
	z-index: 300;
}
#fadePanels div{
	display: table;
	color: #a0a0a0;
}
#fadePanels img{
	float: left;
}
#fadePanels .writeUp {
	min-width: 500px;
}
#fadePanels h1{
	padding-top: 80px;
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif;
	font-size: 29px;
}#fadePanels h2{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 20px;
	padding: 10px 0;
}#fadePanels p{
	font-size: 15px;
	line-height: 1.5em;
	padding-right: 20%;
}#fadePanels .readMore{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 12px;
	width: 86px;
	height: 25px;
	margin-top: 20px;
	background: url(images/readmore.png) no-repeat;
	padding: 6px;
}.readMore a:link, .readMore a{
	color: #8b8b8b;
	 -webkit-transition: all .2s ease-in-out; 
	  transition: all 1s ease-in-out; 
}.readMore a:hover{
	padding-left: 2px;
	color: #768897;
}
/* @end */

/* @group Product Highlights */

#productHighlights{
	background: url(images/blue_gradient.gif) repeat-x;
}
#productHighlights ul{
	margin-left: 30px;
	margin-right: 30px;
}
#productHighlights ul li{
	float: left;
	width: 20%;
	list-style-type: none;
	list-style-position: inside;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#productHighlights ul li h1{
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif;
	font-size: 20px;
	color: #7b8892;
}#productHighlights ul li p{
	color: #8f8f8f;
	font-size: 12px;
	margin-top: 7px;
	line-height: 1.5;
}#productHighlights ul li div{
	color: #7b8892;
	font-family: 'AbsaraRegular', 'Myriad','Lucida Grande', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}#productHighlights a:link, #productHighlights a {
	color: #7b8892;
}#productHighlights a:hover{
	color: #909faa;
}
/* @end */

/* @group BottomNav */

#bottomNav ul{
	list-style-position: inside;
	list-style: square;
	margin-left: 40px;
	margin-right: 40px;
	border-top: 1px solid #abbac6;
}#bottomNav ul li:first-child{
	list-style: none;
	padding-left: 5px;
}
#bottomNav ul li{
	font-size: 12px;
	margin: 15px 20px 40px 15px;
	float:left;
	color: #7b8892;
	text-transform: uppercase;
}#bottomNav a:link, #bottomNav a{
	color: #7b8892;
}#bottomNav a:hover{
	color: #616b73;
	text-decoration: underline;
}

/* @end */

/* @group Inside Title */
.title img{
	float: left;
	margin: 0px 20px 30px 10px;
	
	-moz-border-radius: 3px;
border-radius: 3px;
}
.title h1{
	float: left;
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif;
	font-size: 29px;
	color: #a1a1a1;
	
	-webkit-transition: color .25s linear .1s;
5
   transition: color .25s linear .1s;

}.title h1 .version{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 20px;
}
.title:hover h1, li.productListItem:hover h1{
	color: #7b8892;
}
.profile:hover .title h1{
	color: #7b8892;
}

/* @end */

/* @group Landing Page
 */
#landingPageContent {
	margin-top: 1px;
	position: relative;
	z-index: 100;
	clear: both;
	background: url(images/grey_gradient.png) repeat-x;
}

#landingPageContent .productList{
	width: 90%;
	margin: 0 auto;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 50px;
	margin-bottom: 80px;
}

#landingPageContent .productList li{
	margin: 0;
	padding: 37px 0 10px 10px;
	border-bottom: 1px dotted #d0d0d0;
	border-top: 2px solid #fff;
}

#landingPageContent .productList li:first-child{
	background-image: none;
	border-top: none;
}

#landingPageContent .productList li:last-child{
	border: none;
}
#landingPageContent .productList .title h1{
	min-width: 340px;
}
#landingPageContent .productList li:hover{
	background: url(images/grey_gradient_reverse.png) repeat-x left bottom;
}

#landingPageContent .productList li:hover img{
	-webkit-box-shadow: 2px 2px 2px #adadad;
-moz-box-shadow: 2px 2px 2px #adadad;
box-shadow: 2px 2px 2px #adadad;
}

#landingPageContent .productList p{
	float: left;
	width: 32%;
	font-size: 14px;
	line-height: 1.7;
	margin: 5px 0 0 5%;
	color: #959595;
}

#landingPageContent .productList .readMore{
	float: right;
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 12px;
	width: 86px;
	height: 25px;
	margin-top: 20px;
	margin-right: 2%;
	background: url(images/readmore.png) no-repeat;
	padding: 6px;
	color: #959595;
}


/* @end */

/* @group Inside Page */
#insidePageContent, #waterPageContent{
	background: url(images/grey_gradient.png) repeat-x;
}
.topSection{
	padding-top: 60px;
	width: 90%;
	margin: 0 auto 40px;
}.topSection .title{
	float: left;
	width: 75%;
	margin-right: 5%;	
}.topSection .title img{
	margin-bottom: 20px;
}
.topSection .title p{
	font-size: 14px;
	color: #959595;
	line-height: 1.6;
	clear: both;
}.topSection #sideLinks{
	float: right;
	margin-top: 10px;
	list-style-type: none;
	list-style-position: inside;
}.topSection #sideLinks li{
	width: 151px;
	height: 30px;
	padding: 5px 5px 5px 3px;
	background: url(images/side_link_popup.png) no-repeat;
}.topSection #sideLinks li:nth-child(2){
	background: url(images/side_link_plain.png) no-repeat;
}.topSection #sideLinks li a{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 15px;
	color: #959595;
	margin-left: 5px;
}

.bottomSection{
	margin-bottom: 20px;
	background: url(images/blue_gradient.gif) repeat-x;
}.bottomSection h2{
	margin-bottom: 15px;
	color: #7b8892;
	font-size: 22px;
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif;
}
.bottomSection .whyMS{
	float: left;
	width: 30%;
	margin: 3%;
	margin-right: 2%;
	margin-left: 6%;
}.bottomSection .whyMS p{
	font-size: 14px;
	color: #959595;
	line-height: 1.8;
	margin-bottom: 10px;
}
.bottomSection .testServices{
	width: 55%;
	float: right;
	margin: 3%;
	margin-left: 0;
}
}.bottomSection .testServices h2{
	margin-left: 20px;
}.bottomSection .testServices ul{
	color: #959595;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	border: 1px #c5cbd1 solid;
	padding: 28px;
	
	-webkit-box-shadow: inset 0px 3px 0px #e9edef;
-moz-box-shadow: inset 0px 3px 0px #e9edef;
box-shadow: inset 0px 3px 0px #e9edef;
	-moz-border-radius: 5px;
border-radius: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	background: #fff url(images/blue_reverse.png) 0 bottom;
	
}.bottomSection .testServices li{
	margin-bottom: 9px;
}
/* @end */

/* @group Pricing */
#pricing {
	position: relative;
}
#pricing .topFixedSection{
	background: #fffeff url(images/pricing_title_break.png) repeat-x 0 bottom;
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 1px 20px #000000;
box-shadow: 0px 1px 20px #000000;
	z-index: 900;
	position: relative;
}#pricing .fixed{
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1340px;
  z-index: 3000;
}
#pricing .headerNav{
	padding-top: 50px;
	padding-bottom: 75px;
	width: 90%;
	margin: 0 auto;
}
#pricing .headerNav .title h1{
	font-size: 35px;
}#pricing ul.nav{
	clear: left;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 15px;
}#pricing ul.nav li{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 20px;
	float: left;
	margin-right: 30px;
}#pricing ul.nav a, #pricing ul.nav a:visited{
	color: #9d9d9d;
}#pricing ul.nav a.selected{
	color: #79a0b6 !important;
	border-bottom: 1px dotted #79a0b6;
}
#pricing ul.nav a:hover{
	color: #787878;
}
#pricing .title a, #pricing .title a:visited{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	float: right;
	color: #afafaf;
	
}
#pricing .title a:hover{
	color: #79a0b6;
	text-decoration: underline;
}
#pricing .title a img{
	float: right;
	padding-top: 3px;
	margin: 0 0 0 7px;
}

/* @group Table */
#tableArea{
	position: relative;
}
#tableArea table{
	width: 100%;
	margin: 0 auto;
	text-align: right;
	background-color: #fff;
	color: #a0a8ae;
	font: normal 21px 'AbsaraLight', "Lucida Grande", Myriad, sans-serif;
	letter-spacing: 1px;
}#tableArea td{
	padding: 15px 7% 15px 10px;
}#tableArea tr:nth-child(2n){ background-color: #e7ebee; 
}

#tableArea table tr td:first-child{
	font-size: 18px;
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	width: 50%;
	text-align: left;
	padding-left: 7%;
	padding-right: 10px;
	color: #8d98a0;
	letter-spacing: 0;
}

#tableArea thead{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 22px;
	color: #fff;
	background-color: #79a0b6;
	display: none;
}
#tableArea tr.subhead td{
	border-bottom: 1px dotted #c6c9cc;
	padding: 40px 0 25px;
	padding-right: 100px;
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif !important;
	font-size: 21px !important;
	background-color: #f7f7f7;
	color: #b3b3b3 !important;
	
	-webkit-box-shadow: 0px 2px 5px #dbdbdb;
	-moz-box-shadow: 0px 2px 5px #dbdbdb;
	box-shadow: 0px 2px 5px #dbdbdb;
	
}


/* @end */


/* @end */

/* @group Image Gallery */
#imageGallery < div, #imageGalleryMore < div{
	background: -moz-linear-gradient(top, #feffff 0%, #E3E7EA 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#E3E7EA)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#E3E7EA',GradientType=0 ); /* ie */
}
#imageGallery, #imageGalleryMore{
	margin: 20px;
	background: #feffff; /* old browsers */

}
#imageGallery img:first-child, #imageGalleryMore img:first-child{
	-webkit-box-shadow: inset 0px 0px 20px #000000;
-moz-box-shadow: inset 0px 0px 20px #000000;
box-shadow: inset 0px 0px 20px #000000;
}
#imageGallery h3, #imageGalleryMore h3{
	font-family: 'AbsaraBold', 'Myriad','Lucida Grande', sans-serif;
	font-size: 20px;
	margin-top: 20px;
	color: #7c7c7c;
}#imageGallery h3 em, #imageGalleryMore h3 em{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 16px;
	margin-top: 2px;
	display: block;

}
#imageGalleryMore > div, #imageGalleryMore > h3 {
	display: none;
}
#imageGalleryMore div.image1, #imageGalleryMore h3.image1 {
	display: block;
}
#imageGalleryMore h3{
	float: left;
}
#imageGalleryMore .navigation{
	list-style-type: none;
	list-style-position: inside;
	float: right;
}
#imageGalleryMore .navigation li{
	float: left;
	margin: 10px 0 20px 18px;
}
#imageGalleryMore .navigation img{
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.49);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.49);
box-shadow: 1px 1px 5px rgba(0,0,0,0.49);
-moz-border-radius: 3px;
border-radius: 3px;
}#imageGalleryMore .navigation img:hover{
	
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.49);
box-shadow: 1px 1px 10px rgba(0,0,0,0.49);
}
#imageGalleryMore .navigation img.selected{
	border: 1px solid #808a95;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
/* @end */

/* @group Profile */
.profile{
	padding-top: 60px;
	width: 80%;
	margin: 0 auto 40px;
}
.profile .title h1{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 55px;
	float:none;
	margin-bottom: 30px;
}
.profile p{
	color: #acacac;
	font-size: 19px;
	line-height: 1.8;
	margin-bottom: 10px;
	width: 80%;
}
.profile ul{
	color: #acacac;
	margin: 40px 10px;
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 16px;
	list-style-type: square;
	list-style-position: inside;
	
	-moz-column-count: 2;
-moz-column-gap: 30px;
-webkit-column-count: 2;
-webkit-column-gap: 30px;
column-count: 2;
column-gap: 30px;
}
.profile ul li{
	margin-bottom: 15px;
}
#profileImage{
	margin: 0 auto;
	width: 90%;
	text-align: left;
}

/* @end */

/* @group Water Testing */

#waterPageContent .topSection{
	padding: 0;
	margin: 0;
}
#waterPageContent .topSection img{
	float: left;
}
#waterPageContent .title{
	width: 30%;
	margin-top: 40px;
	margin-left: 6%;
}#waterPageContent ul#sideLinks{
	float: left;
}
#waterPageContent ul#sideLinks li{
	background: url(images/side_link_plain.png) no-repeat;
}#waterPageContent .waterTypes{
	padding: 50px 10px 10px 50px;
}#waterPageContent .waterTypes h2{
	font-size: 29px;
}#waterPageContent .waterTypes li{
	font-family: 'AbsaraLight', 'Myriad','Lucida Grande', sans-serif;
	font-size: 17px;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 35px;
}#waterPageContent .waterTypes   > div{
	margin-right: 45px;
	float: left;
}#waterPageContent .waterTypes  p{
	font-size: 14px;
	margin-right: 25px;
	color: #959595;
	line-height: 1.6;
}
.waterTypes li a, .waterTypes  li a:visited{
	color: #7b8892;
}#pricing ul.nav a.selected{
	color: #79a0b6 !important;
	border-bottom: 1px dotted #79a0b6;
}
.waterTypes li a:hover{
	color: #787878;
}
.waterTypes li a.selected{
	color: #79a0b6 !important;
	border-bottom: 1px dotted #79a0b6;
}

/* @group Table */
div.waterTypeTable{
	color: #959595;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	border: 1px #c5cbd1 solid;
	padding: 28px;
	width: 75%;
	margin: 0 0 55px 4%;
	
	-webkit-box-shadow: inset 0px 3px 0px #e9edef;
-moz-box-shadow: inset 0px 3px 0px #e9edef;
box-shadow: inset 0px 3px 0px #e9edef;
	-moz-border-radius: 5px;
border-radius: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	background: #fff url(images/blue_reverse.png) repeat-x 0 bottom;

}
div.waterTypeTable ul li{
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 12px;
}div.waterTypeTable ul li em{
	font-style: italic;
	margin-right: 15px;
}
/* @end */
/* @end */
