body {
	margin: 0;
	padding: 0;
	font-family: verdana,geneva;
	font-size: 14px;
	color: #000000;
	background: #D0DCD0 url(gfx/body_bg.png) top repeat-x;
	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;
}

#shadows {
	margin: 0 auto;
	padding: 0;
	width: 909px;
	background: transparent url(gfx/shadows.png) center 146px no-repeat;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

h1#logo_print {
	display:none;
}
h1#logo {
	margin: 0;
	padding: 0;
	position: absolute;
}
	h1#logo img {
		position: relative;
		left: 20px;
	}

#promo_wrap {
	position: absolute;
	top: 5px;
}
	#promo_wrap a#promo_bg {
		display: block;
		position: relative;
		left: 450px;
		width: 352px;
		height: 95px;
		overflow: hidden;
		background: #01FB33;
	}
#promo_full {
	position: relative;
	left: -20px;
	margin-bottom: 15px;
}

div#menu {
	margin: 0;
	padding: 102px 0 0 0;
	width: 909px;
	height: 43px;
	background: transparent url(gfx/menu_bg.png) bottom repeat-x;
}

	div#menu #menu_left {
		margin: 0;
		padding: 0;
		height: 43px;
		background: transparent url(gfx/menu_left.png) left top no-repeat;
	}
	#menu ul {
		margin: 0;
		padding: 0 20px 0 0;
		height: 43px;
		float: right;
		background: transparent url(gfx/menu_right.png) right top no-repeat;
		list-style: none;
	}

	#menu a {
		display: block;
		padding: 11px 15px 10px 15px;
		color: #FFFFFF;
		font-family: verdana,geneva;
		font-weight: normal;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		background: transparent;
	}
	#menu a:hover {
		color: #FFFFFF;
		background: #549888;
	}
	
	/*
	#menu a.first, #menu a#first {
		border: 0;
	}
	*/
	
	#menu li {
		float: left;
		margin: 4px 0 0 0;
		padding: 0;
		background: transparent;
	}
	#menu li.highlight {
		background: transparent url(gfx/left_top.png) no-repeat center top;
	}

	#menu li ul {
		margin: -2px 0 0 0;
		padding: 0;
		height: auto;
		width: 180px;
		position: absolute;
		z-index: 98;
		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;
		background: transparent;
		z-index: 99;
	}

	#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: #549888;
	}

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

#content {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	background: transparent url(gfx/banner_bg.png) top repeat-x;
}

#left_menu {
	margin: 20px 0 0 20px !important;
	margin: 20px 8px 0 10px;
	padding: 0;
	width: 241px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	background: #D0DCD0 url(gfx/left_bg.png) top repeat-x;
}
	#left_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;
	}
	#left_menu ul {
		margin: 0 20px;
		padding: 0;
		list-style: none;
	}
		#left_menu ul ul {
			margin: 5px 0 0 0;
			padding: 0;
			list-style: none;
		}
	#left_menu ul li {
		margin: 0;
		padding: 10px 0 10px 20px;
		border-top: 1px solid #9BC2B8;
		background: url(gfx/left_bullet.png) 5px 15px no-repeat;
		text-decoration: none;
		color: #044A45;
		font-weight: bold;
		font-size: 14px;
	}
	#left_menu ul li.bottom {
		border-top: 0;
		border-bottom: 1px solid #9BC2B8;
	}
		#left_menu ul li.first {
			border: none;
		}
		#left_menu ul li li {
			margin: 0;
			padding: 5px 0 5px 20px;
			border: 0;
			background: url(gfx/left_bullet.png) 5px 10px no-repeat;
		}
	#left_menu a {
		text-decoration: none;
		color: #044A45;
		font-weight: bold;
		font-size: 14px;
	}
	#left_menu a:hover {
		text-decoration: underline;
		color: #000000;
	}
	#left_menu ul ul a {
		color: #044A45;
		font-weight: normal;
		font-size: 12px;
	}
	#left_menu ul ul a:hover {
		text-decoration: underline;
		color: #000000;
	}
	
		#left_menu ul.contacts {
			margin: 0;
			padding: 0 10px;
			list-style: none;
			position: relative;
		}
		#left_menu ul.contacts li {
			margin: 0;
			padding: 10px 0;
			background: transparent;
		}
		#left_menu ul.contacts li h3 {
			margin: 0;
			padding: 0 0 0 20px;
			color: #044A45;
			font-weight: bold;
			font-size: 14px;
			background: transparent url(gfx/left_bullet.png) 5px 5px no-repeat;
			cursor: pointer;
		}
		#left_menu ul.contacts li p {
			margin: 0 0 0 20px;
		}
		
		#left_menu dl.contacts {
			margin: 8px 0 0 20px;
			padding: 0;
			display: none;
		}
		#left_menu ul.contacts li,
		#left_menu dl.contacts dd {
			color: #000000;
			font-weight: normal;
			font-size: 12px;
		}
		#left_menu .contacts dt {
			width: 60px;
			font-weight: bold;
		}
		#left_menu .contacts dd {
			margin: -17px 0 8px 62px;
			padding: 0 0 0 10px;
		}
	#left_menu #lucky {
		margin-top:40px;
		text-align:center;
	}

