@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
}

a img {
	border: 0;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0 !important;
}



#siteWrapper {
	width: 100%;
	height: 100%;
}

#pageWrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 190px;
	float: left;
}

#branding {
	width: 190px;
	text-align: center;
	padding: 36px 0 101px 0;
}

#device {
	width: 190px;
	height: 190px;
	overflow: hidden;

}
#device img {
	display: none;
}

#nav {
	width: 150px;
	float: left;
	padding: 20px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	display: block;
	margin: 0 0 11px 0;
}

#nav li ul li {
	float: left;
	display: block;
	margin: 7px 0 2px 0;
}

#nav li a {
	float: left;
	display: block;
	text-indent: -9000px;
}

li.tnHome a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -20px;
	float: left;
	display: block;
}
li.tnHome a:hover,
body.home li.tnHome a {
	background: url(/images/nav.gif) no-repeat -210px -20px;
}

li.tnAqua a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -50px;
	float: left;
	display: block;
}
li.tnAqua a:hover,
body.aqua li.tnAqua a {
	background: url(/images/nav.gif) no-repeat -210px -50px;
}

li.tnAqua ul {
	display: none;
}

body.aqua li.tnAqua ul {
	display: block;
}


li.tnAquaIdeal a {
	width: 150px;
	height: 15px;
	background: url(/images/nav.gif) no-repeat -20px -287px !important;
	float: left;
	display: block;
}
li.tnAquaIdeal a:hover,
body.ideal li.tnAquaIdeal a {
	background: url(/images/nav.gif) no-repeat -210px -287px !important;
}

li.tnAquaGuarantee a {
	width: 150px;
	height: 15px;
	background: url(/images/nav.gif) no-repeat -20px -311px !important;
	float: left;
	display: block;
}
li.tnAquaGuarantee a:hover,
body.guarantee li.tnAquaGuarantee a {
	background: url(/images/nav.gif) no-repeat -210px -311px !important;
}


li.tnHow a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -80px;
	float: left;
	display: block;
}
li.tnHow a:hover,
body.how li.tnHow a {
	background: url(/images/nav.gif) no-repeat -210px -80px;
}

li.tnSteps a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -110px;
	float: left;
	display: block;
}
li.tnSteps a:hover,
body.steps li.tnSteps a {
	background: url(/images/nav.gif) no-repeat -210px -110px;
}

li.tnVideo a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -140px;
	float: left;
	display: block;
}
li.tnVideo a:hover,
body.video li.tnVideo a {
	background: url(/images/nav.gif) no-repeat -210px -140px;
}

li.tnSpec a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -170px;
	float: left;
	display: block;
}
li.tnSpec a:hover,
body.spec li.tnSpec a {
	background: url(/images/nav.gif) no-repeat -210px -170px;
}

li.tnBrochure a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -200px;
	float: left;
	display: block;
}
li.tnBrochure a:hover,
body.brochure li.tnBrochure a {
	background: url(/images/nav.gif) no-repeat -210px -200px;
}

li.tnFAQ a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -230px;
	float: left;
	display: block;
}
li.tnFAQ a:hover,
body.faqs li.tnFAQ a {
	background: url(/images/nav.gif) no-repeat -210px -230px;
}

li.tnCalculator a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -260px;
	float: left;
	display: block;
}
li.tnCalculator a:hover,
body.calculator li.tnCalculator a {
	background: url(/images/nav.gif) no-repeat -210px -260px;
}

li.tnContact a {
	width: 150px;
	height: 19px;
	background: url(/images/nav.gif) no-repeat -20px -338px;
	float: left;
	display: block;
}
li.tnContact a:hover,
body.contact li.tnContact a {
	background: url(/images/nav.gif) no-repeat -210px -338px;
}



#content {
	float: right;
	width: 740px;
	min-height: 700px;
	background: url(../images/waterstrip.jpg) no-repeat top right;
	padding: 0 50px 0 0;
}

#featureArea {
	width: 740px;
	background: #000;
	height: 700px;
}



#contentInner {
	background: #fff;
	width: 660px;
	padding: 25px 40px 40px 40px;
	display: block;
	min-height: 700px;
}

#contentInner h1 {
	font-weight: normal !important;
	color: #999;
	letter-spacing: 2px;
}

#contentInner p {
	font-size: 13px;
	color: #666666;
	margin: 20px 0 0 0;
	line-height: 150%;
	width: 421px;
}

body.aqua #contentInner p {
	width: 300px;
}

