
body {
    font-size:16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #005d89;
}
        img 
        {
			border:0px;
        }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;	
	text-align: left;
}
.capslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;	
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 48px;
	margin-right: 10px;
	margin-left: 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(images/arrow_bullet.jpg);
}
.box {
	padding: 5px;
	border: 4px double #999999;
}
.solution {
    background-image: url(images/wellnessh2o_hdr.jpg); 
	width: 950px; 
	height: 490px;
}
.solution p {
	color: #FFFFFF; 
	margin-left: 130px; 
	margin-top: 12px;
	width: 445px;
}
.solution h1 {
	color: #FFFFFF;
	margin-left: 90px;
	margin-top: 65px;
	margin-bottom: 20px;
	font-size: 36px;
}
.rev-link a {
	font-size:18px;
	color: #009900;
}
.rev-link a:hover {
	color: #00CC33;
	text-decoration: none;
}
.rev-link a:hover:visited {
	color: #00CC33;
	text-decoration: none;
}

.EmailForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 12px;
	text-align: left;
	vertical-align: top;
	padding-top:12px;
	}    

	

/* begin css tabs */

.tab {
	width:910px;
	padding:20px;
	position: absolute;
	bottom:12px;
	z-index:2
}

ul#tabnav { /* general settings */
	text-align: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:2px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	line-height: 0px;
}

ul#tabnav li { /* do not change */
display: inline;
font-size: 18px;
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 4px;
	padding-top: 8px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #fff;
}

ul#tabnav li a { /* settings for all tab links */
padding: 8px 25px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CCCCCC; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
top: -3px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

.transparent_class {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-color:#eeeeee;	
}



 .overlay {

  
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;  
  opacity: 0.6;
  background: black;

 }


 .spaced {
    margin-right:5px;
    }