/*********************** HTML reset ***********************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td {
	padding: 1px 2px;
	}

/*********************** Global styles ***********************/

body {
	line-height: 1;
	color:#676768;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	background:#e5e5e5;

	}

a {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	cursor: pointer;
	}

h1, h2, h3, h4, h5, h6 {

	}

h1 {
	margin: 8px 0 18px;
	font-size:26px;
	color:#525252;
	}

h2 {
	font-size:19px;
	color:#757575;
	}

h3 {
	margin-top:30px;
	font-size:16px;
	color:#000;
	}

h4 {
	font-size:14px;
	}

h5 {
	font-size:12px;
	}

h6 {
	font-size:10px;
	}

#container {
	padding:0 5px;
	background: purple;
	}


/*********************** Header styles ***********************/

#header_wrapper {
	overflow:hidden;
	}

#header {
	width:980px;
	height:333px;
	margin:0 auto;
	position:relative;
	z-index:1;
	}

#header_top {
	position:absolute;
	top:0;
	width:100%;
	height:70px;
	background:url(../grfx/backgrounds/header_top_background.jpg) center;
	}

#header_bottom {
	position:absolute;
	top:70px;
	width:100%;
	height:263px;
	background:url(../grfx/backgrounds/header_bottom_background.jpg) 120px 0;
	}

#logo {
	position:absolute;
	top:0px;
	left:-50px;
	}

#australian_owned {
	position:absolute;
	top:268px;
	left:67px;
	}

#contact_details {
	position: absolute;
	left:650px;
	top:15px;
	padding-left:45px;
	background:url(../grfx/icon_telephone.png) no-repeat;
	font-size:24px;
	font-weight:bold;
	color: #a9a9ab;
	min-height: 51px;
	}

#contact_details #email {
	font-size:15px;
	margin-left:21px;
	}

#banner {
	position:absolute;
	top:70px;
	left:275px;
	}

/*********************** Navigation styles ***********************/

#navigation_wrapper {
	background: url(../grfx/backgrounds/navigation_wrapper_background.png)
	}

#navigation {
	width:980px;
	height:58px;
	margin: 0 auto;
	padding-top:10px;
	background: url(../grfx/backgrounds/navigation_background.jpg);
	}

#navigation li {
	display:inline;
	}

#navigation li div {
	display:inline-block;
	height:29px;
	width:9px;
	float:left;
	}

#navigation li .left {
	margin-left:11px;
	}

#navigation li:hover .left {
	background:url(../grfx/backgrounds/navigation_link_background_left.png);
	}

#navigation li:hover .right {
	background:url(../grfx/backgrounds/navigation_link_background_right.png);
	}

#navigation li:hover a {
 	background:url(../grfx/backgrounds/navigation_link_background.png);
	text-decoration:none;
	outline:0;
	}

#navigation li a {
	float:left;
	font-size:14px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	color:#fff;
	padding:0 10px;
}

#navigation li a:hover, #navigation li a:focus  {
	outline:0;
}


/*********************** Content styles ***********************/

#content_wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:url(../grfx/backgrounds/content_wrapper_background.png);
	}

#content{
	width:518px;
	float:left;
	padding: 0 35px 40px 35px;
	overflow:auto;
	position:relative;
	}

#content h2 {
	margin:40px 0 20px;
	}

#content p {
	margin: 1em 0;
	}

#content a {
	color:#343434;
	text-decoration:underline;
	}

#content a:hover {
	text-decoration:none;
	}

#content ul {
	list-style-type:disc;
	margin:1em 0;
	}

#content li {
	margin: 5px 0 5px 35px;
	padding-left: 10px;
	list-style-image: url(../grfx/bullet.png);
	}

#google-map {
	border: 1px solid #000;
	}

table#feature_products {
	width:100%;
	}

table#feature_products td {
	text-align:center;
	vertical-align:middle;
	width:32%;
	}

