/* GLOBAL
----------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A9A9A9;
	text-align: center;
	margin: 0 auto;
	background: #000;
\\	background: #222 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: 180%;
	color: #ccc;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
\\	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: normal;
}
a:link {
	color: #f39;
	text-decoration: none;
}
a:hover {
	color: #BA2A70;
	text-decoration: none;
}
a:visited {
	color: #f39;
	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;
}

/* LAYOUT
----------------------------------------*/

#outer-wrapper {
	background: #111;
	background: #111 url(../images/bg-outer-wrapper.gif) repeat-x;
	font-size: 100%;
}
#header {
	height: 185px;
	width: 925px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat;
}
#content-wrapper {
	width: 870px;
	margin: 0 auto;
	padding: 0 30px 25px 25px;
	background: url(../images/bg-content-wrapper.gif) repeat-y 50% 0;
	border-top: 3px solid #831A4E;
}
#content {
	float: right;
	width: 615px;
	padding-top: 25px;
	text-align: left;
}
#menu {
	width: 200px;
	padding-top: 25px;
	text-align: left;
	float: left;
}
#term {
	padding: 25px;
	margin: 0 15px;
	background: #222;
	text-align: left;
}

/* HEADER
----------------------------------------*/

#header h1 {
	display: none;
}
#logo { position: absolute; top: 55px; left: 0;}

/* CONTENT
----------------------------------------*/

ul.list {
	padding: 0;
	margin: 0 25px 15px 25px;
	border-top: 1px dashed #444;
}
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 #444;
}
.picture {
	padding: 6px;
	border: 1px solid #444;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

/* MENU 
----------------------------------------*/

#menu ul {
	width: auto;
	margin: 15px 0 4px 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin-bottom: 2px;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: normal;
	color: #a8a8a8;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-left: 15px;
	background: #181818 url(../images/icons/nav.gif) no-repeat left 0;
}
#menu ul li a:hover,
#menu ul li a:focus {
	font-weight: bold;
	color: #ccc;
	background: #111 url(../images/icons/nav.gif) no-repeat left -33px;
}
#menu ul li a:active {
	color: #f39;
}
#menu h1, #sidebar h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#stock #menu-stock a,
#workshop #menu-workshop 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: #ccc;
	font-weight: bold;
	background: #000 url(../images/icons/nav.gif) no-repeat left -66px;
}

/* FOOTER
----------------------------------------*/

#footer-wrapper {
	background: #000;
}
#footer {
	width: 925px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	font-size: 85%;
	color: #666;
\\	background: url(../images/bg-footer.gif) no-repeat 50% 0;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}
ul.footer {
	float: right;
	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;
	color: #888;
	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: #ccc;
}
#footer a:link, #footer a:visited {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #444;
}
.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: 3px;
	width: 98%;
	color: #A9A9A9;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #333;
	border: 1px solid #444;
}
.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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a8a8a8;
	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 {
	color: #ccc;
	background: url(../images/icons/button.png) no-repeat left -31px;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after, #outer-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper, #outer-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper, * html #outer-wrapper {
	height: 1%;
}
#content-wrapper, #outer-wrapper {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0;
}