/* ERIC MEYER */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END ERIC MEYER */



/* ORIGINAL */
body, p, td {
    font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#374F5E;
}

a {color: #00ACF5; text-decoration:none;}
a:hover {color: #0075C4;}
.highlight {color: #00ACF5;}
.highlight-green {color: #33CC33;}
.main-text {padding-right: 5px; text-align:left;}
.huge {color: #34505E; font-size: 18px; font-weight:900; padding-bottom: 5px;}
.super-huge {color: #34505E; font-size: 20px; font-weight:900; padding-bottom: 5px;}
.input {font-size: 12px; color: #34505E; border: 1px solid #dcdcdc; padding: 2px;}

.bordered-panel {padding: 5px; border: 1px solid #E5E5E5;}
.cart-header {font-weight: bold; padding: 5px 10px; color:#374F5E;}
.cart-header-t {font-weight: bold; padding: 5px 10px; border-top: 1px solid #dcdcdc; color:#374F5E;}
.cart-header-tl {font-weight: bold; padding: 5px 10px; border-left: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; color:#374F5E;}
.cart-header-tr {font-weight: bold; padding: 5px 10px; border-right: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; color:#374F5E;}
.cart-header-tlr {font-weight: bold; padding: 5px 10px; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; color:#374F5E;}
.nob {padding: 5px; color:#374F5E;}
.t  {padding: 5px 10px; border-top: 1px solid #dcdcdc; color:#374F5E;}
.tb  {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; color:#374F5E;}
.tl  {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; color:#374F5E;}
.tr  {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; color:#374F5E;}
.tlr {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; color:#374F5E;}
.tbl {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; color:#374F5E;}
.tblr {padding: 5px 10px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; color:#374F5E;}

#top_container {
	width:1000px;
	margin: 0px auto;
	padding:0px;
}
#topbanner {
	width:1000px;
}
input#subbut {
	background-color: #FFFFFF;
	border: none;
	width: 1px;
	height: 1px;
}
#page-content-main {
	text-align: left;
	margin-top:0px;
	padding-top:0px;
	padding-right:30px;
	padding-left:15px;
}
#page-copy-main-image {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
#page-content-main h1 {
	font-size:20px;
	font-weight:bold;
	color:#374F5E;
	padding-bottom:5px;
}
#page-content-main h2 {
	font-size:16px;
	font-weight:bold;
	color:#374F5E;
	padding-bottom:5px;
	line-height:1.3;
}
#page-content-main p {
	padding:0px 0px 10px 0px;
	line-height:1.3;
}
#page-content-main a {
	text-decoration:underline;
}
#page-content-main blockquote {
	margin-left:30px;
	line-height:1.3;
}
.page-content-list ul ul li {
    margin-left:60px;
}
.page-content-list ul li {
    margin-left:40px;
    list-style-type:disc;
	padding:2px;
}
.page-content-list li {
    list-style-type:disc; 
    margin-left:20px;
	padding:2px;
}

#info-pg-additional-info {
	width:237px;
	margin-bottom:20px;
	background-color:#F4F4F4;
}

.category-product-cell {
	text-align:left;
	padding:10px 5px;
}
.category-product-cell h1 {
	color: #374F5E;
	font-weight:900;
	font-size:16px;
}
.category-product-cell h2 {
	color: #374F5E;
	font-weight:900;
	font-size:14px;
}
.category-product-cell p {
	color: #374F5E;
	margin-top: 5px;
	line-height: 1.2;
}
.category-product-cell a {
	text-decoration:underline;
}
.cpc-left {
	padding:20px 5px;
}
.cpc-right {
	padding:20px 5px;
}
.category-product-cell-model {
	font-size: 15px;
    font-style: italic;
}
.category-product-cell-price {
	color: #374F5E;
	font-size: 15px;
	font-weight:900;
}

.pd {
	padding-right:30px;
}
.pd p {
	line-height:1.3;
	padding-bottom:10px;
}
.pd a {
	text-decoration:underline;
}
.pd-thumbs {
	padding:5px 0px;
	color:#666666;
	font-weight:900;
}
.pd h1 {
	color: #374F5E;
	font-weight:900;
	font-size:16px;
}
#pd-desc {
	padding-right:250px;
	line-height:1.3;
}

.suggestions {
	text-align:left;
}
.suggestions h1 {
	color: #374F5E;
	font-size:13px;
	font-weight:900;
	padding:0px;
	margin:0px;
}

.additional_info {
	background-color:#F4F4F4;
	padding:2px;
}

.li-highlight {
	color: #FF3333;
	list-style: disc inside;
}

.table-int td {
	padding:7px;
}

.comparetable {
	border: solid #CCCCCC 1px;
	margin: 10px 0px;
	text-align: center;
}
.comparetable th {
	font-size:11px;
	font-weight:700;
	border: solid #CCCCCC 1px;
	padding: 2px;
}
.comparetable .thl {
	text-align: left;
	padding: 2px;
}
.comparetable td {
	font-size:10px;
	font-weight:400;
	border: solid #CCCCCC 1px;
	padding: 2px;
}
.comparetable .tdl {
	text-align: left;
	padding: 2px;
}
.comparetable .hlt {
	background-color:#FFFFAA;
	font-size:11px;
	font-weight:bold;
}

/* END ORIGINAL */




/* GLOBAL */
html { overflow-y: scroll; }

.sup{
font-size:11px;vertical-align:top;
}
.NoBottle  {
    font-weight:bold;
}
#container  {
    width:986px;
    margin:0 auto;
    margin-top:20px;
}
.ShopNow {
    float:left;
    background-image:url("../images/Shop-Now-sprite.png");
    background-repeat:no-repeat;
    width:102px;
    height:27px;
}
.ShopNow:hover {
    background-position:0px -27px;
    _background-position:top left;
}
.JoinWaterForLife {
    float:left;
    background-image:url("../images/Join-WFL-sprite.png");
    background-repeat:no-repeat;
    width:156px;
    height:26px;
}
.JoinWaterForLife:hover {
    background-position:0px -27px
}
/* HEADER */
#header {
    margin:0 auto;
    width:950px;
}
#Logo {
    float:left;
    background-image:url("../images/Logo.jpg");
    background-repeat:no-repeat;
    width:302px;
    height:46px;
    margin-left:10px;
}
#EmailSignUp {
    float:right;
    font-family:Helvetica;
    font-weight:bold;
    font-size:14px;
    color:#4b4754;
    letter-spacing:-1px;
}
#subscribe_email{
    width:265px;
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    color:#4b4754;
    float:left;
    background-image:url("../images/search_gradient_slice.jpg");
    height:23px;
    border:none;
	padding-left:5px;
}
#customer_bread {
    clear:both;
    padding-left:15px;
}
.bread_crumbs{
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    color:#36B7F7;
    float:left;
}
.cutomer_service{
    font-family:Helvetica;
    font-weight:normal;
    font-size:11px;
    color:#4b4754;
    float:right;
    margin-right:34px;
}
.cutomer_service_phone{
    font-family:Helvetica;
    font-weight:bold;
    font-size:11px;
    color:#4b4754;
}
#emailInput{
    padding-top:10px;
}
#go_cta {
    float:left;
    padding-left:10px;
}
#Navigation {
    margin-top:16px;
    margin-bottom:10px;
    float:left;
}
#navigationDiv
{
    float:left;
    clear:both;
    padding-bottom:10px;
    padding-top:10px;
    width:100%;
}
#navigationUL
{
    width:950px;
    height:35px;
    margin:0 auto;
}
#navigationUL li{
    float:left;
    display:block;
}

