/* =============== Global Reset =============== */

* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
}

body {
background: #000;
font-size: 62.5%;
font-family:  Verdana, helvetica, arial, verdana, sans-serif;
}

#master-wrap {
margin: 0 auto;
width: 990px;
}

/*For firefox bug*/
li {
	/*display:block;*/
	margin:0 0 5px 0;
}

h3 {font-size:14px;}
h4 {font-size:12px;}


/* =============== Top Phone Number and Navigation =============== */

#phone-and-navigation {
width: 946px;
margin: 0 auto;
padding: 24px 0 12px 0;
background: url(../images/phone-navigation-bg.gif) bottom left no-repeat;
/*overflow: hidden;*/
height: 22px;
}

#phone-and-navigation p {
float: left;
margin: 0 0 0 17px;
display: inline;
width: 210px;
height: 19px;
background: url(../images/phone-no.gif) no-repeat;
text-indent: -9999px;
}

#phone-and-navigation ul {
list-style: none;
float: right;
height: 22px;
padding-right: 15px;
}

#phone-and-navigation ul li {
float: left;
margin-left: 1px;
}

#phone-and-navigation ul li a.home {
display: block;
width: 76px;
height: 22px;
background: url(../images/home.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a:hover,
#phone-and-navigation ul li a.active  {
	background-position:center bottom !important;
}

#phone-and-navigation ul li a.clinical-testing {
display: block;
width: 144px;
height: 22px;
background: url(../images/clinical-testing.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a.scient-research {
display: block;
width: 136px;
height: 22px;
background: url(../images/scientific.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a.living-well {
display: block;
width: 101px;
height: 22px;
background: url(../images/living.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a.doctors-pharmas {
display: block;
width: 145px;
height: 22px;
background: url(../images/health-pro.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a.arthritis-relief {
display: block;
width: 113px;
height: 22px;
background: url(../images/gopo.gif) no-repeat center top;
text-indent: -9999px;
}

#phone-and-navigation ul li a.stockists {
display: block;
width: 99px;
height: 22px;
background: url(../images/stockist.gif) no-repeat center top;
text-indent: -9999px;
}


/* NEW menu styles */

#phone-and-navigation ul {
	list-style: none;
	float: right;
	height: 22px;
	padding-right: 15px;
}

#phone-and-navigation ul li {
	float: left;
	margin-left: 1px;
}

#phone-and-navigation ul > li > a {
	display: block;
	text-indent: -9999px;
	height: 22px;
}

#phone-and-navigation ul li a:hover,
#phone-and-navigation ul li a.active  {
	background-position:center bottom !important;
}

#phone-and-navigation ul li a.home {
	width: 70px;
	background: url(../images/nav-home.gif) no-repeat center top;
}

#phone-and-navigation ul li a.about-us {
	width: 85px;
	background: url(../images/nav-about.gif) no-repeat center top;
}

#phone-and-navigation ul li a.product {
	width: 102px;
	background: url(../images/nav-product.gif) no-repeat center top;
}

#phone-and-navigation ul li a.gopo {
	width: 76px;
	background: url(../images/nav-gopo.gif) no-repeat center top;
}

#phone-and-navigation ul li a.scientific-research {
	width: 136px;
	background: url(../images/nav-scientific.gif) no-repeat center top;
}

#phone-and-navigation ul li a.your-health {
	width: 100px;
	background: url(../images/nav-health.gif) no-repeat center top;
}

#phone-and-navigation ul li a.store {
	width: 99px;
	background: url(../images/nav-store.gif) no-repeat center top;
}



/* =============== Sub Menu Items =============== */

#phone-and-navigation ul li {
	position: relative;
}

#phone-and-navigation ul li ul {
	display: none;
	position: absolute;
	top: 22px;
	height: auto;
	z-index: 300;
	background: url(../images/menu-bottom.gif) no-repeat bottom left;
	padding-bottom: 3px;
}

#phone-and-navigation ul li:hover ul {
	display: block;
}

#phone-and-navigation ul li ul li {
	display: inline;
	width: 150px;
	position: static;
	margin: 0;
	float: none;
}

#phone-and-navigation ul li ul li a {
	background: #006A2A;
	display: block;
	width: 140px;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #005823;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	text-indent: 0;
}

#phone-and-navigation ul li ul li a:hover {
	background: #005623;
}

#phone-and-navigation ul li ul li a.last {
	border-bottom: none;
}




