/*
- - - - - - - - - -
EYMS Group master style sheet v1
www.clever4.net / info@clever4.net
Last update: 18th June 2008 / 10:52 GMT
Last updated by: Martin Hodgson
- - - - - - - - - -
*/

/* =HTML Over-rides
- - - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
	background: url("/images/head.jpg") top left repeat-x;
	padding: 30px 0 0 0;
}

/* =H1 Headers
- - - - - - - - - - - - - - - - - - - - */
h1 {
	font-size: 110%;
	color: white;
	font-weight: normal;
	height: 140px;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana;
}

body#indexpage h1 {
	height: 50px;
	background: url("/images/home_heading.jpg") top left no-repeat;
}

body#privacypage h1 {
	background: url("/images/privacy_heading.jpg") top left no-repeat;
	height: 70px;
}

body#accessibilitypage h1 {
	background: url("/images/accessibility_heading.jpg") top left no-repeat;
	height: 70px;
}

body#sitemappage h1 {
	background: url("/images/sitemap_heading.jpg") top left no-repeat;
	height: 70px;
}

body#conditionspage h1 {
	background: url("/images/conditionsofcarriage_heading.jpg") top left no-repeat;
	height: 105px;
}

body#salepage h1 {
	background: url("/images/vehiclesforsale_heading.jpg") top left no-repeat;
	height: 105px;
}

body#contactpage h1 {
	background: url("/images/contact_heading.jpg") top left no-repeat;
	height: 70px;
}

body#notfoundpage h1 {
	background: url("/images/notfound_heading.jpg") top left no-repeat;
	height: 105px;
}

body#unavailablepage h1 {
	background: url("/images/unavailable_heading.jpg") top left no-repeat;
	height: 105px;
}

h1 strong {
	display: none;
}

/* =Typography
- - - - - - - - - - - - - - - - - - - - */
h2 {
	color: white;
	padding: 10px 0 15px 0;
	font-weight: normal;
	font-size: 130%;
}

h3 {
	padding: 0 0 15px 0;
	font-weight: normal;
	font-size: 120%;
}

p {
	font-size: 80%;
	padding: 0 0 15px 0;
}

ol {
	padding: 0 0 0 20px;
	margin: 0;
	color: white;
}

div#main ul {
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 80%;
	color: white;
}

div#main ul li {
	padding: 0 0 8px 0;
}

div#main ul li ul {
	padding: 10px 0 0 20px;
	font-size: 100%;
}

ul.anchors {
	font-size: 80%;
	list-style: none;
	padding: 0 0 15px 0!important;
}

ul.anchors li a, a.top {
	padding: 0 0 8px 8px;
	background: url("/images/bullet.jpg") left 6px no-repeat;
}

div#main p {
	color: white;
}

div#main a {
	color: #BFC8C8;
}

/* =Site Map
- - - - - - - - - - - - - - - - - - - - */
body#sitemappage div#main ul, body#notfoundpage div#main ul, body#unavailablepage div#main ul {
	list-style: none;
	font-size: 80%;
	padding: 0 0 20px 0;
}

body#sitemappage div#main ul li, body#notfoundpage div#main ul li, body#unavailablepage div#main ul li {
	padding: 0 0 7px 10px;
	background: url("/images/bullet.jpg") left 6px no-repeat;
}

body#unavailablepage div#header ul, body#unavailablepage ul#footer {
	display: none;
}

body#sitemappage div#main ul li a {
	color: white;
}

/* =Layout
- - - - - - - - - - - - - - - - - - - - */
div#container {
	background: #EBEDED url("/images/line.jpg") top left repeat-x;
	text-align: left;
	width: 100%;
	float: left;
}

div#header {
	width: 800px;
	height: 94px;
	position: relative;
}

div#main {
	background: #1B3F95 url("/images/main.jpg") top right repeat-y;
	width: 445px;
	float: left;
	padding: 30px 50px 50px 50px;
}

body#salepage div#main {
	padding: 30px 50px 200px 50px;
}

body.submitted div#main {
	padding: 30px 50px 270px 50px;
}

div#sub {
	width: 255px;
	float: left;
}

ul#footer {
	clear: both;
	width: 800px;
	list-style: none;
	padding: 12px 0 50px 50px;
	font-size: 65%;
}

/* =Misc
- - - - - - - - - - - - - - - - - - - - */
div#header img {
	margin: 0 0 -17px 50px;
}

body#unavailablepage div#header img {
	margin: 0 0 12px 50px;
}

div#main img {
	margin: 0 0 20px 0;
}

/* =Main Navigation
- - - - - - - - - - - - - - - - - - - - */
div#header ul {
	width: 255px;
	list-style: none;
	border-top: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	font-size: 80%;
	text-transform: lowercase;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#header ul li {
	float: left;
	border-left: 1px solid #D6D6D6;
	background: #EBEDED;
	text-align: center;
}

div#header ul li a {
	color: #525356;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}

div#header ul li#home a {
	width: 60px;
}

div#header ul li#sale a {
	width: 122px;
}

div#header ul li#contact a {
	width: 70px;
}

div#header ul li a:hover {
	color: #1B3F95;
}

body#indexpage div#header ul li#home a,
body#salepage div#header ul li#sale a,
body#contactpage div#header ul li#contact a {
	color: #1B3F95;
	background: white;
}

/* =Sub Content
- - - - - - - - - - - - - - - - - - - - */
div#sub ul {
	list-style: none;
	font-size: 85%;
}

div#sub ul li {
	list-style: none;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 0 10px;
}

div#sub ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 0;
	color: #626364;
}

div#sub ul li a:hover {
	color: #1B3F95;
}

div#sub ul li h2 {
	color: #1B3F95;
	font-size: 100%;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

/* =Footer
- - - - - - - - - - - - - - - - - - - - */
ul#footer li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0 11px 0 0;
	background: url("/images/divide.jpg") right no-repeat;
}

ul#footer li a {
	color: #144FA6;
}

ul#footer li#last {
	background: none;
}

/* =Contact Form
- - - - - - - - - - - - - - - - - - - - */
fieldset {
	background: #1E45A2;
	border: 0;
	padding: 20px;
	margin: 15px 0 0 0;
}

legend {
	color: #EBEDED;
	font-size: 80%;
	font-style: italic;
	padding: 0!Important;
	margin: 0 0 5px 0!Important;
}

input, textarea {
	margin: 3px 0 0 0;
}

h2#errorheading {
	font-size: 110%;
}

ol#errorlist {
	font-size: 80%;
	padding: 0 0 20px 20px;
}