#navigationDiv #navigationUL li a{
    line-height:34px;
    background-image:url("../images/nav/navigation_sprite.jpg");
    background-repeat:no-repeat;
    display:block;
    _line-height:30px;
}

#liProducts a{
    width:125px;
    height:35px;
}
#liProducts a:hover, #liProducts:hover a {
    background-position:bottom left;
}
#SubNavProducts
{
    position:absolute;
    background-position:1px 0px;
    background-repeat:no-repeat;
    width:373px;
    height:200px;
    z-index:100;
    background-image:url('../images/nav/dropdown_sprites.png');
    _background-image:url('../images/nav/dropdown_sprites.gif');
    display:none;
}

#SubNavProductsUL {
    overflow: hidden;
}

#SubNavProductsUL li {
    /*height:38px;*/
    text-align:left;
    /*padding-left:20px;*/
}
#SubNavProductsUL li a:hover
{
    text-decoration:underline;
}

#SubNavProducts li a {
    background:none !important;
    display:block;
    width:172px;
    height:37px;
    color:White;
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    text-decoration:none;
    margin-top: 1px;
    padding-left: 10px;
}
#SubNavProducts li a:hover{
}
#liWater4Life a{
    width:158px;
    height:35px;
    background-position:-126px 0px;
}
#liWater4Life a:hover{
    background-position:-126px bottom;
}

