/* ------ 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;
}

#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: 38px;
}

#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;
	min-height: 500px;
	/*background: #ff0000;*/
}

#content #featimg {
	width: 600px;
	background: #FAB900;
	min-height: 1px;
	margin-bottom: 18px;
	display: block;
}

#content .lhcol {
	width: 382px;
	float: left;
	padding-left: 18px;
	/*position: relative;*/
}

#content .span {
	width: 582px;
	padding-left: 18px;
	float: left;
}

#content .span .rcol {
	width: 285px;
	float: right;
}

#content .span .lcol {
	width: 285px;
	float: left;
}

#content .rhcol {
	width: 182px;
	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;
}

div.quicklink {
	margin-bottom: 22px;
}
/* END: promo link */
/* -------------------------------------------------------- */
/* START: Modal Popup */
.modalBackground {
	background-color: #303C49;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	/*background-color: #303C49;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	padding: 0px;*/
	background: #fff;
	border: solid 2px #303C49;
	padding: 15px;
}
/* END: Modal Popup */

.print {
    display: none;
}
