body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/page_bg.png) no-repeat left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: sans courier;
	text-align: justify;
	color: #B0B0B0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #950b0b;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}
p {
  font-size: 14px;
}
span.red {
  color: #950b0b;
}
span.bold {
  font-weight: bold;
}
span.italic {
  font-style: italic;
}
span.uline {
  text-decoration: underline;
}
ul#page {
}
ul#page li {
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
img.main {
  float: right;
  border: 1px solid grey;
}

a {
	color: #29A0C8;
}

a:hover, a:active {
	text-decoration: none;
	color: #29A0C8;
}

a:visited {
	color: #29A0C8;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 897px;
	margin: 0 0;
	height: 200px;
}
div#phoneNumber {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	padding: 10px 20px 0px 20px;
	background: url(../images/button_bg.gif) no-repeat right 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img06.jpg) no-repeat left 35px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	padding: 40px 0 10px 60px;
	font-size: 24px;
}

#logo h1 a {
	text-decoration: none;
	color: #29A0C8; 
}

#logo h1 a:hover { text-decoration: none; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8E8C8D;
}

#logo p a {
	text-decoration: none;
	color: #8E8C8D;
}

#logo p a:hover { text-decoration: none; }

/* topMenu */
div#topMenu {
  margin-top:-75px;
  float:right;
}
#topMenu a.button {
  font-size: 16px;
  font-weight:bold;
}
#topMenu a.subMenu {
  color: #950b0b;
}

/* Page */

div#page {
	width: 735px;
	margin: 0 0;
	padding: 0px 0px;
}

/* Content */

#content {
  display: inline;
  float:left;
  margin-top: -220px;
  margin-left: 135px;
  width: 730px;
  padding: 15px 15px;
  color: black;
}

div .floatRight {
  float: right;
}

div#contactInfo {
  font-size: 16px;
  font-weight: bold;
}

/* Sidebar */

#sidebar {
  float: left;
	width: 135px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#sidebar ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding-top: 10px;
	padding-bottom: 20px;
}

#sidebar li li {
  margin-bottom: -4px;
}
#sidebar li li a {
  display: block;
  height: 34px;
  width: 132px;
  margin-bottom: auto 0;
  padding-top: 3px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: white;
	background: url(../images/button_bg.png) no-repeat left 0px;
}

#sidebar h2 {
	width: 215px;
	height: 35px;
	margin: 0;
	padding: 10px 0px 0px 20px;
	background: #678B1D;
	border-bottom: 1px dashed #95C72A;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
}

#sidebar a {
	text-decoration: none;
	color: #285C00;
  color: black; 
}

/* Search */

#search {
	background: #95C72A;
	padding-bottom: 20px;

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 130px;
	margin-right: 5px;
	border: 1px solid #DFE1E0;
	margin-left: 20px;
}

#x {
	padding: 3px;
	border: none;
	background: #678B1D;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 897px;
	margin: 0 0;
	padding: 0;
	background: #E5E5E5;
}

html>body #footer {
	height: auto;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#legal {
	clear: both;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
	color: #3E3C3D;
}

/* Admin */
div .formRow {
}
.formLabel {
  float: left;
  width: 120px;
}
.formInput {
  float: left;
  width: 400px;
}
div .formError {
  float:left;
  width: 350px;
}
/* Images to be used as shortcuts for actions such as edit / delete */
img .action {
}

/* Listings on the Sales Lot Page */
div.listingWrapper {
	float:left;
	display:inline-block;
	margin-left:30px;
	padding: 0px;
	width: 732px;
	height: 180px;
	background-image:url("/lib/images/row_grey.png");
}
/* JavaScript onmouseover */
div.listingWrapper_MO {
	float:left;
	margin-left:30px;	
	display:inline-block;
	padding: 0px;
	width: 732px;
	height: 180px;
	background-image:url("/lib/images/row_mo.png");
}
div.listing {
	position:relative;
	top: 14px;
	left: 22px;
	width: 610px;
	padding: 10px;
}
h4.listing {
	position:relative;
	top:20px;
	left:50px;
	margin: 0px;
	width: 325px;
	font-size: 18px;
	text-align: center;
	overflow:hidden;	
}
div.listingYear {
	position:relative;
	top:-3px;
	left:440px;
	width: 60px;
	text-align:center;
	font-size: 16px;
	color:#FFFFFF;
}
div.listingYearDetails {
	position:relative;
	top:-3px;
	left:450px;
	width: 60px;
	text-align:center;
	font-size: 16px;
	color:#FFFFFF;
}
p.listing {
}
div.colName {
	float: left;
	width: 150px;
}
div.value {
	float:right;
}
div #desc {
}
div.br {
	background-image:url('/lib/images/br.gif');
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	text-align:center;
}
div.thumbsContainer {
	width:142px;
	display:inline-block;
	position:relative;
	top:-400px;
	left:-56px;
	float:right;
}
div.thumbsTop {
	width:142px;
	background-image:url('/lib/images/car_detail_thumbs_top.png');
	background-repeat:no-repeat;
}
div.thumbs {
	width:142px;
	background-image:url('/lib/images/car_detail_thumbs_center.png');
	background-repeat:repeat-y;
	padding:4px;
	margin-top:-1px;
}
div.thumbsBottom {
	width:142px;
	background-image:url('/lib/images/car_detail_thumbs_bottom.png');
	background-repeat:no-repeat;	
}
img.thumbs {
	margin: 2px;
	border: 1px solid #000000;
}
img#enlarged {
	position:relative;
	top: 41px;
	left: 53px;
	width: 450px;
	border: 1px solid black;
}
/* View page */
div.viewCarWrapper {
	padding: 0px;
	width: 100%;
}
div.viewCarWrapper {
	display:inline-block;
	background-image:url('/lib/images/details.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	width:746px;
	height:675px;
}
div.details {
	display:inline-block;
//	position:relative;
	top:34px;
	left:54px;
	width:434px;
}
/* Services page */
p.services {
	font-size: 12px;
	color: #4b4a4a;
}
h4.services {
	color: #232222;
	font-family: sans courier;
}