#liYourWater a{
    width:102px;
    height:35px;
    background-position:-285px 0px;
}
#liYourWater a:hover, #liYourWater:hover a{
    background-position:-285px bottom;
}
#SubNavYourWater{
    position:absolute;
    background-position:-379px 0px;
    background-repeat:no-repeat;
    height:222px;
    z-index:100;
    background-image:url('../images/nav/dropdown_sprites.png');
    display:none;
    _background-image:url('../images/nav/dropdown_sprites.gif');
    width:330px;
    _width:333px;
}
#SubNavYourWaterULOne{
    width:165px;
    float:left;
}
#SubNavYourWaterULTwo{
    width:165px;
    float:left;
}
#SubNavYourWaterULTwo li a
{
    background:none !important;
    display:block;
    width:154px;
    height:29px;
    margin-top:1px;
    color:White;
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    text-align:left;
    text-decoration:none;
    padding-left:14px;
}
#SubNavYourWaterULTwo li {
    text-align:left;
}
#SubNavYourWaterULTwo li a:hover
{
    text-decoration:underline;
}
#SubNavYourWaterULOne li {
    text-align:left;
}
#SubNavYourWaterULOne li a{
    background:none !important;
    display:block;
    width:154px;
    height:29px;
    margin-top:1px;
    color:White;
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    text-align:left;
    text-decoration:none;
    padding-left:10px;
}
#SubNavYourWaterULOne li a:hover
{
    text-decoration:underline;
}

#liAbout a{
    width:142px;
    height:35px;
    background-position:-389px 0px;
}
#liAbout a:hover, #liAbout:hover a{
    background-position:-389px bottom;
}
#SubNavAbout{
    position:absolute;
    background-position:-715px 0px;
    background-repeat:no-repeat;
    width:173px;
    height:135px;
    z-index:100;
    background-image: url("../images/nav/dropdown_sprites.png");
    display: none;
    _background-image: url("../images/nav/dropdown_sprites.gif");
}
#SubNavAbout li
{
    text-align:left;
}
#SubNavAbout li a{
    background:none !important;
    display:block;
    width:164px;
    height:30px;
    color:White;
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    text-align:left;
    text-decoration:none;
    margin-top: 1px;
    padding-left: 10px;
    line-height:30px;
}
#SubNavAbout li a:hover
{
    text-decoration:underline;
}
#liContact a{
    width:106px;
    height:35px;
    background-position:-532px 0px;
}
#liContact a:hover{
    background-position:-532px bottom;
}
#navigationDiv #navigationUL li #liItemsAnchor{
    background-image:none;
    display:inline;
    text-decoration:underline;
}

#navigationDiv #navigationUL li #liAcctAnchor{
    background-image:none;
    display:inline;
    text-decoration:underline;
}

#liItems {
    font-family:Helvetica;
    font-weight:normal;
    font-size:12px;
    color:#36b7f7;
    width:192px;
    height:35px;
    background-image:url("../images/nav/navigation_sprite.jpg");
    background-repeat:no-repeat;
    background-position:-648px 0px;
    display:block;}

