/* GLOBAL
----------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-align: center;
	background: #eee url(../images/bg-footer.gif) repeat-y 50% 0;
	border-top: 3px solid #FFC000;
}
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: #25629C;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: normal;
\\	color: #25629C;
}
a:link {
	color: #6096C9;
	text-decoration: none;
}
a:hover {
	color: #205689;
	text-decoration: none;
}
a:visited {
	color: #25629C;
	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;
}
img {
	border: none;
}

/* LAYOUT
----------------------------------------*/

#header-wrapper {
	background: #00448B url(../images/bg-header-wrapper.gif) repeat-x 50% 100%;
}
#header {
	height: 150px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #00448B url(../images/header.jpg) no-repeat;
	color: #8093A9;
}
#outer-wrapper {
	background: #fff url(../images/bg-outer-wrapper.gif) repeat-y 50% 50%;
}
#content-wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0 25px 25px;
	background: #fff url(../images/bg-content-wrapper.gif) repeat-y 100% 0;
}
#content {
	float: left;
	width: 680px;
	padding-top: 25px;
	text-align: left;
	background: #fff;
}
#menu {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	text-align: left;
\\	background: #EBEBEB url(../images/bg-nav.gif) no-repeat 50% 50%;
	background: #EBEBEB url(../images/icons/bg-nav.png) repeat-x 0 50%;
}
#sidebar {
	width: 200px;
	float: right;
	text-align: left;
	background: #fff;
	padding-top: 10px;
}

/* HEADER
----------------------------------------*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo h1 {
	display: none;
}
#callnow {
	position: absolute;
	top: 0;
	right: 0;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 6px;
	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;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* MENU 
----------------------------------------*/

#menu ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	color: #666;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
	background: url(../images/icons/nav-divider.png) no-repeat right bottom;
}
#menu ul li a:hover,
#menu ul li a:focus {
	color: #000;
	background: url(../images/icons/nav-divider.png) no-repeat right bottom;
}
#menu ul li a:active {
	color: #F3D441;
}
#menu h1, #sidebar h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#stock #menu-stock a,
#partex #menu-partex 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,
#service #menu-service a,
#bodyshop #menu-bodyshop a  {
	color: #000;
	font-weight: bold;
	background: #DEDEDE url(../images/icons/nav-divider.png) no-repeat right bottom;
}

/* FOOTER
----------------------------------------*/

#footer-wrapper {
	background: #eee url(../images/bg-footer.gif) repeat-y 50% 0;
}
#footer {
	width: 945px;
	margin: 0 auto;
	padding: 25px 10px 25px 25px;
	text-align: left;
	font-size: 85%;
	background: #ddd;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}
ul.footer {
	float: right;
}
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;
}
ul.footer li a:hover {
	color: #000;
}
#footer a:link, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #000;
}

/* CAR SEARCH FORM
----------------------------------------*/

.carsearch fieldset {
	border: none;
}
.carsearch legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0 0 15px 25px;
	background:  url(../images/icons/search.png) no-repeat left center;
	text-transform: uppercase;
}
.carsearch label {
	display: none;
}
.carsearch select, .carsearch input {
	display: block;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 5px;
}
.carsearch input.button {
	margin-top: 10px;
}

/* 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;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper {
	height: 1%;
}
#content-wrapper {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0;
}