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

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

div.thetop {
	height: 161px;
	margin-top: 0px;
	margin-left: 0px;
}

div.thepage {
    color : #004c95;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}

div.thebottom {
	position: relative;
	clear: both;
	height: 29px;
	background-image: url(../images/wg/bot_fill.png);
}

div.header {
	top: 10px;
	left: 805px;
	height: 150px;
	width: 160px;
	position: absolute;
	display: block;
	color: #1b5290;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/* background: url(/banner/WightBlog-468x60.jpg) no-repeat; */
}

div.content {
	position: relative;
	height: auto;
	display: block;
	float: left;
	width: 100%;
	background: url(../images/wg/top_half_fill.png) repeat-y;
}

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

div.maincontent {
	position: relative;
	min-height: 380px;
	height: auto;
	display: block;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 754px;
	font-size: 1.0em;
}

div.inthirds {
	position: relative;
	min-height: 380px;
	height: auto;
	width: 311px;
	display: block;
	float: left;
	margin: 0px 2px 0px 2px;
}

div.midcontent {
	position: relative;
	clear: both;
	height: 201px;
}

div.botcontent {
	position: relative;
	clear:  both;
	background: url(../images/wg/bot_half_fill.png) repeat-y;
	min-height: 100px;
	margin-left: -1px;
	color: #fffeff;
}

div.bottom_block {
	display: inline-block;
	float: left;
	width: 184px;
	margin-right: 4px;
}

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

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

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: auto;
	width: 943px;
	position: relative;
	display: inline-block;
	clear: both;
	padding-top: 4px;
	margin-left: 16px;
}

div.subnavtop {
	height: auto;
	width: 943px;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #eaf4fd;
	padding-top: 0px;
	margin-left: 16px;
}

div.subnavbottom {
	height: auto;
	position: relative;
	margin-left: 2px;
	margin-right: 9px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	clear: both;
}

div.mainnavbottom {
	height: auto;
	position: relative;
	display: block;
	clear: both;
	background-color: white;
	float: none;
}

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

div.footer {
	position: relative;
	height: auto;
	width: auto;
	margin-left: -1px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	color: white;
	background-image: url(../images/wg/bot_half_fill.png);
}

/* 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;
}