#MyCart{
    padding-left:80px;
}

#liAcct {
    padding-left:25px;
    float:left;
    background-position:-839px 0px;
    background-image:url("../images/nav/navigation_sprite.jpg");
    background-repeat:no-repeat;
    display:block;
    padding-right:30px;
    height:35px;
}
.ItemAcct{
    font-family:Helvetica;
    font-weight:bold;
    font-size:12px;
    color:#36b7f7;
    background-image:none;
}
.NavHref {
    display:block;
}

/* MAIN */
#main
{
    margin-top:15px;
}

#BodyHeadline {
    text-align:left;
    padding-right:10px;
}
#BodyHeadlineTitle {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 35px;
    font-weight: bold;
    color:#374f5e;
    line-height: 33px;
    padding-bottom:16px;
}
#BodyHeadlineCopy{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    color: #374f5e;
    line-height: 22px;
}
#BodyHeadlineLink{
    font-family: Helvetica, Arial, San serif;
    font-size: 17px;
    color: #36b7f7;
    line-height: 25px;
    text-decoration: underline;
}

.LockUpDrinking{
    font-family:Helvetica;
    font-weight:bold;
    font-size:16px;
    color:#294252;
    padding:10px 64px 10px 10px;
    text-align:left;
    float:left;
    height:47px;
    width:234px;
}
.LockUpDrinking_sm{
    font-family:Helvetica;
    font-weight:bold;
    font-size:16px;
    color:#294252;
    padding:10px 10px 10px 10px;
    text-align:left;
    float:left;
    height:47px;
    width:234px;
}
.LockUpDrinkingHeadline{
    font-family: Helvetica, Arial, San_Serif;
    font-size: 16px;
    color: #374f5e;
    font-weight: bold;
}
.LockUpDrinkingText{
    font-family: Helvetica, Arial, San_Serif;
    font-size: 13px;
    color: #374f5e;
    line-height: 16px;
    font-weight:normal;
}

.LockUpDrinkingLink a{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    color: #36b7f7;
    line-height: 16px;
    text-decoration: underline;
}
.LockUpWater{
    font-family: Helvetica, Arial, San_Serif;
    font-size: 13px;
    color: #374f5e;
    line-height: 16px;
    font-weight:normal;
    float:left;
    text-align:left;
    width:164px;
    padding:10px 10px 10px 0px;
    }
 .LockUpWaterHeadline{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.LockUpWaterText
{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 16px;
}
.LockUpWaterLink a{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 13px;
    color: #63cc36;
    line-height: 16px;
    text-decoration: underline;
}
#lockups0, #lockups1, #lockups2 {
    position: absolute;
    width: 483px;
    height: 67px;
    left: 365px;
    bottom: 38px;
    background: url(../images/rotator/lockup.png);
    float: left;
    background-repeat:no-repeat;
    _background: url(../images/rotator/lockup.gif);
}

#MainProductShowcase  {
    text-align:center;
    overflow:hidden;
    padding-bottom:20px;
    width:986px;
}
.ProductContainer  {
    width:242px;
    height:354px;
    float:left;
    background-image:url("../images/grey_gradient_module.jpg");
    background-repeat:no-repeat;
}
#AllProducts {
    text-align:center;
}
#AllProducts a {
    font-family:Helvetica;
    font-weight:bold;
    font-size:16px;
    color:#36b7f7;
    text-decoration:underline;
}
#AllProducts a:hover {
    color: #0099FF;
    text-decoration: underline;
}
.ProductContainerText{
    padding-top:10px;
    padding-left:15px;
    padding-right:20px;
    float:left;
    text-align:left;
}
.PCheadline {
    font-family:Helvetica;
    font-weight:bold;
    font-size:20px;
    color:#294252;
    padding:10px 0px;
}
.PCheadline a {
    font-family:Helvetica;
    font-weight:bold;
    font-size:20px;
    color:#294252;
}
.PCheadline a:hover {
    text-decoration:underline;
    font-family:Helvetica;
    font-weight:bold;
    font-size:20px;
    color:#294252;
    padding:10px 0px;
}
.PCprice {
    font-family:Helvetica;
    font-weight:normal;
    font-style:italic;
    font-size:14px;
    color:#294252;

}
.PC {
    font-size:12px;
    font-family:Helvetica;
    font-weight:normal;
    color:#294252;
    padding:10px 0px;
    line-height:16px;
}

