* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; } form { display: inline; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body {
	background: #fff;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
input, select, textarea {
	font: 1em arial, sans-serif;
}
option {
	padding-right: 10px;
}
#wrapper {
	width: 100%;
	background: #d0eef9 url("../images/bg.jpg") no-repeat top center;
}
#container {
	width: 1004px;
	margin: 0 auto;
	display: block;
	clear: both;
	background: transparent url("../images/content_bg.png") no-repeat;
}
#home #container,#home2 #container {
	background: transparent url("../images/home_content_bg.png") no-repeat;
}
#news #container,
#view-news #container,
#careers #container {
	background: transparent url("../images/content_full_bg.png") no-repeat;
}
#header {
	width: 960px;
	height: 186px;
	margin: 0 auto;
	display: block;
	clear: both;
	position: relative;
	z-index: 300;
}
	#header h1 a {
		display: block;
		width: 340px;
		height: 99px;
		background: transparent url("../images/logo.png") no-repeat;
		position: absolute;
		top: 44px;
		left: 0;
	}
		#header h1 a:hover {
			background: transparent url("../images/logo.png") no-repeat 0 -99px;
		}
	#header h1 span {
		display: none;
	}
	#nav {
		list-style: none;
		display: block;
		width: 950px;
		height: 41px;
		position: absolute;
		bottom: 0;
		left: 3px;
	}
		#nav li {
			padding: 0;
			margin: 0;
			float: left;
			position: relative;
			z-index: 100;
		}
		#nav li a {
			height: 36px;
			float: left;
			padding: 5px 25px 0 15px;
			text-decoration: none;
			color: #ebf9fe;
			font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
			background: transparent url("../images/nav_bg.png") no-repeat;
			margin: 0;
			position: relative;
		}
			#nav li a:hover, #nav li a.current {
				color: #fff;
				/*background: transparent url("../images/nav_bg.png") no-repeat;*/
			}
			#nav a.bubbly {
				background-position: -40px -75px;
			}
			#about #nav-about,
			#products #nav-products,
			#service #nav-service,
			#water #nav-water,
			#h20 #nav-h20,
			#kids #nav-kids,
			#community #nav-community,
			#center #nav-center {
				background-position: -40px 0;
			}
		#nav table{		
			position: absolute;		
			border-collapse: collapse;		
			z-index: 100;		
			left: 0;
			top: 41px;		
		}
		#nav ul li {	
			background: none;
		}
		#nav ul li a, #nav ul :visited {	
			display: block;		
			font-size: 10px;		
			width: 160px;		
			height: 25px;
			line-height: 25px;		
			color: #fff !important;		
			background: #30b9f1 !important;		
			text-decoration: none;		
			margin-right: 1px;		
			text-align: left;		
			margin-top: -1px;		
			border: 1px solid #009dde;
			padding: 0 5px;	
		}
		#nav ul li a:hover {
			color: #009dde !important;
			background: #e5f7ff !important;
		}
		
		#nav ul li.green a {
			background-color:#00BE00 !important;
			color:#fff;
		}
		
		#nav ul li.green a:hover {
			background-color:#04FD00 !important;
			color:#fff !important;
		}
		
		/* hide the sub level links */
		
		#nav ul {		
			visibility: hidden;		
			position: absolute;		
			width: 150px;		
			height: 0;
			z-index: 80;
			left: 0;
			top: 42px;
		}
		
		/* make the sub level visible on hover list or link */
		
		#nav li:hover ul,		
		#nav a:hover ul {		
			visibility:visible;		
		}
		
		/* Set up the list items */
		
		#nav ul li {float:left; }
		
		#nav ul li:hover {position:relative;}
		
		/* Make the hovered list color persist */
		
		#nav ul li:hover > a {
			color: #009dde !important;
			background: #e5f7ff !important;
		}
		
		/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
		
		#nav ul li ul {display:none;}
		
		/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */		
		
		/* Position the first sub level beneath the top level liinks */
		
		#nav ul > li:hover > ul {
			left:120px; 
			top:-10px;
		}
		
		/* Sub Sub level stuff */
		#nav ul li:hover > a {
		}
		/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
		#nav ul li ul {
			display:none;
		}
		/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
		#nav ul li:hover > ul {
			display:block;
			position:absolute;
			top:-11px;
			left:80px;
			padding:10px 30px 30px 30px;
			width: 130px;
		}
		/* Position the first sub level beneath the top level liinks */
		#nav ul > li:hover > ul {
			left:130px;
			top:-10px;
		}

		
