/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
img {display:block;}
html {
	overflow-y: scroll;
}

body {
	line-height: 1;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* cufon stuff */
em, i { font-style: italic; }
strong, b { font-weight: bold; }

h1, h2 {
	padding-bottom:20px;
}
p {
	padding-bottom:5px;
}

/*
	define the look of your fonts and so on in here
	- note that we use cufon to apply the ford font (see the layout html)
 */

h1, h1 a {
	font-size:40px !important;
	line-height:45px !important;
}
	h1 a:hover {
		text-decoration:none;
	}

h2 {
	font-size:25px;
	padding:8px 0 5px 0;
}

h3 {
	line-height:24px;
	font-size:20px;
	padding:8px 0 5px 0;
}

h4 {
	line-height:15px;
	font-size:15px;
}

p, ul {
	font: 11px 'Arial', Verdana, sans-serif;
	line-height:16px;
	color:#717171;
}



/*
	general purpose navigation
	- put extra stuff for it into the skins / layout
*/

.nav-horizontal ul {
	white-space: nowrap;
}
	.nav-horizontal ul li {
		float:left;
		display:block;
	}
		.nav-horizontal ul li a {
			display:block;
			text-align:center;
		}


#top-nav ul {
	height:24px;
}

#top-nav li {
	height:24px;
	line-height:24px;
}

#top-nav a {
	height:24px;
	font: 12px Verdana, Arial, sans-serif;
	line-height:24px;
	color:#666666;
	background:url('/img/navigation.gif') no-repeat;
}

/* all the nav items have different widths */
#top-nav #tn-home a { width:87px; background-position: 0 0; }
#top-nav #tn-new-cars a { width:83px; background-position: -87px 0; }
#top-nav #tn-used-cars a { width:88px; background-position: -170px 0; }
#top-nav #tn-vans a { width:58px; background-position: -258px 0; }
#top-nav #tn-service a { width:70px; background-position: -316px 0; }
#top-nav #tn-motability a { width:87px; background-position: -386px 0; }
#top-nav #tn-parts a { width:60px; background-position: -473px 0; }
#top-nav #tn-business-owners a { width:117px; background-position: -533px 0; }
#top-nav #tn-special-offers a { width:109px; background-position: -650px 0; }
#top-nav #tn-finance a { width:72px; background-position: -759px 0; }
#top-nav #tn-contact-us a { width:132px; background-position: -831px 0; }

/* contact us button is a bit special */
#top-nav #tn-contact-us a {
	text-transform:uppercase;
	font-weight:bold;
	color:#ff6600;
}


/* on states */
#top-nav .selected a { color: #fff !important; }

#top-nav #tn-home.selected a { background-position: 0 -24px; }
#top-nav #tn-new-cars.selected a { background-position: -87px -24px; }
#top-nav #tn-used-cars.selected a { background-position: -170px -24px; }
#top-nav #tn-vans.selected a { background-position: -258px -24px; }
#top-nav #tn-service.selected a { background-position: -316px -24px; }
#top-nav #tn-motability.selected a { background-position: -386px -24px; }
#top-nav #tn-parts.selected a { background-position: -473px -24px; }
#top-nav #tn-business-owners.selected a { background-position: -533px -24px; }
#top-nav #tn-special-offers.selected a { background-position: -650px -24px; }
#top-nav #tn-finance.selected a { background-position: -759px -24px; }
#top-nav #tn-contact-us.selected a { background-position: -831px -24px; }

/*
	use this to set layout in the site
	- how the structure of the site fits together
	- use it to push elements around on the page
	- DO NOT put skin stuff (colours and so on) in here 
*/

#layout-shell {
	margin:auto;
	width:963px;
	margin-top:48px;
}

#header {
	height:65px;
	position:relative;
}
	h1 {
		float:left;
	}
	#header .logo {
		float:left;
		margin-left:20px;
		margin-top:10px;
	}
	#main-phone {
		float:right;
		position:absolute;
		right:60px;
	}

#sidebar {
	float:left;
	width:153px;
}

#main-pane {
	float:right;
	width:802px;
}

#footer {
	width:963px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
}


/* more general elements */

/* todo: figure out how to not have to do this */
.clear { clear:both; }

/* most things are modules (eg everything in the sidebar) */
.module {
	margin-top:7px;
}


/* row of offers (like on the homepage) */

.offer-row .offer {
	float:left;
	margin-right:7px;
	display:block;
}
	.offer-row .offer-last {
		margin-right:0 !important;
	}


/* search row appears at the bottom of most pages */

.mini-search-row {
}
	.mini-search-row .mini-search-box {
		width:195px;
		height:85px;
		float:left;
		margin-right:7px;
		background:url('/img/boxes/mini-search.gif') no-repeat;
	}
	.mini-search-row .mini-search-box-last {
		margin-right:0;
	}






/*
	use this to set the site specific styles
	- mostly just colours and so on
*/

body {
	background:url('/graphics/background.gif') repeat-x;
}

#footer p {
	color:#cecccc;
}

h1 {
	color:#003399;
}

.btn-adv-uvl-search {
	display:block;
	width:153px;
	height:57px;
	background:url('/img/buttons/uvl-advanced.gif') no-repeat;
	text-indent:-10000px;
}

.btn-call-us {
	display:block;
	width:145px;
	height:37px;
	background:url('/img/buttons/call-us.gif') no-repeat;
	text-indent:-10000px;
}

.body-content {
	padding:0 16px;
}

#vehicle-listings  {
	font-size:12px;
	padding-left:10px;
}

#vehicle-listings img {
	display:inline;
	clear:left;
}

#vehicle-listings p{
	font-size:12px !important;	
	clear:left;
}

#vehicle-listings h1 {
	font-size:12px !important;	
	padding-bottom:5px !important;
	clear:left;
}
#vehicle-listings h1 a {
	font-size:12px !important;	
	clear:left;
}

#vehicle-listings h2 {
	font-size:12px !important;	
	padding-bottom:5px !important;
	clear:left;
}

#vehicle-listings h2 a {
	font-size:12px !important;	
	clear:left;
}

