body,
html {
	margin:0;
	padding:0;
	/*background:#fff*/;
	color:#000;
}
body
{
	min-width: 760px;
	font: normal normal 12px/18px Arial, Hevetica, sans-serif;
	text-align: left;
}

table, td
{
	font: normal normal 12px/18px Arial, Hevetica, sans-serif;
	text-align: left;
}
#wrap {
	background: url(../images/bkgd.png) repeat-y;
	margin:0 auto;
	width:760px;
	position: relative;
}
#vehicle {
	position: absolute;
	background: url(../images/vehicle.png);
	width: 255px;
	height: 168px;
	top: 71px;
	left: 65px;
	z-index: 9999;
}

#bestvalue {
	position: absolute;
	background: url(../images/best-value.png);
	width: 146px;
	height: 55px;
	top: 455px;
	left: 25px;
	z-index: 8888;
}

#header {
	background: url(../images/hdr-bkgd.png);
	height: 132px;
}
#header h1 {
	padding:5px;
	margin:0;
}
#sidebar {
	background: url(../images/sidebar-bkgd.png);
	float: left;
	width: 281px;
	height: 360px;
}

#main {
	background: url(../images/shad-top-bkgd.png);
	float: right;
	width:479px;
	margin: 0px;
	padding: 0px;
}
#main #content{
	margin: 25px 37px 0px 25px;
	/*border: 1px solid #e3e3e3;*/
}

#main h2, #main h3, #main p {
	padding:0 10px;
}
#main ul {
	list-style: disc;
	margin: 0px;
	padding-left: 20px;
	text-indent: -20px;
	list-style-position: inside;
	line-height: 24px;
	font-size: 14px;
	min-height: 235px;
}
#main h3, #main p {
	padding:0 10px 0 0;
}
#shadow {
	background: url(../images/shadow.png) no-repeat;
	height: 19px;
	clear:both;
}
#footer {
	background:#5780AE;
	/*clear:both;*/
	
}
#footer p {
	margin:0;
	text-align: right;
	font-size: 11px;
	color: #fff;
	line-height: 13px;
}
#footer a {
	padding:0px 0px 0px 35px;
	margin:0;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	padding:0px 0px 0px 35px;
	margin:0;
	color: #FF6;
	text-decoration: none;
}

div {
	margin: 0;
	padding: 0;
}

#container {
position: relative;
width: 479px;
height: 33px;
padding: 0;
margin: 0;
background: #ffb300 url(../images/nav-bkgd.jpg);	
}

#nav {
position: absolute;
top: 0px;
left: 281px;
list-style: none;
margin: 0;
padding: 0;
height: 33px;
display: inline;
overflow: hidden;
width: 479px;
}

#nav li {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}

#nav a {
float: left;
padding: 33px 0 0 0;
overflow: hidden;
height: 0px !important; 
height /**/:33px; /* for IE5/Win */
}

#nav a:hover {
background-position: 0 -33px;
}

#nav a:active, #nav a.selected {
background-position: 0 -33px;
}

#item1 a  {
width: 76px;
background: url(../images/home2.jpg) top left no-repeat;
}

#item2 a  {
width: 127px;
background: url(../images/testimonials2.jpg) top left no-repeat;
}

#item3 a  {
width: 137px;
background: url(../images/quote2.jpg) top left no-repeat;
}

#item4 a  {
width: 139px;
background: url(../images/contact2.jpg) top left no-repeat;
}

input#q{
	font-family: sans-serif;
	font-size: 12px;
	width:195px;
	border: 1px solid #ccc;
}
input#submit{
	font-family: sans-serif;
	font-size: 12px;
}

hr.blk {
	border: none 0; 
	border-bottom: 1px solid #000;
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	padding:0px;
}
#base {
	border-right: 1px solid #000;
	margin: 20px 0px 0px 0px;
	width: 415px;
	padding: 0px;
	font-style: italic;
	}
