@charset "UTF-8";
body  {
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3f3f3f;
}

img {border: 0;}
.alignleft {float: left;}
.alignright {float: right;}

#container { 
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 20px;	
	padding-bottom: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#contentWrapper { 
	margin: 0 212px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #contentWrapper div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#nav {
	height: 31px;
	background: url(images/nav_bg.gif) left top no-repeat;	
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
		list-style-type: none;
		display: inline;

	padding: 0 5px;
	line-height: 31px;
}
#nav ul li, #nav ul li a {
	color: #5f5f5f;
	text-decoration: none
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	color: #a3a3a3;
}
#nav ul li ul {
	display: none;
}
#nav .page-item-364, #nav .page-item-400, #nav .page-item-324, #nav .page-item-325, #nav .page-item-326,#nav.page-item-481 {display: none;}

#nav ul li.page-item-43 { padding-left:10px; }

/***********************

  Shopping Cart Widget

***********************/
/*
#cart {
	height: 31px;
	padding: 0 10px;
	background: url(images/cart_bg.gif) left top no-repeat;
	color: #fff;
	font-size: 0.95em;
	line-height: 31px;
}
#cart a {
	color: #fff;
	text-decoration: underline;
}
#cart a:hover {
	text-decoration: none;
}
#cart .items {
	float: left;
}
#cart .links {
	float: right;
}
#cart .divide {
	width: 1px;
	height: 10px;
	padding: 0 5px;
	background: url(images/divide_wht.gif) center 2px no-repeat;
}*/

#sideshoppingcart {font-size: 0.95em;}
#sideshoppingcart h3 {display: none;}
#sideshoppingcart .preview, #sideshoppingcart .previewOpen {
	height: 31px;
	padding: 0 10px;
	background: url(images/cart_bg.gif) left top no-repeat;
	color: #fff;
	line-height: 31px;
}
#sideshoppingcart .previewOpen {
	background: url(images/cart_bg_open.gif) left top no-repeat;
}

#sideshoppingcart #preview .items {float: left;}
#sideshoppingcart #preview .links {float: right;}
#sideshoppingcart #preview .divide {
	width: 1px;
	height: 10px;
	padding: 0 5px;
	background: url(images/divide_wht.gif) center 2px no-repeat;
}
#sideshoppingcart a {color: #fff; text-decoration: underline;}
#sideshoppingcart a:hover {text-decoration: none;}
#sideshoppingcart #hideCart {display: none;}
#sideshoppingcart #fullCart {
	padding: 10px;
	clear: both;
	display: none;
	background: #ffefc9 url(images/cart_fullCart_bg.gif) left bottom no-repeat;
	color: #666;
}
#sideshoppingcart #fullCart table.shoppingcart {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.shoppingcart .qty {text-align: center;}
table.shoppingcart th.price {width: 33px; text-align: left;}
table.shoppingcart td.price {text-align: right;}
#sideshoppingcart #fullCart a {
	color: #f58320;
}








img.sidebar {
	margin-top: 10px;
}




#contentWrapper h2 {
	padding: 50px 0 0 17px;
	margin: 0 0 10px 0;
	height: 51px;
	color: #fff;
	font-size: 3em;
	font-weight: normal;
}
#contentWrapper h2 span {visibility: hidden;}
#contentWrapper h2.page-5 {background: url(images/h2_about.jpg) no-repeat;}
#contentWrapper h2.page-4 {background: url(images/h2_products.jpg) no-repeat;}

#contentWrapper.page-323 h2 { 
	text-indent:-999px; 
	background: url(images/h2_products.jpg) no-repeat;
}

#contentWrapper h2.page-19 {background: url(images/h2_media.jpg) no-repeat;}
#contentWrapper h2.page-68 {background: url(images/h2_howtobuy.jpg) no-repeat;}
#contentWrapper h2.page-338 {background: url(images/h2_faqs.jpg) no-repeat;}
#contentWrapper h2.page-6 {background: url(images/h2_contact.jpg) no-repeat;}
#contentWrapper h2.page-481 {background: url(images/h2_newsletter.jpg) no-repeat;}
#contentWrapper h2.page-449 {background: url(images/h2_testimonials.jpg) no-repeat;}
#contentWrapper h2.page-152 {background: url(images/h2_privacy.jpg) no-repeat;}
#contentWrapper h2.page-364 {background: url(images/h2_terms.jpg) no-repeat;}
#contentWrapper h2.page-324, #contentWrapper h2.page-325 {background: url(images/h2_checkout.jpg) no-repeat;}
#contentWrapper h2.page-1125 {background: url(images/h2_registration.jpg) no-repeat;}

#contentWrapper h2.page-961 {background: url(images/nsw.jpg) no-repeat;}
#contentWrapper h2.page-966 {background: url(images/qld.jpg) no-repeat;}
#contentWrapper h2.page-974 {background: url(images/wa.jpg) no-repeat;}
#contentWrapper h2.page-970 {background: url(images/sa.jpg) no-repeat;}
#contentWrapper h2.page-964 {background: url(images/vic.jpg) no-repeat;}
#contentWrapper h2.page-968 {background: url(images/tas.jpg) no-repeat;}
#contentWrapper h2.page-972 {background: url(images/nt.jpg) no-repeat;}
#contentWrapper.page-958 h2 {background: url(images/retailers.jpg) no-repeat; text-indent:-999px;}

