/* CSS styles for dingwallautos.co.uk */
/* coded by DJENAN KOZIC :: 11-02-2008 */

/* ------ THE BASICS ------ */


* { margin:0; padding:0; }

body {
	background:#4e4848 url('img/bg.gif') repeat-y top center;
}

p {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ol {}
ul {}
li {}

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


/* ------ HEADER ------ */


#header {
	position:relative;
	background:#000000 url('img/header_bg.jpg') top left;
	margin:0 auto;
	width:900px;
	height:346px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

h1.logo {
	position:absolute;
	top:27px;
	left:44px;
	}
a.logo {
	display:block;
	background:transparent url('img/logo.gif') no-repeat top left;
	text-indent:-5000em;
	width:399px;
	height:78px;
	}
h1.phonenumber {
	position:absolute;
	display:block;
	background:transparent url('img/address_phone.gif') no-repeat top left;
	width:358px;
	height:37px;
	top:27px;
	right:31px;
	text-indent:-1000em;
	overflow:hidden;
	}
a.email {
	position:absolute;
	top:73px;
	right:31px;
	display:block;
	background:transparent url('img/email.gif') no-repeat 0 0;
	width:258px;
	height:19px;
	overflow:hidden;
	text-indent:-1000em;
	}
a.email:hover {
	background:transparent url('img/email.gif') no-repeat 0 -19px;
	}
h2.mot {
	background:transparent url('img/motbadge.gif') no-repeat top left;
	width:77px;
	height:94px;
	position:absolute;
	top:242px;
	right:16px;
	text-indent:-1000em;
	overflow:hidden;
	}


/* ------ NAVIGAITON ------ */


#navigation {
	position:absolute;
	bottom:12px;
	left:30px;
	width:800px;
	}

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

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

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

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

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

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


/* ------ CONTENT ------ */


#contentwrapper {
	position:relative;
	background-color:#e5e3e3;
	width:900px;
	margin:0 auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

div.content {
	float:left;
	padding:30px 0 30px 30px;
	width:611px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

	div.content p {
		font-weight:normal;
		font-size:12px;
		line-height:1.6em;
		padding-bottom:1.6em;
	}

	div.content h2 {
		font-weight:bold;
		font-size:13px;
		line-height:1.6em;
		padding-bottom:1.6em;
	}
	div.content h3 {
		font-weight:bold;
		font-size:13px;
		line-height:1.6em;
		padding-bottom:0.8em;
	}
	div.content h4 {}
	div.content h5 {}
	div.content h6 {}

	div.content ol, div.content ul {
		padding-bottom:0.9em;
		padding-left:16px;
	}
	div.content li {
		font-weight:normal;
		font-size:12px;
		line-height:1.6em;
	}

	div.content a {
		color:#fb8a04;
		text-decoration:underline;
		}
	div.content a:hover { text-decoration:none; }
	div.content a:active { color:#f5cc0c; }

div.images {
	float:right;
	padding:25px 30px 30px 0;
	width:202px;
	}

	div.images img {
		border:1px solid #000;
		width:200px;
	}

div.clear { clear:both; }


/* ------ FOOTER ------ */


#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	padding-bottom:15px;
	}

	#footer p {
		color:#fff;
		font:normal 12px Verdana, Helvetica, Arial, sans-serif;
		}

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

p.copyright {
	margin:15px 0 0 25px;
	}
p.credit {
	margin:0.8em 0 0 25px;
	}