/* Element One 29.04.08 */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Geneva, Helvetica, Arial;
	font-size: 13px;
	color: #666;
	background-color: #FF7F00;
	}
	
h1 span {
	display: none;
	font-size: 1.3em;
	}

h2 span {
	display: none;
	font-size: 1.1em;
	}

h2,h3,h4,dt {
	font-size: 1.2em;
	padding-bottom: 8px;
	color: #819FD1;
	}

p {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	padding: 0 11px 10px 0;
	}

img {
	border: 0;
	}
	
/* PAGE CONSTRUCTION */

#container {
	width: 100%;
	background: #fff url(images/bodyBackground.jpg) repeat-x;
	}

#top {
	margin: 0 auto 0 auto;
	width: 960px;
	}

#header {
	height: 112px;
	background: url(images/headerBackground.jpg) no-repeat;
	}

#content {
	background: url(images/copyBackground.jpg) no-repeat top left;
	min-height: 306px;
	}

#copyContent, #homeImage, #imageCopy {
	width: 320px;
	margin-top: 20px;
	display: block;
	float: left;
	}

#copyContent {
	width: 319px;
	min-height: 368px;
	border-right: dotted 1px gray;
	}

#copyContent p a {
	margin-bottom: 30px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #333;
	font-size: 1.3em;
	text-decoration: none;
	background: url(images/link.gif) no-repeat right center;
	}

#copyContent ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	border-top: 1px dotted gray;
	}

#copyContent li {
	padding-bottom: 3px;
	}

#copyContent ul li a {color: #333;}

#homeImage {background-color: #fff;}

#homeImage img {
	margin: 0 auto 0 20px;
	}

#imageCopy img {
	float: left;
	margin-right: 45px;
	}

#imageCopy ul {
	list-style-type: none;
	padding-bottom: 10px;
	font-size: 1.6em;
	}

#imageCopy li {
	padding-bottom: 3px;
	}

/* MENU */

#mainnavigation {
	position: relative;
	right: auto;
	width: 600px;
	height: 112px;
	background: url(images/menu.jpg) no-repeat;
	top: 0;
	left: 360px;
	}

#mainnavigation li {
	position: absolute;
	list-style: none;
	}

#mainnavigation li, #mainnavigation a	{
	height: 112px;
	display: block;
	}

#mainnavigation span {
	display: none;
	}

#nav-home {
	top: 0px;
	left: 0px;
	width: 38px;
	}

#nav-about {
	top: 0px;
	left: 80px;
	width: 61px;
	}

#nav-what {
	top: 0px;
	left: 182px;
	width: 87px;
	}

#nav-makes {
	top: 0px;
	left: 310px;
	width: 170px;
	}

#nav-contact {
	top: 0px;
	left: 527px;
	width: 74px;
	}

#nav-home a:hover	{background: transparent url(images/menu.jpg) 0px -112px no-repeat;}

#nav-about a:hover	{background: transparent url(images/menu.jpg) -80px -112px no-repeat;}

#nav-what a:hover	{background: transparent url(images/menu.jpg) -182px -112px no-repeat;}

#nav-makes a:hover	{background: transparent url(images/menu.jpg) -310px -112px no-repeat;}

#nav-contact a:hover	{background: transparent url(images/menu.jpg) -527px -112px no-repeat;}

/* FOOTER */

#bottom {
	background: #FF7F00 url(images/footerBackground.jpg) repeat-x;
	width: 100%;
	clear: both;
	}

#footer {
	min-height: 90px;
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	}

#footer dl {
	width: 200px;
	margin-right: 34px;
	}

#footer dd {
	padding-top: 0;
	line-height: 1.3em;
	font-size: 0.9em;
	}

#footer a, #footer, dt {
	color: white;
	}

#webbieStuff p {
	font-size: 0.9em;
	padding: 0 0 10px 0;
	}

#footer span {margin-right: 20px;}
	
.webInfo {
	padding: 0 0 0 15px;
	background: url(images/tick.jpg) no-repeat left center;
	}
	
#footer img {margin-right: 20px;}

#footer dl, #webbieStuff {float: right;}

#footer img {float: left;}


