body {
	font: small /*Verdana, */Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: #000 url(../images/bg-body.gif) repeat-x 0 0;
}
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: 200%;
	letter-spacing: -1px;
	color: #fff;
\\	color: #3B75C1;
\\	text-transform: uppercase;
\\	background: url(../images/dot.gif) repeat-x 0 100%;
}
h2 {
	font-weight: normal;
	font-size: 130%;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	color: #FCB814;
}
a:link {
	color: #FCB814;
	text-decoration: none;
}
a:hover {
	color: #FF9700;
	text-decoration: none;
}
a:visited {
	color: #FCB814;
	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;
}
.clear {
	clear: both;
	height: 0;
}
.small {
	font-size: 85%;
	color: #999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding {
	padding: 0 10px;
}
img {
	border: 0;
}

/* LAYOUT
----------------------------------------*/

#layout {
	text-align: left;
	font-size: 95%;
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 100px;
	background: #000;
	position: relative;
}
#menu {
	height: 30px;
	background: #FF9700 url(../images/icons/menu.gif);
}
#content-wrapper {
	padding: 15px 0;
	background: #000;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
\\	background: url(../images/bg-content-wrapper.gif) repeat-y;
}
#content {
	float: left;
	width: 780px;
	padding-bottom: 15px;
}
#subnav {
	width: 180px;
	float: left;
	padding-right: 10px;
 }
#sidebar {
	width: 180px;
	float: right;
	text-align: left;
}
#footer-wrapper {
	background: #000;
	padding: 2px 0;
	text-align: center;
	clear: both;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
#footer {
	padding: 15px;
	background: #222;
}

/* HEADER
----------------------------------------*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#toptel {
	position: absolute;
	top: 0;
	right: 0;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 5px;
	border: 1px dashed #ddd;
}
ul.list {
	padding: 0;
	margin: 0 0 20px 0;
	border-top: 1px dashed #ddd;
}
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 #ddd;
}
#slideshow-wrapper {}
img#slideshow {
	padding: 2px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}

/* MENU 
----------------------------------------*/

#menu ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	float: left;
	text-transform: capitalize;
	font-weight: normal;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
}
#menu ul li a:hover,
#menu ul li a:focus {
	background: #FDAE0E;
}
#menu ul li a:active {
	color: #fff;
}
#menu img {
	vertical-align: middle;
	border: 0;
}
#menu h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#about #menu-about a,
#stock #menu-stock a,
#offers #menu-offers a,
#finance #menu-finance a,
#contact #menu-contact a,
#location #menu-location a {
	color: #000;
	font-weight: bold;
	background: #FCB814 url(../images/icons/menu-active.gif) no-repeat 50% 100%;
}

/* SIDEBAR
----------------------------------------*/

#sidebar img {
	padding: 2px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}
#sidebar p {
	margin: 0;
	padding: 0;
}

/* FOOTER
----------------------------------------*/

#footer h2, #footer p, #sidebar p {
	padding: 0;
	margin: 0;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #333;
}
.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: 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #333;
}
.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: #333;
	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;
}
