/* Master Screen CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */

body {
	background:#140a9a;
	font:normal 14px/18px Arial, sans-serif;
	color:#000;
	height:100%;
	width:100%;
	}

#canvas {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -350px;
	text-align: center;
	min-width: 900px; 
	}

#page {
	position: relative;
	text-align: left;
	width: 900px;
	height: 694px;
	margin: 0px auto;
	background:url(../images/body.jpg) no-repeat 0 0;
	}

#content {
	width:800px;
	height:400px;
	padding:130px 50px 0px 50px;
}

#nav {
	width:900px;
	height:50px;
}

/* Menus */

ul.menu {
	list-style:none inside none;
	padding:90px 50px;
	font:bold 15px/20px Arial, sans-serif;
	/* text-transform:uppercase; */
	margin:0 0 0 250px;
}

ul.menu li {
	display:block;
	float:left;
}

ul.menu li a {
	display:block;
	float:left;
	color:#555;
	margin:0 40px 0 0;
	letter-spacing:1px;
}
	
/* Page Elements */

a:link, a:visited {
	text-decoration:none;
	color:#0054a6;
}

a:hover, a:focus {
	text-decoration:none;
	color:#e2b709;
}

h1, h2
{
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
	color:#004994;
	text-transform:uppercase;
	margin:0 0  10px 0;
	padding:2px 0;
}

h3
{
	font-size: 1em;
	font-weight:bold;
	margin: 1em 0em 0.25em 0em;
}

strong {
	font-weight:bold;
}

/* Page Content */

.section {
	width:800px;
	height:450px;
}
	
.active {
	display:block;
}

.hidden {
	display:none;
}

#sectionH {
	width:800px;
	height:450px;
	padding:0;
	margin:0;
        margin-top: 80px;
	background:url(../images/sectionH.jpg) no-repeat 50% 0;
}

#sectionH h1, #sectionH h3 {
	display:none;
}

#section0 {
	padding:0 0 0 10px;
}


#section1 {
	width:800px;
	height:450px;
	padding:0;
	margin:0;
	background:url(../images/section1.jpg) no-repeat 50% 0;
}

#section2 {
	width:800px;
	height:360px;
	padding:90px 0 0 0;
	margin:0;
	background:url(../images/section2.jpg) no-repeat 50% 0;
}

#section3 {
	width:800px;
	height:350px;
	padding:100px 0 0 0;
	margin:0;
	background:url(../images/section3.jpg) no-repeat 50% 0;
}

/* Overlays */

/* the overlayed element */
.overlay {
	display:none;
	width:720px;
	height:310px;		
	padding:45px 40px;
	font-size:11px;
	background-image:url(../images/overlay.png);	
}

.overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay .image {
	float:left;
	width:400px;
	height:300px;
	}

.overlay .details {
	float:left;
	width:250px;
	height:200px;
	padding: 0 0 0 20px;
	font: normal 15px/17px Arial, sans-serif;
	}

.details h3 {
	text-transform: uppercase;
	}
	
.details h2 {
	margin:10px 0 0px 0;
	font-weight:bold;
	font-size:14px;
	font:bold 18px/22px Arial, sans-serif;
	}

.details p {
	color:#333;
	}


/* Icons */

#icons {
	width:500px;
	padding:330px 0 0 310px;
	height:100px;
	}

.icon {
	display:block;
	width:60px;
	height:100px;
	float:left;
	background:url(http://flowplayer.org/tools/demos/overlay/images/icon.sprite.png) no-repeat 0 0;
	padding:0;
	margin:0 10px 0 0;
}

.icon1 { background-position:  0 		0 }
.icon2 { background-position: -70px		0 }
.icon3 { background-position: -140px 	0 }
.icon4 { background-position: -210px 	0 }
.icon5 { background-position: -280px 	0 }
.icon6 { background-position: -350px 	0 }
.icon7 { background-position: -420px 	0 }
.icon8 { background-position: -490px 	0 }

.icon1:hover { background-position:  0 		-100px }
.icon2:hover { background-position: -70px	-100px }
.icon3:hover { background-position: -140px 	-100px }
.icon4:hover { background-position: -210px 	-100px }
.icon5:hover { background-position: -280px 	-100px }
.icon6:hover { background-position: -350px 	-100px }
.icon7:hover { background-position: -420px 	-100px }
.icon8:hover { background-position: -490px 	-100px }

/* Tooltips */

.featureset {
	position:relative;
	width:500px;
	height:300px;
	padding:0 0 0 30px;
	float:left;
	clear:none;
	}

#triggers
{
	margin: 57px 0px 0px 0px;
}
	
#premium-slides {
	width:200px;
	height:300px;
	float:left;
	clear:none;
	z-index:0;
	margin:0 0 0 50px;
        display:none;
	}
	
.featureholder {
	float: left;
    	

    	width: 100px;
	}
	
.featureholder.alt {
	width: 320px;
	margin-left: 80px;
	}

.popup, #section2 .items div.popup {
	margin: 0 0px 0 0;
	padding: 0;
	width: 50px;
	height:50px;
	float:left;
}
 
