/* ------ MAN Layout -------------------------------------- */
/* ------ Copyright (c) MAN Truck & Bus UK Ltd ------------ */
/* ------ Layout Styles ----------------------------------- */
/* -------------------------------------------------------- */
/* ------ Intuitiv Limited -------------------------------- */
/* ------ Last Updated 02-12-07 --------------------------- */

body {
	background: #FFFFFF;
	margin: 0;
}
/* -------------------------------------------------------- */
/* START: centralised container */
#holder {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* END: centralised container */
/* -------------------------------------------------------- */
/* START: element zones */
#logo {
	width: 200px;
	height: 58px;
	position: absolute;
	top: 15px;
	z-index: 10;
}

#topnav {
	width: 800px;
	z-index: 0;
	position: absolute;
	top: 15px;
	text-align: right;
}

#group {
	width: 800px;
	position: absolute;
	top: 75px;
	text-align: right;
}

.company {
	font-size: 1.6em;
	font-weight: bold;
	color: #303C49;
}


#footer {
	width: 800px;
	clear: both;
	border-top: 1px solid #cccccc;
	height: 10px;
}

.clear {
	clear: both;
}
/* END: element zones */
/* -------------------------------------------------------- */
/* START: homepage exceptions */
#homefeatimg {
	width: 800px;
	/*position: absolute;*/
	border-top: 108px solid #fff;
	background: #FAB900;
	min-height: 252px;
	z-index: 0;
}

#homecontent {
	width: 800px;
	/*position: absolute;*/
	margin-top: 20px;
}

#homecontent .lhcol {
	width: 400px;
	float: left;
}

#homecontent .rhcol {
	width: 384px;
	float: right;
}

#homecontent .rhcol .news {
	width: 183px;
	float: left;
}

#homecontent .rhcol .links {
	width: 183px;
	float: right;
}
/* END: homepage exceptions */
/* -------------------------------------------------------- */
/* START: content exceptions */
#content {
	width: 600px;
	/*position: absolute;*/
	border-top: 108px solid #fff;
	/*margin-top: 108px;*/
	padding-left: 200px;
	/*background: #ff0000;*/
}

#content #featimg {
	width: 600px;
	background: #FAB900;
	min-height: 1px;
	margin-bottom: 15px;
	display: block;
}

#content .lhcol {
	width: 385px;
	float: left;
	padding-left: 15px;
}

#content .span {
	width: 585px;
	padding-left: 15px;
	float: left;
}

#content .span .rcol {
	width: 285px;
	float: right;
}

#content .span .lcol {
	width: 285px;
	float: left;
}

#content .rhcol {
	width: 183px;
	float: right;
}

.contact {
	width: 181px;
	border: 1px solid #D6D8DB;
}

.contact .hd {
	width: 181px;
	background: #D6D8DB;
}

.contact .text {
	width: 171px;
	padding: 5px;
}

/* END: content exceptions */
/* -------------------------------------------------------- */
/* START: footer */
#foot {
	margin-top: 40px;
	border-top: 1px solid #D6D8DB;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 10px;
	position: inherit;
	color: #999;
}
/* END: footer */
/* -------------------------------------------------------- */
/* START: promo link */
div.promolink {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
/* END: promo link */