body {
	margin: 0;
	padding: 0;
	font-family: verdana,geneva;
	font-size: 13px;
	color: #000000;
	background: #242021;
	text-align: center;
}
#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#header {
	margin: 0 auto;
	padding: 0;
	height: 108px;
	text-align: left;
	background: #242021 url(gfx/header_bg.png) top repeat-x;
}

h1#logo {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 108px;
	background: transparent;
	text-indent: -9999px;
}
	h1#logo img {
		/*
		position: relative;
		left: 0px;
		*/
	}

div#menu {
	margin: -65px auto 0 auto;
	padding: 0;
	width: 900px;
	height: 28px;
	background: transparent;
	
	/*
	display:none;
	margin: 0;
	padding: 0;
	height: 28px;
	background: #393738;
	*/
}
	#menu ul {
		margin: 0 20px 0 0;
		padding: 0;
		height: 28px;
		float: right;
		list-style: none;
	}
	#menu a {
		float: left;
		display: block;
		padding: 6px 15px;
		color: #FFFFFF;
		font-family: arial,geneva;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		background: transparent;
	}
	#menu a:hover {
		color: #FFFFFF;
		background: transparent;
	}
	#menu a#active {
		background: transparent;
	}
	#menu li {
		float: left;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	#menu li ul {
		margin: -2px 0 0 0;
		padding: 0;
		height: auto;
		width: 180px;
		position: absolute;
		z-index: 2;
		left: -999em;
	}
	#menu li li {
		margin: 0;
		width: 180px;
	}
	#menu li ul a {
		width: 180px;
		padding: 4px 4px 4px 10px;
		font-size: 13px;
		background: #549888;
		color: #FFFFFF;
		text-align: left;
	}
	#menu li ul a:hover {
		background: #006B67;
		color: #FFFFFF;
	}

	#menu li ul ul {
		margin: -22px 0 0 180px;
	}

	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}

	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
		left: auto;
	}

	#menu li:hover, #menu li.sfhover {
		background: transparent;
	}

	#menu li:hover, #menu li.hover {
		position: static;
	}

div#feature {
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 1px;
}
	div#feature_content {
		margin: 0 auto;
		padding: 10px 0 65px 10px;
		width: 890px;
		font-family: verdana,geneva;
		font-size: 13px;
		text-align: left;
		color: #FFFFFF;
		background: transparent url(gfx/top_index.png) no-repeat 6px 25px;
	}
	div#feature_content h2 {
		color: #FFFFFF;
		font-family: arial,geneva;
	}
	div#feature_content div.column {
		float: left;
		padding: 0 1px;
		visibility: hidden;
	}
		div#feature_content div.column.left {
			width: 275px;
		}
		div#feature_content div.column.center {
			width: 319px;
		}
		div#feature_content div.column.right {
			width: 290px;
		}
	div#feature_content div.column ul {
		margin: 0;
		padding: 0 10px 0 30px;
	}

#wrap {
	margin: 0;
	padding: 11px 0 0 0;
	background: #DFDFDF url(gfx/border_feature.png) top repeat-x;
}
#content_border {
	margin: -50px auto 0 auto;
	padding: 9px 0 0 0;
	background: transparent url(gfx/border_content_top.png) top center no-repeat;
}
#content, #content_right {
	margin: 0 auto;
	padding: 0 9px;
	width: 900px;
	overflow: hidden;
	clear: both;
	text-align: left;
	background: transparent url(gfx/border_content_sides.png) top center repeat-y;
}

#content #text {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
}
#content_right #text {
	margin: 0 275px 0 0 !important;
	padding: 0;
	height: auto !important;
	width: 610px;
	text-align: left;
	background: #FFFFFF;
}
#text_padding {
	margin: 0;
	padding: 20px;
}

	#text fieldset {
		margin: 0 0 10px 0;
		padding: 0 15px 15px 15px;
		border: 2px solid #666666;
	}
	#text fieldset.float {
		margin: 0 20px 10px 15px;
		float: left;
		width: 360px;
	}
	#text fieldset.clear {
		margin: 0 20px 10px 15px;
		clear: left;
	}
	#text legend {
		margin: 0;
		padding: 1px 8px;
		font-weight: bold;
		font-size: 15px;
		color: #666666;
	}
	#text label {
		float:left;
		width: 120px;
		font-weight: bold;
		padding: 0;
		min-height: 25px;
	}
	#text label.comments {
		float: none;
		width: auto;
	}
	#text textarea.comments {
		width: 100%;
	}
	
	#text form#enquiry_form p {
		clear: left;
		margin: 10px 0 0 0;
	}
	#text form#enquiry_form p.submit {
		margin: 15px 0 0 0;
		text-align: center;
	}
	#text form#enquiry_form input#submit {
		font-weight: bold;
		border-width: 2px;
	}
	#text form#enquiry_form .error {
		margin: 0 0 25px 0;
		color: #FF0000;
		font-weight: bold;
		font-size: 13px;
	}
		#text form#enquiry_form .error.no_margin {
			margin: 0 0 16px 0;
		}
	span.required {
		color: #FF0000;
	}
	
	#text ul.contacts {
		margin: 0;
		padding-left: 10px;
		list-style: none;
		position: relative;
	}
	#text ul.contacts li {
		margin: 0;
		padding: 16px 0 4px 0;
	}
	#text ul.contacts li h3 {
		margin: 0 0 4px 0;
		padding: 0 0 0 20px;
		color: #00A0C6;
		font-weight: bold;
		/*font-size: 14px;*/
		background: transparent url(gfx/left_bullet.png) 5px 5px no-repeat;
	}
	#text ul.contacts li p {
		margin: 0 0 0 20px;
	}
	
	#text dl.contacts {
		margin: 8px 0 0 20px;
		padding: 0;
	}
	#text ul.contacts li,
	#text dl.contacts dd {
		color: #000000;
		font-weight: normal;
	}
	#text .contacts dt {
		width: 90px;
		font-weight: bold;
	}
	#text .contacts dd {
		margin: -17px 0 6px 95px;
		padding: 0 0 0 10px;
	}

