body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(../images/design/background.jpg) repeat-x 0% 0%;
}

textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
  }
/* Default Styles */
h1 {
	margin: 0px;
	padding: 4px 0px 0px 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0px;
}
.headers {
	height: 21px;
	background: url(../images/design/headers_bg.jpg) repeat-x 0% 0%;
}
.left {
	float: left;
	margin: 0 10px 6px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
/* End Default Styles */
#shell {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 990px;
}
#logo {
	float: left;
	width: 450px;
	height: 85px;
}
#brands {
	float: right;
	width: 333px;
	height: 85px;
}
/* Navigation */
#menu {
	width: 990px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background: url(../images/design/menu_bg.jpg) repeat-x 0% 0%;
}
#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	background: url(../images/design/divider.jpg) no-repeat 100% 0%;
}
#nav li ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 256;
	left: -999em;
}
#nav li a {
	width: auto;
	margin: 0px;
	padding: 6px 18px 5px 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	width: auto;
	margin: 0 1px 0 0;
	padding: 6px 17px 5px 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: url(../images/design/rollover.jpg) repeat-x 0% 0%;
}
#nav #last {
	background: url(../images/design/spacer.gif) no-repeat 0% 0%;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul {
	left: auto
}
#nav li:hover, #nav li.hover {
	position: static;
}
#subnav, #subnav ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnav li {
	position: relative;
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border: 0px;
	background: #000000;
}
#subnav li a {
	width: 200px;
	margin: 0px;
	padding: 4px 0 1px 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0px;
}
#subnav li a:hover {
	margin: 0px;
	padding: 4px 0 1px 5px;
	color: #FFFFFF;
	display: block;
	background: #999999 url(../images/design/spacer.gif) repeat-x 0% 0%;
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	color: #000000;
	left: -999em;
}
/* Bottom Nav */
#internallinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#internallinks li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	background: url(../images/design/divider.jpg) no-repeat 100% 0%;
}
#internallinks li a {
	width: auto;
	margin: 0px;
	padding: 6px 18px 6px 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#internallinks li a:hover {
	width: auto;
	margin: 0 1px 0 0;
	padding: 6px 17px 6px 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: url(../images/design/rollover.jpg) repeat-x 0% 0%;
}
#internallinks #last {
	background: url(../images/design/spacer.gif) no-repeat 0% 0%;
}
/* End Navigation */
#flash {
	width: 990px;
	height: 200px;
	border-bottom: 1px solid #E1E1E1;
}

#banner {
	width: 990px;
	height: 200px;
	border-bottom: 1px solid #E1E1E1;
	background:url(../images/design/flash.jpg) no-repeat 0% 0%;
}

#holder {
	width: 990px;
	padding: 0 0 60px 0;
	background: url(../images/design/holder_bg.jpg) repeat-y 0% 0%;
}
#insideholder {
	width: 990px;
	padding: 0 0 30px 0;
}
#leftpanel {
	float: left;
	width: 330px;
}
#middlepanel {
	float: left;
	width: 330px;
}
#rightpanel {
	float: left;
	width: 330px;
}
#longmiddlepanel {
	width: 990px;
	background: #FFFFFF;
}
#longmiddlepanel2 {
	width: 990px;
	margin: 1px 0 0 0;
}
.content {
	width: 295px;
	padding: 16px 0 16px 20px;
}
.contentlong {
  position:relative;
	width: 950px;
	padding: 16px 0 60px 20px;
}

.contentlongcustom {
  position:relative;
	width: 950px;
	padding: 16px 0 60px 0;
}

.contentlong2 {
	width: 950px;
	padding: 0 0 16px 20px;
}
/* Search */
#search {
	width: 990px;
	height: 65px;
	margin: 1px 0 0 0;
}
/* End Search */
/* Branches */
.branches {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #989898;
}
.branch {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #666666;
}
/* End Branches */
/* Used Cars */
#carbox {
	width: 948px;
	line-height: 18px;
	padding: 16px 0 40px 0;
}
#tabholder {
	width: 948px;
	height: 28px;
	background: url(../images/design/tabtop.jpg) no-repeat 0% 0%;
}
.tabs {
	float: left;
	width: 237px;
}
.tabs a {
	width: 237px;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 18px;
	display: block;
}
.tabs a:hover {
	width: 258px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	background: url(../images/design/tab-rollover.jpg) no-repeat 100% 0px;
}
#firsttab {
	width: 237px;
}
#firsttab:hover {
	padding: 5px 0px 5px 0px;
	color: #000000;
	background: url(../images/design/first-rollover.jpg) no-repeat 100% 1px;
}