#info li strong { font-size: 16px; text-transform: uppercase; }
#MainImageRotator { width: 986px; margin: 0px auto; position: relative; overflow: hidden; height: 347px; }
#mask { position: absolute; top: 0; left: 0; }
#images { width: 2940px; position: relative; }
#images li { float: left; position: absolute; display: none; }
#info_wrap {position:absolute; width:336px; height:195px; top:0px; left:26px; overflow:hidden; }
#info { background: url(../images/title_bg.png) no-repeat top left; width: 320px; height: 195px; padding: 0 0px 0 20px; _background-image: url(../images/rotator/aboutAQ_background.gif)}
#info li { display: none; }
#spots { position: absolute; width: 100px; height: 34px; right: 10px; bottom: 1px;}
#spots li { background: url(../images/rotator/droplet_sprite.png) no-repeat left bottom; width: 24px; height: 34px; float: left; _background: url(../images/rotator/droplet_sprite.gif) no-repeat left bottom; }
#spots li div { background: url(../images/rotator/droplet_sprite.png) no-repeat 0px 0px; width: 24px; height: 34px;display: none; background: url(../images/rotator/droplet_sprite.gif) no-repeat 0px 0px; }
#spots li.hover { cursor: pointer; }
#spots li.active { cursor: default;  }
#spots li.hover div { display: block !important; }


/* FOOTER*/
#footer {
    background:url("../images/wave_background.jpg") center repeat-x;
    width:100%;
    height:308px;
    float:left;
}
#footerContent{
    width:986px;
    margin:115px auto 0;
}
#FooterLeftLI {
    list-style-type: none;
    float:left;
    font-family:Helvetica;
    font-size:12px;
    color:#374f5e;
    line-height:20px;
    font-weight:bold;
    text-align:left;
	width:190px;
}
#FooterLeftLI ul li a {
    text-align:left;
    color:#374f5e;
}
#FooterLeftLI ul li a:hover {
	text-decoration: underline;
}
#FooterCustomerService {
    float:left;
    text-align:left;
    font-family:Helvetica;
    font-size:12px;
    color:#374f5e;
    line-height:16px;
}
#FooterCustomerServicePhone{
    float:left;
    padding-left:7px;
}
.FooterBadge {
    float:left;
    width:165px;
    text-align:center;
}
#copyrightInfo{
    color:#374F5E;
    font-family:Helvetica;
    font-size:11px;
    text-align:center;
}
/*OUR PRODUCTS */
#OurProductsMain {
    width:986px;
    overflow:hidden;
}
#FeaturedProducts {
    width:746px;
    overflow:hidden;
    float:left;
    padding-top:15px;
}
#RightGutterCallOut {
    width:240px;
    float:left;
    padding-top:25px;
}

.OurProductContainer {
    background-image:url("../images/OurProducts/product_background.png");
    background-repeat:no-repeat;
    width:363px;
    height:178px;
    float:left;
    padding-right:10px;
    margin-top:10px;
}
.OurProductContent {
    padding:10px 10px 0px;
    float:left;
    text-align:left;
    _padding:5px 10px 0px;
}
.OurProductContent ul li {
    float:left;
}

.OurProductContentLI{
    width:180px;
    padding:10px;
}
.OurProductContentLI h4 a{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #374f5e;
    line-height: 20px;
    float:left;
    width:180px;
    padding-bottom:5px;
    _padding-bottom:0px;
}