.subnav {
	list-style: none;
	display: block;
	float: left;
	width: 306px;
}
	.subnav li {
		display:inline;
	}
	.subnav li a {
		display: block;
		width: 306px;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 0 4px 0;
		padding: 0 15px;
		text-decoration: none;
		color: #fff;
		background: transparent url("../images/subnav_bg.gif") no-repeat;
		clear:both;
	}
		.subnav li a:hover, .subnav li a.current {
			color: #fff;
			background: transparent url("../images/subnav_bg.gif") no-repeat 0 -86px;
		}
		
.subnav2 {
	list-style: none;
	display: block;
	float: left;
	width: 306px;
}
	.subnav2 li {
	}
	.subnav2 li a {
		display: block;
		width: 306px;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 0 4px 0;
		padding: 0 15px;
		text-decoration: none;
		color: #49BBDE;
		background: transparent url("../images/subnav_bg2.gif") no-repeat;
		clear:both;
	}
		.subnav2 li a:hover, .subnav2 li a.current {
			color: #2697BA;
			background: transparent url("../images/subnav_bg2.gif") no-repeat 0 -86px;
		}
		
#content {
	width: 960px;
	margin: 0 auto;
	display: block;
}
#photos {
	float: left;
	width: 460px;
	height: 320px;
	margin: 0;
}
#banner {
	display: block;
	width: 960px;
	height: 123px;
	position: relative;
	z-index: 1;
}
	#banner h2 {
		position: absolute;
		left: 15px;
		bottom: 10px;
		font: 36px Arial, Helvetica, sans-serif;
		color: #0073cb;
	}
#home #banner {
	float: left;
	width: 460px;
	height: 320px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url("../images/banner1.jpg") no-repeat;
	margin: 0;
}
#breadcrumb {
	float: left;
	margin: 19px 20px 0 24px;
	color: #effafe;
	width: 580px;
	font: 9px Verdana, sans-serif;
}
	#breadcrumb a {
		color: #effafe;
	}
	#breadcrumb a:hover {
		text-decoration: none;
	}
#left_col {
	float: left;
	margin: 0 0 20px 20px;
	width: 590px;
}
#news #left_col,
#view-news #left_col {
	width: 936px;
}
	#left_col h3 {
		font: 26px Arial, Helvetica, sans-serif;
		color: #0391bf;
		margin: 30px 0 20px 0;
	}
	#left_col ul {
		margin: 10px 25px 25px 25px;
		list-style: disc;
	}
	#left_col ul.faq {
		list-style: none;
	}
		#left_col ul li {
			margin: 10px 0;
		}
	#left_col table {
		width: 90%;
		margin: 25px auto;
	}
		#left_col table td {
			padding: 3px 5px;
		}
#right_col {
	float: right;
	margin: 20px 12px 20px 0;
	width: 306px;
}
	#right_col h4 {
		font: 20px Arial, Helvetica, sans-serif;
		color: #0391bf;
		margin: 10px 0 20px 0;
	}
	#right_col p {
		margin: 10px;
	}
#for_list {
	float: left;
	display: block;
	width: 500px;
	height: 320px;
	position: relative;
}
	#for_list dt {
		font: 26px Arial, Helvetica, sans-serif;
		color: #0391bf;
	}
		#for_list dt strong {
			font-weight: normal;
		}
		#for_list dt a {
			text-decoration: none;
		}
	#for_list dl {
		margin: 15px 0 10px 0;
		width: 322px;
		line-height: 14px;
		padding: 0 0 0 15px;
	}
	#for_work {
		/*background: transparent url("../images/water_cooler.png") no-repeat;*/
	}
		#for_work dd {
			border-bottom: 1px solid #caedf9;
			padding: 0 0 10px 0;
		}
		#for_work dt a {
			text-decoration: none;
		}
	#for_home {
		/*background: transparent url("../images/water_bottle.png") no-repeat;*/
	}
