@charset "utf-8";
/* CSS Document */

/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;}

body,td,th,button,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}


html, body {
	background-color:#0c419a;
}
body, a, p, td {
	color:#0c419a;
}

#header, #body, #footer {
	width: 960px;
	min-width: 960px;
	margin: auto;
	padding: 0 44px 0 38px;
	background-repeat:repeat-y;
	background-position: top center;
}

#header {
	background-image: url(../img/header-bkg.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 10px;
	position:relative;
	height:230px;
	overflow:hidden;
}

#header h1 a {
	display: block;
	text-indent: -9000em;
	width:208px;
	height:95px;
	/*
	background-image:url(../img/logo.jpg);
	background-position: 0 0;
	*/
	background-image:url(../img/logo2.jpg);
	background-position: 10px 0;
	background-repeat:no-repeat;
	position:absolute;
	top:35px;
	left: 40px;
}

#header h2 {
	display: block;
	text-indent: -9000em;
	width:960px;
	height:200px;
	background-image:url(../img/waterbg.jpg);
	background-position: 0 0;
	margin-top: 75px;
	margin-left: 1px;
}

#menu {
	display: block;
	position: absolute;
	top: 35px;
	right: 60px;
}
#menu li {
	display:block;
	float:left;
	margin-left: 15px;
	font-size:16px;
	letter-spacing:-1px;
}
#menu li a, #menu li a:visited, #menu li a:link, #menu li a:active, .contact #body a {
	font-weight:bold;
	text-decoration:none;
}
a:hover,
#menu li a:hover, #body h2 strong,
body.water .menu-water,
body.package .menu-package,
body.giving .menu-giving,
body.publicity .menu-publicity,
body.faq .menu-faq,
body.availability .menu-availability,
body.contact .menu-contact {
	color:#018e5b;
}

#body {
	background-image: url(../img/body-bkg.png);
	color:#0c419a;
	font-size: 14px;
}
.home #body img, .water #body img, .availability #body img {
	float: right;
	margin-right: 20px;
}

#body>* {
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 50px;
}
.home #body >*, .water #body >* {
	margin-right: 0;
}

#body h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing:-1px;
}
.home #body h2, #body h2 strong {
	font-style:italic;
}

#footer {
	background-image: url(../img/footer-bkg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 55px;
	text-align:center;
}

#footer .goodforyouandplanet {
	display: block;
	width: 63px;
	height: 64px;
	text-indent: -9000em;
	background-repeat:no-repeat;
	background-position: 0 0;
	background-image: url(../img/heart.jpg);
	margin: 0 auto;
	margin-bottom: 20px;
}

#footer p {
	display:block;
	font-size:11px;
	color: #646464;
	line-height:1.5em;
}
#footer a {
	text-decoration:none;
}


.publicity #body a {
	text-decoration:none;
	font-weight:bold;
	display: block;
}

.publicity #body img{
	float:left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.publicity #body p{
	clear: both;
	margin-bottom: 15px;
}

.availability p+table {
	margin-top: -20px;
}

.availability table {
	width: 400px;
}
.availability td {
	width: 50%;
}

.contact address {
	margin-top: -20px;
	font-weight: bold;
	font-style:normal;
}

.package img {
	margin:0 auto 20px auto !important;
}

.package table tr td {
	border: 1px solid #0c419a;
	border-left: none;
	border-right: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.package table tr td small {
	display:block;
}
.package table tr td:first-child {
	border-color: transparent;
}
.package table tr td+td {
	padding-left: 1em;
}
.package table tr td:first-child+td {
	padding-left:0;
	white-space:nowrap;
}
.package table thead th {
	text-align: center;
	padding-bottom: 5px;
}
.package table .fiveliter b, .package table .oneliter b, .package table .halfliter b,
.package table thead th[class] b {
	width: 44px;
	height:44px;
	background-image:url(../img/package-icons.png);
	display:block;
	text-indent: -9000em;
	margin: 0 auto;
}
.package table .fiveliter b {
	background-position: 0 0;
}
.package table .oneliter b {
	background-position: 0 -44px;
}
.package table .halfliter b {
	background-position: 0 -88px;
}
.package table .icon1 b {
	background-position: 0 -132px;
}
.package table .icon2 b {
	background-position: 0 -176px;
}
.package table .icon3 b {
	background-position: 0 -220px;
}
.package table .icon4 b {
	background-position: 0 -264px;
}
.package table .icon5 b {
	background-position: 0 -308px;
}

.sponsor-list img {
	margin: 0 auto;
	padding-bottom: 15px;
}
