@charset "UTF-8";
/* CSS Document */

/* $Id: base-weblog.css 86711 2008-08-13 22:17:43Z noneill $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; color:#003459 }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
font-size:200%;
}

p, #pagebody-inner li {
	line-height:150%;
	color:#545454;
	font-size:120%;
}

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg {
	display: block;
}
/* */


/* page layout */

body {
	text-align: center;
	background-color: #cececd;
	background-image:url(/assets/background-fade.gif);
	background-repeat:repeat-x;
} /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 940px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner {
background-image:url(/assets/banner-logo.gif);
height:96px;
width:940px;
overflow:hidden;
}

#banner-inner {
padding-left:15px;
}
#banner, #top-nav, #contact-banner, #banner-bottom { position: relative; }
#banner-inner, #top-nav-inner, #contact-banner-inner { position: static; }

#contact-banner {
text-align:right;
}
#contact-banner-inner {
	padding:5px 0px 5px 0px;
	text-align: right;
}
#contact-banner-inner table {

}
#contact-banner-inner table td {
text-align:left;
padding:5px 0px;
font-size:90%;
}

#banner-header {
display:none;
}
#banner-description, #banner-est {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#eaebe8;
	position:relative;
	top:55px;
	width: 550px;
	display:block;
	float:left;
	font-size:120%;
}

#banner-est {
	width:125px;
	text-align:right;
	margin-top: 10px;
	margin-bottom: 10px;
}


#topnav {
height:40px;
background-color: #408ec6;

}
#topnav-inner {
	padding-top: 15px;
}
#topnav-inner-beta {
	width: 240px;
	float: left;
	height: 25px;
}

#topnav-inner-alpha {
	display: block;
	width: 700px;
	float: left;
}
#topnav-inner-alpha-inner {
padding-left:15px;
}
.nav-list-item .selected {
	background-color: #ffffff;
}
.nav-list-item a:hover {
text-decoration:underline;
}

/* Anthony admin nav copy & tweak */

#admintopnav {

	height:40px;

	background-color: #C6BA3F;

}

#admintopnav-inner {

	padding-top: 15px;

}

#admintopnav-inner-beta {
	float: right;

	height: 25px;

}



#admintopnav-inner-alpha {

	display: block;

	width: 700px;

	float: left;

}

#admintopnav-inner-alpha-inner {

	padding-left:0px;

}

#pagebody-inner.login form {
margin-top:30px;
}

/* End: Anthony admin nav copy & tweak */ 

#pagebody, #pagebody-bottom {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#pagebody-inner {
	border: solid #ffffff 10px;
	background-color: #d2d2d2;
}
#pagebody-bottom-inner {
	padding:0px 0px 0px 10px;
	background-color: #e3e3e0;
	background-image: url(/assets/borders.gif);
	background-repeat: repeat-y;
	border-bottom: solid #ffffff 10px;
}

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}

#alpha-inner {
	padding:20px;
	background-color:#e3e3e0;
}


/* nav */

.nav-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 25px;
}

.nav-list-item
{
	display: block;
	float: left;
}

.nav-list-item a
{
	display: block;
	padding: 0px 10px;
	font-family: "Lucida Grande CE", Arial, sans-serif, "Lucida Grande", "Lucida Sans";
	text-decoration: none;
	color: #003459;
	line-height: 25px;

}

.paging {
/* see cake.generic.css */
}

.searchedForCar {
background-color:#ffffff;
color:#545454;
}

.searchedForCar span {
color:#000000;
}

.no-search-results {
background-color:#ffffff;
padding-top:10px;
padding-bottom:20px;
}

#flashMessage {
background-color:#5f0606;
color:#FFFFFF;
}


/* -------------- forms -------------- */


#search-field {
	height: 25px;
	overflow:hidden;
	background-color:#FFFFFF;
	width: 170px;
	float: left;
}

#search-button {
	width: 70px;
	float: left;
	overflow: hidden;
}

#search-field .search-entry {
	margin: 0px;
	padding: 0px;
	height: 22px;
	line-height:25px;
	width: 160px;
	border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #5d5d5d;
}
.submit-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:25px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b26748;
	background-image: url(/assets/search-background.gif);
	background-repeat: repeat-x;
	border: 0px;
	margin:0px;
	display: block;
	float: left;
}

#search-button-inner {
border:1px solid #904526;
overflow:hidden;
}

#search-button-inner .submit-button {
	width: 70px;
	height:23px;
}
#search-field-inner {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #999999;
	border-left-color: #999999;
	text-align: right;
}

a.link-style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#inquire-form label, #inquire-form input.text-field, #inquire-form .text-area {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#inquire-form label {
	text-align: right;
	padding-right: 20px;
}

#inquire-form br {
	clear: left;
}
#email-list {
	margin-top:20px;

	clear: both;
}
#email-list label, #email input {
	text-align:left;
	display:inline;
	float:none;
	padding-right:0px;
}

#email-list label {
padding-left:10px;
}
#form-title {
	margin-bottom: 20px;
}
#inquire-form-submit {
	display:block;
	padding: 20px 0px 20px 170px;
}

#inquire-form-submit .submit-button {
	float: none;
}

#contact-form {
	width: 400px;
	float: left;
}

#contact-form-interior {
	padding:20px;
}

#phone-address {
	width:290px;
	float:left;
}
#phone-address-interior {
padding:20px;
}

#phone-address-interior p {
	line-height:100%;
	color:#000000;
	font-size:100%;
}

/* -------------- BODY TEXT SPECIALS -------------- */

.entry-header
{
	color: #000000;
	font-size: 200%;
	text-align: left;
}

.entry-subheader {
	color:#545454;
	font-size: 160%;
}