.OurProductContentLI h4 a:hover{
    text-decoration:underline;
    _color:#374f5e;
}
.OurProductContentPrice {
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    font-style: italic;
    color: #374f5e;
    line-height: 20px;
    float:left;
    width:180px;
}
.OurProductContentText{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 12px;
    color: #374f5e;
    line-height: 16px;
    float:left;
    padding-bottom:10px;
}

.CatProductContainer {
    background-image: url("../images/OurProducts/product_cat_background.png");
    background-repeat:no-repeat;
    width:363px;
    height:215px;
    float:left;
    padding-right:10px;
    margin-top:10px;
}

#SecondaryProducts
{
    height:260px;
    float:left;
    margin-top:20px;
    clear:left;
    width:745px;
}
.SecondaryProductsContainer{
    width:244px;
    height:183px;
    float:left;
    border-left:solid 1px #dcdcdc;
}
.SecondaryProductsWrapper
{
     float:left;
     padding:0px 10px 10px;
     text-align:left;
}
.SecondaryProductsText a{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 15px;
    font-weight:bold;
    color: #374f5e;
    line-height: 18px;
    float:left;
    padding-top:10px;
}
.SecondaryProductsTextWrap{
    height:140px;
}
.SecondaryProductsText a:hover{
    text-decoration:underline;
    color: #374f5e;
}

.RightGutterCallOutContainer{
    width:237px;
    height:121px;
}
#WaterForLifeCallout{
    background-image:url("../images/OurProducts/WFL_background.jpg");
    background-repeat:no-repeat;
    text-align:left;
    padding:16px 10px 10px 75px;
    width:153px;
    height:105px;
}
#ReplacementCart{
    background-image:url("../images/OurProducts/RC_background.jpg");
    background-repeat:no-repeat;
    text-align:left;
    padding:16px 10px 10px 75px;
    width:153px;
    height:131px;
}
.CallOutWhiteTitle{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
}
.CallOutWhiteBody{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}
.WaterForLifeCalloutLink a, .WaterForLifeCalloutLink a:hover{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #63cc36;
    line-height: 20px;
    text-decoration: underline;
    padding-top: 6px;
}
.CallOutGrayTitle {
    font-family: Helvetica, Arial, San serif;
    font-size: 18px;
    font-weight: bold;
    color: #374f5e;
    line-height: 18px;
}
.CallOutGrayLink a, .CallOutGrayLink a:hover{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #36b7f7;
    line-height: 20px;
    text-decoration: underline;
    padding-top: 6px;
}
.CallOutGrayBody{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #374f5e;
    line-height: 16px;
    padding-top: 4px;
}
.ReplacementCartLink a, .ReplacementCartLink a:hover{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
    padding-top: 6px;
}
#AllAboutBalanceText, #BottleYourOwnText
{
    float:left;
    text-align:left;
    padding-left:5px;
    width:156px;
}

/*WATER FOR LIFE */
#WaterForLifeGreen {
    background-image:url("../images/water_for_life/box_green.gif");
    background-repeat:no-repeat;
    height:240px;
    width:237px;
    padding-bottom:20px;
    text-align:left;
}
#WaterForLifeGreenHeadline{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    color: #374f5e;
    line-height: 22px;
    padding: 15px 20px 10px;
    font-weight:bold;
}
 .WaterForLifeGreenText{
    padding:0px 20px;
    list-style-image:url("../images/water_for_life/plus.gif");
    margin-left:11px;

}
.WaterForLifeGreenText li{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;
    color: #374f5e;
    line-height: 18px;
    padding-top:3px;
}

#SecondaryProducts p{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 12px;
    color: #374f5e;
    line-height: 18px;
    text-align:left;
}

