/* 100% high layouts attempt */
html, body {
	height:100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFFFD8;
}

div#allAreas {
    height:100%;
	min-height:100%;
	position: relative;
	width: 780px;		
	margin: 0 auto 0 auto;	
	border: solid 0px #000000;	
	background-repeat:no-repeat;	
	background-position: top-left;	
	background-color: #FFFFFF;
}

/* --------------------- BANNER AREA START ---------------------- */
div#bannerArea {
	position: relative;
	width: 780px;
	height: 199px;
	margin: 0px 0 0 0;
	border: 0px solid #000000;
	background-repeat: repeat-x;
	background-position: top left;			
}
div#bannerArea h1 {
	position: absolute;
	left: 40px;
	top: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005955;
	font-weight: normal;
	font-size: 2em;
	margin: 0;
	padding: 0;
}
/* --------------------- BANNER AREA END ---------------------- */

br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	position: relative;	
	background-position: top left;
	margin: 200px 0px 0px 0px;
	border: 0px solid;
	width: 780px;	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div#mainNavigationArea{
	position:absolute;
	top:20px;
	left:40px;
	width: 400px;
	height: 25px;
	border: 0px solid #112C57;
}

div#selectedNavArea {
	position: absolute;	
	margin: -27px 0px 0 40px;
	border: solid 0px;	
	width: 500px;	
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#selectedNavArea {
	margin-right: 10px;
}

div#contentArea {
	position: relative;
	margin: 0px 30px 0px 40px;
	padding: 5px; 	
	border: 0px solid;			
	background-color: #FFFFFF;
}
/* --------------------- MAIN AREA END ------------------------ */


/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {				
	left: 0;
	bottom: -1px;
	clear: both;
	height: 80px;
	width: 780px;
	background-color: #FED420;	
}


div#footerArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color:#000000;
}

div#footerArea ul li {
	position: relative;
	float: left;	
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet;
	font-size:11px;
	font-weight: bold;	
	text-align: center;
	color:#000000;
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	color:#000000;
}

p#copyright {
	position: relative;
	margin: 5px 1em 0 5px;
	padding: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

p#poweredby {	
    position: absolute;
	margin: 60px 0px 2px 620px;		
	border: 0px solid #000000;
}

p#poweredby a img{	
	border: 0;	
}

p#managedby {	
    position: absolute;
	margin: 30px 0px 0px 40px;
}

p#managedby a img{	
	border: 0;	
	border: 0px solid #000000;
}
p#ownedby {	
    position: absolute;
	margin: 30px 0px 0px 185px;
}

p#ownedby a img{	
	border: 0;	
	border: 0px solid #000000;
}
p#kmart {	
    position: absolute;
	margin: 15px 0px 0px 320px;
}

p#kmart a img{	
	border: 0;	
	border: 0px solid #000000;
}
p#coles {	
    position: absolute;
	margin: 15px 0px 0px 420px;
}

p#coles a img{	
	border: 0;	
	border: 0px solid #000000;
}

p#amc {	
    position: absolute;
	margin: 15px 0px 0px 520px;
}

p#amc a img{	
	border: 0;	
	border: 0px solid #000000;
}
p#parking {	
    position: absolute;
	margin: 15px 0px 0px 660px;
}

p#parking a img{	
	border: 0;	
	border: 0px solid #000000;
}

p#address {
	position: absolute;
	margin: 42px 0px 0px 320px;
	padding: 0;	
	color: #025954;
	font-family: Trebuchet;
	font-size:12px;
	font-weight:bold;
}
/* --------------------- FOOTER AREA END ------------------------ */


/* --------------------- MAIN MENU START ---------------------- */
#mainNav {
	position: absolute;	
	font-size: 13px;
	text-align: center;	
	width: 400px;	
	margin: 0px 0px 0px 0px;	
	border: 0px solid #990033;	
}

#mainNav, #mainNav ul { 
	padding: 0;	
	list-style: none;
	line-height: 1em;
	font-size: 12px;	
	font-family: Trebuchet;
	font-weight:bold;
}

#mainNav a {
	display: block;
	color: #025954;	
	font-size: 1em;		
	line-height: 1.5em;		
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;	
}

#mainNav a:hover {
	font-size: 1em;	
	background-color:#FFFFFF;
}

#mainNav li#selectedMainMav a {
	color: #005954;
}

#mainNav li { /* all list items */
	float: left;		
	background-position: top left;
	cursor: pointer;
}

#mainNav li a div {
	position: relative;		
	background-position: top right;	
	padding-left: 5px;
	padding-right: 8px;
	line-height: 1.5em;	
	cursor: pointer;
	padding-top: .2em;
}

#mainNav li#selectedMainMav a div {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #005954;
	color:#FFFFFF;
}

#mainNav li a:hover div {
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #005930;
	color:#FFFFFF;
}

/* --------------------- SELECTED NAV MENU START ------------------------ */
div#selectedNavArea ul {
	position: relative;	
	margin: 0px;
	padding: 0;
	list-style: none;	
	line-height: 20px;	
	border: solid 0px;		
}

div#selectedNavArea ul li {	
	padding: 0;
	margin: 0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #005955;
	font-size:12px;
	font-weight: bold;	
	text-align: center;
	border: solid 0px;	
	width: 120px;	
}

div#selectedNavArea ul li.selected {
	font-weight: bold;
	background-color: #FFFFFF;	
	color: #005955;
} 

div#selectedNavArea ul li a {
	text-decoration: none;	
	display: block;	
	text-align: center;
	white-space:nowrap;		
	color: #005955;	
}

div#selectedNavArea ul li a:hover  {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #005955;
	color:#FFFFFF;
}
/* --------------------- SELECTED NAV MENU END ------------------------ */