#quick_forms {
	float: left;
	clear: both;
	margin: 20px 0;
	width: 960px;
}
#login_form {
	display: block;
	float: left;
	width: 440px;
	background: transparent url("../images/login.jpg") no-repeat;
	padding: 0 0 0 80px;
	margin: 0 30px 0 0;
}
#login_links {
	float: right;
	margin: 15px 15px 0 0;
	color: #8de0fc;
}
	#login_links a {
		margin: 0 5px;
	}
#delivery_search_form {
	display: block;
	float: right;
	width: 280px;
	background: transparent url("../images/truck.jpg") no-repeat;
	padding: 0 0 0 120px;
}
#quick_links {
	display: block;
	width: 966px;
	height: 139px;
	clear: both;
	margin: 10px 0;
	background: transparent url("../images/quick_links_bg.jpg") no-repeat;
}
	#quick_links li {
		display: inline;
	}
	#quick_links li a {
		display: block;
		float: left;
		width: 303px;
		height: 99px;
		text-decoration: none;
		padding: 40px 0 0 20px;
	}
		#quick_links li#quick_links_facts a:hover {
			 background: transparent url("../images/quick_links_bg.jpg") no-repeat 0 -146px;
		}
		#quick_links li#quick_links_kids a {
			 width: 300px;
		}
		#quick_links li#quick_links_kids a:hover {
			 background: transparent url("../images/quick_links_bg.jpg") no-repeat -323px -146px;
		}
		#quick_links li#quick_links_help a:hover {
			 background: transparent url("../images/quick_links_bg.jpg") no-repeat -643px -146px;
		}
		#quick_links li a span {
			font: bold 15px Arial, Helvetica, sans-serif;
		}
			#quick_links li a:hover span {
				color: #00a0b3;
			}
		#quick_links li a strong {
			display: block;
			font: bold 26px Arial, Helvetica, sans-serif;
			color: #f03939;
		}
			#quick_links li a:hover strong {
				color: #fc0606;
			}
.inp {
	border: 1px solid #75cdeb;
	background: #fff url("../images/inp_bg") repeat-x;
	padding: 5px;
	color: #999;
	margin: 0 4px 0 0;
	width: 150px;
}
	.inp:hover {
		border-color: #269ac2;
	}
.btn {
	display: inline-block;
	width: 86px;
	height: 27px;
	border: none;
	background: transparent url("../images/btn_bg.gif") no-repeat;
	color: #fff;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
	.btn:hover {
		color: #fff;
		cursor: pointer;
		background: transparent url("../images/btn_bg.gif") no-repeat 0 -27px;
	}
.large_btn {
	display: inline-block;
	width: 200px;
	height: 27px;
	border: none;
	background: transparent url("../images/large_btn_bg.gif") no-repeat;
	color: #fff;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
	.large_btn:hover {
		color: #fff;
		cursor: pointer;
		background: transparent url("../images/large_btn_bg.gif") no-repeat 0 -27px;
	}
#our_spring_btn {
	display: block;
	width: 468px;
	height: 317px;
	border: none;
	background: transparent url("../images/our_spring.png") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
	#our_spring_btn:hover {
		color: #fff;
		cursor: pointer;
		background: transparent url("../images/our_spring.png") no-repeat 0 -317px;
	}
p {
	margin: 10px 0;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #11afe5;
	margin: 15px 0 10px 0;
}
#right_col h3 {
	margin: 15px 15px 40px 15px;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #11afe5;
	margin: 25px 0 5px 0;
}
a {
	color: #08a6dc;
}
	a:hover {
		color: #f03939;
	}
	
	
