/* - - - - - - - - - - - - - - - - - - - - -

Title : Hydro H2O
URL : http://hydroh2o.com.au/

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*----------------------------------------------------------------------------- 
	Global Styles
-----------------------------------------------------------------------------*/
html, body { margin: 0; padding: 0; }

body {
	background: #f8f2df;
	font: normal 12px/18px Arial, Helvetica, sans-serif; 
}

h1,h2,h3,h4,h5,p { margin:0; }

h1 { font: bold 18px Arial, Helvetica, sans-serif; color: #000000; line-height: 51px; }
h2 { font: normal 20px Arial, Helvetica, sans-serif; color: #28312d; margin-bottom: 16px; }
h3 { font: bold 16px Arial, Helvetica, sans-serif; color:#000000; }

p {margin-bottom: 16px; }

a, a:hover { color: #048ca8; }
a:visted { color: #1f5965; }


.clear { clear: both; padding:0; margin:0; line-height:0; }

/*----------------------------------------------------------------------------- 
	Template Styles
-----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------- 
	Layout Styles
-----------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#headerWrap {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 5px;
}

	#logo { float: left; width: 187px; }
	
	#topNavWrap {
		float: right;
		margin-top: 116px;
	}
	
		ul#topNav {
			list-style: none;
			margin: 0;
			padding: 0;
			
		}
		
			ul#topNav li { display: inline; float: left; }
			
			ul#topNav a, ul#topNav a:visited {
				padding: 4px 8px 2px 8px;
				display: block;
				text-decoration: none;
				color: #444444;
				text-transform: uppercase;
				font: normal 12px Arial, Helvetica, sans-serif;
			}
			
			ul#topNav a:hover { text-decoration: underline; }
			
	
	#search { 
		float: right;
		width: 160px;
		height: 22px;
		padding-left: 10px;
		margin-top: 116px;
	}
	
		.searchBox { 
			width:123px; 
			border: 1px solid #dbcc9c; 
			color: #444444; 
			font: normal 12px Arial, Helvetica, sans-serif;
			padding: 2px 0 2px 2px;
			margin: 0;
		}
		.searchGo { 
			width: 28px; 
			background: url(/persistent/templateimages/search_go.jpg) no-repeat;
			border: 0;
			height: 21px;
			margin: 0;
		} 

#contentsWrap {
	background: #fff;
	padding: 10px;
/*	width: 940px;*/
}

	#flash {
		height: 335px;
		padding-bottom: 10px;
	}

	#contents {
		
	}
	
		#contents .home_intro {
			background: #f8f2df;
			padding:0; 
			margin-bottom: 10px;
		}
		
		#contents .home_intro h1 {
			color: #068da8;
			font: normal 29px Arial, Helvetica, sans-serif;
			margin-bottom: 8px;
		}
		
#footerWrap {
	padding: 10px;
	color: #6a5e55;
	margin-bottom: 20px;
}

	#footerWrap h5 {
		font: bold 15px Arial, Helvetica, sans-serif;
		color: #6a5e55;
		margin-bottom: 10px;
	}
	
	#footerWrap p {
		color: #6a5e55;
	}
		
		p.sitesuite {
			color: #b3a499;
			text-decoration: none;
			float: right;
		}	
		
			.sitesuite a {
				color: #b3a499;
				text-decoration: none;
				
			}
		
			.sitesuite a:hover {
				color: #6a5e55;
			}
	
	ul#footerNav {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	
		ul#footerNav li {
			display: inline;
		}
		
		ul#footerNav a, ul#footerNav a:visited {
			color: #6a5e55;
			text-decoration: none;
			border-left: 1px solid #6a5e55;
			padding: 0 5px 0 8px;
		}
		
		ul#footerNav a:hover { text-decoration: underline; }
		
		.first { border: none !important; padding-left: 0 !important; }

#stats {
	display: none;
	height: 0;
	line-height: 0;
}

