@charset "UTF-8";

/* ------------ GLOBALS ------------ */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

html {
	background: url(../images/tile-1.png) fixed center top;
	}

body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: #c8c8c8 2px 2px 3px;
	}

h2 {
	font-size: 14px;
	padding-top: 12px;
	margin-bottom: 8px;
	color: #36f;
	}

p {
	margin-bottom: 10px;
	}

.clear {
	clear: both;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.speaker {
	color: gray;
	font-size: 90%;
	}

.specs {
	text-align: center;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #dcdcdc;
	padding: 5px;
	}

.industry {
	background-color: #1b4d94;
	color: lightgrey;
	text-align: center;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	}

.center {
	text-align: center;
	}

/* ------------ STRUCTURE ------------ */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: auto;
	background: white;
	-moz-box-shadow: 0px 0px 25px #AAA;
	-webkit-box-shadow: 0px 0px 25px #AAA;
	}

#header {
	width: 700px;
	height: 200px;
	}



/* ------------ NAVIGATION ------------ */

#nav {
	background-image: url(../images/nav-banner.jpg);
	width: 700px;
	height: 40px;
	}
 
#navbuttons {
	margin: 0;
	padding: 0;
	z-index: 30;
	}


#navbuttons li {
	list-style: none;
	float: left;
	font-size: 16px;
	text-align: center;
	}

#navbuttons li a {
	display: block;
	width: 139px;
	height: 40px;
	color: #FFF;
	text-decoration: none;
	border-right: solid 1px #BBB;
	}

#navbuttons li a.last {
	width: 140px;
	border-right: none;
	}

#navbuttons li a:hover {
	background: #3766ff}

#navbuttons div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

#navbuttons div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 139px;
	height: 25px;
	white-space: nowrap;
	text-decoration: none;
	color: #162e50;
	background-color: #dcdcdc;
	font-size: 12px;
	border-right: none;
	}

#navbuttons div a:hover {
	color: #FFF
	}
	
#navbuttons .centernav {
	position: relative;
	top: 11px;
	}

#navbuttons .centersub {
	position: relative;
	top: 6px;
	}



/* ------------ IMAGE BANNERS ------------ */

#shower-timer-home {
	background: url(../images/banner-home.jpg) no-repeat;
	height: 450px;
	}
	
#shower-timers {
	background: url(../images/banner-home.jpg) no-repeat;
	height: 450px;
	}
	
#commercial-banner {
	background-image: url(../images/banner-commercial.jpg);
	height: 300px;
	}

#domestic-banner {
	background-image: url(../images/banner-domestic.jpg);
	height: 300px;
	}

#specifications-banner {
	background-image: url(../images/banner-specifications.jpg);
	height: 200px;
	}

#standard-banner {
	background-image: url(../images/banner-standard.jpg);
	height: 270px;
	}

#cost-savings {
	background-image: url(../images/banner-cost-savings.jpg);
	height: 200px;
	}

#testimonials {
	background-image: url(../images/banner-testimonials.jpg);
	height: 200px;
	}

#support-general {
	background-image: url(../images/banner-support.jpg);
	height: 200px;
	}

#installation {
	background-image: url(../images/banner-installation.jpg);
	height: 200px;
	}

#programming {
	background-image: url(../images/banner-programming.jpg);
	height: 200px;
	}

#questions {
	background-image: url(../images/banner-faq.jpg);
	height: 200px;
	}

#calculator {
	background-image: url(../images/banner-calculator.jpg);
	height: 200px;
	}

#industry {
	background-image: url(../images/banner-industry.jpg);
	height: 200px;
	}
	
#saving-water {
	padding: 280px 30px 20px;
	line-height: 1.5em;
	background: #272d65 url(../images/saving-water.jpg) no-repeat;
	color: white;
	}

#saving-water a {
	color: white;
	}
	
#saving-gas {
	padding: 280px 30px 20px;
	line-height: 1.5em;
	background: #272d65 url(../images/saving-gas.jpg) no-repeat;
	color: white;
	}

#saving-gas a {
	color: white;
	}
	
#saving-electricity {
	padding: 280px 30px 20px;
	line-height: 1.5em;
	background: #272d65 url(../images/saving-electricity.jpg) no-repeat;
	color: white;
	}

#saving-electricity a {
	color: white;
	}
	
#purchase {
	height: 330px;
	background: url(../images/banner-purchase-2.jpg) no-repeat 0 center;
	}

#thankyou {
	height: 200px;
	background: url(../images/banner-thankyou.jpg) no-repeat 0 center;
	}
	
#contact {
	background-image: url(../images/banner-contact.jpg);
	height: 200px;
	}


/* ------------ CONTENT ------------ */


#content {
	padding: 20px 30px 0;
	line-height: 1.5em;
	}

#content table tr {
	margin: 0;
	padding: 0;
	}

#content ul {
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	padding-left: 1.4em;
	}

#content li {
	margin-bottom: 10px;
	}

#leftcol {
	width: 295px;
	padding-right: 20px;
	border-right: 1px solid #dcdcdc;
	vertical-align: top;
	}
	
#rightcol {
	width: 295px;
	padding-left: 20px;
	vertical-align: top;
	}

#timer-options {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	}

#timer-options td {
	width: 100px;
	}

#headline {
	text-align: center;
	}

#list {
	margin-bottom: 10px;
	background-color: #9b9b9b;
	color: #4d4d4d;
	}

/* ------------ TABLE STYLING ------------ */


#content table {
	margin: 0;
	padding: 0;
	}

#saving-gas table, #saving-electricity table  {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 18px;
	padding: 10px 0;
	border-top: 1px solid #5290cd;
	border-bottom: 1px solid #5290cd;
	}

#saving-gas th, #saving-electricity th {
	color: #5290cd;
	text-align: left;
	}

#purchase-table {
	table-layout: 250px;
	}

/* ------------ FOOTER ------------ */

#footer {
	padding: 30px 0 10px 0;
	text-align: center;
	}

#footer.savings {
	background-color: #272d65;
	}

