/* @override 
	http://adrewittdesign.co.uk/css/layout.css
*/

/* @group Colours */

.primary-1 { background-color: #964C09 }
.primary-2 { background-color: #724820 }
.primary-3 { background-color: #643103 }
.primary-4 { background-color: #CA803B }
.primary-5 { background-color: #CA9361 }

.secondary-a-1 { background-color: #966709 }
.secondary-a-2 { background-color: #725720 }
.secondary-a-3 { background-color: #644303 }
.secondary-a-4 { background-color: #CA9A3B }
.secondary-a-5 { background-color: #CAA761 }

.secondary-b-1 { background-color: #961C09 }
.secondary-b-2 { background-color: #722C20 }
.secondary-b-3 { background-color: #641003 }
.secondary-b-4 { background-color: #CA4F3B }
.secondary-b-5 { background-color: #CA6F61 }

.complement-1 { background-color: #07515C }
.complement-2 { background-color: #154046 }
.complement-3 { background-color: #02363D }
.complement-4 { background-color: #359EAD }
.complement-5 { background-color: #55A2AD }

/* @end */


div.container {
	position: relative;
	height: 1100px;
	width: 975px;
	top: 0px;
	background-image: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

div.thetop {
	height: 150px;
	background: url(../images/wg/top_fill_2.png) no-repeat;
	margin-top: 0px;
	margin-left: -1px;
}

div.thepage {
	text-align: left;
	margin-top: 0px;
	margin-left: 0;
}

div.thebottom {
	margin-bottom: 10px;
}

div.header {
	top: 104px;
	left: 8px;
	height: 26px;
	width: 740px;
	position: absolute;
	display: block;
	color: #fff;
	z-index: 9;
	background-image: none;
	font: normal normal 1.25em Verdana, "Lucida Grande", Lucida, sans-serif;
}

div.content {
	position: relative;
	height: auto;
	display: block;
	float: left;
	width: 100%;

}

div.side1content {
	position: relative;
	min-height: 10px;
	height: auto;
	display: block;
	float: left;
	width: 0px;
	margin: 0px;
}

div.maincontent {
	position: relative;
	min-height: 500px;
	height: auto;
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	width: 400px;
	font-size: 1.0em;
	padding-top: 36px;
}

div.side2content {
	position: relative;
	min-height: 500px;
	height: auto;
	display: block;
	float: right;
	width: 550px;
	text-align: right;
	margin-right: 14px;
}

div.sidebar {
	position: relative;
	height: auto;
	display: block;
	float: none;
	margin: 0px;
}

div.sbPickupPoints {
	
}

div.sbppTop {
	background: url(../images/wg/box_top.gif) no-repeat;
	height: 50px;
}

div.sbppFill {
	background: url(../images/wg/box_tile.gif) repeat-y;
	padding-left: 16px;
	padding-right: 20px;
}

div.sbppBot {
	background-image: url(../images/wg/box_end.gif);
}

div.mainnavtop {
	height: 32px;
	width: 550px;
	position: relative;
	display: inline-block;
	top: 85px;
	right: 60px;
	float: right;
}

div.subnavtop {
	height: 24px;
	width: 550px;
	position: relative;
	display: inline-block;
	clear: both;
	top: 92px;
	left: 395px;
}

div.subnavbottom {
	height: 24px;
	width: 563px;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #641003;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-top: 25px;
}

div.mainnavbottom {
	height: 24px;
	width: 563px;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #07515c;
}

div.jumpNav {
	position: relative;
	display: block;
	clear: both;
	height: 50px;
}

div.footer {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 210px;
	padding-right: 210px;
	clear: both;
	background-image: none;
	color: white;
}

/* extracted styles*/

.download_listing ul li {
	height:30px;
	line-height:14px;
	margin:0;
	padding-left:5px;
	padding-top:5px;
}

.span-18 ul li {
	padding:3px;
}

.download_listing {
	font-size:12px;
	left:0;
	margin-bottom:10px;
	margin-top:20px;
	width:514px;
	list-style-type: none;
	background-color: #fdfe6e;
}

.download_left {
	float:left;
	font-weight:bold;
	width:220px;
}

.download_center {
	font-size: .7em;
	float:left;
	width:425px;
}

.download_right {
	float:left;
	text-align:center;
	width:60px;
}

.omni {
	height:30px;
	background:#EEEEEE none repeat scroll 0 0;
	list-style-type: none;
}


