@CHARSET "UTF-8";

/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, a {
	outline:none;
}

fieldset,img { 
	border:0;
}

:focus {
	outline:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* Common UI */

.show {
	display:block;
}

.hide {
	display:none;
}

.btn {
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

.btn:hover {
	background-position:bottom left;
}

.txt-img {
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

.bg-img {
	overflow:hidden;
}

/* Styles */

body42 {
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	background:#163d60 url(../images/background.jpg) center top no-repeat;
	width:1000px;
	margin:0 auto;
}

.content a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  	width:100%;
	opacity:0.6;
	-moz-opacity:0.6;
}

#page {
	height: 600px ;
	width: 960px ;
	overflow:hidden;
	background: #163c60 url(/images/home-noflash/background.jpg) center right no-repeat;
	margin-left: 6px
}

#sidebar ul.touts li div.content div.link, 
#sidebar ul.touts li div.content h3, 
#sidebar ul.touts li div.content p {
	color:#ffffff;
}

a:hover {
	color:#a0cff7;
}

.transtxt {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}

.opaquetxt {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

div.dashed-line {
	background:transparent url(/images/home-noflash/dashed-line-pat.png) left top repeat-x;
	height:1px;
	overflow:hidden;
}

#sidebar {
	height:600px;
	overflow:hidden;
	position:relative;
	top:-20px;
	left:628px;
	width:330px;
}


#sidebar div.logo {
	background:transparent url(/images/home-noflash/curve.png) left top no-repeat;
	height:142px;
	overflow:hidden;
}

#sidebar div.logo h1 {
	background-image:url(/images/home-noflash/waterpik-logo.png);
	background-position:70px 41px;
	width:300px;
	height:142px;
	overflow:hidden;
}

#sidebar div.dashed-line {
	position:absolute;
	width:378px;
}

#sidebar a span.arrow-wrap {
	position:relative;
	left:7px;
	top:0;
}

#sidebar a img.arrow {
	position:absolute;
	clip:rect(0 8px 5px 0);
	top:5px;
	height:10px;
	width:8px;
}

#sidebar a:hover img.arrow {
	clip:rect(5px 8px 10px 0);
	top:0;
	height:10px;
	width:8px;
}

#sidebar div.header {
	position:absolute;
	top:0;
	left:108px;
}

#sidebar div.header ul li {
	float:left;
	margin:0 8px 0 0;
	background:#265b89;
	letter-spacing:1px;
	padding:5px 5px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}

#sidebar div.header ul li a {
	font-size:11px;
}

#sidebar div.header ul a:hover {
	text-decoration:underline;
}

#sidebar ul.touts li {
	cursor:pointer;
	position:relative;
}

#sidebar ul.touts li a {
	font-size:14px;
}

#sidebar ul.touts li div.content {
	position:relative;
	left:58px;
}

#sidebar ul.touts li div.content h3 {
	font-size:21px;
}
	
#sidebar ul.touts li div.content p {
	font-size:13px;
}

#sidebar ul.touts li a.click-thru {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}

#sidebar ul.touts li div.content div.link {
	margin:2px 0 0 0;
}

#sidebar ul.touts li div.content div.link.first {
	margin-top:7px;
}

#sidebar ul.touts li div.content div.link a {
	position:relative;
	z-index:2;
}

#sidebar ul.touts li div.curve-gfx {
	background:transparent url(/images/home-noflash/curve.png) left top no-repeat;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:86px;
}

#sidebar ul.touts li div.highlight-gfx {
	position:absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	width:100%;
	transition-duration:0.3s;
	transition-property:opacity;
	transition-timing-function:ease-out;
	-webkit-transition-duration:0.3s;
	-webkit-transition-property:opacity;
	-webkit-transition-timing-function:ease-out;
}

#sidebar ul.touts li:hover div.highlight-gfx {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	width:100%;
	transition-duration:0.3s;
	transition-timing-function:ease-out;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
}



