body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/top-bg.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.row {
	display: table-row;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 380px;
}

#logo {
	position: absolute;
	left: 0;
	top: 80px;
	width: 310px;
}

#logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #666;
	margin-top: 12px;
	text-align: right;
}

#lorry {
	position: absolute;
	right: 40px;
	top: 0;
}

#content {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

#nav, #copy {
	display: table-cell;
}

#nav {
	width: 310px;
}

#home .home, #process .process, #enviro .enviro, #products .products, #quality .quality, #logistics .logistics, #contact .contact {
	background: #F9A71B url(images/w-arrows.png) 96% 50% no-repeat;
}

#home .home a, #process .process a, #enviro .enviro a, #products .products a, #quality .quality a, #logistics .logistics a, #contact .contact a {
	color: #fff;
}

#home .home a:hover, #process .process a:hover, #enviro .enviro a:hover, #products .products a:hover, #quality .quality a:hover, #logistics .logistics a:hover, #contact .contact a:hover {
	color: #fff;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	text-transform: capitalize;
	text-align: right;
	padding: 6px 0;
	background: url(images/arrows.png) 96% 50% no-repeat;
	font-size: 1.2em;
	border-top: 1px solid #999;
}

#nav ul li a {
	color: #666;
	text-decoration: none;
	padding-right: 30px;
}

#nav ul li a:hover {
	color: #243C93;
}

#content h1 {
	padding: 0 0 0 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 1.6em;
}

#content p {
	padding: 0 0 0 80px;
	font-size: 0.9em;
}

#content li {
	font-size: 0.9em;
}


#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666;
	font-weight: normal;
	padding: 0 0 0 80px;
	clear: right;
}

#content img {
	float: right;
	margin: 20px 0 20px 20px;
}

#footer {
	border-top: 1px solid #999;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 0.8em;
}

#legals {
	float: left;
	padding-bottom: 10px;
}

#design {
	float: right;
	text-align: right;
	padding-bottom: 10px;
}

#design a {
	color: #000;
	text-decoration: none;
}

#design a:hover {
	color: #F9A71B;
	text-decoration: underline;
}

#copy ul {
	list-style: none;
}

.error {
	border: 1px solid #f00;
    background-color: #fdd;
}

#contactform {
	width: 320px;
	float: left;
}

#contactform input {
	width: 200px;
}
#contactform textarea {
	width: 260px;
	min-height: 150px;
}

#addressdetails {
	width: 320px;
	float: left;
}
.submitbutton input {
	width: 60px;
}

#googlemap {
	margin: 0 0 0 30px;
	width: 300px;
	border: 1px solid #bdbdbd;
}
#googlelink {
	margin: 0 0 0 30px;
}