#RelatedProducts h4{
    font-weight:bold;
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    color: #374f5e;
    line-height: 18px;
    padding-bottom:20px;
}
#RelatedProducts ul{
    float:left;
}
#WaterForLifeCopy{
    width:280px;
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:left;
    float:left;
    padding-right:40px;
    padding-left:20px;
}
#WaterForLifeCopy h4{
    font-weight:bold;
    font-size: 20px;
    padding-bottom:15px;
}
#WaterForLifeCopy h3{
    font-weight:bold;
    font-size: 30px;
}
#WaterForLifeCopy p{
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:left;
    font-size:16px;
    font-weight:normal;
    line-height:22px;
}
#SecondaryProducts #WaterForLifeCopyCont{
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:left;
    font-size:16px;
    font-weight:normal;
    line-height:22px;
    padding-left:20px;
}
#WaterForLifeImage{
    width:436px;
    float:left;
    background-image:url("../images/water_for_life/hero.jpg");
    background-repeat:no-repeat;
    height:383px;
    width:395px;
}
#WaterForLifeChart{
    border:none;
    width:738px;
    height:250px;
    overflow:hidden;
    float:left;
    padding-top:25px;
}
#DWCS_Title{
    background-image:url("../images/water_for_life/c1_r2.gif");
    width:296px;
    height:60px;
    float:left;
    }
#SCS_Title{
    background-image:url("../images/water_for_life/c1_r3.gif");
    width:296px;
    height:60px;
    float:left;
}
#IFR_Title{
    background-image:url("../images/water_for_life/c1_r4.gif");
    width:296px;
    height:61px;
    float:left;
}
#DWCS_WithOut, #SCS_WithOut, #IFR_WithOut{
    background-image:url("../images/water_for_life/c2_r2.gif");
    float:left;
    width:166px;
    height:60px;
    border-bottom:solid 1px #ffffff;
}
#DWCS_With, #SCS_With, #IFR_With{
    background-image:url("../images/water_for_life/c3_r2.gif");
    float:left;
    width:147px;
    height:60px;
    border-bottom:solid 1px #ffffff;
}

#DWCS_Savings, #SCS_Savings{
    background-image:url("../images/water_for_life/c4_r2.gif");
    float:left;
    width:125px;
    height:60px;
    border-bottom:solid 1px #ffffff;
}
#IFR_Savings{
    background-image:url("../images/water_for_life/c4_r4.gif");
    float:left;
    width:125px;
    height:60px;
    border-bottom:solid 1px #ffffff;
}
#EmptyDiv{
    width:296px;
    float:left;
    height:1px;
}
#WithoutWater{
    background-image:url("../images/water_for_life/c2_r1.gif");
    float:left;
    width:166px;
    height:39px;
    border-bottom:solid 1px #ffffff;
}
#WithWater{
    background-image:url("../images/water_for_life/c3_r1.gif");
    float:left;
    width:147px;
    height:39px;
    border-bottom:solid 1px #ffffff;
}
#AnnualSavings{
    background-image:url("../images/water_for_life/c4_r1.gif");
    float:left;
    width:125px;
    height:39px;
    border-bottom:solid 1px #ffffff;
}
.ChartFirstColumn{
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    padding-top:23px;
    padding-left:26px;
}

.ChartTitle{
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    padding:10px 15px 0;
}
.ChartTitleReg{
    font-weight:normal;
}

.ChartPrice{
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:right;
    font-weight:bold;
    padding:10px 20px;
    font-size:20px;
}
.ChartPrice a, .ChartPrice a:hover, .SupportInfo a, SupportInfo a:hover{
    color:#36B7F7;
    text-decoration:underline;
    font-size:12px;
}
#WaterForLifeDisclaimer{
    float:right;
    font-family: Helvetica, Arial, San-Serif;
    color: #374f5e;
    text-align:right;
    font-size:10px;
    font-weight:normal;
    padding-top:10px;
}
.page-content-list ul ul li {
    margin-left:60px;
}
.page-content-list ul li {
    margin-left:40px;
    list-style-type:disc;
    padding:2px;
}
.page-content-list li {
    list-style-type:disc;
    margin-left:20px;
    padding:2px;
}