/* =============== Content Panel Structure =============== */

#wrap {
width: 946px;
margin: 0 auto;
background: url(../images/wrap-bg.gif) repeat-y;
padding: 6px 0;
overflow: hidden;
}

#left-column {
float: left;
margin-left: 10px;
display: inline;
width: 230px;
}

#right-column-wrap {
float: right;
width: 672px;
margin-right: 17px;
display: inline;
background: url(../images/content-wrap-bg.gif) top left no-repeat;
padding-top: 12px;
}

#right-column-home {
position: relative;
float: right;
width: 672px;
height: 390px;
margin-right: 17px;
margin-bottom: 20px;
display: inline;
background: url(../images/home-bg.jpg) top left no-repeat;
}

#flash-home {
float: right;
margin-right: 17px;
margin-bottom: 0px;
}

#right-column {
width: 672px;
background: url(../images/content-bg.gif) repeat-y;
padding: 16px 0 2px 0;
overflow: hidden;
}

#right-column.order-online {
	padding-bottom: 10px;
}

.standard-content {
float: left;
margin-left: 26px;
display: inline;
min-height:461px;
width: 400px;
}

.width_620 {
width: 620px !important;
}

.cart-content {
float: left;
margin-left: 26px;
display: inline;
width: 360px;
}

.cart-content img {
float: left;
margin: 10px 30px 0 0;
}

.product-select {
float: right;
width: 200px;
}

.cart-items {
float: right;
margin-right: 26px;
display: inline;
width: 240px;
background: #F7F7F7;
padding: 14px 0;
}

.cart-items .cart_table {
display:block;
min-height:263px;
}

.images {
float: right;
margin-right: 26px;
display: inline;
width: 196px;
}

.images img {
border: 1px solid #333;
display: block;
	margin: 0 auto 5px;
}

.images p {
	text-align: center;
	}

#right-column-end {
width: 672px;
height: 10px;
background: #FFF url(../images/content-end-bg.gif) bottom left no-repeat;
}

#right-column ul li {
	/*list-style: disc;*/
	background: url('../images/tick.gif') no-repeat 0 3px;
	padding-left: 25px;
	padding-top: 2px;
	list-style: none;
}

#right-column ol li {
	list-style: decimal;
}


/* =============== Left Column Content =============== */

div#logo {
display: block;
width: 218px;
height: 136px;
margin-left: 6px;
background: url(../images/logo.gif) no-repeat;
text-indent: -9999px;
position: relative;
}

div#logo .main-link, div#logo .gopo-link {
	position: absolute;
	display: block;
}

div#logo .main-link {
	width: 218px;
	height: 136px;
	top: 0;
	left: 0;
}

div#logo .gopo-link {
	width: 80px;
	height: 45px;
	bottom: 0;
	right: 0;
}

#locate-stockist {
/*padding-left: 68px;*/
/*background: url(../images/australia.gif) top left no-repeat;*/
overflow: hidden;
}

#locate-stockist h4 {
color: #F60;
font-size: 11px;
font-weight: normal;
margin-bottom: 5px;
}

#locate-stockist form label {
color: #F60;
font-size: 11px;
}

#locate-stockist form p {
	overflow: hidden;
	zoom: 1;
}
/*
#locate-stockist form input {
color:#f60;
width: 60px;
padding: 5px;
background: #404040 !important;
border: 1px solid #3D3D3D;
float: left;
font-size: 11px;
}
*/
#left-column ul {
width: 230px;
list-style: none;
margin: 15px 0 40px 10px;
}

#left-column ul li {
margin-bottom: 2px;
}

#left-column ul li a {
display: block;
width: 230px;
height: 31px;
text-indent: -9999px;
}

#left-column ul li a:hover,
#left-column ul li a.active {
background-position:center bottom !important;
}

#left-column ul li a.order-online {
background: url(../images/order-online-btn.gif) no-repeat center top;
}

#left-column ul li a.free-e-newsletter {
background: url(../images/free-e-newsletter-btn.gif) no-repeat center top;
}

#left-column ul li a.find-a-stockist {
background: url(../images/find-a-stockist-btn.gif) no-repeat center top;
}

#left-column ul li a.faqs {
background: url(../images/faq-btn.gif) no-repeat center top;
}

#left-column ul li a.media-room {
background: url(../images/media-room-btn.gif) no-repeat center top;
}

