* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FFF;
}

#container {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	top: 0px;
	background: none;
}

#header {
	height: 150px;
	width: 100%;
	margin: 0px;
	background: url(http://www.advantus.com.au/img/header.bg.jpg) repeat-x;
}

#header #top {
	width: 100%;
	height: 150px;
	position: relative;
	background: url(http://www.advantus.com.au/img/header.jpg) no-repeat top;
}

#header #top #nav {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 100px;
	height: 50px;
	width: 900px;
}

#nav ul {
	float: right;
}

#nav ul li {
	float: left;
	list-style: none;
	margin: 0px 15px;
	height: 24px;
}

#nav ul li a {
	display: block;
	float: left;
	height: 14px;
	margin: 13px 0px;
	padding: 5px 0px 5px 11px;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	color: #c0c9de;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: capitalize;
}

#nav ul li a span {
	float: right;
	width: 11px;
	margin: -5px -11px 0px 0px;
	height: 24px;
	padding: 0px;
	display: block;
}

#nav ul li a:hover {
	color: #FFFFFF;
	background: url(http://www.advantus.com.au/img/nav.bg.png) no-repeat left;
}

#nav ul li a:hover span {
	background: url(http://www.advantus.com.au/img/nav.bg.png) no-repeat right;
}

#nav ul li a.active {
	color: #9bc429;
}

#nav ul li a:hover.active {

}

#nav ul li a.active span {

}

#body {
	position: relative;
	width: 900px;
	left: 50%;
	margin: 0px 0px 5px -450px;
	padding: 30px 0px 20px;
	height: auto;
	float: left;
}

#body.home {
	height: 375px;
	background: url(http://www.advantus.com.au/img/home.main.jpg) no-repeat 0px -5px;
	margin: 0px 0px 5px -480px;
	width: 960px;
	padding: 0px;
}

#body.home #buttons {
	position: absolute;
	width: 305px;
	height: 40px;
	background: none;
	left: 255px;
	bottom: 30px;
}

#body.home #buttons #enquire {
	width: 150px;
	height: 40px;
	float: left;
	margin-right: 5px;
	background: url(http://www.advantus.com.au/img/buttons.png) no-repeat 0px 0px;
}

#body.home #buttons #enquire:hover {
	background-position: 0px -40px;
}

#body.home #buttons #moreinfo {
	width: 150px;
	height: 40px;
	float: left;
	background: url(http://www.advantus.com.au/img/buttons.png) no-repeat -155px 0px;
}

#body.home #buttons #moreinfo:hover {
	background-position: -155px -40px;
}

#body.home #playnow {
	position: absolute;
	width: 322px;
	height: 209px;
	right: 52px;
	top: 55px;
	background: url(http://www.advantus.com.au/img/playnow.jpg) 0px 0px;
}

#body.home #playnow:hover {
	background-position: 0px -209px;
}

#body #sidebar {
	position: relative;
	width: 220px;
	height: 360px;
	float: left;
	background: url(http://www.advantus.com.au/img/sidebar.bg.jpg) no-repeat;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

#sidebar ul li {
}

#sidebar ul li a {
	display: block;
	width: 175px;
	height: 11px;
	padding: 14px 20px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	background: none;
	border-bottom: 1px solid #EEE;
}

#sidebar ul li a.first {
	border-top: 1px solid #EEE;
}

#sidebar ul li a.current, #sidebar ul li a.current:hover {
	border: none;
	background: url(http://www.advantus.com.au/img/sidebar.nav.jpg) 0px -40px no-repeat !important;
	color: #FFF;
	font-weight: bold;
}

#sidebar ul li a:hover {
	background: url(http://www.advantus.com.au/img/sidebar.nav.jpg) 0px -80px;
}

#sidebar ul li.enquire a {
	margin: 10px 0px 0px;
	background: url(http://www.advantus.com.au/img/sidebar.nav.jpg) 0px 0px;
	color: #FFF;
	font-weight: bold;
}

#sidebar ul li.info {
	display: block;
	width: 175px;
	height: auto;
	padding: 14px 20px;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	background: none;
	text-align: right;
}

#body #main {
	position: relative;
	width: 650px;
	float: right;
	height: auto;
}

#body #main #productinfo {
	position: relative;
	margin: 20px 0px 0px;
	height: 200px;
	width: 650px;
	background: url(http://www.advantus.com.au/img/product.info.jpg) no-repeat;
}

#productinfo #mov1 {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 20px;
	top: 50px;
}

#productinfo #pdf1 {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 190px;
	top: 50px;
}

#productinfo #mov2 {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 20px;
	top: 120px;
}

#productinfo #pdf2 {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 190px;
	top: 120px;
}

#productinfo #enquire {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 435px;
	top: 120px;
}

#error {
	position: relative;
	float: left;
	width: 800px;
	height: 360px;
	background: url(http://www.advantus.com.au/img/error.jpg) no-repeat;
	margin: 0px;
	padding: 20px 50px;
}

#footer {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	left: 50%;
	margin: 0px 0px 0px -450px;
	height: 270px;
	background: url(http://www.advantus.com.au/img/footer.bg.jpg) no-repeat 0px 0px;
}

#footer .content {
	position: relative;
	width: 860px;
	padding: 20px;
	height: 170px;
}

#footer .content .product{
	position: absolute;
	left: 50px;
	top: 100px;
	height: 120px;
	width: 220px;
	font-size: 11px;
}

#footer .content .more {
	position: absolute;
	left:  170px;
	top: 160px;
	width: 100px;
	height: 30px;
}

#footer .content .media {
	position: absolute;
	left: 350px;
	top: 100px;
	height: 120px;
	width: 220px;
}

#footer .content .media ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer .content .media ul li {
	background: url(http://www.advantus.com.au/img/mov.png) left no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#footer .content .media ul li a {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	text-decoration: none;
	color: #5c6b35;
}

#footer .content .media ul li a:hover {
	border-bottom: 1px dotted #5c6b35;
}

#footer .content .contact {
	position: absolute;
	left: 650px;
	top: 100px;
	height: 120px;
	width: 220px;
}

#footer .nav {
	height: 20px;
	width: 900px;
	margin: 10px 0px;
}

#footer .nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer .nav ul li {
	list-style: none;
	float: left;
	padding: 0px 10px;
}

#footer .nav ul li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #507918;
}

#footer .nav ul li a:hover {
	color: #284392;
	border-bottom: 1px dotted #284392;
}

#copyright {
	position: relative;
	clear: both;
	width: 900px;
	left: 50%;
	margin: 10px 0px 30px -450px;
	
}

#copyright p {
	text-align: right;
	font-size: 10px;
}

