/* GLOBAL
----------------------------------------*/

body, html {
	background: #444 url(../images/bg-body.gif) repeat-x 0 0;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: small; 
	color: #666;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 190%;
	letter-spacing: -1px;
\\	border-bottom: 1px solid #eee;
\\	color: #DA8082;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	font-weight: bold;
	font-size: 115%;
	padding: 8px 0 8px 25px;
	text-transform: capitalize;
	border-top: 3px solid #666;
	border-bottom: 1px dashed #ddd;
\\	color: #DA8082;
}
p {
	margin: 15px 0;
}
a:link {
	color: #DA8082;
	text-decoration: none;
}
a:hover {
	color: #B30004;
	text-decoration: none;
}
a:visited {
	color: #DA8082;
	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;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
}
.box {
	width: 48%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.slogan {
	font-size: 70%;
	font-weight: normal;
}

/* LAYOUT
----------------------------------------*/

#layout-wrapper {
	background: url(../images/bg-content.gif) repeat-y;
	height: 100%;
	min-height: 100%;
	width: 972px;
\\	margin: 0 auto;
}
#header {
	background: url(../images/bg-header.jpg) no-repeat 50% 100%;
	height: 99px;
	padding-top: 10px;
}
#menu {
	background: #cdcdcd url(../images/bg-menu.gif) no-repeat;
	height: 40px;
}
#content-wrapper {
	background: url(../images/bg-content.gif) repeat-y;
	padding: 25px 16px 20px 36px;
}
#content {
	float: left;
	width: 640px;
}
#showroom {
	background: #fff;
	padding-right: 20px;
}
#sidebar {
	float: right;
	width: 250px;
}
#footer-wrapper {
	background: url(../images/bg-content.gif) repeat-y;
}
#footer {
	border-top: 1px solid #eee;
	width: 900px;
	margin: 0 auto;
	padding: 15px 30px;
	color: #999;
	font-size: 85%;
}
#header, #menu, #content, #showroom, #sidebar, #footer {
	text-align: left;
}

#header img {
	padding: 37px 16px 0 36px;
}

/* CONTENT
----------------------------------------*/

.borders {
	padding: 5px;
	border: 1px solid #E9E7F0;
}
ul.list {
	padding: 0;
	margin: 0 25px 15px 25px;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/arrow.gif) no-repeat 0 0;
	margin: 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dashed #E9E7F0;
}
#feature {
\\	width: 640px;
	height: 200px;
	margin-bottom: 15px;
	background: url(../images/bg-feature.png) no-repeat 0 0;
}

/* 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;
}

/* MENU
----------------------------------------*/


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 21px 0 16px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 20px;
	color: #666;
}
#menu a:hover {
	color: #000;
	background: #E2E2E2;
}
#header h1, #menu h1, #sidebar h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#stock #menu-stock a,
#about #menu-about a,
#service #menu-service a,
#finance #menu-finance a,
#carsearch #menu-carsearch a,
#contact #menu-contact a,
#location #menu-location a {
	color: #fff;
	font-weight: bold;
	background: #fff url(../images/icons/nav.png) repeat-x;
}

/* SIDEBAR
----------------------------------------*/

#sidebar ul {
	padding: 0;
	margin: 0 0 15px 0;
}
#sidebar ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/icons/arrow.gif) no-repeat 0 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dashed #E9E7F0;
}
#sidebar h3 {
	margin: 0;
}
#sidebar p {
	background: #f6f6f6;
	margin: 0 0 15px 0;
	padding: 15px;
}
#sidebar img {
	margin-bottom: 15px;
}

/* FOOTER
----------------------------------------*/

#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #;
	text-decoration: none;
}
#footer a:hover {
	color: #;
	text-decoration: none;
}


/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.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: #333;
	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: #666;
	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: #000;
	background: url(../images/icons/button.png) no-repeat left -31px;
}