#left-column ul li a.contact-us {
background: url(../images/contact-us-btn.gif) no-repeat center top;
}

.postcode-submit {
	background: url(../images/postcode-submit.gif) no-repeat;
	height: 24px;
	width: 62px;
	border: none;
	text-indent: -9999px;
	margin-right: 8px;
	float: right;
	margin-top: 3px;
}

.postcode-submit:hover {
	background-position: 0 -24px;
}

.std-btn-white {
	background: url(../images/std-btn-white.gif) no-repeat;
	height: 24px;
	width: 62px;
	border: none;
	text-align: center;
	margin-right: 8px;
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 6px;
}

.std-btn-white:hover {
	background-position: 0 -24px;
}

.std-btn-black {
	background: url(../images/std-btn-black.gif) no-repeat;
	height: 24px;
	width: 62px;
	border: none;
	text-align: center;
	margin-right: 8px;
	margin-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 6px;
}

.std-btn-black:hover {
	background-position: 0 -24px;
}

.btn-margin {
	margin-left: 200px;
}



/* =============== Typography =============== */

h1 {
font-size: 15px;
color: #F60;
margin-bottom: 20px;
}

#right-column-home h1 {
position: absolute;
left: 22px;
top: 30px;
width: 545px;
height: 80px;
background: url(../images/home-hd.gif) no-repeat;
text-indent: -9999px;
}

h2 {
font-size: 15px;
color: #F60;
margin-bottom: 12px;
}

h4 {
font-size: 11px;
color: #F60;
margin-bottom: 12px;
}

.cart-items h2 {
margin: 0 14px 20px 14px;
}

.cart-items p {
margin: 0 14px 18px 14px;
}

p {
font-size: 12px;
color: #333;
line-height: 140%;
margin-bottom: 18px;
}

#right-column-home p {
position: absolute;
left: 160px;
top: 127px;
width: 332px;
height: 69px;
background: url(../images/home-intro.gif) no-repeat;
text-indent: -9999px;
}

#right-column-wrap ul, #right-column-wrap ol {
display:block;
font-size: 12px;
color: #333;
line-height: 140%;
margin:0 0 30px 15px;
list-style-position:outside;
}

a:link, a:visited {
color: #F60;
text-decoration: none;
}

a:hover, a:active {
color: #F60;
text-decoration: underline;
}




/* =============== Cart =============== */

.add-to-cart {
display: block;
width: 199px;
height: 31px;
background: url(../images/add-to-cart.gif) no-repeat;
text-indent: -9999px;
margin-bottom: 18px;
}

.to-checkout {
display: block;
width: 212px;
height: 31px;
background: url(../images/proceed-to-checkout.gif) no-repeat;
text-indent: -9999px;
margin: 0 14px 18px 14px;
}

p em {
font-style: italic;
}

p.total {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-top: 11px;
border-top: 1px dotted #333;
margin-bottom: 4px;
color: #4A4A4A;
}

p.paypal {
padding: 14px 0 0 122px;
font-size: 1px;
line-height: 120%;
background: url(../images/paypal.gif) top left no-repeat;
}

.product-select select {
margin-bottom: 18px;
}

.cart-items table {
margin: 10px 14px;
width: 212px;
font-size: 12px;
color: #333;
}

.cart-items table a:link, .cart-items table a:visited {
color: #F71E1E;
text-decoration: underline;
font-weight: bold;
}

.cart-items table a:hover, .cart-items table a:active {
color: #F71E1E;
text-decoration: none;
font-weight: bold;
}



/* =============== Lower Panel =============== */

#lower-panel-wrap {
position: relative;
width: 990px;
margin: 0 auto 8px auto;
padding-top: 20px;
background: url(../images/lower-panel-wrap-bg.gif) top center no-repeat;
}

#lower-panel {
margin: 0 22px;
height: 134px;
border: 1px solid #323232;
}

#submit-btn-lower {
position: absolute;
top: 32px;
left: 0px;
display: block;
width: 22px;
height: 112px;
background: url(../images/tabs-newsletter.gif) no-repeat center top;
text-indent: -9999px;
}

#submit-btn-lower:hover {
background-position:center bottom;
}

#order-online-btn-lower {
position: absolute;
top: 32px;
right: 0px;
display: block;
width: 22px;
height: 112px;
background: url(../images/tabs-shop-online.gif) no-repeat center top;
text-indent: -9999px;
}

