body {
	background-image: url(images/bodybg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	position: relative;
	width: 100%;
}

p, a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: none;
}

div.formoneverypage {
	width:190px;
	border: 1px solid #AFC5D3;
	background-color: #E9EFF3;
	padding: 5px 5px 5px 5px;
	position:relative;
	float: right;
	margin:0px;
	padding:0px;
}

div.formoneverypage fieldset {
	border: none;
}

div.formoneverypage fieldset label {
	width: 180px;
	text-align: left;
}

div.formoneverypage fieldset input, div.formoneverypage fieldset select {
	width: 160px;
}

div#breakerspace_openinghours {
	float: right;
	border: 1px solid #AFC5D3;
	background-color: #E9EFF3;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 20px;
	height: auto;
	width: 200px;
}

div#breakerspace_openinghours table {
	width: 180px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border-top: solid 20px #000000;
}
div.outsidetoparea {
	width: 100%;
	clear: both;
	margin: 0px auto 0px auto;
	text-align: center;
}
#toparea {
	width: 778px;
	height: auto;
	margin: 0px auto 0px auto;
}

#logoarea {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 300px;
	height: 40px;
}

#loginform {
	position: relative;
	float: right;
	width: 460px;
	margin: 20px 0px 20px 0px;
	overflow: auto;
	border: 1px solid #AFC5D3;
	background-color: #E9EFF3;
	padding: 5px;
}

form#indexloginform label {
	float: left ! important;
	clear: none ! important;
	width: auto;
	float: none;
	font-size: 12px;
	display: inline;
	margin: 0px 2px 0px 2px;
	color: #445464;
}
form#indexloginform input {
	float: left ! important;
	clear: none ! important;
	float: none;
	display: inline;
	width: 100px;
	font-size: 0.9em;
	margin: 0px 2px 0px 2px;
	color: #445464;
}
form#indexloginform input.button {
	height: auto;
	width: auto;
	padding: 0px 0px 0px 0px;
}

form#indexloginform ul.errors {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

form#indexloginform ul.errors li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}

#headerphonenumber {
	position: relative;
	float: left;
	font-size: 2em;
	margin-top: 20px;
	width: 450px;
}

#headeradvert {
	position: relative;
	float: right;
}

#outsidenavigation {
	width: 100%;
	background-color: #000000;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#navigation {
	background-color: #000000;
	clear: both;
	width: 820px;
	padding: 3px 3px 3px 3px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto 3px auto 3px;
}
#navigation a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#outsidesubnavigation {
	width: 100%;
	background-color: #D30000;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#subnav {
	background-color: #D30000;
	clear: both;
	width: 772px;
	padding: 3px 3px 3px 3px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: auto 3px auto 3px;
}
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#container {
	position: relative;
	clear: both;
	width: 776px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	text-align: justify;
}

table.content {
	background-color: #E9EFF3;
	border: solid 1px #000000;
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
}

table.content tr th {
	font-size: 0.9em;
	background-color: #FF0000;
	color: #FFFFFF;
	height: 20px;
}
table.content tr th a, table.content tr th a:visited, table.content tr th a:hover {
	color: #FFFFFF;
}

table.content tr.odd {
	background-color: #E9EFF3;
}

table.content tr.even {
	background-color: #F3F3F3;
}

table.content tr:hover {
	background-color: #FFFFFF;
}

table.content tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.message {
	border: solid 1px #000000;
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
}

table.message tr th{
	font-size: 0.9em;
	color: #000000;
	height: 20px;
	font-weight: bold;
	border: solid 1px #000000;
}

table.message tr th.consumer {
	background-color: #F9FFF3;
}

table.message tr th.breaker {
	background-color: #C9CFD3;
}

table.message tr td, table.message tr th {
	padding: 5px;
}

table tr td p.menu_heading {
	font-size: 1.1em;
	color: #222222;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

table tr td p.menu_heading a {
	text-decoration: none;
	color: #222222;
}

table tr td p.menu_subheading {
	margin: 0px;
	padding: 0px;
}

p.outputMessage {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFF99;
	border: solid 1px #00FF00;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
}

label, input, select, textarea {
	display: block;
	float: left;
	margin-bottom: 2px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	clear: both;
}

label.settings {
	width: 300px;
}

br {
	clear: left;
}

form.contentform {
	border: solid 1px #000000;
	padding: 10px;
	overflow: auto;
	background-color: #E9EFF3;
}

form.contentform fieldset {
	width: 45%;
	margin: 0px;
	float: left;
	border: none;
}

form.contentform span {
	clear: left;
}

#loginform ul {
	text-align: right;
	list-style: none;
}

div.phonenumber {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	clear: both;
}

#footer {
	font-size: 8pt;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 4px;
}

.footerfont {
	font-size: 7pt;
	padding-bottom:5px
	/*margin-top: 15px;
	text-align: center;
	margin-bottom: 4px;*/
}

.smalltext {
	font-size: 0.85em;
}
.smalltextblue {
	font-size: 0.9em;
	font-weight:bold;
	color:#0033FF;
}
#request {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#requestred {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color:#D20000;
	font-size: 12px;
	font-weight:bold;
}



h1 {
	font-size: 1.3em;
	color: #D30000;
}
h2 {
	font-size: 1.3em;
	color: #D30000;
}
h3 {
	font-size: 1.3em;
	color: #D30000;
}
h4 {
	font-size: 1.3em;
	color: #D30000;
}
h5 {
	font-size: 1.3em;
	color: #D30000;
}
h6 {
	font-size: 1.3em;
	color: #D30000;
}
#banners {
	text-align: center;
	width: 778px;
}

div#enquiry_details {
	width: 50%;
	float: left;
}

div#meet_the_seller {
	width: 45%;
	float: left;
	margin-left: 5%;
}

div#quote_details {
	clear: both;
}

div#breaker_expiry_ok {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #00FF00;
	font-size: 1.2em;
	border: solid 2px #000000;
	text-align: center;
}

div#breaker_expiry_soon {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #FFCC00;
	font-size: 1.2em;
	border: solid 2px #000000;
	text-align: center;
}

div#breaker_expiry_expired {
	float: right;
	width: 300px;
	padding: 10px;
	background-color: #FF0000;
	font-size: 1.2em;
	border: solid 2px #000000;
	text-align: center;
}

span.vehicledescription {
	color: #444444;
}

div#messageoftheday {
	clear: both;
	margin: auto;
	width: 95%;
	border: solid 2px #000000;
	padding: 15px;
	background-color: #FFEC86;
	font-size: 1.2em;
	overflow: auto;
	margin-top: 10px;
}

div#messageoftheday img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

table tr.quoted {
	background-color: #FFCC99;
}

div.membership_form {
	width:340px;
	padding: 5px 5px 5px 5px;
	position:relative;
	float: right;
	margin:0px;
	margin-left: 10px;
	padding:0px;
	overflow: auto;
}

td.paymentdue {
	color: #FF0000;
	font-weight: bold;
}
