/* Site specific stylesheet for Ford First */
/* Copyright (C) 2010 Skye Nott - http://www.autoshrine.com */

/* Site branding */
#header {
	background: #333 url(/theme/ford/black-leather.jpg) repeat-x;	
}
#header h1 {
	margin: 0;
}
#header #header-image {
	background-image: url(/theme/ford/mustang.png);
	width: 415px;
	height: 160px;
	/* Bump down to clear #header title for visitors with 1024x768 */
	margin: 0 5px 0 0;
}
.leftmenu {
	/* Background for nav column here */
	background: #e7ead2 url(/images/tile/diag2-white-50pc.png) repeat;
}
.leftmenu .colright {
	border-left: 1px solid #ddd;
}
/* Link styles */
a {
	color: #0f427d;
	text-decoration: none;
}
a:hover {
	color: #e00;
	/*
	color: #fff;
	background: #1f528d;
	*/
	text-decoration: none;
}
/* Box styles */
.leftmenu .col2 .marque-logo {
	padding-top: 0;
}
/* Content styles */
.leftmenu .col1 .header-image-box {
	/* Adjust size to prevent text slipping under car wheels... */
	height: 60px;
	width: 390px;
	border: 0;
}
.leftmenu .col1 table.simple th {
	background: #ffef8e url(/images/tile/button_bg_yellow.png) left top repeat-x;
	border-color: #888;
}
.leftmenu .col1 table.simple td {
	background: #fcfcfc;
	border-color: #aaa;
}
.leftmenu .col1 table.calendar-mini {
	border: 1px solid #aaa;
}
.leftmenu .col1 div.event {
}
/* Form styles */
table.quickform td.header {
	background: #ffef8e url(/images/tile/button_bg_yellow.png) left top repeat-x;
}
table.quickform td {
	background: #fcfee6;
}

