
/* Backgrounds /---------------- */

body#homepage {
}

body#homepage div#flash-bg {
	position:					absolute;
	height:						100%;
	width:						100%;
	z-index:					0;
}

#homepage .container-16,
#homepage #main {
	overflow: visible !important;
}





/* Sponsors /---------------- */

#sponsors {
	left: 420px;
	position: absolute;
	top: 410px;
	width: 520px;
}

#sponsors h3 {
	color: #ffffff;
	font-size: 110%;
	margin: 8px 0px 0px 0px;
	width: 170px;
}

#sponsors h3 a {
	color: #ffffff;
	text-decoration: none;
}

#sponsors a.news-ltd {
	background: transparent url('/images/interface/sponsor-news-ltd.png') top left no-repeat;
	height: 50px;
	text-indent: -9999px;
}

#sponsors a.qld-events {
	background: transparent url('/images/interface/sponsor-qld-events.png') top left no-repeat;
	height: 50px;
	text-indent: -9999px;
}




/* Main Area Styles /---------------- */

#homepage #main {
	height: 496px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#homepage #main #feature {
	/*background: transparent url('/images/interface/feature-placeholder.png') top left no-repeat;*/
	height: 496px;
	left: -100px;
	position: absolute;
	top: 0px;
	width: 600px;
}

#homepage #main h2.welcome {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 37px;
	left: 310px;
}

#homepage #main #feature-content {
	position: absolute;
	top: 115px;
	left: 400px;
}

#homepage #main #feature-content h3 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 10px;
	padding-left: 30px;
}

#homepage #main #feature-content h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
	padding-left: 30px;
}

#homepage #main #feature-content #feature-buttons {
	position: absolute;
	top: 0px;
	left: 380px;
}

#homepage #main #feature-content #feature-buttons a.button {
	display: block;
	height: 30px;
	margin-bottom: 11px;
	text-indent: -9999px;
	width: 141px;
}

#homepage #main #feature-content #feature-buttons a#btn-latest-info {
	background: transparent url('/images/interface/btn-homepage-latest-info.png') top left no-repeat;
}

#homepage #main #feature-content #feature-buttons a#btn-register-now {
	background: transparent url('/images/interface/btn-homepage-register.png') top left no-repeat;
}

#homepage #main #feature-content #feature-buttons a#btn-subscription {
	background: transparent url('/images/interface/btn-homepage-subscribe.png') top left no-repeat;
}

#homepage #main #feature-expanders {
	left: 421px;
	position: absolute;
	top: 286px;
	z-index: 50;
}

#homepage #main #feature-expanders a.expander {
	cursor: pointer;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 159px;
	z-index: 50;
}

#homepage #main #feature-expanders a#btn-brochure {
	background: transparent url('/images/interface/btn-brochure-homepage-inactive.png') top left no-repeat;
}

#homepage #main #feature-expanders a#btn-agenda {
	background: transparent url('/images/interface/btn-agenda-homepage-inactive.png') top left no-repeat;
}

#homepage #main #feature-expanders a#btn-exhibitors {
	background: transparent url('/images/interface/btn-tradeshow-homepage-inactive.png') top left no-repeat;
}


#homepage #main #feature-expanders .expanded-view {
	filter: alpha(opacity=0);
	height: 100px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 159px;
	z-index: 45;
	visibility: hidden;
}

#homepage #main #feature-expanders #brochure-expander {
	background: transparent url('/images/interface/btn-brochure-homepage-active.png') top left no-repeat;
	left: 0px;
}

#homepage #main #feature-expanders #agenda-expander {
	background: transparent url('/images/interface/btn-agenda-homepage-active.png') top left no-repeat;
	left: 180px;
}

#homepage #main #feature-expanders #exhibitors-expander {
	background: transparent url('/images/interface/btn-tradeshow-homepage-active.png') top left no-repeat;
	left: 360px;
}

#homepage #main #feature-expanders .expanded-view a {
	display: block;
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 265px;
	width: 159px;
}

#homepage #main #feature-expanders .expanded-view p {
	color: #999999;
	display: block;
	font-size: 11px;
	left: 15px;
	position: absolute;
	top: 60px;
	width: 135px;
}