/* @override 
	http://wightblog.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: 90px;
	margin-top: 0px;
	margin-left: -1px;
}

div.thepage {
    color : #1b5290;
	text-align: left;
	margin-top: 0px;
	margin-left: 0;
	background-image: url(../images/wg/page_fill.png);
}

div.thebottom {
	background-image: url(../images/wg/bottom_fill.png);
}

div.header {
	top: 10px;
	left: 250px;
	height: 60px;
	width: 470px;
	position: absolute;
	display: block;
	color: #1b5290;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

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: 188px;
	margin-left: 14px;
}

div.maincontent {
	position: relative;
	min-height: 500px;
	height: auto;
	display: block;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 567px;
	#overflow: hidden;
	font-size: 1.0em;
}

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: 24px;
	width: 100%;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #87b6d9;
	padding-top: 4px;
}

div.subnavtop {
	height: auto;
	width: 100%;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #87b6d9;
	padding-top: 0px;
}

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;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	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;
}