a.firsttab {
	padding: 5px 0px 5px 0px;
	color: #000000 !important;
	text-decoration: none !important;
	background: url(../images/design/first-rollover.jpg) no-repeat 100% 1px;
}
.middletab {
	width: 258px;
	margin: 0 0 0 -21px;
	padding: 0px 0px 4px 0px;
	z-index:123;
}
a.middle {
	width: 258px;
	text-indent: 35px;
}
a.middle:hover {
	width: 258px;
}

a.secondtab {
  width: 258px;
	text-indent: 35px;
	padding: 5px 0px 5px 0px;
	color: #000000 !important;
	text-decoration: none !important;
	background: url(../images/design/tab-rollover.jpg) no-repeat 100% 0px;
}
a.secondtab:hover {
width: 258px;
	text-indent: 35px;
	padding: 5px 0px 5px 0px;
	color: #000000 !important;
	text-decoration: none !important;
	background: url(../images/design/tab-rollover.jpg) no-repeat 100% 0px;
}

a.thirdtab {
	width: 258px;
	text-indent: 35px;
	padding: 5px 0px 5px 0px;
	color: #000000 !important;
	text-decoration: none !important;
	background: url(../images/design/tab-rollover.jpg) no-repeat 100% 0px;
}
a.thirdtab:hover {
	width: 258px;
	text-indent: 35px;
	padding: 5px 0px 5px 0px;
	color: #000000 !important;
	text-decoration: none !important;
	background: url(../images/design/tab-rollover.jpg) no-repeat 100% 0px;
}

#lasttab {
	width: 258px;
	_width:236px;
}

#lasttab:hover {
  position:relative;
  width:258px;
  color: #000000;
	margin: 0 0 0 -21px;
	padding: 5px 0px 5px 0px;
	text-indent: 38px;
	background: url(../images/design/last-rollover.jpg) no-repeat 100% 0px;
	z-index:231;
}

a.lasttab {
	position:relative;
  width:258px;
  color: #000000;
	margin: 0 0 0 -21px;
	padding: 5px 0px 5px 0px;
	text-indent: 38px;
	background: url(../images/design/last-rollover.jpg) no-repeat 100% 0px;
	z-index:231;
}

a.lasttab:hover {
	position:relative;
  width:258px;
  color: #000000;
	margin: 0 0 0 -21px;
	padding: 5px 0px 5px 0px;
	text-indent: 38px;
	background: url(../images/design/last-rollover.jpg) no-repeat 100% 0px;
	z-index:231;
}
.details {
	padding: 17px;
	border: 1px solid #E1E1E1;
	border-top: 0px;
	background: #FAFAFA;
}
#gallery {
	width: 429px;
	margin: 20px 0 0 0;
}
#mainimage {
	width: 407px;
	margin: 0 0 20px 0;
	border: 1px solid #605F5F;
	text-align:center;
}
.smallimage {
	float: left;
	width: 123px;
	height: 123px;
	margin: 0 17px 17px 0;
	text-align:center;
  background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.smallimage img {width:123px}

.smallimage td {text-align:center}

#maindetails {
	float: left;
	width: 427px;
	#width: 429px;
}
#maintext {
	width: 409px;
}
#maintext h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#extradetails {
	float: right;
	width: 464px;
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
	border-left: 1px solid #605F5F;
}
.option {
	float: left;
	min-width: 200px;
	width: auto;
	_width: 200px;
	padding: 0 0 0 10px;
	background: url(../images/design/bullet.jpg) no-repeat 0% 50%;
}
.stars {
	width: 80px;
	height: 16px;
	background: url(../images/design/stars.gif) repeat-x 0% 100%;
}
/* End Used Cars */
/* Button */
#dealerships {
	width: 122px;
	height: 14px;
	margin: 12px 0 0 0;
	padding: 3px 0 2px 11px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	background: url(../images/design/button_bg.jpg) repeat-x 0% 0%;
}
#dealerships a {
	text-decoration: none;
}
/* News Items */
.newsitems {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #959494;
}
/* End News Items */
/* Newsletter */
#newsletter form {
	margin: 0 0 20px 0;
	padding: 0px;
}
#newsletter label {
	display: none;
}
.newsinput {
	width: 135px;
	margin: 0 3px 0 0;
	padding: 2px 0 2px 2px;
	font-size: 11px;
	border: 1px solid #D1D1D1;
}
.newseinput {
	width: 211px;
	margin: 2px 3px 0 0;
	padding: 2px 0 2px 2px;
	font-size: 11px;
	border: 1px solid #D1D1D1;
}
.submit {
	width: 62px;
	#width: 66px;
	margin: 4px 0 0 0;
	#margin: 1px 0 0 0;
	padding: 1px 0 1px 0;
	#padding: 1px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	background: url(../images/design/button_bg.jpg) repeat-x 0% 0%;
}
/* End Newsletter */
/* Search */
label {
	font-weight: bold;
}
select {
	font-size: 11px;
	border: 1px solid #D1D1D1;
}
/* End Search */
#stocklevel {
	width: 100%;
}
.bold {
	font-weight: bold;
}
/* Videos */
.galleryitem {
	float: left;
  width:160px;
  height:170px;
	margin: 0 0 10px 10px;
	padding: 6px;
	border: 1px solid #BFBFBF;
	background: #F6F6F6;
}
.galleryitem img {
	margin: 0 0 6px 0;
}
/* End Videos */
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: url(../images/design/fade.png) repeat-x 0% 0%;
}
#links {
	width: 990px;
	height: 26px;
	margin: 29px auto 0 auto;
}
#rights {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0 0 18px;
	background: #FFFFFF;
}
#rights a {
	text-decoration: none;
}
#rights a:hover {
  font-weight:normal;
	text-decoration: underline;
}