#facts{width:572px; height:213px; margin:20px auto; clear:both;}
	#facts #container{width:572px; height:213px;background: url("../images/bg_facts.png") no-repeat;}
	#facts #container-alt{width:572px; height:213px;background: url("../images/bg_facts_alt.png") no-repeat;}	
	
	#facts #image{width:232px; height:203px; float:left; text-align:center; padding:10px 0 0 0;}
	#facts #txt{width:320px; height:140px; float:left; text-align:center;padding: 75px 10px 0 10px;font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: #11afe5;position:reltive;}
	
#facts-list p{font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: #11afe5; font-style:italic;padding:15px; clear:both;}
#facts-list h4{font-size:18px;font-weight:normal;}
.credits{padding:25px 0 0 0; color:#58a8b6; font-size:9px; font-weight:normal;}
	

#game ul{list-style:none; margin:30px 0 25px 0;}
#game .title{font-size:14px; font-weight: bold;color: #11afe5;}
#game .description{}
#game .link a{color:#fff; text-decoration:none; font-weight:bold;}
#game .link{width: 306px;
		height: 24px;
		line-height: 24px;
		text-decoration: none;
		text-align:center;
		background: transparent url("../images/subnav_bg2.gif") no-repeat;}
#game .link:hover{background: transparent url("../images/subnav_bg2.gif") no-repeat 0 -86px;}


#hoax{display:block;border-bottom: 1px solid #A5E5F9; padding-bottom:20px; margin-bottom:20px;}

#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 55px 0 25px 0;
	color: #44bbe5;
	background: #fff url("../images/footer_bg.gif") no-repeat top center;
}
	#footer p {
		width: 960px;
		margin: 0 auto;
	}
	#footer #synapse {
		float: right;
	}
.large_btns {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 580px;
	display: block;
}
	.large_btns li {
		display: inline;
	}
	.large_btns li a {
		display: block;
		width: 285px;
		height: 119px;
		background: transparent url("../images/large_btns.gif") no-repeat;
		font: bold 24px arial, sans-serif;
		color: #0099dc;
		text-align: center;
		line-height: 119px;
		text-decoration: none;
		float: left;
		margin: 5px 5px 5px 0;
	}
		.large_btns li a:hover {
			color: #f03939;
			background-position: -295px 0;
		}
	.large_btns li.double a {
		line-height: 30px;
		padding-top: 30px;
		height: 89px;
	}
.highlight {
	background: #def6ff;
	display: block;
	width: 100%;
	padding: 35px 25px;
	margin: 15px 0;
	border: 8px solid #ace2fa;
	text-align: center;
}
p.highlight {
	width: auto;
}
.highlight strong {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #00a6e7;
}
.highlight td {
	text-align: left;
	vertical-align: top;
}
#checkZipcodeForm {
	background: #def6ff;
	display: block;
	padding: 35px 25px;
	margin: 15px 0;
	border: 8px solid #ace2fa;
	text-align: center;
}
	#checkZipcodeForm #message {
		background: #fff;
		font-size: 150%;
		line-height: 150%;
		font-weight: bold;
		display: block;
		padding: 25px 15px;
		margin: 25px 15px 0 15px;
		border: 4px solid #d4eff9;
		text-align: center;
		color: #3bcdf6;
	}
#map_wrapper {
	border: 8px solid #ace2fa;
	float: left;
}
#map_areas {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
}
#map_areas li {
	list-style: none;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
.securityCode {
	color: #0457b3;
	font: 24px georgia,sans-serif;
}
.error {
	font: bold 12px arial, sans-serif;
	color: #cc0000;
	padding: 10px 35px;
	border: 1px solid #cc0000;
	background: #ffdbdc;
	margin: 15px 35px;
	list-style: disc;
}
	.error li {
		margin: 5px 0;
	}
.success {
	font: bold 12px arial, sans-serif;
	color: #339966;
	padding: 10px;
	border: 1px solid #339966;
	background: #dfffef;
}
#contact-form th {
	font-weight: normal;
}

