/* CSS styles for Automatic School of Motoring (www.automaticsoc.co.uk) */
/* coded by DJENAN KOZIC :: 29/11/2007 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
background:#4A4849 url('images/bg.gif') repeat-y center;
font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

p {
	font-size:12px;
	font-weight:normal;
	line-height:1.6em;
	padding-top:0.8em;
}

h1 {}
h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	padding-top:0.8em;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	padding-top:0.8em;
}
h4 {}
h5 {}
h6 {}

ol {}
ul {
	padding-top:0.8em;
	margin-left:15px;
}
li {
	font-size:12px;
	font-weight:normal;
	line-height:1.6em;
}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a {
	color:#F6000D;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {}


/* HEADER */

#header {
	position:relative;
	margin:0 auto;
	width:900px;
	height:299px;
	border-bottom:1px solid #000;
	background: #000 url('images/header_bg.jpg') no-repeat top left;
	}
h1.logo {
	text-indent:-9000px;
	overflow:hidden;
}
a.logo {
	position:absolute;
	top:33px;
	left:41px;
	width:385px;
	height:94px;
	}
h2.phonenumber {
	background:transparent url('images/phont_number.gif') no-repeat top left;
	position:absolute;
	top:225px;
	left:39px;
	width:335px;
	height:38px;
	text-indent:-9000px;
	overflow:hidden;
}


/* NAVIGAITON */

#navigation {
	position:relative;
	width:872px;
	height:30px;
	margin:0 auto;
	background-color:#FD0010;
	border-bottom:11px solid #000;
	padding:12px 0 0 28px;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { background-image:url('images/nav.gif'); float:left; height:0; padding-top:19px; overflow:hidden; padding-right:12px; border-right:2px solid #dddbdd; margin-right:12px;}

#navigation li#nav-1 a { background-position:0 0; width:49px; }
#navigation li#nav-1 a:hover { background-position:0 -19px; }

#navigation li#nav-2 a { background-position:-76px 0; width:68px; }
#navigation li#nav-2 a:hover { background-position:-76px -19px; }

#navigation li#nav-3 a { background-position:-172px 0; width:47px; }
#navigation li#nav-3 a:hover { background-position:-172px -19px; }

#navigation li#nav-4 a { background-position:-246px 0; width:94px; }
#navigation li#nav-4 a:hover { background-position:-246px -19px; }

#navigation li#nav-5 a { background-position:-368px 0; width:46px; padding-right:0; border:none; }
#navigation li#nav-5 a:hover { background-position:-368px -19px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	background:transparent url('images/contentwrapper_bg.gif') repeat-y top center;
	}

#content {
	float:left;
	width:540px;
	padding:0 0 0 28px;
}

#images {
	float:right;
	background:transparent url('images/images_bg.gif') no-repeat top left;
	width:331px;
}
#images img {}
#images ul {
	margin-left:80px;
	list-style:disc;
}
#images li {
	font-size:12px;
	line-height:1.6em;
	color:#a28d6a;
	margin-bottom:0.8em;
	font-weight:bold;
}
#images li span {
	color:#fff;
}

#clear { clear:both; }

/* FOOTER */

#footer {
	position:relative;
	width:900px;
	height:81px;
	margin:0 auto;
	background:#000 url('images/footer_bg.gif') no-repeat top left;
	}

#footer p {
	color:#dddbdd;
	font-size:13px;
}

#footer a {
	color:#a28d51;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

p.copyright {
	float:left;
	margin:40px 0 0 28px;
	}
p.credit {
	float:right;
	margin:40px 28px 0 0;
	}