#order-online-btn-lower:hover {
background-position:center bottom;
}

#join-mailing-list {
float: left;
margin: 18px 0 0 18px;
display: inline;
width: 216px;
}

#join-mailing-list h4 {
width: 154px;
height: 16px;
background: url(../images/join-mailing-hd.gif) no-repeat;
text-indent: -9999px;
margin-bottom: 10px;
}

#join-mailing-list p {
margin-bottom: 10px;
}

#join-mailing-list form label {
color: #F60;
font-size: 11px;
}

#join-mailing-list form input {
color:#f60;
width: 200px;
padding: 5px;
background: #260F00 !important;
border: 1px solid #1E0C00;
}

#lower-panel ul {
float: right;
margin: 18px 8px 0 0;
display: inline;
height: 106px;
width: 929px;
background: url(../images/lower-panel-ul-bg.gif) bottom left repeat-x;
}

#lower-panel ul li {
float: left;
margin: 0 0 0 10px;
display: inline;
}

#lower-panel ul li a {
display: block;
}

#lower-panel ul li a img {
display: block;
width: 121px;
}






/* =============== Footer =============== */

#top-footer, #footer {
position: relative;
width: 946px;
margin: 0 auto;
overflow: hidden;
}

#top-footer p, #footer p {
font-size: 11px;
color: #555;
margin-bottom: 24px;
}

p#copyright {
float: left;
width: 300px;
margin-right: 25px;
margin-bottom: 0;
}

#legal {
float: left;
width: 130px;
margin-right: 19px;
}

#footer-navigation {
float: right;
/*width: 430px;*/
}

#site-credit {
float: right;
width: 200px;
text-align: right;
}

#top-footer ul {
list-style: none;
overflow: hidden;
}

#top-footer ul li, #footer ul li {
float: left;
font-size: 11px;
padding-right: 7px;
margin-right: 6px;
border-right: 1px solid #555;
list-style: none;
}

#footer-navigation li {
	float: right !important;
}

#top-footer ul li.last, #footer ul li.last {
padding-right: 0;
margin-right: 0;
border-right: none;
}

#top-footer a:link, #top-footer a:visited, #footer a:link, #footer a:visited {
color: #555;
text-decoration: none;
}

#top-footer a:hover, #top-footer a:active, #footer a:hover, #footer a:active {
color: #555;
text-decoration: underline;
}


#site-credit a,
#site-credit a:hover {
    text-decoration:none;
}

#site-credit a:hover strong {
    color:#f60;
}

/* =============== Misc =============== */

img {
border: none;
}

a {
outline: none;
}

.callout-top, .callout-bottom {
	height: 9px;
	width: 620px;
}

.callout-top {
	background: url(../images/callout-top.gif) no-repeat;
	margin-top: 10px;
}

.callout-bottom {
	background: url(../images/callout-bottom.gif) no-repeat;
	margin-bottom: 10px;
}

.callout {
	background: url(../images/callout.gif);
	width: 600px;
	padding: 0 10px;
	overflow: hidden;
}

.callout p {
	margin: 10px 0;
}

.box-container {
	width: 182px;
	float: right;
	margin-left: 20px;
}

.box-top, .box-bottom {
	height: 9px;
	width: 182px;
}

.box-top {
	background: url(../images/box-top.gif) no-repeat;
	margin-top: 10px;
}

.box-bottom {
	background: url(../images/box-bottom.gif) no-repeat;
	margin-bottom: 10px;
}

.box {
	background: url(../images/box.gif);
	width: 162px;
	padding: 0 10px;
	overflow: hidden;
font-size:14px;
font-style:italic;
font-weight:bold;
	
}

.box p {
	margin: 10px 0;
}


/* =============== Contact Us =============== */
#contact_form, #join_mailing_list {
	padding:0;
	margin:0 0 0 10px;
	width:380px;
}

#contact_form label,
#join_mailing_list label {
	width:130px;
	float:left;
	display:block !important;
	padding:4px;
	font-weight:bold;
	text-align:right;
	
}

#contact_form .inputtxt,
#join_mailing_list .inputtxt {
	border: 1px solid #ddd;
	padding:4px;
	color:333;
	background:#eee;
	font-size: 12px;
	font-family:  Verdana, Arial;
}

#contact_form .txtfield,
#join_mailing_list .txtfield {
	width:230px;
}