/* Oral Health */
#sidebar ul.touts li.oral-health {
	height:137px;
	width:100%;
}

#sidebar ul.touts li.oral-health div.content {
	top:17px;
}

#sidebar ul.touts li.oral-health div.content img.product {
	position:absolute;
	height:124px;
	width:133px;
	top:2px;
	left:170px;
}

#sidebar ul.touts li.oral-health div.curve-gfx {
	background-position:left -142px;
}

#sidebar ul.touts li.oral-health div.highlight-gfx {
	background:transparent url(/images/home-noflash/oral-health/bg-highlight.png) 10px 1px no-repeat;
	height:136px;
}

#sidebar ul.touts li.oral-health div.dashed-line.top {
	left:31px;
	width:347px;
}

#sidebar ul.touts li.oral-health div.dashed-line.bottom {
	left:12px;
	width:366px;
	top:136px;
}

/* Shower Heads */
#sidebar ul.touts li.shower-heads {
	height:139px;
	width:100%;
}

#sidebar ul.touts li.shower-heads div.content {
	top:30px;
}

#sidebar ul.touts li.shower-heads div.content img.product {
	position:absolute;
	height:101px;
	width:85px;
	top:-5px;
	left:167px;
}

#sidebar ul.touts li.shower-heads div.curve-gfx {
	background-position:left -279px;
}

#sidebar ul.touts li.shower-heads div.highlight-gfx {
	background:transparent url(/images/home-noflash/shower-heads/bg-highlight.png) 8px 0px no-repeat;
	height:138px;
}

#sidebar ul.touts li.shower-heads div.dashed-line.bottom {
	left:12px;
	width:366px;
	top:138px;
}

/* Sinus Health */
#sidebar ul.touts li.sinus-health {
	height:136px;
	width:100%;
}

#sidebar ul.touts li.sinus-health div.content {
	top:25px;
}

#sidebar ul.touts li.sinus-health div.content img.product {
	position:absolute;
	height:108px;
	width:101px;
	top:-7px;
	left:172px;
}

#sidebar ul.touts li.sinus-health div.curve-gfx {
	background-position:left -418px;
}

#sidebar ul.touts li.sinus-health div.highlight-gfx {
	background:transparent url(/images/home-noflash/sinus-health/bg-highlight.png) 11px 0px no-repeat;
	height:135px;
}

#sidebar ul.touts li.sinus-health div.dashed-line.bottom {
	left:32px;
	width:346px;
	top:135px;
}

#sidebar div.promo {
	position:relative;
	background:transparent url(/images/home-noflash/curve.png) left -554px no-repeat; 
	height:48px;
}

#sidebar div.promo div.bar-gfx {
	position:absolute;
	background:transparent url(/images/home-noflash/current-promo-bar-bg.png) 29px top no-repeat; 
	height:48px;
	width:797px;
	overflow:hidden;
}

#sidebar div.promo a {
	position:absolute;
	left:68px;
	top:13px;
	background-image:url(/images/home-noflash/current-promo-btn.png); 
	height:17px;
	width:217px;
	overflow:hidden;
}

#sidebar div.promo div.dashed-line.bottom {
	left:32px;
	width:346px;
	top:47px;
}

#sidebar div.footer {
	background:transparent url(/images/home-noflash/curve.png) left -625px no-repeat;
	position:relative;
	height:76px;
	overflow:hidden;
}

#sidebar div.footer ul {
	position:absolute;
	top:15px;
	left:65px;
}

#sidebar div.footer ul li {
	background:transparent url(/images/home-noflash/dashed-line-vert-pat.png) left top repeat-y;
	font-size:10px;
	float:left;
	padding:0 17px;
}

#sidebar div.footer ul li.first {
	background:none;
	padding-left:0;
}

#sidebar div.footer ul li.last {
	padding-right:0;
}

#lady {
	position: absolute ;
	top:  0px;
	left: -20px;