table#feature_products .images td {
	border:1px solid #000;
	background: #fff;
	padding:8px;
}

table#feature_products a {
	text-decoration:none;
	color:#0007bc;
	}

table#feature_products a:hover {
	text-decoration:underline;
	}

table#feature_products h4 a {
	color:#000;
	}

table#feature_products img {
	max-width:143px;
	max-height:195px;
	}

#search_form table tr td {
	text-align:left;
	padding: 1px 2px;
	}

#search_form input {
	width: 180px;
	padding: 2px;
	}

#search_form input#submit_form {
	width: auto;
	}

#search_form select {
	padding: 2px;
	}

#search_results {
	margin-top:15px;
	}

#search_results td {
	text-align:center;
	vertical-align: middle;
	width:25%;
	}

#search_results td.search_pagination {
	text-align:center;
	}


/*********************** Sidebar styles ***********************/

#sidebar_left {
	width:173px;
	float:left;
	font-size:12px;
	color:#fff;
	text-align: center;
	padding: 8px 0 30px;
	}

#sidebar_left img {
	padding: 8px;
	}

#sidebar_left h2 {
	font-size: 15px;
	font-weight:normal;
	color:#fff;
	background:#000;
	margin: 18px 0 24px;
	padding: 2px 12px;
	}

#sidebar_left li {
	margin: 18px 14px;
	}

#sidebar_left li li {
	margin: 18px 14px 18px 30px;
	}

#mini_search_form {
	vertical-align: middle;
	height:21px;
	line-height: 21px;
	margin-bottom: 30px;
	}

#search-box {
    border: 1px solid #392174;
    color: #000000;
    padding: 1px;
    width: 75%;
	height: 19px;
	margin-left:5px;
	vertical-align: middle;
	}

#search-button {
	vertical-align: middle;
	padding:0;
	}

#sidebar_right {
	width:219px;
	padding: 0 0 5px;
	float:left;
	background:url(../grfx/backgrounds/sidebar_right_background.jpg) no-repeat;
	font-size:13px;
	color: #525252;
	overflow:hidden;
	}

#sidebar_right #dess-link {
	display: block;
	height: 91px;
	margin-left: 40px;
	width: 152px;
	}

#sidebar_right h2 {
	font-size:13px;
	color:#0007bc;
	margin-left: 25px;
	}

#sidebar_right li {
	list-style-image:url(../grfx/bullet.png);
	margin: 10px 5px 10px 23px;
	padding-left:2px;
	}

#sidebar_right p {
	margin: 15px 5px 15px 25px;
	font-size:11px;
	}

#sidebar_right a {
	color: #00069c;
	}

#sidebar_right img {
	margin-bottom:15px;
	}

#sidebar_right div {
	margin:10px;
	overflow: hidden;
	}

/*********************** Footer styles ***********************/

#footer_wrapper {
	background:url(../grfx/backgrounds/footer_background.png)
	}

#footer {
	width:980px;
	height:112px;
	margin:0 auto;
	position:relative;
	}

#logo_sml {
	position:absolute;
	bottom:0px;
	left:-34px;
	}

#copyright {
	position: absolute;
    right: 0;
	bottom: 0;
	font-size:11px;
	}

#floater {
	height:40px;
    overflow: hidden;
    position: absolute;
	top:60px;
	left:140px;
	}

#footer_navigation li {
	display:inline;
	}

#footer_navigation li a {
	margin-left:25px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}

#footer_navigation li a:hover, #footer_navigation li a:focus {
	outline:0;
	text-decoration:underline;
	}

#perthweb_banner {
	position: absolute;
    right: 30px;
    text-align: right;
    bottom: 20px;
	}

#perthweb_banner p {
	color: #fff;
    font-size: 9px;
    letter-spacing: 3px;
    margin: 0;
	}

#perthweb_banner p a {
	text-decoration:none;
	}

#perthweb_banner p a:hover {
	text-decoration:underline;
	}