#contact_form .txtarea,
#join_mailing_list .txtarea {
	width:230px;
	height:80px;
	overflow:auto;
}

#contact_form .button,
#join_mailing_list .button {
	margin-left:137px;
}


div.success, div.error {
    padding: 10px;
    margin: 0px 0 10px;
	overflow: hidden;
	zoom: 1;
}

div.error {
    background: #F5CCCC;
    border: 1px solid #f00;
    color: #f00;
}

div.success {
    background: #E0FBD8;
    border: 1px solid #090;
    color: #090;
}

.icon {
    margin: 10px;
	float: left;
}

.alert-text {
    margin-left: 50px;
}


/* =============== Find a stockist =============== */
#contact-map {
display:block;
overflow:hidden;
position:relative;

}
#contact-map ul {
height:322px;
background:url(../images/aus-map.gif) no-repeat 135px 0;
margin: 0;
}
#contact-map div.stockists {
display:none;
width:630px;
}
#contact-map ul li {
/*background-color:#00AF4E;
border:1px solid #060;
color:#006600;*/
text-indent: -9999px;
cursor:pointer;
font-weight:bold;
height:16px;
overflow:hidden;
padding:2px 0;
position:absolute;
text-align:center;
width:45px;
background: none;
}
#contact-map ul li:hover {
/*background-color:#060;
border:1px solid #00AF4E;
color: #fff;*/
}
#head-office{
left:391px;
top:191px;
}
#branch-qld{
left:374px;
top:109px;
}
#branch-vic{
left:370px;
top:240px;
}
#agent-nc{
left:486px;
top:229px;
}
#agent-wa{
left:181px;
top:140px;
}
#agent-tas{
left:402px;
top:296px;
}
#agent-sa{
left:291px;
top:164px;
}
#agent-nt{
left:278px;
top:78px;
}
#actstockists div,
#nswstockists div,
#ntstockists div,
#qldstockists div,
#sastockists div,
#tasstockists div,
#vicstockists div,
#wastockists div{
float:left;
height:185px;
margin-right:15px;
overflow:hidden;
width:190px;
font-size: 12px;
}
/* Order Form */

form#order_form p {
	overflow: hidden;
	zoom: 1;
}

form#order_form label {
	width: 200px;
	display: inline-block;
	float: left
}

form#order_form label.short {
	width: 80px;
	margin-right: 20px;
}

form#order_form textarea, form#order_form input.text {
	width: 348px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:4px;
	font-size: 11px;
	font-family:  Verdana, Arial;
}

form#order_form .text.short {
	width: 80px !important;
}


form#order_form select, form#order_form .select {
	width: 358px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:4px;
	font-size: 11px;
	font-family:  Verdana, Arial;
}

form#order_form select.short {
	width: 80px;
}

.required {
	text-decoration: underline;
}

input.required {
	text-decoration: none;
}

form#order_form label.error {
	border: none;
	margin: 0;
	padding: 0;
	color: #f00;
}	

/* Side Menu Social Links */

#left-column ul.social-links {
	overflow: hidden;
	padding: 0;
	margin: 10px auto;
	width: 133px;
}

#left-column ul.social-links li {
	float: left;
	margin-right: 5px;
}

.facebook-like-iframe {
	border:none;
	overflow:hidden;
	width:50px;
	height:21px;
}

#left-column ul.social-links li.you-tube {
	margin-right: 0;
}

#left-column ul.social-links li a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0;
}

.orange_bg {
	background: #f8690b;
}

.image_border_top, .image_border_bottom {
	height: 9px;
}

.image_border_top {
	background: url(../images/border-top.gif) no-repeat;
}

.image_border_bottom  {
	background: url(../images/border-bottom.gif) no-repeat;
}

.orange_bg img {
	width: 174px;
	margin-top: 15px;
}

.gallery {
	overflow: hidden;

margin-left: 26px;
min-height:461px;
	
}

.gallery p {
	float: left;
	margin-right: 18px;
	height: 160px;
}

.gallery p img {
}

.orange-wrap-bg {
	background: #f60 url('../images/orange-content-wrap-bg.gif') no-repeat top center !important;
}

.orange-end-bg {
	background: #f60 url('../images/orange-content-end-bg.gif') no-repeat top center !important;
}

.orange-wrap-bg #right-column {
	background: #f60;
}

.orange-wrap-bg * {
	color: #fff;
}

.magazine-download {
	float: left;
	width: 200px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: 5px;
}
