/*  
Theme Name: H2O Pro
Theme URI: http://
Description: Theme for H2O Pro Site
Version: 1.6
Author: Adrian Palmer and Alex Kondys
Author URI: http://eps.com.au
*/
/* @group Reset */
html{
	overflow: auto;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img{
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus{
	outline: 0;
}
body{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
/* @end */
/* @group Defaults */
h1,h2,h3,h4,h5,h6{
	font-family: myriad, arial, helvetica, sans-serif;
	color: #0053a0;
	line-height: 1em;
	margin: 0 0 .5em 0;
	font-weight: bold;
}
p{
	padding: 0 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
ul{
	list-style-type: disc;
	margin: 1em;
}
ul li{
	margin: .5em 0 .5em 1em;
	list-style-position: outside;
}
/* @end */
/* @group Structure */
body{
	background: transparent url(images/background-water.jpg) repeat-x 50% top;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 86%;
}
#header{
	display: block;
	height: 150px;
}
#header p{
	text-indent: -9999px;
	background: transparent url(images/cta-contact.jpg) no-repeat bottom;
	display: block;
	width: 192px;
	height: 150px;
	float: right;
	padding: 0;
}
#pagewidth, #header div{
	margin: 0 auto;
	width: 960px;
}
#body{
	clear: both;
	margin-top: 1em;
}
#menu{
	display: block;
	width: 192px;
	float: left;
	margin: 0;
}
#main{
	display: block;
	width: 748px;
	margin-left: 20px;
	float: left;
	_display: inline;
}
#footer{
	margin: 0 0 1em 212px;
	width: 748px;
	clear: both;
	border-top: 1px dotted #36b9e5;
	padding-top: .5em;
}
div.cta-container{
	width: 530px;
	height: auto;
	padding: 14px 0;
}
/* @end */
/* @group Headings */
h1{
	text-indent: -2000em;
	background: transparent url(images/h20pro.jpg) no-repeat;
	display: block;
	width: 192px;
	height: 150px;
	float: left;
}
h2{
	font-size: 2.5em;
}
h3{
	font-size: 1.5em;
}
/* @end */
/* @group Menu */
#menu li{
	display: block;
	width: 192px;
	overflow: hidden;
	height: auto;
	border-bottom: 1px dotted #36b9e5;
	margin: 0;
}
#menu li a{
	display: block;
	width: 192px;
	padding-top: 8px;
	height: 22px;
	font-size: 1.1em;
	color: #0053a0;
	text-decoration: none;
	margin: 0;
}
#menu li ul{
	display: none;
}
#menu li.active ul{
	display: block;
}
#menu li ul li{
	display: block;
	width: 192px;
	height: auto;
	border-top: 1px dotted #36b9e5;
	border-bottom: 0;
	margin: 0;
}
#menu li ul li a{
	display: block;
	width: 192px;
	padding: 8px 0 8px 20px;
	height: auto;
	font-size: 1em;
	color: #b86900;
	text-decoration: none;
	background: transparent url(images/orange-arrow.gif) no-repeat 10px 10px;
}
/* @end */
/* @group Footer */
#footer p, #footer a{
	color: #36b9e5;
	font-size: .9em;
}
/* @end */
/* @group Useful Classes */
.clear{
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	clear: both;
}
.padding{
	padding: 1em;
}
.left{
	float: left;
}
.right{
	float: right;
}
/* @end */
img#rightimage{
	border: 1px solid #0053a0;
	float: right;
	margin: 0 0 1em 1em;
	padding: 10px;
}