#content #right_menu_wrap {
	display: none;
}
#content_right #right_menu_wrap {
	margin: 0;
	padding: 0;
	width: 290px !important;
	width: 287px;
	height: auto !important;
	float: right;
	background: #CCCCCC;
}
	.right_menu h2 {
		margin: 0;
		padding: 0 0 0 20px;
		width: 221px;
		height: 43px;
		line-height: 43px;
		font-size: 16px;
		font-weight: normal;
		font-family: verdana,geneva;
		color: #FFFFFF;
		background: transparent url(gfx/left_top.png) top center no-repeat;
	}
	.right_menu ul {
		margin: 0 20px;
		padding: 0;
		list-style: none;
	}
	.right_menu ul li {
		margin: 0;
		padding: 10px 0 10px 20px;
		background: url(gfx/left_bullet.png) 5px 15px no-repeat;
	}
		.right_menu ul li.first {
			border: none;
		}
		.right_menu ul li li {
			margin: 0 0 1px 0;
			padding: 0;
			/*list-style-image: url(gfx/left_bullet.png);*/
		}
	.right_menu a {
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
	}
	.right_menu a:hover {
		text-decoration: underline;
		color: #000000;
	}
	.right_menu ul ul a {
		color: #142566;
		font-weight: normal;
		font-size: 12px;
	}
	.right_menu ul ul a:hover {
		text-decoration: underline;
		color: #000000;
	}

#footer {
	margin-top: -8px;
	padding-top: 8px;
	clear: both;
	color: #999999;
	text-align: center;
	background: transparent url(gfx/border_footer.png) top repeat-x;
}
	#footer #links {
		padding: 30px 0;
		font-size: 10px;
		background: #231F20 url(gfx/logo_bg.png) top repeat-x;
	}
	#footer a {
		text-decoration: none;
		color: #999999;
	}
	#footer a:hover {
		color: #CCCCCC;
	}
	div#footer_border {
		border: 0;
		height: 4px;
	}
	div#footer_border hr {
	  display: none;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #006661;
}
a:hover {
	text-decoration: underline;
	color: #181818;
}
p {
	margin: 0 0 16px 0;
	padding: 0;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: arial,geneva;
	font-size: 24px;
	font-weight: normal;
	color: #00A0C6;
}

h1 a {
	color: #00A0C6;
}
h1 a:hover {
	color: #1C62A7;
	text-decoration:none;
}
h2, h2 a, h2 a:link, h2 a:visited {
	margin: 16px 0 10px 0;
	padding: 0;
	font-family: arial,geneva;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
h2 a:hover {
	text-decoration: none;
	color: #AAAAAA;
}
h3 {
	margin: 3px 0 6px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
hr {
	border-top: #00A0C6 1px solid;
	border-bottom: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	background: #AAAAAA;
	border: 1px solid #666666;
	color: #000000;
	font-family: arial,geneva;
	font-size: 13px;
}

div.page_nav {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

div.news_article {
	margin: 20px 0 40px 0;
}
p.news_info {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #142566;
}

div.product_image {
	position: relative;
	width: 176px;
	height: 125px;
	margin: 10px 15px 10px 0;
	padding: 0;
	float: left;
}

	div.product_image div.polaroid {
		width: 176px;
		height: 125px;
		position: absolute;
		z-index: 3;
	}
	div.product_image div.polaroid.left {
		background: transparent url(gfx/polaroid_left.png) center center no-repeat;
	}
	div.product_image div.polaroid.right {
		background: transparent url(gfx/polaroid_right.png) center center no-repeat;
	}
	div.product_image img {
		position: relative;
		z-index: 2;
		top: 12px;
		left: 12px;
		width: 150px;
		height: 100px;
	}
a.products {
	text-decoration: none;
	font-weight: bold;
}

tr.one {
	background: #FFFFFF;
}
tr.two {
	background: #DDDDDD;
}

.suggest_link {
	background-color: #666666;
	color: #000000;
	padding: 2px 6px;
	font-size: 13px;
}
.suggest_link_over {
	background-color: #00A0C6;
	color: #FFFFFF;
	padding: 2px 6px;
	font-size: 13px;
	cursor: pointer;
}
#suburb_suggest {
	position: absolute;
	z-index: 1;
	background-color: #666666; 
	text-align: left; 
	border: 1px solid #000000;
	width: 250px;
	height: 100px;
	margin: -5px 0 0 140px;
	overflow: auto;
	visibility: hidden;
}

p.enquiry {
	text-align: right;
	
}

#menu a.link_blue:hover {
	background: #00A0C6;
}
#menu a.link_green:hover {
	background: #09A73B;
}
#menu a.link_orange:hover {
	background: #DC3900;
}
#menu a.link_yellow:hover {
	background: #FF8300;
}
#menu a.link_red:hover {
	background: #950000;
}
#menu a.link_purple:hover {
	background: #8710D0;
}


blockquote {
	margin: 15px;
	padding: 15px 5px 0px 55px;
	background: #EFEFEF url(gfx/quote.png) top left no-repeat;
	border: 1px solid #E0E0E0;
	border-left: 4px solid #00A0C6;
	font-style: italic;
	color: #000000;
}