a.checkbox {
	width: 220px;
	height: 35px;
	background: url(../images/checkbox.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	padding:0;
	display: block;
	}

a.checkbox:hover, a.checkbox:focus {
	background-position: 0 -42px;
	}

div.popup em {
	background: url(../images/tooltip.png) no-repeat 0 0;
	position: relative;
	margin: -70px 0 0 -100px;
	padding:50px 50px;
	text-align: left;
	text-transform:uppercase;
	z-index: 2;
	display: none;
}

span.strikethrough {
	text-decoration:strikethrough;
}


/**
* Australian Map
*/

#state-contact {
	width:280px;
	height:210px;
	margin:0 0 0 30px;
	padding:30px 0 0 0;
	float:left;
	}

#state-contact p {
	font-size:1.1em;
	line-height:1.3em;
	}

#state-contact h3 {
	color:#fff;
	margin:5px 0 20px 0;
	font-size:17px;
	line-height:25px;
	}

#mapbits {
	width: 380px;
	height: 240px;
	background: url(../images/location.sprite.png) no-repeat;
	padding: 0;
	position: relative;
	margin:20px 0 0 50px;
	float:left;
	clear:none;
}

#mapbits div.holder {
	width:270px;
	height:260px;
	position:relative;
	float:none;
}

#mapbits dt {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	border:0px solid #000;
}
#mapbits a {
	display: block;
	text-indent: -100em;
}
#nsw {
	height:55px;
	left:181px;
	top:136px;
	width:74px;
}
#nsw a {
	height: 55px;
}
#nsw a:hover, #nsw a.active {
	background: transparent url(../images/location.sprite.png) -122px -400px no-repeat;
}
#qld {
	left: 164px;
	top: 0px;
	width: 100px;
	height: 138px;
}
#qld a {
	height: 138px;
}
#qld a:hover, #qld a.active  {
	background: transparent url(../images/location.sprite.png) -162px -236px no-repeat;
}
#nt {
	left: 105px;
	top: 0px;
	width: 60px;
	height: 115px;
}
#nt a {
	height: 115px;
}
#nt a:hover, #nt a.active {
	background: transparent url(../images/location.sprite.png) -97px -235px no-repeat;
}
#wa {
	left: 0px;
	top: 35px;
	width: 109px;
	height: 147px;
}
#wa a {
	height: 146px;
}
#wa a:hover, #wa a.active {
	background: transparent url(../images/location.sprite.png) 14px -254px no-repeat;
}
#sa {
	left: 101px;
	top: 114px;
	width: 79px;
	height: 90px;
}
#sa a {
	height: 90px;
}
#sa a:hover, #sa a.active {
	background: transparent url(../images/location.sprite.png) 8px -398px no-repeat;
}
#vic {
	left: 178px;
	top: 170px;
	width: 46px;
	height: 40px;
}
#vic a {
	height: 40px;
}
#vic a:hover, #vic a.active  {
	background: transparent url(../images/location.sprite.png)  -73px -429px no-repeat;
}
#act {
	height:15px;
	left:215px;
	top:167px;
	width:11px;
}
#act a {
	height: 15px;
}
#act a:hover, #act a.active {
	background: transparent url(../images/location.sprite.png)  -107px -400px no-repeat;
}
#tas {
	left: 190px;
	top: 210px;
	width: 30px;
	height: 27px;
}
#tas a {
	height: 27px;
}
#tas a:hover, #tas a.active {
	background: transparent url(../images/location.sprite.png) -72px -399px no-repeat;
}
#nc {
	left: 290px;
	top: 0px;
	width: 80px;
	height: 10px;
}
#nc a {
	height: 100px;
}
#nc a:hover, #nc a.active {
	background: transparent url(../images/location.sprite.png) -276px -220px no-repeat;
}

#nz {
	left: 290px;
	top: 100px;
	width: 80px;
	height: 120px;
}
#nz a {
	height: 120px;
}
#nz a:hover, #nz a.active {
	background: transparent url(../images/location.sprite.png) -276px -320px no-repeat;
}


/* Tabs */

.images {
	position:relative;	
	height:300px;
	width:200px;
	float:left;	
	margin:0px;
	cursor:pointer;
}

.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:300px;
	width:200px;
	font-size:12px;
}

.images h3 {

}

.slidetabs {
	clear:both;
	margin:0 0 0 60px;
	float:left;
	width:70px;
}

.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

#slide-machine1 {background:url(../images/machine1.png) no-repeat 0 0;}
#slide-machine2 {background:url(../images/machine2.png) no-repeat 0 0;}
#slide-machine3 {background:url(../images/machine3.png) no-repeat 0 0;}
#slide-machine4 {background:url(../images/machine4.png) no-repeat 0 0;}
#slide-machine5 {background:url(../images/machine5.png) no-repeat 0 0;}

.slidetabs a:hover {
	background-position:0 -8px;      
}

.slidetabs a.current {
	background-position:0 -16px;     
} 	
