/* CSS Document */

* { 
	margin:0px;
	padding:0px;
	}

body {
	margin:50px 0px; 
	text-align:center;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

table {
	padding-top:30px;
	_margin-top:30px;
	float:left;
	width:410px;
	font-size:1.1em;
	}

tr {
	width:50%;
	border-bottom:1px solid #66666;
	}

td {
	padding-bottom:15px;
	}

#container {
	width:1000px;
	height:700px;
	margin:0px auto;
	text-align:left;
	border:3px solid #555555;
	}
	
#header {
	width:100%;
	height:120px;
	border-bottom:2px solid #555555;
	border-top:20px solid #FF7F00;
	background: #FFF url(header_bg.jpg) no-repeat;
	}
	
#navcontainer {
	font-size:1.5em;
	width:100%;
	height:110px;
	border-bottom:2px solid #555555;
	background: #FFF url(nav_bg.jpg) 500px 0px no-repeat;
	}
	
#footer {
	width:50%;
	float:right;
	}

#footer p {
	font-size:1.1em;
	color:#555555;
	padding-left:8px;
	padding-top:8px;
	line-height:1.4em;
	}

#footer a {
	color:#666;
	text-decoration:none;
	}
	
#navcontainer ul {
	padding-left:30px;
	list-style-type:none;
	}
	
#navcontainer li {
	float: left;
	text-align: center;
	margin:10px;
	background: #FF7F00;
	width:90px;
	padding-top:60px;
	padding-bottom:10px;
	}

#navcontainer a {
	text-decoration: none;
	text-align: center;
	color:#FFF;
	}

#navcontainer a:hover {
	text-decoration: underline;
	}

#active {
	color:#666666;
	}
	
	
#content {
	width:100%;
	height:360px;
	font-size:1.2em;
	background-color: #FF7F00;
	border-top: 8px solid #FFF;
	}

#content a {
	color:#666;
	text-decoration:none;
	}

#content a:hover {
	color:#CCC;
	text-decoration:underline;
	}

#content ul {
	float:left;
	display:block;
	background:#CCC;
	width:192px;
	height:320px;
	padding-left:40px;
	padding-top:40px;
	border-right:8px solid #FFF;
	}

#content li {
	list-style:none;
	padding-bottom:10px;
	color:#666666;
	}

#content  li a {
	text-decoration:none;
	padding-right:15px;
	color:#666666;
	}

#content li a:hover {
	color:#666;
	text-decoration:none;
	background:url(arrows.jpg) right 3px no-repeat;
	}


#content p {
	text-align:justify;
	padding-top:30px;
	margin-right:40px;
	}

.active2 {
	background:url(tick.jpg) right 3px no-repeat;
	padding-right:15px;
	color:#FF7F00;
	}


.difference {
	float:right;
	padding:35px 30px 0 0;
	}

.logo {
	float:right;
	padding:25px 30px 0 0;
	}

.mainimg {
	float:left;
	border-right:8px solid #FFF;
	margin-right:40px;
	}

.leadtext {
	padding-top:40px;
	font-weight:bold;
	}

.orangetext {
	color: #FF7F00;
	}

.copyright {
	font-size:0.9em;
	}

form {
	padding-top:30px;
	position:absolute;
	margin-left:550px;
	_margin-left:0;
	}

.inputbox {
	background-color: #CCC;
	border: solid 1px #000000;
	font-size: 1em;
	color: #000000;
	}

label, input, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	}

input {
	width: 14em;
	}
	
textarea {
	width: 15em;
	height: 2.5em;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	}
	
label {
	text-align: left;
	float:left;
	width: 110px;
	color:#333333;
	}

form br {
	clear: left;
	}
	
input#submit {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: solid 1px #000000;
	background-color: #CCC;
	font-size: 10px;
	color: #666;
	width: 75px;
	margin-left:217px;
	_margin-left:110px;
	}

input#submit:hover {
	background-color: #666666;
	color: #FFFFFF;
	}

#postcode {
	width:6em;
	}

#date {
	width:8em;
	}

#county {
	width:12em;
	}
	
#make {
	width:12em;
	}

#purchased {
	width:12em;
	}
	