#contentWrapper.page-961 h3, 
#contentWrapper.page-966 h3, 
#contentWrapper.page-974 h3, 
#contentWrapper.page-970 h3, 
#contentWrapper.page-964 h3, 
#contentWrapper.page-968 h3, 
#contentWrapper.page-972 h3, 
#contentWrapper.page-958 h3 {margin-top:25px;}

.page-323 h3 {
/*color:#F8991C;*/
color:#F6D41E;
}
#contentWrapper.page-323 h2.page-4 {
	background:none;
	display:none;
	visibility:hidden;
}

#content {padding: 0 0 10px 0;}
#content.home {padding: 0 0 10px 0;}

#content h2 {
	font-size: 1em;
	height: auto;
	padding: 0;
}
#content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.6em;
}
#content h3 strong {
	font-size: 0.8em;
	font-weight:normal;
}
#content h4 {
	margin: 15px 0 4px 0;
	color: #555;
	font-size: 1.4em;
}
#content h5 {
	margin: 10px 0 5px 0;
	font-size: 1.2em;
	color: #ca7ab5;
}
.page-6 h3 {color: #136aae;}
.page-5 h3, .page-152 h3, .page-364 h3 {color: #55be43;}
.page-19 h3 {color: #b84d9c;}
.page-68 h3, .page-324 h3, .page-325, .page-1125, h3 {color: #f8991c;}
.page-338 h3 {color: #b84d9c;}
.page-481 h3 {color:#02ae4c;}


#contentWrapper.page-323 h2, #contentWrapper.page-323 h2 a.wpsc_product_title {color: #ffc600;}

#content a, .breadcrumb a, .page-324 a {color: #F8991C;/*777*/}
#content a:hover, .breadcrumb a:hover, .page-324 a:hover {text-decoration: none;}
#content p, #content ul, #content ol {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 1.1em;
	line-height: 1.3em;
}


/***********************

    Products Pages

***********************/

#contentWrapper .prodtitles {
	font-size: 1.4em;
	color: #f6d41e;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
}
#contentWrapper .wpsc_product_title {
	font-size: 1.5em;
}




a.wpsc_edit_product {
	color: #f58320;
	display: none;
}

.wpsc_variation_forms {}
.wpsc_variation_forms p {margin-bottom: 10px;}
.wpsc_quantity_update {font-weight: bold;}

.products_page .breadcrumb {display: none;}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 582px;
	margin-top: 2`0px;
	font-size: 0.9em;
	text-align: center;
	clear: both;s
} 
#footer, #footer a {color: #888;}
/*#contentWrapper.page-5 #footer, #contentWrapper.page-5 #footer a {color: green;}*/

#footer .copy {
	float: left;
}
#footer .links {
	float: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	margin: 0 5px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#contentWrapper.page-325 h2 {margin-bottom: 0;}
#contentWrapper.page-325 h3 {margin: 0;}
#contentWrapper.page-325 p {margin-top: 0;}
.purchaseNo {padding-top: 10px;}



.cform {
	width: 370px;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px;
	margin:4px 10px 0 0;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #666;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{
	width:160px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background-color: #999;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 0pt;
	border-bottom-width: 1px;
	border-left-width: 0pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	width:380px;
	line-height:1.3em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#390;
	display:block;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
	font-size: 14px;
}
div.failure {
	display:block;
	color: #F00;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	color:#F60;
	border:1px solid #999;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;
	text-align:center!important;
	visibility: hidden;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


.contact_info {
	float:left;
	width:213px;
}
.contact_form {
	float:left;
	margin-left:24px;
	width:346px;
}
.contact_info h3 {margin-top: 7px;}
.contact_form h3 {margin-top: 7px;}

div.cf_info {padding: 0;}
.cform {
	float: none;
	margin-top: 0;
	margin-right: 0;
	width: auto
}
.cform fieldset {
	background: transparent;
	border-width:0;
	margin-top: 0;
	padding: 0;
}
.cform legend {display: none;}
ol.cf-ol li.cf_li_err {border-width: 0; padding: 0;}
.cform label {width: 60px;}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {margin-left: 71px;}

.faq_instruct {clear:both; padding-top: 10px;}
.faq_instruct img {margin-right:20px;}
.faq_instruct ul {padding-top: 8px; margin-left: 95px;}

.page-338 .links {padding: 0; margin: 0; list-style-type: none;}
.page-338 .links li {padding-top: 5px;}
.page-338 #content a {color:#B84D9C;}

table.table {margin-bottom: 10px;font-size: 1em;
	border-bottom: 1px solid #B84D9C;
	border-right: 1px solid #B84D9C;}
table.table td {
	padding: 5px;
	border-left: 1px solid #B84D9C;
	border-top: 1px solid #B84D9C;}
	
.total_tax {display: none;}	
.shippingCountry {display: none;}

.homeAnnounce {
	height: 167px;
	padding: 13px;
	margin-top: 10px;
	background: url(images/homeAnnounce.gif) no-repeat;
}
.homeAnnounce h1 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 1.3em;
	color: #136AAE;
}
.homeAnnounce a {
	color: #136AAE;
	text-decoration: none;
}
.homeAnnounce a:hover {
	text-decoration: underline;
}

a.title {
	min-height:40px;
}
div.product_grid_item img {
	height:120px;
	width:120px;
}
div.productdisplay div.imagecol img {
	margin-bottom:15px;
}
div.imagecol {
	height:133px;
	overflow:hidden;
}
.wpsc_variation_forms select {
	position:relative;
	right:auto;
}