
html {
	background: url(/templates/australia/images/gradient.png) 0 0 repeat-x #dadae5;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(/templates/australia/images/background.jpg) 50% 130px no-repeat;
	height: 100%;
	min-width: 980px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}


#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}


h1, h2 {
	margin: 0;
	padding: 0;
}


.noBox-bkg {
	position: relative;
	width: 792px;
	height: 489px;
	float: right;
	left: 10px;
	margin: 11px 0 0 0;
	background: url(/templates/australia/images/slide-background.png) no-repeat;
	_background: url(/templates/australia/images/slide-background-ie6.jpg) no-repeat; /* IE 6 Specific */
	display: inline;	
}


/* HEADER */


#header {
	height: 130px;
}

#logo {
	width: 214px;
	height: 34px;
	margin-top: 48px;
	float: left;
	display: inline;
}



/* NAVIGATION - Top Navigation */


#nav {
	margin-top: 35px;
	float: right;
	height: 95px;
	overflow: hidden;
	display: inline;
}


#nav ul {
	margin: 0;
	padding: 0;
}


#nav li {
	float: left;
}


#nav li a {
	display: block;
	height: 95px;
	padding: 0 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}


#nav li a:hover {
	background-position: 0 -95px;
}


#nav li#home, #nav li#home a {
	width: 119px;
	background-image: url(/templates/australia/images/home.png);
}


#nav li#stores, #nav li#stores a {
	width: 118px;
	background-image: url(/templates/australia/images/stores.png);
}


#nav li#buy, #nav li#buy a {
	width: 118px;
	background-image: url(/templates/australia/images/buy.png);
}


#nav li#trade, #nav li#trade a {
	width: 118px;
	background-image: url(/templates/australia/images/trade.png);
}


#nav li#about, #nav li#about a {
	width: 118px;
	background-image: url(/templates/australia/images/about.png);
}


#nav li#contact, #nav li#contact a {
	width: 120px;
	background-image: url(/templates/australia/images/contact.png);
}


/* Content Pane */	

#content {
	position: relative;
	width: 792px;
	float: right;
	left: 10px;
	margin: 11px 0 0 0;
	font-family: "Lucida Sans Unicode", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	display: inline;
}

#content-top {
	background: url(/templates/australia/images/content-top.png) no-repeat;
	_background: url(/templates/australia/images/content-top-ie6.gif) no-repeat; /* IE 6 Specific */
	height: 19px;
}


#content-body {
	background: url(/templates/australia/images/content-body.png) repeat-y;
	_background: url(/templates/australia/images/content-body-ie6.gif) repeat-y; /* IE 6 Specific */
	padding: 15px 35px;
	min-height:500px;
}

#content-bottom {
	background: url(/templates/australia/images/content-bottom.png) no-repeat;
	_background: url(/templates/australia/images/content-bottom-ie6.gif) no-repeat; /* IE 6 Specific */
	height: 19px;
}

.body-fix {
	clear: both;
}


.wideImage {
	position: relative;
	/**float: right;**/
	left: -10px;
	/** TOP RIGHT BOTTOM LEFT **/
	/**margin: 0px -15px 13px 16px; **/
	display: inline;	
}


/* FOOTER */


#footer {
	position: relative;
	clear: both;
	top: -20px;
	margin: 0 0 0 28px;
	height: 40px;
	font-size: 10px;
	color: #555555;
}


#footer a {
	text-decoration: none;
	color: #555555;
}


#footer a:hover {
	color: #AEAEAE;
	cursor: pointer;
}


#tabs {
	height: 115px;
	margin-right: 5px;
	float: right;
	overflow: hidden;
	display: inline;
}


#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	float: left;
	margin-left: 15px;
	display: inline;
}


#tabs li a {
	display: block;
	height: 115px;
	padding: 115px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}


#tabs li a:hover {
	background-position: 0 -115px;
}

