/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #3A598F;
	text-align:center;
	background-image: url(../images/WM_Back_repeat.jpg);
	background-repeat: repeat-x;
}

a, a:visited{
	color: #426Da7;
}

.clear_fix{ height:1px; width:1px; clear:both;}

.footer_links a{color:#FAFAFA;text-decoration:none;}
.footer_links a:visited{color:#FAFAFA;text-decoration:none;}
.footer_links a:hover{color:#BC950E;text-decoration:none;}
.footer_links a:active{color:#FAFAFA;text-decoration:none;}

.background_container{
	text-align:left;
}
.back_pic_container{
	background-image:url(../images/WM_Back_Main.jpg);
	width: 1072px;
	height: 850px;
	position: absolute;
	background-repeat: no-repeat;
}
.page_container{
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	height: auto;
	z-index: 10;
}
.top_trans_container{}
.top_spacer{
	position: relative;
	width: 920px;
	height: 120px;
}
.top_logo_container{
	height: 63px;
	width: 920px;
	position: relative;
}
.top_menu_container{
	position: relative;
	width: 920px;
	height: 30px;
}
.page_content_container{
	width: 920px;
	position: relative;
	height: auto;
	background-image: url(../images/Rounded_top.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.bttm_border_container{
	width: 920px;
	height: 20px;
	position: relative;
	background-image: url(../images/Rounded_bttm_trans1.gif);
	background-repeat: no-repeat;
}
.footer_container{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAFA;
	font-weight: bold;
	line-height: 1.5;
	height: 70px;
	padding-top:10px;
	margin-bottom: 10px;
}

.footer_logos{
	position: absolute;
	right: 0;
	top: 5px;
	width: 200px;
	height: auto;
}
/*Navigation Buttons*/
.top_menu_container li span { 
	display: none;
}
.top_menu_container ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.top_menu_container ul li { 
	float: left;
}
/*Home Button*/
.home_button{
	background: url('../images/WM_Home_On.gif') no-repeat;
}
.home_button a { 
	width: 125px;
	height: 23px;
	display: block;
	background: url('../images/WM_Home_Off.gif') no-repeat;
}
.home_button a:visited { 
	background: url('../images/WM_Home_Off.gif') no-repeat;
}
.home_button a:hover { 
	background: url('../images/WM_Home_On.gif') no-repeat;/*Was WM_Home_Rollover.gif to support 3 state menu*/
}
.home_button a.current { 
	background: url('../images/WM_Home_On.gif') no-repeat;
}
.home_button a:active { 
	background: url('../images/WM_Home_On.gif') no-repeat;
}

/*Showerheads Button*/
.heads_button{ 
	background: url('../images/WM_Heads_On.gif') no-repeat;
}
.heads_button a { 
	width: 195px;
	height: 23px;
	display: block;
	background: url('../images/WM_Heads_Off.gif') no-repeat;
}
.heads_button a:visited { 
	background: url('../images/WM_Heads_Off.gif') no-repeat;
}
.heads_button a:hover { 
	background: url('../images/WM_Heads_On.gif') no-repeat;/*Was WM_Heads_Rollover.gif to support 3 state menu*/
}
.heads_button a.current { 
	background: url('../images/WM_Heads_On.gif') no-repeat;
}
.heads_button a:active { 
	background: url('../images/WM_Heads_On.gif') no-repeat;
}
/*Accessories Button*/
.access_button{ 
	background: url('../images/WM_Access_On.gif') no-repeat;
}
.access_button a { 
	width: 184px;
	height: 23px;
	display: block;
	background: url('../images/WM_Access_Off.gif') no-repeat;
}
.access_button a:visited { 
	background: url('../images/WM_Access_Off.gif') no-repeat;
}
.access_button a:hover { 
	background: url('../images/WM_Access_On.gif') no-repeat;/*Was WM_Access_Rollover.gif to support 3 state menu*/
}
.access_button a.current { 
	background: url('../images/WM_Access_On.gif') no-repeat;
}
.access_button a:active { 
	background: url('../images/WM_Access_On.gif') no-repeat;
}
/*Store Button*/
.store_button{ 
	background: url('../images/WM_Store_On.gif') no-repeat;
}
.store_button a { 
	width: 131px;
	height: 23px;
	display: block;
	background: url('../images/WM_Store_Off.gif') no-repeat;
}
.store_button a:visited { 
	background: url('../images/WM_Store_Off.gif') no-repeat;
}
.store_button a:hover { 
	background: url('../images/WM_Store_On.gif') no-repeat;/*Was WM_Store_Rollover.gif to support 3 state menu*/
}
.store_button a.current { 
	background: url('../images/WM_Store_On.gif') no-repeat;
}
.store_button a:active { 
	background: url('../images/WM_Store_On.gif') no-repeat;
}
/*Hard Coding for the Store*/
.store_button_on a { 
	width: 131px;
	height: 23px;
	display: block;
	background: url('../images/WM_Store_On.gif') no-repeat;
}
.store_button_on a:visited { 
	background: url('../images/WM_Store_On.gif') no-repeat;
}
.store_button_on a:hover { 
	background: url('../images/WM_Store_On.gif') no-repeat;/*Was WM_Store_Rollover.gif to support 3 state menu*/
}
.store_button_on a.current { 
	background: url('../images/WM_Store_On.gif') no-repeat;
}
.store_button_on a:active { 
	background: url('../images/WM_Store_On.gif') no-repeat;
}

/*About Button*/
.about_button{ 
	background: url('../images/WM_About_On.gif') no-repeat;
}
.about_button a { 
	width: 134px;
	height: 23px;
	display: block;
	background: url('../images/WM_About_Off.gif') no-repeat;
}
.about_button a:visited { 
	background: url('../images/WM_About_Off.gif') no-repeat;
}
.about_button a:hover { 
	background: url('../images/WM_About_On.gif') no-repeat;/*Was WM_About_Rollover.gif to support 3 state menu*/
}
.about_button a.current { 
	background: url('../images/WM_About_On.gif') no-repeat;
}
.about_button a:active { 
	background: url('../images/WM_About_On.gif') no-repeat;
}
/*Contact Button*/
.contact_button{ 
	background: url('../images/WM_Contact_On.gif') no-repeat;
}
.contact_button a { 
	width: 151px;
	height: 23px;
	display: block;
	background: url('../images/WM_Contact_Off.gif') no-repeat;
}
.contact_button a:visited { 
	background: url('../images/WM_Contact_Off.gif') no-repeat;
}
.contact_button a:hover { 
	background: url('../images/WM_Contact_On.gif') no-repeat;/*Was WM_Contact_Rollover.gif to support 3 state menu*/
}
.contact_button a.current { 
	background: url('../images/WM_Contact_On.gif') no-repeat;
}
.contact_button a:active { 
	background: url('../images/WM_Contact_On.gif') no-repeat;
}
/*About Page w/AJAX*/
.page_columns_container{
	width:920px;
	position:relative;
	height:auto;
	padding-top: 10px;
}
.left_column_about{
	float:left;
	width:247px;
	height:auto;
}
.ajax_container{
	float:left;
	width:661px;
	height:auto;
	position: relative;
}
.about_nav_back, .about_nav_back_new{
	width:248px;
	position:relative;
	height:158px;
	background-image: url(../images/About_Side_Back.jpg);
	background-repeat: no-repeat;
}
	.about_nav_back_new{
		height: 186px;
		background-image: url(/images/About_Side_Back_New.jpg);
	}
.events_container{
	width:230px;
	height:auto;
	position:relative;
	padding-left:18px;
	padding-top:10px;
	color: #284880;
	font-size: 13px;
}
.events_container ul, li {margin-left: 0px; padding-left: 0px; padding-bottom: 10px; list-style-position:inside;}
.events_container ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.nav_container_about{
	padding-top:25px;
	padding-left:10px;
	position:relative;
	height:auto;
	width:228px;
	font-size: 12px;
	font-weight: bold;
}
.nav_selection a{color:#FEFEFE;text-decoration:none; display:block; width:219px; height:19px; padding-left:9px; padding-top:5px; background-repeat:no-repeat; outline:none;}
.nav_selection a:visited{text-decoration:none; display:block; width:219px; height:19px; padding-left:9px; padding-top:5px; background-repeat:no-repeat; outline:none;}
.nav_selection a:hover{color:#0E44F4;text-decoration:none; display:block; width:219px; height:19px; padding-left:9px; padding-top:5px; background-image:url(../images/Nav_Select_Back.gif); cursor:pointer; background-repeat:no-repeat; outline:none;}
.nav_selection a.current{color:#0E44F4;text-decoration:none; display:block; width:219px; height:19px; padding-left:9px; padding-top:5px; background-image:url(../images/Nav_Select_Back.gif); cursor:pointer; background-repeat:no-repeat; outline:none;}
.nav_selection a:active{color:#0E44F4;text-decoration:none; display:block; width:219px; height:19px; padding-left:9px; padding-top:5px; background-repeat:no-repeat; outline:none;}

.about_content_container{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.about_main_column{
	width:452px;
	height:707px;
	float:left;
	background-image: url(../images/About_Main_Back.gif);
	position: relative;
	border-bottom: solid 1px #BBBBBB;
}
.about_main_header{
	width:452px;
	height:26px;
	position:relative;
	background-image: url(../images/AboutOur_Header.gif);
	background-repeat: no-repeat;
}
.about_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.about_clients_column{
	width:200px;
	height:auto;
	float:left;
	background-image: url(../images/About_Right_Back.gif);
	position: relative;
	left: 9px;
	border-bottom: solid 1px #BBBBBB;
}
.about_clients_shows{
	height:625px;
}
.about_clients_gaurantee{
	height:752px;
}
.about_clients_about{
	height:707px;
}
.about_clients_hours{
	height:626px;
}
.about_clients_header{
	width:200px;
	height:26px;
	position:relative;
	background-image: url(../images/Clients_Header.gif);
}
.about_clients_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.padded_container_about{
	padding:22px 34px 22px 34px;
	font-size: 13px;
	color: #3D4657;
}
.padded_container_about ul, li {
	margin-left: 0px; 
	padding-left: 0px; 
	list-style-position:inside;
}
.padded_container_about ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.padded_container_clients{
	padding:9px 0px 0px 12px;
	font-size: 12px;
	color: #3D4657;
	line-height: 1.5;
}
.padded_container_clients ul, li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-position:inside;
}
.padded_container_clients ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0px;
	line-height: 1.5;
	margin-top: 0px;
}
.contextual_links a{color:#3C679D;text-decoration:none;}
.contextual_links a:visited{color:#3C679D;text-decoration:none;}
.contextual_links a:hover{color:#D8602C;text-decoration:none;}
.contextual_links a:active{color:#3C679D;text-decoration:none;}

.stipulation_text{
	font-size:9px;
	line-height: 10px;
}

/*Store Hours Page*/
.hours_content_container{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.hours_main_column{
	width:452px;
	height:auto;
	float:left;
	background-image: url(../images/About_Main_Back.gif);
	position: relative;
	border-bottom: solid 1px #BBBBBB;
}
.hours_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}
.padded_container_hours{
	padding: 135px 0px 0px 3px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../images/StoreHrs_Back.jpg);
	width: 450px;
	height: 465px;
	margin-left: 1px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
}
.padded_container_hours h1 {
	margin:0;
	font-size:15px;
}
/*Guarantee Page*/
.guarantee_content_container{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.guarantee_main_column{
	/*width:452px;
	height:752px;
	float:left;
	background-image: url(../images/About_Main_Back.gif);
	position: relative;
	border-bottom: solid 1px #BBBBBB;*/
	
	width:662px;
	height:auto;
	background-image: url(../images/Testimonials_Back.gif);
	position: relative;
	text-align: left;
}
/*.guarantee_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}*/
.guarantee_main_header{
	width:662px;
	height:26px;
	position:relative;
	background-image: url(../images/Testimonials_Header.gif);
	background-repeat: no-repeat;
}
.guarantee_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.padded_container_guarantee{
	/*padding:325px 34px 22px 34px;
	font-size: 13px;
	color: #3D4657;
	background-image: url(../images/Guarantee_Back.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 1px;*/
	
	padding:0 20px 0 0;
	font-size: 13px;
	color: #3D4657;
	margin-left: 1px;
}
.padded_container_guarantee h2{
	margin:0;
	color:#2a364a;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
.padded_container_guarantee ul {
	padding-left:1em;
	list-style:inside;
	text-indent:-1em;
	color:#BD0D0D;
}
.other_color{
	color:#3D4657;
}
/*Trade Shows Page*/
.shows_content_container{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.shows_main_column{
	width:452px;
	height:625px;
	float:left;
	background-image: url(../images/About_Main_Back.gif);
	position: relative;
	border-bottom: solid 1px #BBBBBB;
}
.shows_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.padded_container_shows{
	padding:22px 34px 22px 34px;
	font-size: 13px;
	color: #3D4657;
}
.padded_container_shows h2 {
	color:#49576F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
.shows_float{
	float:left;
	width:180px;
	padding-top: 5px;
}
/*Testimonials Page*/
.testimonials_content_container{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonials_main_column{
	width:662px;
	height:auto;
	background-image: url(../images/Testimonials_Back.gif);
	position: relative;
	text-align: left;
}
.testimonials_main_header{
	width:662px;
	height:26px;
	position:relative;
	background-image: url(../images/Testimonials_Header.gif);
	background-repeat: no-repeat;
}
.testimonials_main_header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	padding: 6px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonials_main_subheader{
	width:662px;
	height:229px;
	position:relative;
	background: url(../images/testimonials_subheader.jpg) top center no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
}
.padded_container_testimonials{
	padding:0 20px 0 0;
	font-size: 13px;
	color: #3D4657;
	margin-left: 1px;
	height: auto;
}
.testimonials_tabs_container{
	padding:0px 0 10px 0;
	font-size: 13px;
	color: #3D4657;
	margin-left: 1px;
	background: url(../images/testimonials_bg.jpg) -1px 100% no-repeat; 
	min-height: 14em;
}
.testimonial_ajax_container{
	height:344px;
	width:438px;
	position:relative;
	background-color:#FFFFFF;
	border:solid 1px #BBBBBB;
	margin-left: 110px;
}
.testimonial_ajax_container_inner{
	height:320px;
	width:413px;
	position:relative;
	background-color:#FFFFFF;
	border:solid 1px #BBBBBB;
	margin-top: 11px;
	margin-left: 11px;
}
.testimonials_thumbs_container{
	width:610px;
	height:auto;
	border:solid 1px #BBBBBB;
	border-bottom:none;
	position:relative;
	margin-left:24px;
	background-color: #FFFFFF;
}
.testimonials_thumbs_indiv_container{
	width:610px;
	height:110px;
	border-bottom:solid 1px #BBBBBB;
}
.testimonials_thumbs_header{
	height:18px;
	background-color:#EDEFF1;
	color:#3D4657;
	padding: 5px 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tab_wrapper {
	background: #cacaca url(../images/testimonials_tab_bg.gif) bottom center repeat-x; 
	text-align: right;
	position: relative;
}
.tab_title {
	position: absolute;
	top: 2px; left: 100px;
	text-transform: uppercase;
	font-size: 1.2em;
}
#testimonial_tabs {
	margin: 0 20px 0 0; padding: 0;
}
#testimonial_tabs li {
	display: inline;
	list-style-type: none;
	
}
#testimonial_tabs li a {
	background: #6a7788;
	color: #fff;
	margin: 0;
	padding: 3px 8px;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.5em;
}
#testimonial_tabs li a:hover {
	background: #2b384d;
	color: #fff;
}
#testimonial_tabs .active {
	background: #fff;
	color: #1b2f48;
}
.testimonials_tabs_container .quote {
	padding: 20px 90px 10px 70px;
	color: #284880;
}
.testimonials_tabs_container .quote p {
	margin: 10px 0;
}
.credit {
	text-align: right;
	color: #9f5418;
}
.testimonials_media_btns {
	height: 100px;
	border-bottom: 1px solid #ccc;
}
.testimonials_media_btns .right_btn {
	float: right;
	padding: 20px 40px 20px 20px;
	border-left: 1px solid #ccc;
}
.testimonials_media_btns .left_btn {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
}
.testimonials_go_btn {
	background-image:url("../images/Grey_Button_New.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	height:19px;
	margin-left:10px;
	padding:2px 0 0;
	text-align:center;
	text-decoration:none;
	width:80px;	
	font-size: .9em;
	font-weight: bold;
}
.testimonials_go_btn:hover {
	color:#333333;
}
.testimonials_boston_globe_btn {
	display: block;
	height: 32px;
	width: 161px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/testimonials_boston_globe_btn.gif) top center no-repeat; 
}
.testimonials_wbz_news_btn {
	display: block;
	height: 45px;
	width: 163px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/testimonials_wbz_news_btn.gif) top center no-repeat; 
}
#boston-globe-msg {
	color: #484848;
	width: 476px;
	height: 407px;
	font-size: 15px;
	line-height: 25px;
	background: transparent url(../images/lightbox_boston.jpg) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 80px 60px 0px 60px;
}



#wbz-tv-msg {
	padding: 30px;
}
/*Home Page*/
.homepage_content_container{
	width: 920px;
	position: relative;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.home_flash_container{
	position:relative;
	width:920px;
	height:270px;
	background-image: url(../images/Flash_Placeholder.gif);
}
.home_spacer{
	position:relative;
	height:11px;
	width:920px;
}
.home_button_container_bttm{
	height:142px;
	width:920px;
	position:relative;
}
.hot_button_back_container{
	width:298px;
	height:142px;
	position:relative;
	float:left;
	background-image: url(../images/Hot_Bttn_Back.jpg);
}
.hot_button_spacer{
	width:13px;
	height:142px;
	position:relative;
	float:left;
}
.hot_button_title{
	width:298px;
	height:19px;
	position:relative;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.home_experts_back{
	height:100px;
	width: 271px;
	margin-left: 15px;
	background-image: url(../images/Experts_Back.png);
	position:relative;
}
.home_left_buttons_container{
	width:106px;
	margin-left:165px;
	position:relative;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.grey_button a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
	margin-left:20px;
}
.grey_button a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
}
.grey_button a:hover{
	color:#333333;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
}
.grey_button a:active{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
}

.wbz_button{
	width:106px;
	height:21px;
	position:relative;
	padding-top:37px;
}
.globe_button{
	width:106px;
	height:21px;
	position:relative;
	padding-top:12px;
}
.home_confidence_left{
	width:131px;
	height:100px;
	float:left;
	font-size: 13px;
	padding-left: 7px;
}
.home_confidence_right{
	width:130px;
	height:90px;
	float:left;
	padding-top:11px;
	padding-left: 7px;
}
.home_confidence_text{
	width:212px;
	height:70px;
	padding:9px 0px 0px 17px;
	position:relative;
	color: #006595;
	font-weight: bold;
}
.home_confidence_text ul, li {
	margin-left: 0px; 
	padding-left: 0px; 
	list-style-position:inside;
}
.home_confidence_text ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.home_confidence_button{
	width:157px;
	height:22px;
	padding:0px 0px 0px 60px;
	position:relative;
	font-weight: bold;
}
.home_testi_hotbttn{
	width:278px;
	height:95px;
	padding:10px 2px 0px 10px;
	position:relative;
	font-size:12px;
}
.home_quote_text{
	color:#382B3F;
	font-style: italic;
}
.home_credit_text{
	color:#306F9A;
	font-weight: bold;
	font-size: 10px;
}
.home_spacer_span{
	font-size:12px;
}
.more_button{
	width:80px;
	height:18px;
	font-size:13px;
	position:absolute;
	margin-left: 180px;
	margin-top: 70px;
	font-weight:bold;
}
.more_button a, .more_button a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
}
.more_button a:hover{
	color:#333333;
	text-decoration:none;
	display:block;
	height:19px;
	width:80px;
	background-image: url(../images/Grey_Button_New.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 0px;
	text-align: center;
}
.more_button a:active{color:#3B598D;text-decoration:none;}

/*ShowerHeads Page*/
.heads_nav_back{
	width:248px;
	position:relative;
	height:153px;
	background-color: #7c91ae;
	background-repeat: no-repeat;
	background-image: url(../images/Heads_Nav_Back.jpg);
}
.product_container{
	width:660px;
	height:auto;
	position:relative;
	background-color: #E0E6E7;
	border: solid 1px #BBBBBB;
	border-bottom: none;
}
.product_top_Spacer{
	position:relative;
	height:6px;
	width:660px;
	font-size: 1px;
}
.product_title_bar{
	position:relative;
	height:22px;
	width:660px;
	background-color:#3B4455;
	padding-top: 2px;
}
.product_title_bar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#FEFEFE;
	margin-left: 13px;
	margin-top: 0px;
	padding-top: 0px;
}
.product_description_container{
	width:660px;
	position:relative;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.product_guide_container{
	width:650px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	position:relative;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3D4657;
}
.product_text_column{
	height:auto;
	width:289px;
	float:left;
	font-size: 13px;
	color: #3D4657;
	padding: 26px 10px 26px 10px;
}
.product_pic_column{
	height:auto;
	width:351px;
	float:left;
}
.product_testimonials_box{
	width:630px;
	border:solid 1px #BBBBBB;
	height:auto;
	padding:18px 15px 18px 15px;
	background-color: #FEFEFE;
	color: #7EB535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.product_testimonials_credit{
	color:#3B4455;
	font-size:13px;
	font-weight:bold;
}
.products_under_nav{
	width:230px;
	height:auto;
	position:relative;
	padding-left:18px;
	padding-top:10px;
	color: #284880;
	font-size: 13px;
}
.products_under_nav ul, li {margin-left: 0px; padding-left: 0px; list-style-position:inside;}
.products_under_nav ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.pun_gaurantee_anchor{
	height:115px;
	width:220px;
	text-align: center;
	padding-top: 115px;
	position:relative;
	background-image: url(../images/Gaurantee_Anchor.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-weight:bold;
}
.pun_gaurantee_anchor span{
color:#bc950e;
font-style:italic;
}

.pun_gaurantee_anchor a{
	height:115px;
	width:220px;
	color:#4976b5;
	text-decoration:none;
	display:block;
}
.pun_gaurantee_anchor a:hover{
	color:#bc950e;
}
.order_info_bttn, .view_demo_bttn{
	width:250px;
	height:47px;
	position:relative;
	padding-top:13px;
	padding-left:95px;
	font-weight:bold;
	font-size:15px;
}
.order_info_bttn a, .view_demo_bttn a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:24px;
	width:142px;
	background-image: url(../images/Order_Info_bttn.jpg);
	background-repeat:no-repeat;
	padding:4px 0px 0px 0px;
	text-align: center;
}
.order_info_bttn a:visited, .view_demo_bttn a:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:24px;
	width:142px;
	background-image: url(../images/Order_Info_bttn.jpg);
	background-repeat:no-repeat;
	padding:4px 0px 0px 0px;
	text-align: center;
}
.order_info_bttn a:hover, .view_demo_bttn a:hover{
	color:#333333;
	text-decoration:none;
	display:block;
	height:24px;
	width:142px;
	background-image: url(../images/Order_Info_bttn.jpg);
	background-repeat:no-repeat;
	padding:4px 0px 0px 0px;
	text-align: center;
}
.order_info_bttn a:active, .view_demo_bttn a:active{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:24px;
	width:142px;
	background-image: url(../images/Order_Info_bttn.jpg);
	background-repeat:no-repeat;
	padding:4px 0px 0px 0px;
	text-align: center;
}

/* for Extension DEMO button */
.view_demo_bttn{
	padding-left: 0px;
	text-align: center;
	padding-top: 100px;
	width: 280px;
}

.view_demo_bttn a, .view_demo_bttn a:visited, .view_demo_bttn a:hover, .view_demo_bttn a:active{
	background-image: url(../images/View_Demo_bttn.jpg);
	margin: auto auto;
}
.tooltip_box_back{
	width:184px;
	height:97px;
	position:relative;
	background-image:url(../images/Green_Tooltip.gif);
	background-repeat: no-repeat;
	color: #820F70;
	padding: 10px 10px 0px 12px;
	font-size: 16px;
	display: block;
 }
/*Contact Page*/
#contactLeftImg{
	display: block;
	margin: auto auto;
	padding-left: 10px;
	padding-top: 20px;
}

.nav_container_contact{
	padding-top:30px;
	padding-left:0px;
	position:relative;
	text-align: center;
	height:auto;
	width:238px;
	font-size: 12px;
	font-weight: bold;
}
.nav_container_contact h2 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
}
.padded_container_contact{
	font-size: 13px;
	color: #3D4657;
	width:662px;
	background-image: url(../images/contact_back.gif);
	position: relative;
	margin-left: 1px;
	background-repeat: repeat-y;
	overflow: hidden;
}
.contact_container{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#656565;
	width:662px;
	margin: 0px 0px 0px 1px;
	position: relative;
}

.contact_left_contain{
	display: block;
	margin: 10px 0px 0px 0px;
}

.contact_column_left{
	width:295px;
	height:583px;
	float:left;
	background-image:url(../images/WM_Contact_Back.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
.contact_column_right{
	height:auto;
	float:left;
	width:345px;
	padding-left:15px;
}

.contact_column_left h1{
	color:#656565;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:26px;
	margin-top:0px;
}
.contact_column_left ul {
	list-style:none;
}
/*Store Page*/
.store_nav_back{
	width:248px;
	position:relative;
	height:168px;
	background-repeat: no-repeat;
	background-image: url(../images/Store_Nav_Back.jpg);
	margin-bottom:10px;
}
.nav_container_store{
	padding-top:65px;
	padding-left:10px;
	position:relative;
	height:auto;
	width:228px;
	font-size: 12px;
	font-weight: bold;
}
.storepage_content_container{
	width: 920px;
	position: relative;
	height: auto;
	background-image: url(../images/Rounded_top_store.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.bbb_container{
	width: 230px;
	height: 152px;
	margin-bottom: 5px;
}

.bbb_container a {
	float: left;
}
.bbb_container img{
margin-right:5px;
}
.bbb_container span {
	margin: 5px 0px 0px 0px;
	line-height: 15px;
}
/*Extra Styles*/
.accessories_list{
	text-align:left;
}
.accessories_list ul, li {margin-left: 0px; padding-left: 0px; list-style-position:inside;}
.accessories_list ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style:none;
}
.padded_container_SpecialOffers{
	padding:5px 17px 5px 17px;
	font-size: 13px;
	color: #646464;
	width: 626px;
	height: auto;
	margin-left: 1px;
}

.contextual{color:#3C679D;text-decoration:none;}
.contextual:hover{text-decoration: underline;}
.store_home_cat_container{
	width:660px;
	height:192px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}
.store_home_cat_container a{
	width:201px;
	height:184px;
	float:left;
	margin-left:8px;
	border: 4px solid #1e2534;
	text-decoration:none;
	color:#3c4556;
	display:block;
}
.store_home_cat_container a:visited{
	width:201px;
	height:184px;
	float:left;
	border: 4px solid #1e2534;
	text-decoration:none;
	color:#3c4556;
}
.store_home_cat_container a:hover{
	width:201px;
	height:184px;
	float:left;
	border: 4px solid #bc950e;
	text-decoration:none;
	color:#3c4556;
}
.store_home_cat_container a:active{
	width:201px;
	height:184px;
	float:left;
	border: 4px solid #1e2534;
	text-decoration:none;
	color:#3c4556;
}
.store_home_cat_container span {
	font-size:22px;
	font-weight:bold;
}
.header2{
width: 662px;
height: 21px;
position: relative;
background-image: url(images/Testimonials_Header.gif);
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
color: #fefefe;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: Arial,Helvetica,sans-serif;
text-align: left;
}

/* New heads styles */
.head_nav_container {
	height: 164px;
	width: 660px;
	border: 1px solid #bbbbbb;
	border-top: none;
	background: transparent url(../images/Heads_Btm_bg.jpg) no-repeat scroll center;
}

.head_nav_container a:hover{
	color: #f6d975;
}

.head_nav_container a:hover img{
	border: 2px solid #f6d975;
}
	.head_nav_thumbs_container{
		width: 630px;
		padding-left: 30px;
	}
	
	.head_nav_container h3{
		margin: 0; padding: 0;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 15px;
		color: #0e44f4;
	}

	.head_thumb, .head_thumb:visited{
		color: white;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 150px;
		float: left;
	}
	
	.head_thumb span{
		display: block;
		padding-bottom: 10px;
	}
		
	.head_thumb img{
		margin-top: 10px;
		display: block;
		margin: auto auto;
		border: 1px solid #b2b2b2;
	}
	
.blue_what_text{
	font-size: 18px;
	color: #426DA7;
}

/* New About */
.about_block{
	background-repeat: no-repeat;
	width: 660px;
	height: 85px;
	color: #303747;
	font-size: 14px;
	background-color: #FFFFFF;
}
	.about_block a{
		float: left;
		outline: none;
		width: 120px;
		text-decoration: none;
		height: 85px;
	}
	
.guarantee_content{
	width: 635px;
	padding-right: 10px;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 15px;
}

.guarantee_toggle{
	display: block;
	width: 660px;
	background-image: url(../images/Guarantee_dropdown_header_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	line-height: 31px;
}
	.guarantee_toggle a{
		display: block;
		padding-left: 31px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		line-height: 31px;
		height: 31px;
		background-image: url(../images/Guarantee_dropdown_minus.jpg);
		background-repeat: no-repeat;	
	}
	
	
.drop_content{
	width: 640px;
	height: auto;
	padding: 10px;
}

.about_block_container{
	border: 1px solid #BBBBBB;
	border-left: none;
	border-right: none;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 660px;
}
	.about_block_left{
		width: 130px;
		padding-left: 20px;
		float: left;
	}
	.about_block_right{
		float: left;
		padding-right: 10px;
		width: 490px;
	}
	
.about_icon_exp{
	display: block;
	width: 92px;
	height: 92px;
	text-decoration: none;
	background: transparent url(../images/About_Icon_Experience_New.jpg) no-repeat;
	background-position: 0px 0px;
	outline: none;
}	
	.about_icon_exp:hover{
		background-position: 0px -92px;
	}

.about_icon_testi{
	display: block;
	width: 97px;
	height: 92px;
	text-decoration: none;
	background: transparent url(../images/About_Icon_Testi_New.jpg) no-repeat;
	background-position: 0px 0px;
	outline: none;
}	
	.about_icon_testi:hover{
		background-position: 0px -92px;
	}

.about_icon_guarantee{
	display: block;
	width: 91px;
	height: 91px;
	text-decoration: none;
	background: transparent url(../images/About_Icon_Guarantee_New.jpg) no-repeat;
	background-position: 0px 0px;
	outline: none;
}	
	.about_icon_guarantee:hover{
		background-position: 0px -91px;
	}
	

#sb-nav-close { text-transform: uppercase; color: #fff; background: 0 none !important; }
.needtoknow_wrapper { margin: 15px; font-family:Arial, Helvetica, sans-serif; }
.needtoknow { padding: 20px 70px; text-align: center; background: #304060; color: #fff; font-weight: bold;   }
.needtoknow_list { color: #3b465d; line-height: 1.4em; font-size: .95em; }
.needtoknow_list li { list-style-type: none; background: url(../images/drop_bullet.gif) no-repeat top left; padding: 5px 60px 5px 20px; }

.faq_questions{
	width: 660px;
	height: 206px;
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}
	.faq_questions_water{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.faq_questions_inner{
		text-align: left;
		padding-top: 20px;
		position: relative;
		padding-left: 80px;
		width: 580px;
		height: 160px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
		.faq_questions ul{
			list-style-type: none;
		}
		.faq_questions_inner a{
			display: block;
			margin-bottom: 4px;
			color: #3082a2;
			text-decoration: none;
		}
			.faq_questions_inner a strong{
				font-size: 17px;
				cursor: pointer;
				color: #27364c;
				text-decoration: none;
			}		
			
			.faq_questions_inner a:hover, .faq_questions_inner a:hover strong{
				color: #a9903c;
			}

.faq_answers{
	width: 660px;
	height: 214px;
	background: #86b8cc url(../images/Faq_water_lower.jpg) 0 0 no-repeat;
}
	.faq_answers_inner{
		width: 520px;
		padding-top: 34px;
		padding-left: 60px;
		margin: auto auto;
	}

.answer{
	margin-bottom: 20px;
}

/* GUARANTEE PAGE NEWEST */
.Guarantee_Bottom_New{
	width: 660px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #b4d5e4 url(/images/Guarantee_Background_New.jpg) 0 100px no-repeat;
}
#Guarantee_Bottom_Content{
	padding: 20px;
	color: #27354c;
	font-size: 13px;
}
#guarantee_tabs{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#guarantee_tabs li{
		display: inline;
	}
#Guarantee_Btn_1, #Guarantee_Btn_2, #Guarantee_Btn_3{
	display: block;
	float: left;
	text-align: center;
	outline: none;
	padding-top: 20px;
	text-decoration: none;
	color: #3a9ebb;
	height: 80px;
	cursor: pointer;
}

#Guarantee_Btn_1{
	width: 218px;
	background: transparent url(/images/Guarantee_Button_1.jpg) 0 0 no-repeat;
}
#Guarantee_Btn_2{
	width: 219px;
	background: transparent url(/images/Guarantee_Button_2.jpg) 0 0 no-repeat;
}
#Guarantee_Btn_3{
	width: 223px;
	background: transparent url(/images/Guarantee_Button_3.jpg) 0 0 no-repeat;
}

#Guarantee_Btn_1:hover, #Guarantee_Btn_2:hover, #Guarantee_Btn_3:hover{
	background-position: 0 -100px;
}

#Guarantee_Btn_1:active, #Guarantee_Btn_1.active, #Guarantee_Btn_2:active, #Guarantee_Btn_2.active, #Guarantee_Btn_3:active, #Guarantee_Btn_3.active{
	background-position: 0px -200px;
	color: #ffffff;
	text-shadow: #333333 1px 1px 2px;	
}

.guarantee_controls{
	text-align: center;
	padding-left: 270px;
	width: 350px;
	padding-top: 10px;
}

#guar-prev, #guar-next{
	display: block;
	float: left;
	text-indent: -999em;
	overflow: hidden;
	width: 25px;
	height: 25px;
}

#guar-prev{
	background: transparent url(/images/Guarantee_Arrow_Left.gif) 0 0 no-repeat;	
}

#guar-next{
	background: transparent url(/images/Guarantee_Arrow_Right.gif) 0 0 no-repeat;	
}

/* YOUR BENEFITS PAGE */
.benefits_header{
	width: 280px;
	height: 260px;
	background: transparent url(/images/About_Benefits_Header.jpg) 0 0 no-repeat;
	font-size: 19px;
	color: #27354c;
	font-style: italic;
	font-weight: bold;
	padding-left: 380px;
	padding-top: 42px;
}

.benefits_content{
	width: 590px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.policies_content{
	width: 610px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

/*** iPad stuff / no flash ***/
.aboutNoFlash{
	width: 640px;
	background: transparent url(/images/About_NF_bg.jpg) 0 0 no-repeat;
	height: 189px;
	font-size: 25px;
	color: #1b2f48;
	text-align: right;
	padding: 40px 20px 0px 0px;
	text-shadow: #ffffff 0px 0px 20px, #ffffff 0px 0px 20px, #ffffff 0px 0px 20px, #ffffff 0px 0px 25px;
}

.homeNoFlash{
	display: block;
	width: 890px;
	height: 240px;
	font-size: 32px;
	text-align: right;
	color: #FFFFFF;
	background: transparent url(/images/Home_NF_bg.jpg) 0 0 no-repeat;
	text-decoration: none;
	outline: none;
	padding-right: 30px;
	padding-top: 30px;
	text-shadow: #333333 2px 2px 5px;
}
	.homeNoFlash em{
		color: #74eff7;
	}