#centre-stage { 
	position: absolute;
	left: 50%;
	top: 55%;
	width: 1000px;
	min-width: 950px;
	height: 580px;
	min-height: 650px;
	margin-left: -475px;
	margin-top: -290px;
	z-index: 1;
}

#order-banner {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 800px;
	min-width: 800px;
	height: 600px;
	min-height: 600px;
	margin-left: -550px;
	margin-top: -315px;
	font-family:arial,sans-serif;
	font-size:7pt;
	border: 0px;
	background-color: #eff0f0;
	color: #999999;
	text-align: right;
	z-index: 1;
}

#currency-banner {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 1000px;
	min-width: 950px;
	height: 600px;
	min-height: 600px;
	margin-left: -550px;
	margin-top: -310px;
	font-family:arial,sans-serif;
	font-size:7pt;
	border: 0px;
	background-color: #eff0f0;
	color: #999999;
	text-align: right;
	z-index: 1;
}

#background-panel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 580px;
	z-index: 2;
}

#formulations {
	position: absolute;
	left: 184px;
	top: 525px;
	z-index: 3;
}

#nourish {
	position: absolute;
	left: 419px;
	top: 127px;
	z-index: 3;
}

#page-caption {
	position: absolute;
	left: 304px;
	top: 25px;
	z-index: 3;
}

#navigation-bar {
	position: absolute;
	top: 564px;
	left: 20px;
	width: 915px;
	font-family:arial,sans-serif;
	text-align: center;
	font-size:7pt;
	line-height:8pt;
	font-weight:bold;
	color:#999999;	
   	z-index: 3;
	text-decoration: none;
}

#navigation-buttons {
	position:relative;
	left:58px;
	top:162px;
	z-index:3;
}

body {
	margin: 0;
	padding: 0;
	font-family:georgia,garamond,geneva,times;
	font-size:11pt;
	line-height:12pt;
	color:#4d4b4d;
	text-decoration:none;    	
}

#normal {
    font-family:georgia,garamond,geneva,times;
    font-size:8pt;
    line-height:10pt;
    color:#4d4b4d;
    text-decoration:none;    	
}

#price-tag {
	position:absolute;
	width:120px;
	height:50px;
	color:#666466;
	text-align:right;
	z-index: 3;
	background-image: url(images/nh_shopping.jpg);
	background-repeat: no-repeat;
}

#price-tag-local-price {
	position:aboslute;
	left:0px;
	top:0px;
	width:120px;
	height:30px;
	font-size:16pt;
	line-height:16pt;
	z-index: 5;
}

#price-tag-au-price {
	position:absolute;
	text-align:right;
	left:0px;
	top:22px;
	width:120px;
	height:20px;
	font-size:7pt;
	line-height:13pt;
	z-index: 5;
}

#link {
	color: #de7161;
}

a.navigation-bar:link {
	text-decoration: none;
	color:#999999;	
}

a.navigation-bar:visited {
	text-decoration: none;
	color:#999999;	
}

a.navigation-bar:hover {
	text-decoration: underline;
	color:#999999;	
}

a.navigation-bar:active {
	text-decoration: none;
	color:#999999;	
}

a.price-tag:link {
	text-decoration: none;
}

a.price-tag:visited {
	text-decoration: none;
}

a.price-tag:hover {
	text-decoration: none;
}

a.price-tag:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
    color:#4d4b4d;
}

a:visited {
	text-decoration: none;
    color:#4d4b4d;
}

a:hover {
	text-decoration: underline;
    color:#4d4b4d;
}

#centre-stage div#navigation-bar a.navigation-bar:link {
	text-decoration: none;
    color:#999999;
}

#centre-stage div#navigation-bar a.navigation-bar:visited {
	text-decoration: none;
    color:#999999;
}

#centre-stage div#navigation-bar a.navigation-bar:hover {
	/* text-decoration: underline; */
    color:#ffffff;
    background-color: #999999;
}