.required {
  color:#DD2200;
  font-weight:bold;
}

.formitems label {
  display:none;
}

input {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}

.input {
  width:200px;
}

textarea {
  width:350px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}

.namefield {
  float:left;
  width:150px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

.inputfield {
  float:left;
  width:900px;
  padding:0 0 10px 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

.namefield2 {
  float:left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

.inputfield2 {
  float:left;
  width:900px;
  padding:0 0 10px 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}
/* End Forms */

.gmap {
  width:400px;
  height:300px;
}

.nothing {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.select {
	width: 230px;
	height: 21px
}
.selectsmall {
	width: 130px;
	height: 21px
}
.stockwrapper {
	float: left;
	width: 115px;
	margin: 0 30px 10px 0;
	_display:inline;
}
.stockbrand {
	float: left;
	width: 100px;
	font-weight: bold
}
.stocklevel {
	float: left
}
.result {
	float: left;
	width: 177px;
	height: 240px;
	margin: 0 6px 6px 0;
	border: 1px solid #616161
}

.result_img {
	width: 155px;
	height: 150px;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	margin: 10px
}

.result_small {
	float: left;
	width: 150px;
	height: 220px;
	margin: 0 2px 2px 0;
	border: 1px solid #616161
}

.result_img_small {
	width: 135px;
	height: 130px;
	text-align: center;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	margin: 5px
}

.result_img_small img {width:120px}

.result_txt {
	margin: 0 9px 0 9px
}
.result_txt a, a:hover {
	font-weight: bold
}
#search_results {
	padding-top: 16px
}
#pg {
	width: 990px;
	height: 50px
}
.submitnomargin {
	width: 62px;
	#width: 66px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	background: url(../images/design/button_bg.jpg) repeat-x 0% 0%;
}
.smallh1 {
	font-size: 11px;
	color: #000000
}
.smallh1nopadding {
	font-size: 11px;
	color: #000000;
	padding:0;
	
}
#stars {
	width: 102px;
	height: 17px;
	background: url(../images/design/stars.jpg) no-repeat 0% 0%;
}
.gold {
	height: 17px;
	background: url(../images/design/stars.jpg) no-repeat 0% 100%;
}

.half {
	width: 8px;
}

.one {
	width: 17px;
}
.one5 {
	width: 26px;
}
.two {
	width: 34px;
}
.two5 {
	width: 43px;
}
.three {
	width: 51px;
}
.three5 {
	width: 60px;
}
.four {
	width: 68px;
}
.four5 {
	width: 77px;
}
.five {
	width: 85px;
}
.five5 {
	width: 94px;
}
.six {
	width: 102px;
}

.firstHeading {color:#000000;padding:0}
#infocontent {height:200px;width:200px}
#map_canvas {width:100%;height:100%;float:left}

#pgsmall {
	width: 450px;
	height: 50px
}

.required {color:#D20}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.hide {display:none}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