/*PHASE 2 Styles  */
#contents { float: left; overflow: hidden; padding-top: 25px; padding-bottom: 40px; width: 746px; }
.AddToCart{
    float: left;
    text-indent: -10000px;
    background: url("../images/addtocart-sprite.png") no-repeat 0 0;
    width: 101px;
    height: 27px;
}
.AddToCart:hover {
    background-position: 0 -27px;
    _background-position: top left;
    cursor:pointer;
}
input.AddToCart {
	border:0;
	cursor:pointer;
	color:transparent;
	text-transform:capitalize;
}

.ProductFamilyLI{
    width:183px;
    padding:5px 5px 10px 10px;
}
.ProductFamilyLI h4 a{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 15px;
    font-weight: bold;
    color: #374f5e;
    line-height:18px;
    float:left;
    /*
    padding-bottom:5px;
    _padding-bottom:0px;
    */
}

.ProductFamilyLI h4 a:hover{
    text-decoration:underline;
    _color:#374f5e;
}
.ProductFamilyLIModel {
    font-family: Helvetica, Arial, San-Serif;
    font-size: 11px;
    font-style: italic;
    color: #374f5e;
    line-height: 15px;
    float:left;
    width:180px;
}
.ProductFamilyLIPrice {
    font-family: Helvetica, Arial, San-Serif;
    font-size: 14px;  /* <--This line changed by JOE--  */
    font-weight:bold;
    color: #374f5e;
    line-height: 20px;
    float:left;
    width:180px;
}
  /* <--The following class added by JOE--  */
.ProductFamilyLIYourPrice {
    font-family: Helvetica, Arial, San-Serif;
    font-size: 15px;
    font-weight:bold;
    color: #63cc36;
    line-height: 20px;
    float:left;
    width:180px;
}
.ProductFamilyLIText{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 12px;
    color: #374f5e;
    line-height: 16px;
    float:left;
    padding-bottom:10px;
}
.ProductFamilyHeroContent{
    float:left;
    padding:0px 10px 0;
    text-align:left;
}
.ProductFamilyHeroContent ul li{
    float:left;
}
.ProductFamilyHeroContainer{}
.ProductFamilyHeroTitle {
    width:370px;
    padding-left:25px;
    padding-top:12px;
}
.ProductFamilyHeroTitle h4 a{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #374f5e;
    line-height: 20px;
    float:left;
    width:360px;
}
.ProductFamilyHeroTitle h4 a:hover{
    text-decoration:underline;
    _color:#374f5e;
}
.ProductFamilyHeroModel{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 11px;
    color: #374f5e;
    line-height: 15px;
    float:left;
    width:350px;
    font-weight:normal;
    padding-top:5px;
    font-style:italic;
}
.ProductFamilyHeroPrice{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 20px;
    font-weight:bold;
    color: #374f5e;
    line-height: 22px;
    float:left;
    width:350px;
    padding-top:5px;
}
.ProductFamilyHeroViewDetails{
    text-decoration:underline;
    color:#36B7F7;
    font-weight:normal;
    line-height: 20px;
}

.ProductFamilyHeroViewDetails:hover{
    color:#0075c4;
}
.ProductFamilyHeroText
{
    font-family: Helvetica, Arial, San-Serif;
    font-size: 12px;
    font-weight:normal;
    color: #374f5e;
    line-height: 16px;
    float:left;
    width:350px;
    margin-bottom:10px;
}

h3.huge { font-size: 20px; margin: 15px 10px 0 0; padding: 7px 10px 0; border-top: solid 1px #36B7F7; }
h3.huge a { display: block; text-decoration: none; padding-left: 18px; color: #36B7F7; }
h3.huge a:hover { text-decoration: underline; }
h3.huge a span { padding: 0; font-size: 11px; margin-top: 3px; float: right; }
h3.huge a:hover span { cursor: pointer; }
a:active { outline: 0; }
.up, .down { background: url("../images/arrow-sprite.gif") no-repeat; }
.up { background-position: 0 2px; }
.down { background-position: 0 -22px; }
.toggle { padding-bottom: 0; }

/* CLEARFIX! */
.clearfix { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Tabbed example */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
