body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 15px auto;
	text-align: center;
	background: #000 url(../images/bg-body.gif);
}
p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 180%;
	letter-spacing: -1px;
	color: #c00;
	border-bottom: 1px dashed #D9D1C6;
\\	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: normal;
	color: #c00;
}
a:link {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #c00;
	text-decoration: none;
}
.address {
	background: url(../images/icons/home.png) no-repeat left center;
}
.contact {
	background: url(../images/icons/phone.png) no-repeat left center;
}
.time {
	background: url(../images/icons/time.png) no-repeat left center;
}
.map {
	background: url(../images/icons/map.png) no-repeat left center;
}
.email {
	background: url(../images/icons/email.png) no-repeat left center;
}
.star {
	background: url(../images/icons/star.png) no-repeat left center;
}
.clear {
	clear: both;
	height: 0;
}
.small {
	font-size: 85%;
	color: #999;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* LAYOUT
----------------------------------------*/

#outer-wrapper {
	text-align: left;
	background: #000;
	width: 950px;
	padding: 10px;
	margin: 0 auto;
}
#header {
	height: 25px;
	background: url(../images/bg-header.gif) no-repeat 0 0;
}
#content-wrapper {
	padding: 0 25px;
	background: url(../images/bg-content-wrapper.gif) repeat-y;
}
#content {
	float: right;
	width: 650px;
}
#menu {
	width: 200px;
	float: left;
	color: #FFEFD3;
	text-align: center;
}
#footer-wrapper {
\\	height: 25px;
	font-size: 85%;
	color: #737373;
	text-align: center;
	background: url(../images/bg-footer.gif) no-repeat 0 0;
}
#footer {
	margin-left: 250px;
	padding-top: 35px;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 5px;
	border: 1px dashed #D9D1C6;
}
ul.list {
	padding: 0;
	margin: 0 0 15px 25px;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/arrow-grey.gif) no-repeat 0 12px;
	margin: 0;
	padding: 8px 0 8px 20px;
	border-bottom: 1px dashed #D9D1C6;
}
#slideshow {
	margin-bottom: 15px;
}

/* THUMBNAIL
----------------------------------------*/

.thumbnail {
	width: 245px;
	padding: 20px 5px 5px 39px;
	background: #fff url(../images/thumbnail-container.png) no-repeat 50% 0;
}
.thumbnail img {
	width: 235px;
	height: 175px;
	padding: 5px;
	margin-bottom: 20px;
	border: 0;
}
.thumbnail p {
	font-size: 85%;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* MENU 
----------------------------------------*/

#menu ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0 0 2px 0;
}
#menu ul li a {
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: normal;
	color: #FFE6BD;
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	background: #D54335 url(../images/icons/menu.gif) no-repeat 0 -62px;
}
#menu ul li a:hover,
#menu ul li a:focus {
	background: #E16F55 url(../images/icons/menu.gif) no-repeat 0 -31px;
}
#menu ul li a:active {
	color: #FFF6E9;
}
#menu img {
	vertical-align: middle;
	border: 0;
}
#menu h1 {
	display: none;
}
#logo {
	height: 200px;
}
#logo img {
	margin-bottom: 25px;
}
#logo p {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#about #menu-about a,
#stock #menu-stock a,
#finance #menu-finance a,
#contact #menu-contact a,
#location #menu-location a {
	color: #40372A;
	font-weight: bold;
	background: #FFDDA6 url(../images/icons/menu.gif) no-repeat 0 0;
}

/* FOOTER
----------------------------------------*/

#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #D9D1C6;
}
.feedback legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0 5px 0 20px;
	background:  url(../images/icons/arrow-grey.gif) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #666;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.feedback textarea {
	height: 150px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}
.feedback input.button, #carsearch input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EFBCBB;
	text-transform: uppercase;
	width: 96px;
	height: 31px;
	border: none;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	background: url(../images/icons/button.png) no-repeat left 0;
	cursor: pointer;
}
.feedback input.button:hover, .feedback input.button:active, #carsearch input.button:hover, #carsearch input.button:active {
	color: #fff;
	background: url(../images/icons/button.png) no-repeat left -31px;
}
