html {
	overflow-y: scroll;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545152;
	background-color:#3d3d3d;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#5fa044;
}
a:hover {
	text-decoration:underline;
}

h1 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	margin:20px 0 0 0;
	border-bottom:1px #FFFFFF solid;
}
h2 {
	color:#3f3f3f;
	font-size:18px;
	font-weight:normal;
	margin:20px 0 0 0;
}
h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
}
h3 span {
	font-size:12px;
}

#clear {
 clear:both;
}
.clear {
 clear:both;
}

#main, #header, #maincontent, #prefooter, #footer {
	width:770px;
	margin:0 auto;
}

#main {
	background:#FFFFFF bottom center no-repeat url("../images/main_bottom_bgnd_trans.gif");

}
#mainBanners {
	height: 500px;
	float: left;
}
#mainBanners.home {
	position: relative;
}
/* header */

#header {
	width:740px;
	background-color:#FFFFFF;
	padding:15px 25px 20px 5px;
}
/*body.home #header {
	width:700px;
	padding:35px 45px 40px 25px;
}*/
#header a {
	font-size:10px;
	text-decoration:none;
	color:#b5b5b5;
}
#header a:hover {
	color:#5ea045;
}
#header ul {
	float:right;
	text-align:right;
	position:relative;
}
#header ul, #header li, #nav ul, #nav li {
	padding:0;
	margin:0;
	list-style:none;
}
#header li {
	margin-top:5px;
}
#header a strong {
font-weight:normal;
color:#aa0000;}
#header a:hover strong {
	color:#5ea045;
}
#header li.weeklyspecials a{
background:url(../images/weeklyspecials.png) no-repeat top center transparent;
display:block;
width:188px;
height:36px;
text-align:left;
text-indent:-9999px;
}
#header li.weeklyspecials {
position:absolute;
left:-180px;
top:20px;}
#header li.weeklyspecials a:hover{
background-position:bottom center;}
/* nav */

#nav {
	white-space: nowrap;
	text-align: center;
}
#nav ul{
	padding: 5px 0 0 0;
	background:top center repeat-x url("../images/nav_bgnd.gif");
	height:30px;
	margin:0;
	white-space: nowrap;
}
#nav li {
	display: inline-block;
	vertical-align: top;
	padding:0px;
	background:no-repeat left top url("../images/nav_link_left.gif");
	text-indent:0;
	height:26px;
}
#nav li#first {
	margin-left: 0px;
}
#nav li + li {
	margin-left: 4px;
}
#nav li a {
	min-width: 1px;
	font-weight: normal;
	float:left;
	font-size:11px;
	display:block;
	text-decoration:none;
	color:#4a4a4a;
	padding:0px 5px 0px 5px;
	line-height:26px;
	background:no-repeat right top url("../images/nav_link_right.gif");
	height:26px;
}
#nav li:hover, #nav li.sfhover  {
	background:no-repeat left top url("../images/nav_selected_left.gif");
}
#nav li:hover a, #nav li.sfhover a {
	color:#FFFFFF;
	background:no-repeat right top url("../images/nav_selected_right.gif");
}

/* homemain */

#homemain {
	width:754px;
	height:250px;
	margin:4px 8px 8px;
	text-align:center;
}
#homemain .banner {
	width:754px;
	height:241px;
	background:top left no-repeat url("../images/homepage-banner.jpg");
}

#homemain p {
	margin-top:0px;
}
#homemain a.vidone, #homemain a.vidtwo {
	position: absolute;
	top: 41px;
	right: 9px;
	width:102px;
	height:84px;
	display:block;

}
#homemain a.vidtwo {

	margin:99px 0 0 0;
}

/* slideshow */

.banner_slideshow {
	margin-top: 2px;
	width: 756px;
	height: 240px; 
	overflow: hidden;
	position: absolute; 
	top:0;
	left: 0;
}
.banner_slideshow a img {
	border: 0;
}

/* maincontent */

#maincontent {
	width:730px;
	background:left bottom #b5b5b5 no-repeat url("../images/main_bottom_bgnd.gif");
	padding:20px 20px 10px;
}

#maincontent.buttons {
	border-left:solid 8px #3d3d3d;
}

#maincontent img.right {
	float:right;
	margin-top:10px;
}
#maincontent img.left {
	float:left;
	margin:0 10px 5px 0;
}
#main-contact {
	font-size:16px;
}
#map {
	margin-top:20px;
	float:right;
	width:300px;

}
.contact {
	width:360px;
	height:170px;
	float:left;
}
.contact img {

	margin-right:10px;
}

.stock-list-item .content{
float:left;
padding:10px;
width:470px;
}
.stock-list-item img {
float:left;
clear:left;
}

#mp3_play {
	width: 730px;
	padding: 0;
	height: 40px;
	background-color: #B5B5B5;
	text-align: center;
}
#mp3_play a {
	font-size: 18px;
}
html body #main #maincontent #mp3_play video {
	position: absolute;
	display: inline;
	top: -50px;
	left: 0;
	height: 50px;
}
html body #main #maincontent #mp3_play video html, html body #main #maincontent #mp3_play video html body, html body #main #maincontent #mp3_play video html body video {
	display: none;
	background-color: red;
}
#mp3_play #embedded, #mp3_play video height, #mp3_play video html, #mp3_play video html body   {
	background-color: #B5B5B5;
	margin: 0;
	padding: 0;
	height: 16px;
}

/* form */

.right form {
	width:500px;
}
.form_left {
	clear:left;
	float:left;
	display:block;
	width:150px;
	text-align:right;
	font-weight:bold;
	margin:1px 5px 0 0;
	font-size:11px;
}
.form_right {
	float:left;
	display:block;
	margin:1px 0 0 0;
	width:320px;
	overflow:hidden;
}
.form_right.text {
	overflow:visible;
}
.right label.fixed {
	width:96px;
	display:block;
	float:left;
}

/* car of the month */

#cotm { width:420px; margin:20px auto 0 auto; background:#000; color:#FFF; font-size:14px; font-family:tahoma,arial; }
#cotm img.img { float:left; border:1px solid #666; margin:10px 15px; }
#cotm img.bottom { clear:left; }
#cotm img.title { margin:10px 0 10px; }
#cotm small { color:#666; }
#cotm a { display:block; margin-top:8px; }

#maincontent img.buttons { margin:20px 25px 10px 8px; }

/* prefooter */

#prefooter {
	margin-top:7px;
}
#prefooter .top {
	height:11px;
	overflow:hidden;
	background:left top no-repeat url("../images/prefooter_top_bgnd.gif");
}
#prefooter .bottom {
	height:54px;
	background:left bottom no-repeat url("../images/prefooter_bottom_bgnd.gif");
	padding:5px 0 0 80px;
}
#prefooter a {
	float:left;
	display:block;
	background:top left no-repeat;
}
#prefooter a.nissan {
	width:191px;
	height:31px;
	margin:-0px 100px 0 0;
	background-image:url("../images/manawatu-nissan.gif");
}
#prefooter a:hover.nissan {
	background-position:0 -31px;
}
#prefooter a.holden {
	width:145px;
	height:32px;
	margin-right:80px;
	background-image:url("../images/robertson-holden.gif");
}
#prefooter a.isuzu {
	width:146px;
	height:32px;
	background-image:url("../images/robertson-isuzu.gif");
}
#prefooter a:hover.holden, #prefooter a:hover.isuzu {
	background-position:0 -32px;
}

/* footer */

#footer {
	margin-top:10px;
	text-align:center;
}
#footer, #footer a {
	color:#5d5d5e;
	text-decoration:none;
}
