/* GLOBAL
----------------------------------------*/

body, html {
	background: #000 /*url(../images/bg-body.gif) repeat-x 0 0*/;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

/* TYPOGRAPHY
----------------------------------------*/

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;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 190%;
	color: #1A487F;
	letter-spacing: -1px;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	font-weight: normal;
	font-size: 120%;
	color: #1A487F;
	padding-left: 25px;
\\	padding: 5px 0 5px 25px;
\\	border-bottom: 1px dashed #ccc;
}
#sidebar h3 {
	padding: 8px 0 8px 25px;
	margin-bottom: 0;
	border-top: 3px solid #666;
	border-bottom: none;
}
#sidebar p {
	padding: 15px;
	margin: 0 0 15px 0;
	background: #eee;
}
p {
	margin: 15px 0;
}
a:link {
	color: #1A487F;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #1A487F;
	text-decoration: none;
}
blockquote {
	font-size: 120%;
}
.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;
}
.team {
	background: url(../images/icons/team.png) no-repeat left center;
}
.offer {
	background: url(../images/icons/star.png) no-repeat left center;
}
.search {
	background: url(../images/icons/search.png) no-repeat left center;
}
a.top {
	font-size: 75%;
	text-transform: uppercase;
	display: block;
	padding: 3px 15px 3px 3px;
	text-align: right;
	background: #f7f7f7 url(../images/icons/arrow-top.gif) no-repeat right center;
\\	border-bottom: 1px dashed #ddd;
}
.box {
	width: 45%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.thickborders {
	padding: 10px;
	background: #7A7A7A;
}
.borders {
	padding: 5px;
	border: 1px dashed #ddd;
}
img {
	border: 0;
}

/* LAYOUT
----------------------------------------*/

#layout-wrapper {
	background: url(../images/bg-content.gif) repeat-y;
	height: 100%;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 160px;
	background: #1F5293 url(../images/bg-header.png) no-repeat 50% 0;
	position: relative;
	color: #fff;
}
#menu {
	width: 220px;
	float: left;
	border-top: 20px solid #E4E4E4;
}
#content-wrapper {
	padding: 0 20px;
	background: #fff url(../images/bg-content.gif) repeat-y;
}
#content {
	float: right;
	width: 640px;
	padding: 25px 10px 20px 0;
}
#footer-wrapper {
	background: url(../images/bg-content.gif) repeat-y;
	width: 972px;
	margin: 0 auto;
}
#footer {
	padding: 15px 30px;
	margin-left: 260px;
	width: 640px;
	font-size: 85%;
	color: #aaa;
	border-top: 1px solid #F1F1F1;
}
#header, #menu, #content, #sidebar, #policy, #footer {
	text-align: left;
}
#policy {
	background: #fff;
	padding: 15px;
}

/* HEADER
----------------------------------------*/

#logo {
	position: absolute;
	left: 0;
}
#contactnumbers {
	width: 468px;
	position: absolute;
	top: 9px;
	right: 25px;
	text-align: center;
	font-size: 90%;
}
#contactnumbers p {
	padding: 0;
	margin: 0;
}
#contactnumbers ul li{
float:left;
list-style:none;
width:141px
}

/* CONTENT
----------------------------------------*/

ul.list {
	padding: 0;
	margin: 0 15px 15px 15px;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/arrow-grey.gif) no-repeat 0 11px;
	margin: 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dashed #ddd;
}
ol.steps {
	padding: 0;
	margin: 0 15px 15px 15px;
}
ol.steps li {
	margin: 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px dashed #ddd;
	list-style-position: inside;
}
dl.info {
	margin: 0;
	padding: 0;
}
dl.info dt {
	text-align: left;
	margin: 15px 0 0 0;
	padding: 15px;
	background: #EFEFEF;
}
dl.info dd {
	background: url(../images/bg-info.gif) no-repeat 10px 0;
	margin: 0 15px 0 15px;
	padding: 25px 0 0 15px;
}
table.warranty {
	background: #ddd;
}
table.warranty th {
	background: #EFEFEF;
	text-align: center;
}
table.warranty td {
	background: #fff;
	text-align: center;
}
table.timetable {
	background: #ddd;
}
table.timetable th {
	text-align: left;
	background: #EFEFEF url(../images/icons/time.png) no-repeat 8px center;
	padding: 8px 8px 8px 30px;
}
table.timetable td {
	background: #fff;
	text-align: left;
}

/* THUMBNAIL
----------------------------------------*/

.thumbnail {
	width: 159px;
	padding: 20px 10px 0 31px;
	background: #fff url(../images/thumbnail-container.png) no-repeat 50% 0;
}
.thumbnail img {
	margin-bottom: 20px;
	border: 0;
}
.thumbnail p {
	font-size: 85%;
	margin: 0;
	padding: 0;
}

/* MENU
----------------------------------------*/

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	font-size: 85%;
	padding: 0 15px;
	margin-bottom: 1px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	background: #CACACA url(../images/icons/nav.png) no-repeat 0 -30px;
}
#menu a:hover {
	color: #fff;
	font-weight: bold;
	background: #bbb url(../images/icons/nav.png) no-repeat 0 -60px;
}
#menu p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header h1, #menu h1, #sidebar h1 {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#about #menu-about a,
#offers #menu-offers a,
#stock #menu-stock a,
#cars #menu-cars a,
#vans #menu-vans a,
#trade #menu-trade a,
#service #menu-service a,
#finance #menu-finance a,
#warranty #menu-warranty a,
#van-services #menu-van-services a,
#carsearch #menu-carsearch a,
#contact #menu-contact a,
#location #menu-location a {
	color: #fff;
	font-weight: bold;
	background: #C6CBD1 url(../images/icons/nav.png) no-repeat 0 0;
}

/* CAR SEARCH 
----------------------------------------*/

#carsearch {
	margin: 0 0 15px 0;
	padding: 0;
}
#carsearch form {
	margin: 0;
	padding: 0;
}
#carsearch select {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#carsearch select, #carsearch input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
}

/* FOOTER
----------------------------------------*/

#footer p {
	margin: 0;
	padding: 0;
}

/* 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;
}

/* 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;
}