body.guarantee #contentInner p {
	width: 421px;
}


#contentInner a {
	color: #666;
}

#contentInner a:hover {
	color: #0099CC;
}

#contentInner dl {
	width: 100%;
	margin: 20px 0 0 0;
}
#contentInner dt {
	color: #333;
	font-size: 15px;
}
#contentInner dd {
	font-size: 13px;
	color: #666666;
}

#contentInner ul {
	margin: 10px 0;
	padding: 0 15px;
}

body.aqua #contentInner ul {
	width: 300px;
}


#contentInner li {
	font-size: 13px;
	color: #666666;
	line-height: 150%;
	margin: 0 0 5px 0;
}

#contentInner table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 20px 0;
}

#contentInner form {
	margin: 20px 0 0 0;
}

#contentInner td {
	color: #666;
	font-size: 14px;
	border-bottom: dotted 1px #ccc;
	padding: 4px 15px 4px 0;
}

#contentInner td.option {
	width: 400px;
	text-align: left;
}

table#accountAddresses td.option {
	width: 100px;
	text-align: center;
	padding: 5px;
}

#contentInner #reg01 td.option {
	width: 400px;
}

#contentInner #reg02 td.option {
	width: 400px;
}

#contentInner #reg03 td.option {
	width: 400px;
}

#contentInner #reg04 td.option {
	width: 400px;
}

#contentInner #reg05 td.option {
	width: 100px;
}

#contentInner #reg05 td {
	font-size: 14px;
	padding: 7px 15px 7px 0;
	vertical-align: top;
}

#contentInner input.text {
	border: solid 1px #ccc;
	padding: 4px;
	font-size: 14px;
	width: 90%;
}

#contentInner textarea {
	border: solid 1px #ccc;
	padding: 4px;
	font-size: 14px;
	width: 90%;
	height: 150px;
}

#contentInner select {
	padding: 2px;
	font-size: 14px;
}



body.how #col1,
body.steps #col1,
body.contact #col1 {
	width: 421px;
	float: left;
}

body.aqua #col1 {
	width: 330px;
	float: left;
}

body.guarantee #col1 {
	width: 421px;
	float: left;
}

.col1Image {
	margin: 20px 0 20px 0;
}

body.how #col2,
body.steps #col2,
body.contact #col2 {
	float: right;
	width: 190px;
	padding: 30px 0 0 0;
}

body.aqua #col2 {
	float: right;
	width: 330px;
	padding: 30px 0 0 0;
}

body.guarantee #col2 {
	float: right;
	width: 190px;
	padding: 30px 0 0 0 !important;
}

#col2 img {
	display: block;
	float: left;
	margin: 0 0 20px 0;
}

#video {
	margin: 20px 0;
	width: 660px;
}

table#steps5 {
	margin: 20px 0 0 0;
	border-collapse: collapse;
}

#steps5 td {
	vertical-align: top;
	padding: 0 0 30px 0;
	text-align: left;
	border: 0;
}

#steps5 td.stepImage {
	width: 147px;
}

#steps5 td h3 {
	width: 66px;
	color: #333;
	font-size: 18px;
}

#steps5 td {
	font-size: 13px;
	color: #666666;
}


.specSection {
	margin: 20px 0 0 0;
	float: left;
	width: 660px;
}
.specSection p {
	width: 660px !important;
}

.imgRight {
	float: right;
	margin: 20px 0 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 20px 0 0;
}

.specItem {
	width: 220px;
	float: left;
	margin: 15px 0 0 0;
}

.specItem .img {
	text-align: center;
	width: 220px;
	height: 215px;
}
.specItem .img img {
	height: 215px;
	width: 215px;
}

.specItem .details {
	width: 210px;
	padding: 0 5px;
}
.specItem .details table {

}
.specItem .details table th {
	font-size: 13px;
	padding: 0 0 3px 0;
}
.specItem .details table td {
	font-size: 11px !important;
}
.details table td.label {
	width: 100px;
}

#footer {
	width: 740px;
	float: right;
	padding: 15px 50px 0 0;
}

#footerBrand {
	width: 740px;
	height: 57px;
	float: left;
	text-align: right;
	padding: 0 0 10px 0;
}

#footerText {
	width: 740px;
	float: left;
	padding: 0 0 20px 0;
}

#footerText p {
	color: #626465;
	font-size: 11px;
	margin: 0 0 15px 0;
}

.error {
	display: block;
	color: #CC0000;
	font-size: 12px;
}