#header {
	margin: 0 0 0 270px !important;
	margin: 0;
	padding: 0;
	height: 170px;
}
	#header p {
		color: #FFFFFF;
	}
	p#call_now {
		position: absolute;
		top: 170px;
		margin: 0;
		padding: 0 0 0 20px;
		font-family: arial;
		font-weight: bold;
		font-size: 28px;
	}
	p#phone {
		position: absolute;
		top: 200px;
		margin: 0;
		padding: 0 0 0 50px;
		font-family: arial;
		font-weight: bold;
		font-size: 48px;
	}
	p#enquiry {
		position: absolute;
		top: 255px;
		margin: 0;
		padding: 0 0 0 22px;
		font-family: arial;
		font-weight: normal;
		font-size: 20px;
	}
	p#nearest {
		position: absolute;
		top: 283px;
		margin: 0;
		padding: 0 0 0 18px;
		font-family: arial;
		font-weight: normal;
		font-size: 18px;
	}
		p#enquiry a, p#nearest a {
			color: #9BBFB7;
		}
		p#enquiry a:hover, p#nearest a:hover {
			color: #549888;
		}
	#polaroids {
		margin:15px 0 0 250px;
		position:absolute;
		top: 144px;
		z-index:1;
	}
	
	#top-polaroids_top_frame {
		margin: 15px 0 0 252px;
		position:absolute;
		top: 206px;
		z-index:7;
	}
	#top-polaroids_middle_frame {
		margin: 15px 0 0 358px;
		position:absolute;
		top: 147px;
		z-index:5;
	}
	#top-polaroids_bottom_frame {
		margin: 15px 0 0 434px;
		position:absolute;
		top: 220px;
		z-index:3;
	}
		
		.top-polaroids {
			position: absolute;
			width: 150px;
			height: 100px;
		}
			.top-polaroids.top {
				margin: 15px 0 0 263px;
				top: 215px;
				z-index: 6;
			}
			.top-polaroids.middle {
				margin: 15px 0 0 370px;
				top: 157px;
				z-index:4;
			}
			.top-polaroids.bottom {
				margin: 15px 0 0 445px;
				top: 230px;
				z-index: 2;
			}
		/*
		#top-polaroids_top {
			margin: 15px 0 0 263px;
			position:absolute;
			top: 215px;
			z-index:6;
			width: 150px;
			height: 100px;
		}
		#top-polaroids_middle {
			margin: 15px 0 0 370px;
			position:absolute;
			top: 157px;
			z-index:4;
			width: 150px;
			height: 100px;
		}
		#top-polaroids_bottom {
			margin: 15px 0 0 445px;
			position:absolute;
			top: 230px;
			z-index:2;
			width: 150px;
			height: 100px;
		}
		*/

#text {
	margin: 15px 0 0 275px !important;
	padding: 0;
	min-height: 200px;
	width: 610px;
	text-align: left;
	background: #E8EEE8 url(gfx/text_padding_bg.png) bottom repeat-x;
}
#text_padding {
	margin: 0;
	padding: 20px;
	background: transparent url(gfx/text_bg.png) top repeat-x;
}
	#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: #044A45;
		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;
	}

