@charset "utf-8";
/* CSS Document */

html, body {
	background:#0E1416 url(../images/mainBacking.jpg) no-repeat top center;
	border-top:2px solid #4D5C67;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#pageWrapper {
	margin:0 auto;
	width:960px;
}

#header {
	height:130px;
}


#mainLogo {
	float:left;
}
#mainLogo a{
	cursor:pointer;
}
#mainLogo a:hover{
	background:none;
}
#mainLogo h1{
	background:url(../images/mainLogo.png) no-repeat center left;
	width:390px;
	height:125px;
	text-indent: -9999px;
	margin:0;
	padding:0;
}


#mainNav {
	float:left;
	width:520px;
	background:url(../images/mainNavBack.png);
	margin:47px 0 0 40px;
	height:35px;
}

#mainNav ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px;
}
#mainNav li{
	float:left;
	margin:0;
	padding:0;
}
#mainNav li a{
	display:block;
	height:35px;
	line-height:34px;
	text-indent: -9999px;
	background:url(../images/mainNavSprite.gif) no-repeat 10px 10px;
	padding:0 10px;
	border:none;
}
#mainNav li a:hover{
	background:#485e6b url(../images/mainNavSprite.gif) no-repeat 10px 10px;
	border:none;
}
#mainNav li a.active{
	background:#485e6b url(../images/mainNavSprite.gif) no-repeat 10px 10px;
	border:none;
}

#mainNav li.m1 a{
	width:64px;
}
#mainNav li.m2 a{
	width:42px;
	background-position: -82px 10px;
}
#mainNav li.m3 a{
	width:88px;
	background-position: -148px 10px;
}
#mainNav li.m4 a{
	width:121px;
	background-position: -260px 10px;
}
#mainNav li.m5 a{
	width:75px;
	background-position: -404px 10px;
}




#flashArea {
	height:255px;
	margin:-15px 0 10px 0;
}

#midWrapper {
	background:url(../images/homeStage.gif) no-repeat 0 0;
}
#stageFinish {
	background:url(../images/homeStageFinish.gif) no-repeat left bottom ;
	padding:20px 0;
}

#mainBody {
	width:560px;
	float:left;
	margin:0 10px;
	padding:0 10px;
}
#mainBody p {
	line-height:1.95em;
}
#mainBody h3{
	color:#00456B;
	font-weight:normal;
	font-size:22px;
	line-height:1.3em;
	margin:0;
}

a.mau {
	background:url(../images/mau.gif) 0 0;
	display:block;
	float:left;
	width:120px;
	height:21px;
	text-indent: -9999px;
	margin:15px 20px 0 0;
	border:none;
}
a.mau:hover {
	background:url(../images/mau.gif) bottom left;
}

a.os {
	background:url(../images/os.gif) 0 0;
	display:block;
	float:left;
	width:108px;
	text-indent: -9999px;
	height:21px;
	margin:15px 0 0 0;
	border:none;
}
a.os:hover {
	background:url(../images/os.gif) bottom left;
}

#news {
	padding:10px 0 0 0;
	float:left;
	margin:4px 10px 0 10px;
	background:url(../images/newsBackground.gif) no-repeat 0 0;
}
#news ul {
	width:300px;
	height:132px;
	list-style:none;
	margin:0 0 20px 0;
	padding:0 15px;
}
#news h3 {
	color:#00A99D;
	margin:0;
	padding:0;
}
#news h3 a{
	color:#00A99D;
	text-decoration:none;
}
#news h3 a:hover{
	background:none;
}

#news p{
	line-height:1.7em;
}


#subscribe {
	width:340px;
	background:url(../images/subBacking.gif) no-repeat 0 0;
	height:91px;
}


#footer {
	background:url(../images/footerBacking.gif) no-repeat 0 0;
	height:50px;
	margin:10px 0;
	padding:0 20px;
}
#legal {
	line-height:49px;
	font-size:11px;
	color:#7e8081;
}
#legal a{
	color:#7e8081;
	text-decoration:none;
	border: none;
}
#legal a:hover{
	border-bottom:1px dotted;
	background:none;
}

#abn {
	float:right;
	color:#7e8081;
	font-size:11px;
	width:200px;
	line-height:49px;
	text-align:right;
}

.input {
	border:1px solid #FFFFFF;
	padding:5px;
	margin:39px 0 0 90px;
	width:170px;
}
.but {
	margin:36px 0 0 0px;
	position:absolute;
}




a {
	color:#00456B;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover {
	background:#00456B;
	color:#FFFFFF;
}



p {
	font-size:12px;
	line-height:1.6em;
	color:#333333;
}

.clear {
	clear:both;
}