* {	
	margin: 0;
	padding: 0;
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background: #fff url(../img/bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	text-align: left;
	height: 100%;
	}
h1, h2, p, hr {
	margin: 0 0 10px 0;
}
#wrapper {
	width: 750px;
	min-height: 600px;
	margin: auto;
	background-color: #fff;
	margin-top: 50px;
	}
#header {
	display: block;
	width: 750px;
	margin: auto;
	min-height: 150px;
	margin-left: auto;
}
#header img {
	display: block;
	margin: auto;
	padding-top: 30px;
	}
#left {}
/*
#left #navigation { 
	margin-top: 4px; 
	}
*/
#navigation {
	margin: 4px 0 0 24px;
	display: block;
	width: 200px;
	float: left;
} 	
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li a {
	display: block;
	padding: 2px 30px 2px 2px;
	color: #fff;
	background: #0ae url(../img/nav_off.gif) no-repeat 180px center;
	border: solid 1px #fff;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	color: #0ae;
	background: #fff url(../img/nav_on.gif) no-repeat 180px center;
	border: solid 1px #0ae;
}
#right {
	width: 480px;
	display: block;
	float: right;
	padding: 0 25px 25px 10px;
	}
#highlight	{
	float: right;
	width: 448px;
	padding: 0 30px 25px 0;
	text-align:center;
	font-size: 1.6em;
	font-style: italic;
	display: block;
	}
#home-logo {
	display: block;
	padding: 25px 0 0 0;
	margin: auto;
}
#phone-box {
	display: block;
	float: left;
	width: 300px;
	font-size: .9em;
	text-align: left;	
	margin: 20px 0 0 25px;
	}
#navcontainer { 
	clear: right;
	display: block;
	width: 350px; 
	float: right;
	text-align: left;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navcontainer li {
	padding: 15px 0 15px 20px;
	width: 300px;
	background: #0ae;
	margin: 1px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	}
#navcontainer li.ignore {
	font-size: .75em;
	background: none;
	font-weight: normal;	
	color: #000;
	}	
#navcontainer li.ignore a {
	color: #000;
	}	
	
#navcontainer li a {
	text-decoration: none;
	color: #fff;
	}
#navcontainer li a:hover {
	color: red;
	}	
#content {
	background: #fff;
	}
#content h1 {
	color: #0ae;
	font-size: 1.6em;
	text-transform: uppercase;
}

#content h2 {
	color: #0ae;
	font-size: 1.2em;
	text-transform: uppercase;
}

#content ul li {
	margin: 0 0 10px 20px;
}

#content ul li strong {
	display: block;
}
#hydro-cycle {
	display: block;
	padding: 4px 0 25px 25px;
}