#footer {
	margin: 10px auto;
	padding: 20px 0 10px 0;
	width: 909px;
	clear: both;
	border-top: 2px solid #FFFFFF;
	color: #333333;
}
	#footer .logos {
		margin: 0 0 0 10px;
		float: left;
	}
	#footer #links {
		font-size: 10px;
	}
	#footer a {
		text-decoration: none;
		color: #333333;
	}
	#footer a:hover {
		color: #006661;
	}

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-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #044A45;
}

h1 a {
	color: #044A45;
	text-decoration:none;
}
h1 a:hover {
	color: #1C62A7;
	text-decoration:none;
}
h2, h2 a, h2 a:link, h2 a:visited {
	margin: 16px 0 10px 0;
	padding: 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #333333;
}
h2 a:hover {
	text-decoration: none;
	color: #606060;
}
h3 {
	margin: 3px 0 6px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
hr {
	border: 0;
	border-top: #549888 1px solid;
}
form {
	margin: 0;
	padding: 0;
}
table, td, input, textarea {
}

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_gallery {
	margin: 5px 15px 5px 0;
	padding: 0 0 2px 0;
	float: left;
}
	div.product_image {
		margin: 0;
		padding: 10px 10px 4px 10px;
		background: #FFFFFF;
		border-width: 2px;
		border-style: solid;
		border-color: #D0DCD0;
		width: 165px;
	}
		div.product_image.hide {
			display:none;
		}
	div.product_image a {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-align: center;
	}
	div.product_image img {
		margin: 5px 0;
		border: 1px solid #aaaaaa;
	}
	div.product_image a:hover {
		color: #044A45;
	}
	div.product_image a:hover img {
		border: 1px solid #044A45;
	}

ul.product_options {
	list-style: none;
}
	ul.product_options li {
		margin: 0 0 16px 195px;
		text-decoration: none;
		line-height: 14px;
	}
	ul.product_options li a,
	ul.product_options li a:visited {
		text-decoration: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	ul.product_options li a img {
		margin: 0 0 0 -30px;
		padding: 0 6px 0 0;
		border: 0;
		vertical-align: middle;
	}

a.video,
a.video:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	float: right;
}
a.video img {
	border: 0;
	vertical-align: middle;
}
a.products {
	text-decoration: none;
	font-weight: bold;
}

.suggest_link {
	background-color: #DBE4DB;
	color: #000000;
	padding: 2px 6px;
	font-size: 13px;
}
.suggest_link_over {
	background-color: #549888;
	color: #FFFFFF;
	padding: 2px 6px;
	font-size: 13px;
	cursor: pointer;
}
#suburb_suggest {
	position: absolute;
	z-index: 1;
	background-color: #DBE4DB; 
	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;
}
	a.enquiry,
	a.enquiry:visited{
		text-decoration: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	a.enquiry img {
		border: 0;
		vertical-align: middle;
	}

div.image_row {
	float: left;
}
div.image {
	margin: 10px auto;
	padding: 0;
	float: left;
	width: 190px;
	height: auto;
	text-align: center;
	font-size: 12px;
}
	div.image img {
		margin: 0;
		border: 1px solid #000000;
	}
	div.image div.caption {
		padding: 0 5px;
	}

br.clear {
	clear: both;
}


form.style {
	margin: 0;
	padding: 0;
}
	form.style p {
		margin: 0 0 5px 0;
		font-size: 10px;
	}
		form.style p.legend {
			margin: 10px 0 15px 0;
			font-size: 13px;
		}
		form.style p.question {
			margin: 10px 0 10px 20px;
			font-size: 14px;
			font-weight: bold;
		}
		form.style p.center {
			text-align: center;
		}
		form.style p.clear {
			clear: both;
		}
		form.style p span {
			font-size: 13px;
		}
form.style fieldset {
	margin: 0 0 10px 0;
	padding: 0 15px 20px 15px;
	border: 2px solid #333333;
}
form.style legend {
	margin: 0;
	padding: 1px 8px;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}
form.style input,
form.style textarea {
	cursor: text;
	font-family: verdana,geneva;
	font-size: 13px;
}
form.style select,
form.style label,
form.style div.checkbox input,
form.style div.radio input,
form.style input#submit ,
form.style input.submit {
	cursor: pointer;
}
form.style label {
	float:left;
	margin-left: 20px;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}
	form.style div.checkbox {
		margin: 3px 0;
		padding: 0;
		width: auto;
		font-weight: normal;
	}
		form.style div.checkbox label {
			float: none;
			margin: 0;
			padding: 0;
			width: 120px;
			font-weight: normal;
		}
		form.style div.checkbox input {
			margin: 0 5px 0 40px;
			padding: 0;
			vertical-align: middle;
		}
	
	form.style div.radio {
		float: left;
		margin: 0 0 5px 0;
		width: auto;
		font-weight: normal;
	}
		form.style div.radio label {
			float: none;
			margin: 0;
			width: 120px;
			font-weight: normal;
		}
		form.style div.radio input {
			margin: 0 5px 0 40px;
			vertical-align: middle;
		}
			form.style div.radio input.no_margin {
				margin: 0 5px 0 0;
				vertical-align: middle;
			}
form.style input#submit {
	margin: 0 0 0 140px;
}
form.style .error {
	margin: 0 0 16px 140px;
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
	form.style .error.no_margin {
		margin: 0 0 16px 20px;
	}
form.style div.error p {
	margin: 0 0 8px 0;
}
span.required {
	color: #FF0000;
}

	form.style p.survey {
		float: left;
		margin: 0 20px !important;
		margin: 0 10px;
		padding: 3px 1px;
		display: block;
		width: 530px;
	}
	form.style p.survey label {
		float: left;
		margin: 0 20px 5px 20px !important;
		margin: 0 20px 5px 10px;
		width: auto;
		font-weight: bold;
		display: block;
	}
		form.style p.survey.odd {
			background: #DBE4DB;
		}
		form.style p.survey.even {
			background: #fff;
		}
	form.style p.survey select {
		float: right;
		margin-right: 20px;
	}

div.part {
	margin: 0 20px 20px 20px;
	float:right;
	text-align: center;
	background: transparent;
}
span.price {
	white-space: nowrap;
	color: #AD0000;
}
img.part_image {
	border: 1px solid #897E66;
}
img.part_img {
	margin: 0px 15px 15px 0;
	float: left;
	border: 1px solid #897E66;
}

table.cart th {
	text-align: center;
	border-bottom: 2px solid #333333;
	border-right: 1px solid #333333;
}
tr.one {
	background: #DBE4DB;
}
tr.two {
	background: #F1F5F1;
}
table.cart .end {
	border-right: 0;
}
table.cart td {
	border-right: 1px solid #333333;
}

span#total {
	margin: 15px 0 0 0;
	float: right;
	font-family: verdana;
	font-size: 18px;
}

