@import url(styles.css);
@import url(typography.css);
@import url(utility.css);
@import url(formvalidation.css);

body {
	background: #F8F8F8 url(../images/main_bg.gif) repeat-y;
	font-size: 1.3em;
}

h1 { color: #E9000B; }

a {
	color: #527FF2;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

form { margin: 0; }

small { font-size: 0.8em; }

#container {
    margin: 0;
    padding: 0; 
    text-align: left;
    width: 1005px;
}

#header {
	background: #636363 url(../images/header-bg.gif) no-repeat top right;
	border-bottom: solid 2px #aeaeae;
	color: #F8F8F8;
}

#header a {
	color: #F8F8F8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover { color: #333; }

#logo { margin: 23px 0 0 15px; }

#header-links {
	float: right;
	padding: 6px 5px 0 0;
}

#header-quicklinks {
	clear: right;
	display: inline;
	float: right;
	margin: 0 0 3px 2px;
}

#textbar {
	background-color: #e5e5e5;
	border-bottom: solid 2px #aeaeae;
	color: #666;
	font-size: 11px;
	font-weight : bold;
	padding: 4px;
	text-align: right;
}

#hdr-image {
	border-top: solid 1px #666;
	display: inline;
	float: left;
	margin-left: 155px;
}

#newsletter-signup {
	background-color: #E3000E;
	border-bottom: solid 5px #CCC;
	border-top: solid 1px #666;
	color: #F8F8F8;
	display: inline;
	float: left;
	font-size: 0.9em;
	height: 180px;
	padding: 10px;
	width: 220px;
}

#newsletter-signup p { margin: 0; }

#content {
	clear: both;
	margin: 20px 0 20px 195px;
	width: 800px;
}

#left {
	position: absolute;
	top: 108px;
	width: 185px;
	z-index: 1; 
}

#menu {
	background: transparent url(../images/menu_bg.png) no-repeat;
	height: 200px;
	padding: 5px 0;
}

#specials {
	background: transparent url(../images/background_specials.gif) no-repeat;
	height: 230px;
	margin-top: 5px;
	width: 185px;
}

#manufacturers {
	background: url(../images/background_manufacturers.gif) no-repeat;
	height: 190px;
	margin-top: 5px;
	padding-top: 10px;
	width: 185px;
}

#footer {
	background: url(../images/bg.gif) repeat-y;
	font-size: 10px;
	margin-top: 5px;
	position: absolute;
	top: 720px;
	width: 155px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	background: url(../images/marker_dot.gif) no-repeat 0% 50%;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}

#footer a {
	color: #e30003;
	text-decoration: none;
}

#footer a:hover { color: black; }

#footer2 { 
	margin: 0px;
	padding: 0px; 
}

#footer2 li {
	background: url(../images/marker_arrow.gif) no-repeat 0% 0%;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}

/* forms */
#contact {
	display: inline;
	float: left;
}

#rapidresponse {
	display: inline;
	float: left;
	width: 280px;
	width: 385px;
}

#enquiry {
	clear: both;
	margin-top: 20px;
}

#rapidresponse > img, #enquiry > img, #quotecar > img, #quoteyou > img, #carvalue-left > img, #carvalue-right > img {
	margin-right: 0;
}

.form {
	/*background: #e5e5e5 url(../images/background_form.gif) no-repeat bottom right;*/
	background-color: #e5e5e5;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 2px 0 5px 0;
	padding: 5px;
	/*padding-bottom: 15px;*/
}

/*.form div, .form td  { padding: 0 3px 3px 0; }*/

#enquiry .form , #careers .form { background-image: url(../images/background_fullwidthform.gif); }

/* Tables */
.table {
	margin-top: 5px;
	width: 100%;
}

