﻿/** ANSO - Aussie-Net Solutions Online - anso.com.au 2011 **/
html {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
	background:#cccccc;
	border: 0 none;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	margin:0;
	outline: 0 none;
	padding:0;
	text-align:center;
}

#background {
	background:url("images/body-bg.png") repeat-y scroll center 0 #cccccc;
}

#wrapper {
	background:url("images/background.jpg") no-repeat scroll 0 0 transparent;
	/*border:1px #a69c91 solid;*/
	margin:0 auto;
	outline:0 none;
	padding:0;
	text-align:left;
	width:950px;
}

#header {
    background:url("images/header.png") no-repeat scroll 0 0 transparent;
    height:248px;
    margin:0;
    padding:0;
}

#header-text {
	float:right;
	font-size:14px;
	line-height:18px;
	margin-right:30px;
	margin-top:16px;
}

#nav {
	background:none;
	clear:both;
	font-size:16px;
    line-height:16px;
	height:20px;
	margin-left:212px;
	padding-top:55px;
}

ul.menu {
	list-style:none outside none;
	margin:0;
	padding:0;
}

li.menu-item {
	color:#807365;
	float:left;
	margin-right:30px;
}

li.menu-item a {
	color:#a69c91;
	text-decoration:none;
}

li.menu-item a:hover {
	color:#6d0d1a;
	text-decoration:underline;
}

li.menu-item a:active, li.menu-item a.active {
	color:#000000;

}

#container {
	/*background:#f7f6f5;*/
	background:#ffffff;
	border-bottom:1px #a69c91 solid;
	border-top:1px #a69c91 solid;
	float:left;
	margin:0;
	padding:20px 0 20px 0;
}

#main {
    float:left;
    margin:0 15px 0 30px;
    width:560px;
}

#sidebar-right {
	float:left;
	margin:0 30px 0 15px;
    width:300px;
}

#contact-us #main {
    width:430px;
}

#contact-us #sidebar-right {
    width:430px;
}

#footer {
	background:url("images/footer.png") no-repeat scroll 0 0 transparent;
	clear:both;
	color:#000000;
	height:68px;
	text-align:center;	
}

#footer p {
	margin:0;
	padding:27px 0 27px 0;
}

#footer a {
	color:#807365;
	text-decoration:underline;
}

#footer a:hover {
	color:#a69c91;
	text-decoration:underline;
}

#footer a:active, #footer a.active {
	color:#000000;
	text-decoration:none;
}

p {
	margin:0 0 10px 0;
}

a {
	color:#807365;
	text-decoration:underline;
}

a:hover {
	color:#a69c91;
	text-decoration:underline;
}

a:active, a.active {
	color:#000000;
	text-decoration:none;

}

h1 {
	font-size:24px;
	line-height:24px;
	margin:0 0 10px 0;
}

h2 {
	font-size:20px;
	line-height:20px;
	margin:0 0 10px 0;
}

h3 {
	font-size:16px;
	line-height:16px;
	margin:0 0 10px 0;
}

h4 {
	font-size:12px;
	line-height:12px;
	margin:0 0 10px 0;
}

ul {
	margin:0 0 0 15px;
	padding-left:0;
}

li {
	margin:0 0 10px 0;
	padding:0;
}

#main img {
	float:right;
	margin-left:20px;
}

#sidebar-right img {
	float:none;
	margin:0;
}

/* home page */

body#index #sidebar-right ul li {
	/*font-size:14px;*/
	font-weight:bold;
}

/* about us page */

body#about-us #sidebar-right ul li {
	/*font-size:14px;*/
	font-weight:bold;
}

/* safety page */

body#safety #sidebar-right ul li {
	/*font-size:14px;*/
	font-weight:bold;
}

/* contact us page */

body#contact-us #main p {
	line-height:16px;
}

.AutoNumber6-border {
	border:1px #a69c91 solid;
	padding:20px 10px 10px 20px;
}

.AutoNumber6-border td {
	padding-bottom:5px;
	padding-right:10px;
}

.AutoNumber6-border input.formfields {
	width:200px;
}

.AutoNumber6-border textarea {
	width:200px;
}