/* CSS Document */

body{
	background-color:#fefbe7;
	background-image: url(../images/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
}

#main_wrapper{
	width:1106px;
	height:auto;
	margin: 0 auto 0 auto;
}


#header_wrapper{
	width:1106px;
	height:193px;
}

#nav_wrapper{
	width:960px;
	height:193px;
	margin-left:61px;
}

#logo_container{
	width:383px;
	height:193px;
	float:left;
}

#nav_container{
	width:577px;
	height:193px;
	float:right;
	background-image:url(../images/navy_bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#top_nav{
	width:577px;
	height:89px;
	margin-top:64px;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 89px;
	width: 577px;
}
ul#menu li {
	float: left;
	display: inline;
	height: 89px;
	margin: 0;
	overflow: hidden;
}

ul#menu li a {
	display: block;
	height: 89px;
	text-indent: -999em;
}


ul#menu li.home a {
	background:url(../images/home.jpg) 0 0 no-repeat;
	width: 68px;
}
ul#menu li.game a {
	background: url(../images/game.jpg) 0 0 no-repeat;
	width: 84px;
}
ul#menu li.qld a {
	background: url(../images/qld_aust.jpg) 0 0 no-repeat;
	width: 141px;
}
ul#menu li.qantas a {
	background: url(../images/qantas.jpg) 0 0 no-repeat;
	width: 106px;
}
ul#menu li.shanghai a {
	background: url(../images/shanghai.jpg) 0 0 no-repeat;
	width: 178px;
}

ul#menu li.home a:hover, ul#menu li.game a:hover,
ul#menu li.qld a:hover, ul#menu li.qantas a:hover, ul#menu li.shanghai a:hover {
	background-position: bottom left;
}

#middle_wrapper{
	width:1106px;
	height:auto;
	
}

#prizes_wrapper{
	width:243px;
	height:531px;
	float:left;
}

#content_share_wrapper{
	width:863px;
	float:right;
}

#text{
	padding-left:80px;
	padding-right:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:16px;
}

#text.form_text{
	padding-top:1px;
	height:450px;
	height:auto !important;
	min-height:450px;
}

#text.form_text a:link, a:visited, a:active, a:hover{
	color: #1692E1;
}

#text_wrapper{
	height:531px;
	width:746px;
	height:auto !important;
	min-height:531px;
	float:left;
	background-repeat:no-repeat;
	background-position:top;
}

#content_share_wrapper .comp_bg{
	background-image:url(../images/bgs/comp_bg.jpg);
}

#content_share_wrapper .form_bg{
	background-image: url(../images/bgs/form_bg.jpg);
}

#content_share_wrapper .game_bg{
	background-image:url(../images/bgs/game_bg.jpg);
	height: 530px !important;
}

#content_share_wrapper .home_bg{
	background-image:url(../images/bg_text.jpg);
	height: 530px !important;
}

#content_share_wrapper .tc_bg{
	background-image:url(../images/bgs/tc_bg.jpg);
}

#content_share_wrapper .congrats_bg{
	background-image:url(../images/bgs/congrats_bg.jpg);
	height:100px;
}

#text_footer{
	width:746px;
	height:51px;
	background-image:url(../images/bgs/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
	

#play_button{
	width:243px;
	height:71px;
	float:right;
	position:relative;
	right:79px;
	margin:0;
}

#game_ccontain{
	width:640px;
	height:480px;
	padding-left:46px;
}

#share_wrapper{
	width:117px;
	height:531px;
	float:right;
	background: url(../images/share_bg.jpg) 0 0 no-repeat;
}

#share_content{
	margin-top:30px;
	width:117px;
	height:240px;
}

ul#share {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 203px;
	width: 117px;
	overflow:hidden;
}
ul#share li {
	display: inline;
	height: 193px;
	margin: 0;
	overflow:hidden;

}

ul#share li a {
	display: block;
	height: 70px;
	text-indent: -999em;
}


ul#share li.share a {
	background:url(../images/share_text.jpg) 0 0 no-repeat;
	width: 117px;
}
ul#share li.fb a {
	background: url(../images/facebook.jpg) 0 0 no-repeat;
	width: 90px;
}
ul#share li.tw a {
	background: url(../images/twitter.jpg) 0 0 no-repeat;
	width: 90px;
}


#footer_wrapper{
	width:746px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0 20px 0;
	color:#333;
	margin:0;
	clear:both;
}

#footer_wrapper a:link{
	color:#333;
}

#footer_wrapper a:visited{
	color:#333;
}

#footer_wrapper a:hover{
	color:#333;
}

#footer_wrapper a:active{
	color:#333;
}



.subheadings{
	color:#1692E1;
	font-weight:bold;
	font-size:14px;
}

.headings{
	color:#1692E1;
	font-weight:bold;
	font-size:22px;
}
	
#text_wrapper a:link, a:visited, a:active, a:hover{
	color:#1692E1;
}


.orange_highlight{
	color:#F60;
}

img{behavior: url(../images/iepngfix.htc)}

.red_highlight{
	color:#FF0000;
	font-weight: bold;
}

.error{
	margin: 0 auto;
	width: 400px;
	color: #FF0000;
}

.rank{
	color:#F60;
	font-size: 20px;
	font-weight:bold;
}

