
* {
	margin: 0;
	padding: 0;
	text-align: justify;
}

img {
	outline: none;
	border: none;
}

body {
	background: url(./images/diagonalBack.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul {
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	margin: 20px;
}

li {
	color: #333;
	font-size: 14px;
	margin:10px;
	line-height: 1em;
	background:url(./images/arrowbullet.jpg) no-repeat left center;
	list-style-type:none;
	padding-left:36px;
}

ul {
	list-style-none:;
	list-style-type:square;
	list-style-position:inside;
}

h2 {
	color: #005889;
	font-size: 20px;
	margin: 20px;
	clear: both;
}

h3{
	color: #333;
	font-size: 18px;
	margin: 20px;
	clear: both;
}

h4{
	color: #4f4f4f;
	font-size: 13px;
	margin: 20px;
	clear: both;
}

.center{
	text-align: center
}

.header, .maincontent, .footer {
	margin: 0px auto;
	width: 960px;
	clear: both;
}

.maincontent {
	background: #fff;
	border: 1px solid #e5e5e5;
	clear: both
}

.logo {
	width: 306px;
	height: 91px;
	float: left;
}

.topinfo{
	font-size: 20px;
	color: #333;
	float: right;
	height: 45px;
	padding-top: 35px;
	text-align: right;
}

.title{
	font-size: 30px;
	color: #333;
	float: right;
	height: 45px; 
	padding-top: 45px;
	padding-right: 75px;
}

.topboxes{
	margin: 15px;
	padding-bottom: 10px;
}

.form{
	margin-top: 100px;
	margin-left: 30px;
	font-size: 18px;
	color: #333;
	line-height: 1.7em
}	

.textbox{
	background: url(./images/textboxback.jpg) repeat-x top left;
	font-size: 15px;
	border: 1px solid #ccc;
	border-top: 0px;
	width: 155px;
	height: 22px;
	color: #333;
}	

.submit{
	background: url(./images/orange.jpg) no-repeat;
	width: 80px;
	height: 40px;
	border: 0px;
	margin: 10px 0px 0px 150px;
}

.video{
	width: 350px;
	height: 229px;
	float: left;
	margin: 5px 5px;
}

.harmonizewater{
	float: left;
	margin: 5px 5px;
}

.signup{
	float: left;
	background: url(./images/signup.jpg) no-repeat top left;
	width: 291px;
	height: 229px;
	margin: 5px 5px;
}

.smallerboxframe{
	margin: 0px auto;
	width:461px;
}

.smallersignup{
	background: url(./images/smallersignup.jpg) no-repeat;
	width: 275px;
	height: 221px;
	margin: 5px;
	float: left;
}

.smallerbuynow{
	background: url(./images/smallerbuynow.jpg) no-repeat;
	width: 166px;
	height: 221px;
	float: left;
	margin: 5px;
}

.partnerlogos{
	border: 1px solid #e5e5e5;
	border-left: 0px;
	border-right: 0px;
	margin-top: 20px;
	clear: both;
}

.leftcolumn{
	width: 475px;
	float: left;
}

.arrow{
	float: left; vertical-align: middle;
	margin: 8px
}

.bulletp{
	clear: both;
	background: url(./images/arrowbullet.jpg) no-repeat left center;
	padding-left: 35px;
}

.rightcolumn{
	width: 475px;
	float: right;
}

.testimonials{
	background: url(./images/quotes.jpg) no-repeat;
	min-height:165px;
	/* height: 458px; */
	clear: both;
}	

.tdate{
	font-weight: bold;
	text-align: right;
}

.disclaimer p{
	color: #808080;
	font-size: 11px;
	margin: 20px;
}

.seals{
	/* background: url(./images/seals.png) no-repeat; */
	width: 475px;
	height: 75px;
	margin: 20px 0;
	padding: 12px;
	float: left;
	border:1px solid #ddd;
	background:#fff;
}

.bottominfo{font-size: 16px;
	color: #333;
	float: right;
	padding-top: 35px;
	text-align: right;
}