#water_promo {
	background: transparent url(../images/water_promo-trans.png) no-repeat;
	width: 409px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 390px;
	overflow: hidden;
}


#water_promo2{
	background: transparent url(../images/music_mountain_promo.png) no-repeat;
	width: 409px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 370px;
	overflow: hidden;
	cursor:pointer;
}
#songcontest{
	background: transparent url(../images/music_mountain_song_promo.png) no-repeat;
	width: 409px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 370px;
	overflow: hidden;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

	#water_promo h3 {
		display: none;	
	}
	#water_promo form {
		position: absolute;
		top: 102px;
		left: 14px;
	}
		#water_promo form input.inp {
			width: 110px;
		}
	#water_promo p {
		position: absolute;
		top: 102px;
		left: 240px;
		width: 100%;
	}
	#water_promo {
		display: block;
	}
	#home2 #water_promo {
		display: block;
	}
.promo_details {
	width: 590px;
	height: 710px;
	background: transparent url(../images/water_ad-trans.png) no-repeat;
	position: relative;
	margin: 20px 0 0 0;
}
	.promo_details p {
		position: absolute;
		top: 440px;
		width: 100%;
		text-align: center;
	}
	#nopromo {
		background: transparent url(../images/water_ad2-trans.png) no-repeat;
	}
	#nopromo p {
		top: 373px;
	}
	.signupnow {
		background: transparent url(../images/signupnow_btn.gif) no-repeat;
		width: 258px;
		height: 63px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 auto;
	}
	
#promo_side {
	background: transparent url(../images/sidead-trans.png) no-repeat;
	width: 304px;
	height: 110px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 15px 0;
}
	
ul.faq ul {
	margin: 15px 15px 15px 35px;
	list-style: disc;
}

.purelock_step{height:140px; background:url(/images/purelock_bg.png); background-repeat:no-repeat; display:block; clear:both; padding:5px;}
.purelock_step .img{float:left; margin:2px 0 0 10px;}
.purelock_step .img img{height:120px;}
.purelock_step .text{width:160px; float:left; padding:10px; color:#fff;}
.purelock_step .text .title{ font-size:16px; font-weight:bold;}

#purelock_bullets{clear:both; height:auto; float:none; display:table; width:100%;}
#purelock_bullets .col{width:33%; float:left; display:block; font-size:13px;}
#purelock_bullets ul{margin:0 0 15px 15px; padding:0px;}
#purelock_bullets ul li{margin:3px 0; font-size:13px;}

#purelock_contact{font-size:13px;}

#bundle_plans{
	position:relative;
	z-index:999;
	width:245px;
	height:54px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}
		
#bundle_plans a{
	width:245px;
	height:54px;
	position:absolute;
	background-image:url(../images/bundleplansbutton.png);
	text-indent:-99999px;
}

#home_photos {
	float:left;
	width:460px; height:320px;
	margin:0px;
	display:block;
	padding:0px;
}

#home_photos ul {
  width:460px; height:320px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	list-style: none;
	display:block;
	float:left;
}

#home_photos ul li {
	width:460px; height:320px;
	padding:0px;
	display:block;
}

#home_photos ul li img{
margin:0 auto;
padding:0px;
width:460px; height:320px;
}

#photo_gallery a img {
	border: 1px solid #A0DFF5;
	padding: 3px;
}
#photo_gallery a:hover img {
	border: 1px solid #fff;
}
#photo_gallery table, #photo_gallery td {
	border: none;
}
#photo_gallery td {
	padding: 10px 0;
}

.resources li {
		border-bottom: 1px solid #A0DFF5;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.resources li img {
		float: left;
		margin: 0 15px 45px 0;
	}
	.resources li h5 {
		padding-top: 5px;
	}
	
ul.green{
	list-style:decimal !important;
}

ul.green li{
	font-weight:bold;
}

ul.green li ul{
	list-style:lower-alpha;
}

ul.green li ul li{
	font-weight:normal;
}

#song_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
	