/* GLOBAL
----------------------------------------*/

body {
	padding: 0;
	margin: 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-align: center;
	background: #EAEAEA url(../images/bg-body.gif) repeat-x;
}
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: 190%;
	letter-spacing: -2px;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	padding: 0 0 0 20px;
	font-size: 120%;
	font-weight: normal;
}
a:link {
	color: #f60;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: none;
}
a:visited {
	color: #f60;
	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.gif) no-repeat left center;
}
.email {
	background: url(../images/icons/email.png) no-repeat left center;
}
.phone {
	background: url(../images/icons/talk.png) no-repeat left center;
}
.quicksearch {
	background: url(../images/icons/search.png) no-repeat left center;
}
.category {
	background: url(../images/icons/accept.png) no-repeat left center;
}
.map {
	background: url(../images/icons/map.png) no-repeat left center;
}
.offers {
	background: url(../images/icons/star.png) no-repeat left center;
}
.box {
	width: 45%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
	height: 0;
}

/* LAYOUT
----------------------------------------*/

#layout-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: #fff;
\\	background: #fff url(../images/bg-layout.gif) no-repeat center 128px;
}
#header {
	height: 118px;
	position: relative;
	background: #fff url(../images/bg-header.gif) repeat-x 50% 100%;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
}
#content-wrapper {
	padding: 20px;
	text-align: left;
\\	background: url(../images/bg-layout.gif) repeat-x center top;
}
#content {
	width: 660px;
	float: left;
	text-align: left;
}
#showroom {}
#sidebar {
	width: 230px;
	float: right;
	text-align: left;
}
#footer {
	width: 955px;
	padding: 25px 20px 20px 5px;
	margin: 0 auto;
	font-size: 85%;
	color: #999;
	text-align: left;
	background: url(../images/bg-footer.gif) no-repeat 50% 0;
}

/* CONTENT
----------------------------------------*/

.borders {
	padding: 5px;
	border: 1px solid #ddd;
}
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 #ddd;
}

/* 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 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	border-left: 1px solid #fff;
}
#menu ul li a {
	display: block;
	height: auto;
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 95%;
	font-weight: normal;
	padding: 92px 8px 5px 8px;
	color: #333;
	background: #ddd;
	border-bottom: 8px solid #888;
}
#menu ul li a:hover,
#menu ul li a:focus {
	background: #E5E5E5;
	border-bottom: 8px solid #aaa;
}
#menu ul li a:active {
	color: #f60;
}
#menu h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#stock #menu-stock a,
#offers #menu-offers a,
#newcars #menu-newcars a,
#finance #menu-finance a,
#about #menu-about a,
#carsearch #menu-carsearch a,
#aftersales #menu-aftersales a,
#contact #menu-contact a,
#location #menu-location a {
	color: #fff;
	font-weight: bold;
	background: #888;
	border-bottom: 8px solid #f60;
}

/* SIDEBAR
----------------------------------------*/

#sidebar h1 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: normal;
	padding: 5px 5px 5px 25px;
	margin: 0;
	text-transform: uppercase;
}
#sidebar img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

/* 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 .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	float: left;
}	
.feedback textarea {
	height: 150px;
}
.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;
}

/* FOOTER
----------------------------------------*/

#footer p {
	padding: 0;
	margin: 0;
}
ul.footer {
	margin: 0;
	padding: 0;
}
ul.footer li {
	display: inline;
}
ul.footer li a:link, ul.footer li a:visited {
	display: block;
	float: left;
	padding: 0 16px 0 15px;
	background: url(../images/bg-footer-nav.gif) no-repeat right center;
}
ul.footer li a.last:link, ul.footer li a.last:visited  {
	background-image: none;
	padding-right: 0;
}
ul.footer li a:hover {
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #333;
}
