* {margin:0px; padding:0px; border:0px;}

html {background-color:#d5d5d5;}

body {background:#d5d5d5; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; height:100%;}

h3 {font-size:14px;}

#mrcontainer {
	text-align:left;
	position:relative;
	margin:0 auto;
	width:980px;
	height:auto;
	overflow:auto;
	z-index:1;
	background:#fff url(images/bgrepeat.gif) repeat-y;
}
#mrheader {
	position:relative;
	width:980px;
	height:173px;
	z-index:2;
	float:left;
	background:url(images/top.jpg) no-repeat;
}
#mrleft {
	position:relative;
	width:229px;
	height:675px;
	z-index:2;
	float:left;
}
#mrflash {
	position:relative;
	width:734px;
	height:239px;
	margin-left:5px;
	margin-top:8px;
	z-index:2;
	float:left;
	background:url(images/flash.jpg) no-repeat;
}
#mrfooter {
	position:relative;
	width:980px;
	height:20px;
	z-index:2;
	clear:both;
	background:#61A1DF;
	text-align:center;
	color:#fff;
	padding-top:5px
}

#mrfooter a {
margin-top:3px;
color:#fff;
}

/* First  Level UL tags */


#nav
{
	display:inline;
	position:relative;
	margin-left:40px;
	margin-top:33px;
	width:110px;
	height:auto;
	z-index:2;
	float:left;
	list-style-type:none;
	

}
#nav ul, li
{
	list-style-type:none;
	display:inline;
	}


/* First Level Links */

#nav li a
{
	background:url(images/buttonsoff.gif) no-repeat top right;
     width: 110px; height:18px;
     display: block;
	 color: #133C64;
     text-decoration: none;
     padding: 3px 20px 0px 5px;
     font:11px Arial, sans-serif;
     text-align:right;
	margin-right:1px;
	border-bottom:1px solid #133C64;
}

#nav li a:hover
{
	background: url(images/buttonson.gif) no-repeat top right;
    color: #fff;
    display: block; 
	height:18px;
	position:relative;
}

.mrline {margin-top:10px;}

.floatleft {float:left;}

#locationtext {
	position:relative;
	float:right;
	width:189px;
	height:261px;
	z-index:4;
}

#mrcontactdetails {
	position:relative;
	margin-left:40px;
	margin-top:33px;
	width:155px;
	height:173px;
	z-index:2;
	float:left;
	display:inline;
}
#maincontent {
	position:relative;
	width:734px;
	height:auto;
	z-index:2;
	float:left;
}
#maincontent p {
padding:0px 20px 2px 20px;
line-height:15px;
}

.headerimage {margin:20px 10px 20px 10px;}

#featuredvehicle {
	position:relative;
	width:214px;
	height:267px;
	z-index:2;
	background:url(images/vow.gif) no-repeat;
	float:right;
	margin:0px 10px 10px 10px;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

/*Contact and Finance Page Styling*/

table {
	font-size: 11px;
	width: 730px;
	border: 0px solid #E5E5E5;
}
input {
	width: 250px;
	border:1px solid #cacaca;
	margin: 5px 0px 5px 0px;
}
textarea {
	height: 50px;
	width: 250px;
	border:1px solid #cacaca;
}
.send {
	width: 100px;
	margin-bottom:40px;
}
h4 {
	font-size: 14px;
	background-color: #ECECEC;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	width: 720px;
}

table p {
	margin: 5px;
}

td {padding-left:10px;}