/* @override 
	http://coffstoyota/css/coffsToyota_v1.css
	http://www.coffsharbourtoyota.com.au/css/coffsToyota_v1.css
*/

img {
	border-style: none;
}

body {
	margin: 0;
	color: white;
	background-color: #181a21;
	font: .9em 'Droid Sans', Verdana, sans-serif;
}

table {
	border-collapse: collapse;
	
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(../images/backgrounds/header.png) repeat-x;
	height: 100px;
}

#contactDet {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	color: #ed1c24;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
}

#mainNav {
	float: right;
	padding-top: 10px;
	margin-top: -10px;
	width: 100%;
}

#mainNav ul {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
}

#mainNav li {
	float: left;
}

#mainNav a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px 10px;
}

#mainNav a:hover {
	color: #969696;
}

body#homePage #homeLink,
body#usedPage #usedLink,
body#servicePage #serviceLink,
body#financePage #financeLink,
body#contactPage #contactLink {
	background-color: #181a21;
	color: #969696;
}

#content {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 40px;
}

#usedPage #content {
	padding-right: 10px;
	padding-left: 10px;
}

#leftCol {
	float: left;
	margin-right: 20px;
	width: 615px;
}

#rightCol {
	padding-left: 10px;
	float: left;
}

#rightCol td {
	font-size: .75em;
}

#contactForm {
	display: none;
}

#contactForm td {
	border-bottom: 1px solid #393e43;
	padding: 4px;
}

#contactMessage {
	padding: 15px 15px 15px 0;
	font-weight: bold;
}

#footer {
	clear: both;
	margin-top: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: .8em;
	color: #384858;
	margin-bottom: 25px;
	padding: 10px 20px;
}

.box {
	padding: 15px;
	width: 265px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-repeat: repeat-x;
}

#newCars .box {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 50%;
}

.box form {
	background-color: #1f222c;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 12px 10px;
}

.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/backgrounds/button.png);
}

#newCars .box form {
	border-style: none;
	background-color: #181a21;
	margin: 0;
	padding: 0;
}

#servicePage .box {
	width: 165px;
	min-height: inherit;
	clear: both;
	margin-bottom: 10px;
}

#servicePage .box p {
	margin-bottom: 10px;
}

.box p {
	margin: 0;
}

.box a {
	text-decoration: underline;
	display: block;
	padding-top: 10px;
	color: white;
}

.box img {
	margin-top: 15px;
}

.teamMember {
	clear: both;
	width: 214px;
	text-align: right;
	margin-bottom: 10px;
}

.memberDetails {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.position {
	font-size: .8em;
}

.mob {
	font-weight: bold;
	line-height: 1.5em;
}

.ah {
	font-size: .8em;
}

.financeInfoBox {
	background-color: #8493a3;
	padding: 10px;
	width: 177px;
	margin-top: 20px;
	float: left;
	min-height: 30em;
	margin-right: 6px;
}

/* @group text */

#leftCol a {
	color: white;
	font-weight: bold;
	padding: 5px;
	background-image: url(../images/backgrounds/button.png);
	margin: 5px 5px 5px 0;
	text-decoration: none;
}

#leftCol a:hover {
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	color: #728192;
}

h1 {
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
	margin: 0;
	line-height: 1.5em;
}

h2 {
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #384858;
	line-height: 1.5em;
}

h3 {
	margin: 6px 0 10px;
	font: bold 1.2em AltonaSans, Verdana, sans-serif;
	border-bottom: 1px solid #475a6b;
	padding-bottom: 5px;
}

.financeInfoBox h4 {
	margin-top: 5px;
	background-color: #475a6a;
	margin-bottom: 0;
	line-height: 2.5em;
	padding-left: 5px;
}

.financeInfoBox img {
	border-bottom: 10px solid #4d8c9e;
}

p {
	margin-top: 10px;
}

.finePrint {
	color: #475a6a;
	font-size: .8em;
}

#contactButton {
	padding: 10px;
	width: 5em;
	font-size: 1em;
	background-image: url(../images/backgrounds/header.png);
}

#contactButton:hover {
	color: #8df900;
	cursor: pointer;
}



/* @end */

/* @group floats */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}



.containFloat {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;	
}

.clearboth {
	clear: both;
}



/* @end */

#managePage #content a {
	color: lime;
	text-decoration: none;
}

#managePage #content a:hover {
	text-decoration: underline;
}

iframe {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid silver;
}

/* @group lists */

.financeInfoBox ul {
	margin-left: 0;
	padding-left: 25px;
}



/* @end */

/* @group rukus promo */

p.newsletter {
	text-align: center;
	font-size: .8em;
	margin-bottom: 0;
	margin-top: 20px;
}

.disclaimer {
	font-size: .75em;
}

#rukusFormDone {
	text-align: center;
	margin: 25px;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #395365;
}

#rukusBrochure {
	display: none;
}

label.error {
	color: #e83146;
	font-size: .8em;
}

#submit {
	text-align: center;
	margin-top: 15px;
}

#terms {
	font-size: .75em;
}

.field {
	opacity: 0.75;
	padding: 3px;
	width: 200px;
	font-weight: bold;
}

#guestForm {
	display: none;
}

#rukusForm table {
	width: 75%;
}

#rukusForm td {
	width: 65%;
}

#rukusContent {
	height: 1340px;
	background: url(../images/backgrounds/TOG-A4poster.jpg) no-repeat;
	padding-top: 100px;
	margin-top: 5px;
}

#rukusForm {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-style: solid;
	display: none;
	background-image: url(../images/backgrounds/rukus.png);
}

#slider {
	display: none;
}

#rukusForm label {
	font-weight: bold;
}



/* @end */