@charset "utf-8";
body  {
	font: 90% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #000a0d;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
#container { 
	width: 760px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffff66;
	font-size: 180%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#header {
	width: 100%;
	background-image: url('/images/header-bg-phone.jpg');
	height: 239px;
}
#header ul {
	list-style-type: none;
	padding-top: 110px;
	padding-left: 7px;
	margin: 0;
}
#header li {
	float: left;
	margin: 0 2px;
}
#navigation {
	background-image: url('/images/nav-bg-new.jpg');
	height: 37px;
	width: 100%; /* nav width */
	float: left;
	margin-top: 2px;
}
#navigation ul {
	text-align: center;
	list-style-type: none;
	padding: 9px 0 5px 0;
	margin: 0 auto;
	width: 700px;
}
#navigation li {
	font-size: 1em;
	padding: 0 20px 0 20px;
	background-repeat: no-repeat;
}
#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}
#navigation a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
#navigation a.highlightednav {
	text-decoration: underline;
}
#navigation a.highlightednav:hover {
	color: #FFFF66;
}
#main {
	background-color: #0e3d58;
	padding-bottom: 10px;
}
#gallery {
	float: right;
	width: 350px;
	margin: 20px 20px 0 0;
	background-color: #000;
	padding-bottom: 16px;
}
#gallery h1 {
	font-size: 120%;
	background-color: #094b75;
	border-top: 1px solid #5d7686;
	border-bottom: 2px solid #3c5a6d;
	text-align: center;
	padding: 10px 0px;
}
#gallery ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 15px 0px;
	border: none;
}
#gallery li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
#gallery img {
	display: block;
	border: 1px solid #ccc;
	background-color: #f4fafb;
	padding: 3px;
}
#why-choose {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #000;
}
#why-choose h1 {
	font-size: 120%;
	background-color: #094b75;
	border-top: 1px solid #5d7686;
	border-bottom: 2px solid #3c5a6d;
	text-align: center;
	padding: 10px 0px;
}
#why-choose ul {
	list-style-type: none;
	padding: 10px 0px;
	border: none;
	margin: 0;
}
#why-choose li {
	background-image: url('/images/choose-tick.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 13px;
	margin-left: 10px;
}
#clearboth {
	clear: both;
	height: 0px;
}
#slogan {
	clear: both;
	padding: 5px 40px;
	font-size: 120%;
	color: #CCC;
	text-align: center;
	font-style: italic;
}
#content {
	margin: 20px;
	border-left: 30px solid #065d94;
	padding-left: 10px;
}
#content h1 {
	padding: 0px;
}
#content a {
	color: #FFF;
}
#footer {
	background-image: url('/images/footer-bg-02.jpg');
	background-repeat: no-repeat;
	height: 98px;
	text-align: right;
	font-size: 90%;
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
}

.big-yellow {
	text-align: right;
	font-size: 200%;
	color:#FFFF66;
	margin: 0px;
	margin-top: -10px;
	padding-right: 10px;
}
.med-yellow {
	text-align: right;
	font-size: 130%;
	color:#FFFF66;
	margin: 0px;
	padding-right: 10px;
}
.small-yellow {
	text-align: right;
	font-size: 110%;
	color:#FFFF66;
	margin: 0px;
	padding-right: 10px;
}
.contact-details {
	margin: 15px 0 0 0;
	padding-right: 30px;
	font-size: 130%;
}
.contact-details a {
	color: #FFF;
	font-size: 80%;
}
.dev {
	margin-top: 25px;
	text-align: center;
}
.dev a {
	text-decoration: none;
	color: #FFFFFF;
}
.dev a:hover {
	text-decoration: underline;
}
.clearboth {
	clear: both;
}
.clearboth a {
	color: #FF6;
}
#gallerylist {
	list-style-type: none;
	padding: 0;
	margin-left: 60px;
}
#gallerylist ul {
}
#gallerylist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #999;
	text-align: center;
}
#gallerylist img {
	display: block;
	border: 1px solid #ccc;
	background-color: #f4fafb;
	padding: 5px;
	margin: 0 10px 10px 10px;
}
#office {
	float: right;
	width: 350px;
}
.add-water {
	text-align: center;
	color: #ffff66;
	font-weight: bold;
}
.faq {
	color: #ffff66;
	font-weight: bold;
	font-size: 110%;
}
.supplier {
	float: left;
	width: 295px;
	height: 140px;
	margin-left: 40px;
}
.redemption-text-field {
	height: 30px;
	border: 4px solid #ebebeb;
	font-size: 120%;
	color: #666;
	padding-left: 15px;
}
.redemption-select-field {
	height: 30px;
	border: 4px solid #ebebeb;
	font-size: 120%;
	color: #666;
}
#redemption {
	width: 630px;
	margin: 10px auto;
}