.brick, .required label {
color:#a95e3f;
}

.blue {
color:#408ec6;
}

.gray {
color:#c2c1c0;
}

.dark-gray {
color:#545454;
}

.white {
color:#ffffff;
}

.sale {
text-transform:uppercase;
}


/* -------------------- HOME PAGE -------------- */

body#home #pagebody-inner {
height:510px;
width:920px;
position:relative;

}


/* -------------- INVEOTORY PAGE -------------- */

body#inventory #alpha {
	background-color:#102839;
	width:100%;
	}

.list-entry-link {
display:block;
text-decoration:none;
}

.list-entry-link:hover, .list-entry-link-hover {
	background-color:#000000;
	cursor: pointer;
}

body#inventory .list-entry {
	padding:30px;
	clear:both;
	border-bottom: 1px solid #ffffff;
	display:block;
}

body#inventory .list-entry.list-entry-link img {
	display:block;
	margin-right:30px;
	float:left;
	width: 220px;
}

body#inventory .list-entry-details {
	display:block;
	float:left;
	width:610px;
}

body#inventory .list-entry table {
	width:610px;
}

body#inventory .list-entry table td {
	color:#c2c1c0;
	padding:5px 30px 5px 0px;
	width:50%;
}


/* -------------- CAR PAGE -------------- */

body#car-page #pagebody-inner {
padding-bottom:0px;
}

body#car-page #alpha {
	width: 256px;
	background-color:#d2d2d2;
	height: 491px;
	overflow: scroll;
}

body#car-page #beta {
	width:664px;
	background-color:#ffffff;
}

body#car-page #beta-inner {
	margin-left: 10px;
}

body#car-page #beta-inner img {
	display: block;
}


#alpha-inner-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#car-details-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;

}
#car-details-table .car-detail-name {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom: solid #ffffff 1px;
	color: #545454;
	text-align:left;
}
#car-details-table .car-detail-value {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.no-margin-bottom, p.no-margin-bottom {
	margin-bottom: 0px;
}

.no-margin-top {
	margin-top: 0px;
}

#alpha-bottom-inner {
	padding: 20px;
}
#alpha-bottom {
	width: 455px;
	float: left;
	margin-right: 10px;
	border-top: solid #ffffff 10px;
}
.car-detail-photo {
	border:none;
	width: 455px;
	height: 341px;
	float: left;
	cursor: pointer;
	display: block;
	border-right: solid #ffffff 10px;
	border-top: solid #ffffff 10px;
}
.fine-print {
	font-size: x-small;
	line-height: normal;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display:block;
}


/* -------------- ABOUT US PAGES -------------- */

body#aboutUs #alpha {
	width:700px;
	overflow: hidden;
}

body#aboutUs #alpha-inner {
	border-right:solid 10px #ffffff;
	padding: 0px;
	overflow: hidden;
}

body#aboutUs .entry-header, body#aboutUs .entry-subheader {
	padding:20px;
	padding-bottom:0px;
}


body#aboutUs #beta {
	width:220px;
	overflow: hidden;
}

body#aboutUs #beta-inner {
	overflow:hidden;
	border-bottom: solid #ffffff 10px;
	padding:0px;
	background-color: #d2d2d2;
}

.bio-text {
	width:490px;
	float: left;
}

img.bio-photo {
	margin:0px 20px 20px 0px;
	float: left;
}

#world-map {
	background-color:#FFFFFF;
	width:220px;
	height:270px;
	overflow:hidden;
}

#world-map small {
line-height:20px;
}

#sales-hours {
padding:10px;
padding-right:0px;
}

#sales-hours td {
padding-right:20px;
color:#545454;
padding-bottom:5px;
}

#sales-hours td.sales-hours-label {
text-align:right;
padding-right:10px;
color:#000000;
}

/* ------------------- NEWS PAGES -------------- */

body#news #pagebody-inner {
background-image:url(/assets/borders-news.gif);
background-repeat:repeat-y;
}


body#news #alpha {
	width:220px;
	overflow: hidden;
	background-color: #d2d2d2;

	}

body#news #alpha-inner {
	overflow: hidden;
	background-color: #d2d2d2;

}

body#news #beta {
	width:700px;
	overflow: hidden;
	background-color:#e3e3e1;

}

body#news #beta-inner {
	overflow:hidden;
	border-left:solid 10px #ffffff;
	padding:20px;
}

p.date {
color:#000000;
font-size:100%;
line-height:100%;
}

body#news #alpha-inner ul {
	list-style-type: none;
	padding: 0px;
}
body#news #alpha-inner li {
	display: block;
	margin-bottom: 10px;
}

body#news a.selected {
text-decoration:none;
}

.news-photo {
margin-left:20px;
margin-bottom:20px;
margin-top:10px;
}

/* ------------------------ BOTTOM BANNER ----------- */


#banner-bottom {
	background-color: #01243d;
	margin-bottom:20px;
	clear:both;
}
#banner-bottom-inner {
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-transform: uppercase;
}

#banner-bottom-inner p {
	color: #6c7da6;
}
.bio-entry {
	display: block;
	float: left;
	border-top: dashed 1px #ffffff;
	padding: 20px;
}

#admintopnav-inner-beta-inner {
	text-align: right;
	padding-right: 10px;
}

.login {
	text-align: center;
}

#news #alpha-inner ul {
	padding-left: 0px;
	margin-left: 0px;
}

body#car-page .carDetails#alpha {
	/* overflow-x: hidden; */
	width: 256px;
}
#alpha-inner-containter {
	width: 240px;
}
.loading {
	background: url('/img/ajax-loader.gif') no-repeat;
}

body#car-page #pagebody-inner.error {
	padding: 5px;
}
