/* @override 
	http://localhost:8888/coffshyundai/css/coffsHyundai_v1.css
	http://www.coffsharbourhyundai.com.au/css/coffsHyundai_v1.css
*/

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#header {
	background-color: #224682;
	height: 201px;
}

#headerWrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: white;
}

.logo {
	float: left;
	border-right: 1px solid #7589b9;
	margin-right: 1.5em;
}

#contact {
	padding-top: 130px;
}

#navBar {
	float: right;
}

#navBar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 30px 0 0;
}

#navBar ul a {
	text-decoration: none;
	color: white;
	background-color: #365a96;
	display: block;
	padding-right: 30px;
	padding-left: 20px;
	line-height: 39px;
	margin-top: 1px;
}

#navBar ul a:hover {
	background-color: #6478a8;
}

body#homePage #homeLink,
body#usedPage #usedLink,
body#contactPage #contactLink {
	background-color: #4a6eaa;
	font-weight: bold;
}

#contentWrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 40px;
}

#leftCol {
	float: left;
	width: 601px;
}

#rightCol {
	float: right;
	width: 280px;
	text-align: right;
}

.box {
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid silver;
	margin-top: 30px;
	float: left;
	background: url(../images/backgrounds/box.png) repeat-x;
	min-height: 150px;
}

.leftbox {
	border-right: 1px solid silver;
}

#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 30px;
	border-top: 1px solid silver;
	padding-top: 10px;
	color: silver;
	font-size: .8em;
}

.teamMember {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	padding-left: 25px;
}

.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;
}

/* @group text */

h1 {
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}



/* @end */

/* @group floats */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}



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

.clearboth {
	clear: both;
}



/* @end */

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