div#postage {
	text-align:right;
	font-size:16px;
	color:#cc0000;
	line-height: 180%;
}
	div#postage span#grand_total {
		font-size:22px;
	}


div#cart_status {
	margin: 0;
	padding: 10px 0;
	background: #9BC2B8;
}
	div#cart_status a,
	div#cart_status p {
		margin: 0;
		padding: 0 5px 5px 5px;
		font-style: italic;
		font-size: 13px;
		text-align: center;
	}

#cc,
#dd,
#other {
	display: none;
}

#success {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #338F11;
	background: url(gfx/form_ok.png) 0px 4px no-repeat;
}
#fail {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background: url(gfx/form_error.png) 0px 4px no-repeat;
}

ul.enquiries,
dl.enquiries {
	margin: 8px 0 0 20px;
	padding: 0;
}
ul.enquiries li,
dl.enquiries dd {
	color: #000000;
	font-weight: normal;
}
.enquiries dt {
	width: 90px;
	font-weight: bold;
}
.enquiries dd {
	margin: -17px 0 6px 95px;
	padding: 0 0 0 10px;
}
.enquiries li {
	margin: 0 0 6px 20px;
	padding: 0 0 0 10px;
}

dd#cart_dd {
	margin: 10px 0 10px 10px;
}

table.info {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #044A45;
	border-right: 0;
}
table.info th {
	background: #044A45;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #333333;
}
table.info td {
	font-size: 12px;
	border-right: 1px solid #044A45;
}