.table tr td { border-bottom: dashed 1px #CCC; }

.table tr th, .table tr.hdr td {
	background-color: #E9000B;
	border: none;
	color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}

/* Admin buttons */
.approve-button, .sold-button {
	background-color: Blue;
	border: outset 2px Blue;
	color: #F8F8F8;
	cursor: pointer;
	font-weight: bold;
}

.sold-button {
	background-color: #E9000B;
	border-color: #E9000B;
}

.approve-button:hover, .sold-button:hover { border-style: inset; }

/* Messages */
.message {
	background-color: #FFFFCC;
	border: solid 1px #FEE996;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 8px;
	text-align: left;
}

/* Headlights Listings */
.headlightsListing {
	background: #F2F2F2;
	border: outset 2px #666;
	margin-top: 10px;
	padding: 10px;
}

.headlightsListing .priceInfo {
	display: inline;
	float: right;
	text-align: right;
}

.headlightsListing .priceInfo .price {
	font-size: 3em;
	color: #CC0000;
	margin: 5px 0;
}

/* Used Cars */
#usedCarsBanners {
	list-style: none;
	margin: 0;
	padding: 0;
}

.usedCarOverview {
	background: url(../images/used-car-overview-bg.gif) no-repeat;
	display: inline;
	float: left;
	height: 135px;
	padding: 8px 15px 20px 8px;
	width: 375px;
}

.usedCarOverview h3 {
	background-color: #4C61B0;
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 3px 4px 0;
	padding: 3px;
	padding-bottom: 5px;
}

.usedCarOverview h3 a { color: White; }

.usedCarOverview .image {
	display: inline;
	float: left;
	margin: 5px;
	text-align: center;
}

.usedCarOverview .image img { margin-bottom: 5px; }

.usedCarOverview .info {
	display: inline;
	float: left;
}

.usedCarOverview .price {
	color: White;
	float: right;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
	width: 90px;
}

.usedCarOverview .price em {
	font-size: 1.4em;
	font-style: normal;
}

#breadcrumbs {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 15px;
}

#usedCarPage h2 {
	background-color: #4C61B0;
	color: White;
	line-height: 1em;
	padding: 3px;
	padding-bottom: 5px;
}

#usedCarPage #price {
	background-color: #F8F8F8;
	border: solid 1px #CCC;
	padding: 20px;
	text-align: center;
}

#usedCarPage #price h1 { font-size: 3.5em; }

#usedCarPage #price h3 {
	background: url(../images/flashingtext-only.gif) no-repeat left center;
	display: inline;
	height: 24px;
	margin: 0;
	padding: 0 0 8px 59px;
}

#usedCarPage #financeInfo {
	background-color: #F8F8F8;
	border: solid 1px #CCC;
	color: #666;
	margin: 20px 0;
	padding: 10px 20px;
}

/* New Cars */
#wantedcar, #wantedabout, 
#worthcar, #worthyou, 
#quotecar, #quoteyou { display: inline; }

#wantedcar, #worthcar, #quotecar {
	float: left;
	margin-right: 8px;
	width: 320px;
}

#wantedabout, #worthyou, #quoteyou {
	float: left;
	width: 470px;
}

/* System Messages */
.okMessage, .alertMessage, .errorMessage {
    background: #FFFBCC url(../images/icon-alert.png) no-repeat 10px;
	border: solid 2px #FBE05F;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 40px;
}

.okMessage {
    background-color: #75B86E;
    background-image: url(../images/icon-tick.png);
    border-color: #3D8136;
    color: White;
}

.errorMessage {
    background-color: #FD787B;
    background-image: url(../images/icon-cross.png);
	border-color: #EE3C3E;
	color: White;
}

.required {
	color: Red;
	font-size: 0.9em;
}

.textbox, .dropdown {
	background: url(../images/textbox-bg.gif) repeat-x left bottom;
	color: #666;
	border: solid 1px #CCC;
	padding: 2px 3px;
}

.dropdown option { background-color: White; }

.textbox:hover, .dropdown:hover { border-color: #E3000E; }

.textbox:focus, .dropdown:focus { border-color: #666; }

/* Paging */
.paging {
	color: #666;
	margin-bottom: 10px;
	text-align: center;
}

.paging a {
	color: #E3000E;
	margin-right: 4px;
}

.paging a.active {
	background-color: #E3000E;
	color: White;
	padding: 2px 4px;
	text-decoration: none;
}

.font-smaller { font-size: 0.8em; }