/* 100% high layouts attempt */
html, body {
	height:100%
}
html > body div#allAreas {
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #145281;	
}

div#allAreas {
    height:100%;
	min-height:100%;
	position: relative;	
	background-image:url(Images/bgstrip.gif);
	background-repeat:repeat-y;
	background-position: center top;
	border:0px solid red;
}

/* --------------------- TOP AREA START ---------------------- */
div#topArea {
	position:relative;
	margin: 0 auto 0 auto;
	width:803px;
	overflow:hidden;
	height:139px;
}
div#logoArea{
	position: absolute;
	width: 803px;
	border-bottom: 20px solid #145281;
	margin: 0px;
	float: left;
	height: 121px;
	background: url('images/bannerBg.jpg');
}
img#bnr {
	position: absolute;
	right: 11px;
}
/*div#rightTopArea {
	position: absolute;
	margin: 0px 0px 0px 151px;	
	border: 0px solid #000000;				
	width:629px;
}*/
/* --------------------- TOP AREA END ---------------------- */




/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	position:relative;		
	margin: 0px auto 100px auto;
	border: 0px solid green;
	width: 780px;
}
div#mainCentre{
    position: relative;
	margin: 0px 0px 0px 0px;
	width: 780px;
}

div#rightArea {
	position: relative;
	margin: 0px 0px 0px 150px;
}
/* --------------------- BANNER AREA START ---------------------- */

/*div#bannerArea h1 {
	position: absolute;
	left: 210px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0077B8;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}*/
/* --------------------- BANNER AREA END ---------------------- */
div#contentArea {
	position: relative;
	margin: 0px 0px 70px 0px;
	padding: 10px 10px 0px 20px; 	
}

div#contentArea a{ 
    color:#009DE1;
	font-weight:bold;
}
div#contentArea a:visited{       
    color:#003A9F;
	font-weight:bold;	
}
div#contentArea a:hover{    	
    color:#003A9F;
	font-weight:bold;	
}

/* --------------------- MAIN AREA ENDS ------------------------ */




/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {		
    position:absolute;
	bottom: 0px;		
	height:120px;
	border:0px solid #00FF00;	
	width:100%;
	
}
div#footerAreaCenter{
	position:relative;
	top: 0px;
	width: 804px;
	height: 120px;	
	margin: 0px auto 0px auto;
	background-image:url(Images/footer.gif);	
	border:0px solid red;
	background-repeat:no-repeat;
	background-position:bottom;
}
div#footerLeftArea{
	position:relative;
	bottom:0px;	
	margin: 0px 0px 0px 10px;		
	width: 100px;
	border:0px solid red;
	float:left;
		
}
div#footerLeftArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color:#5E92C4;
	height:17px;
}

div#footerLeftArea ul li {
	position: relative;
	float: none;
	margin: 1px 0px 0px 0px;
	font-family:Arial;
	font-size:.7em;
	text-align: center;
	color:#5E92C4;
	border:0px solid green;
	height:12px;
}

div#footerLeftArea ul li a {
	position: relative;
	text-decoration: none;
	color: #97D9FA;
	padding-right:2px;
	font-family:Arial;
	height:12px;
}

div#footerLeftArea ul li a:hover {
	color:#C5F01C;
}

div#footerLeftArea li#selectedFooter a {	
	color:#C5F01C;		
}

div#sponsorsArea{
	position:relative;	
	margin: 0px 0px 0px 172px;
	top:30px;
	width: 300px;
	height:29px;
	padding: 1px;
}	
p#kmart {	
    position: absolute;
	margin: 0px 0px 0px 2px;	
}

p#kmart a img{	
	border: 0;	
}
p#coles {	
    position: absolute;
	margin: 0px 0px 0px 100px;
}
p#coles a img{	
	border: 0;		
}
p#woolworths {	
    position:absolute;
	margin: 0px 0px 0px 180px;
}

p#woolworths a img{	
	border: 0;	
}
p#address {
	position:absolute;
	margin: 10px 0px 0px 350px;	
	padding: 0;	
	color: #FFFFFF;
	font-family: arial;
	font-size:.7em;
	width:270px;
	border:0px solid red;
}

/* --------------------- FOOTER AREA END ------------------------ */




/* --------------------- MAIN NAV AREA START ------------------------ */
div#mainNavigationArea {
	position: absolute;
	width: 150px;	
	text-align: left;
	z-index: 2;
	top: 0;
	left: 0;
}

div#mainNavigationArea ul {
	list-style: none;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;		
/*	font-weight:bold;*/
}

div#mainNavigationArea li {
	padding: 1px 1px 0px 1px;
}
div#mainNavigationArea li a{
	padding: 1px 1px 0px 1px;
	color:#00B8F0;
}

div#mainNavigationArea ul li div {
	height: 20px;
	width: 130px;
	cursor: pointer;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	border:0px solid yellow;	
	text-decoration:none;
}

div#mainNavigationArea ul li.NIMSelected div {	
	background-position:left;	
	position: relative;
	width: 115px;
	color:#FE9931;
	border:0px solid red;
	padding-left:15px;
	margin-left:-15px;	
	font-weight:bold;
}

div#mainNavigationArea ul li.NIMSelected ul li.NIMFirstItemNIMSelected div{		
	color:#FFFFFF;
}
div#mainNavigationArea ul li.NIMSelected ul li.NIMSelected div{		
	color:#FFFFFF;
}
div#mainNavigationArea ul li.NIMSelected ul li div{		
	color:#00B8F0;
}

div#mainNavigationArea ul li.NIMSelected ul {
	margin: 0px 0px 0px 10px;
}

div#mainNavigationArea ul li.NIMSelected ul li {
	margin: 0px 0px 0px 0px;
}

div#mainNavigationArea ul li.NIMSelected ul li div {
    padding-left:2px;
	margin-left:1px;
	background: none;
	text-align: left;
}

div#mainNavigationArea ul li.NIMSelected ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div#mainNavigationArea ul li.NIMSelected ul li a:hover {
	color: #C5EB81;
	text-decoration: none;
}

/* --------------------- MAIN NAV AREA END ------------------------ */
