*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Times New Roman",times,serif;
	text-align: center;
	font-size: 62.5%;
	color: #333;
	background-image: url(../img/wb_bg.gif);
	background-position: 0 0;
	background-repeat: repeat;
	background-color: #C4C4C4;
}
#wrapper
{
	width: 800px;
	margin: 30px auto 30px auto;
	text-align: left;
	display: block;
	background-color: #FFF;
}
#header
{
	width: 800px;
	height: 162px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	background-color: #FFF;
	background-image: url(../img/header_rule.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#logo
{
	width: 200px;
	height: 125px;
	float: left;
	background-image: url(../img/logo_wb.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 12px 0 0 23px;
	display: inline;
}
#logo h1
{
	display: block;
	text-indent: -2000px;
	height: 1px;
}
#menu-container
{
	width: 365px;
	float: right;
	display: block;
	margin: 0 10px 0 0;
}

#product-menu-container
{
	width: 550px;
	float: right;
	display: block;
	margin: 0 10px 0 0;
}

#menu
{
	width: 178px;
	height: 120px;
	float: left;
	display: block;
	border-color: #ccc;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}
#sub-menu
{
	position: relative;
	width: 178px;
	height: 120px;
	float: left;
	display: block;
	border-color: #ccc;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 10px 0 0 0;
	z-index: 100;
}

#sub-menu2
{
	position: relative;
	width: 178px;
	height: 120px;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	z-index: 100;
}


#content-wrapper
{
	width: 800px;
	float: left;
	margin: 10px 0 10px 0;
	display: inline;
	background-image: url(../img/content-wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #FFF;
}
#content-wrapper-wide
{
	width: 800px;
	float: left;
	margin: 10px 0 10px 0;
	display: inline;
	background-color: #FFF;
}
#content
{
	width: 583px;
	float: left;
	margin: 0 0 10px 10px;
	display: inline;
}
#content-wide
{
	width: 780px;
	float: left;
	margin: 0 0 10px 10px;
	display: inline;
}
#sidebar
{
	display: inline;
	width: 187px;
	float: left;
	margin: 0 0 10px 10px;
	border-width: 0;
	padding: 0;
}

#sidebar p { text-align: justify; }

#sidebar ul li
{
	text-align: left;
	background-color: #e5e5e5;
	color: #333;
}

#news
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
}
#search-form
{
	width: 177px;
	margin: 0 0 0 10px;
	padding: 0;
}
#search-form fieldset
{
	margin: 0;
	padding: 0;
	border-width: 0;
}
#search-form p
{
	margin: 0;
	padding: 0;
	border-width: 0;
} 
#search-form input.search-field
{
	width: 120px;
	margin: 10px 4px 0 0;
	padding: 1px 2px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}
#search-form .search-button
{
	margin: 10px 0 0 0;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #000;
	color: #FFF;
}

#buy-online
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
}
#buy-online p
{
	margin: 10px 0 0 10px;
	padding: 10px 10px 10px 0;
	background-image: url(../img/icon-shopping-cart.jpg);
	background-repeat: no-repeat;
	background-position: 96% 2px;
}	

#stockist-locator
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
	padding: 0;
}

#stockist-locator p
{
	margin: 10px 0 0 10px;
	padding: 10px 10px 10px 0;
	background-image: url(../img/small_nz.gif);
	background-repeat: no-repeat;
	background-position: 96% 2px;
}

#contact
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
}
#footer
{
	width: 780px;
	height: 34px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* ----- Menu ----- */
#menu ul, #sub-menu ul, #sub-menu2 ul
{
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
}
#menu li, #sub-menu li, #sub-menu2 li
{
	list-style: none;
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
}
#menu li a, #sub-menu li a, #sub-menu2 li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
#menu a.parent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#menu li.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#sub-menu li.active,#sub-menu2 li.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
	}
/* ----- Typography ----- */
h2
{
	font-size: 3em;
	color: #000;
	/* FWF Purple */
	line-height: 1.2em;
	font-weight: bold;
	margin: 15px 0 10px 10px;
	letter-spacing: 0em;
	font-style: italic;
}
h3
{
	font-size: 2.3em;
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0 4px 10px;
	letter-spacing: 0em;
	font-style: italic;
}

#news h3
{
	font-size: 2.3em;
	color: #333;
	line-height: 1.3em;
	font-weight: bold;
	margin: 10px 0 4px 10px;
	letter-spacing: 0em;
	font-style: italic;
}

h4
{
	font-size: 1.8em;
	color: #666;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 4px 10px;
	letter-spacing: 0em;
	font-style: italic;
}

h4 span.wbof
{
	font-family: Times, serif;
	color: #000;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
} 

h5
{
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	color: #333;
	padding: 0 0 1.3em 0;
	text-align: justify;
	font-weight: bold;
}
h6
{
	font-size: 1.1em;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	color: #333;
	padding: 0 0 0 0;
	text-align: justify;
}
p
{
	font-size: 1.1em;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	color: #333;
	padding: 0 0 1.3em 0;
	text-align: justify;
}
a:link {	
	color: #000;
	text-decoration: underline;
}
a:visited
{
	color: #306;
	text-decoration: none;
}
a:hover
{
	color: #606;
	text-decoration: underline;
}
a:active {	
	color: #606;
	text-decoration: none;
}
p strong
{
	color: #000;
}
hr
{
	height: 1px;
	clear: left;
	display: block;
	background-color: #666;
	padding: 0;
	border-width: 0;
	margin: 0 10px;
}
ul,ol
{
	margin: 0px 10px 16px 30px;
	background-color: #FFF;
	color: #000;
}
li
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}
ul li ul
{
	margin: 0px 10px 5px 20px;
}

ul li ul li
{
	font-size: 1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}

ol li
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 6px 0;
}
ol li ul
{
	padding: 5px 0 0 0;
	margin: 0px 0 0 30px;
}
ol li ul li {	font-size: 1.0em;
	line-height: 1.5em;}

span.wbof
{
	font-family: Times, serif;
	color: #000;
	background-color: inherit;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
} 

a span.wbof
{
	font-family: Times, serif;
	color: inherit;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
} 

span.small
{
	color: #000;
	background-color: inherit;
	font-size: 0.9em;
	font-style: italic;
	letter-spacing: 0.05em;
} 

span.new
{
	color: #C00;
	background-color: #FFF;
	font-style: italic;
	text-transform: uppercase;
	font-size: 80%;
}
span.colour-em { color: #900; }

div.product-regulation
{
	width: 225px;
	display: block;
	padding: 6px 6px 0 1px;
	border: 3px #039 double;
	margin: 0 0 0 15px;
	float: right;
}

div.product-regulation p
{
	color: #039;
	background-color: #FFF;
	font-size: 0.9em;
	font-style: italic;
}

.product-image
{
	float: right;
	margin: 0 0 30px 30px;
	width: 140px;
}


/* Columns */
.row-wrapper
{
	width: 580px;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}
.two-column
{
	width: 280px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.two-column-last
{
	width: 280px;
	float: left;
	display: block;
	margin: 0 0 0 0;
}
.three-column
{
	width: 180px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.three-column-last
{
	width: 180px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.arrow
{
	background-image: url(../img/down_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 40% 0;
	height: 50px;
}

/* Nutrition Tables */

.table-centered-text { text-align: center; }

table.nutrition-tables
{
	color: #666;
	background-color: #CCC;
	padding: 2px;
	margin: 0 0 10px 10px;
	width: 400px;
}


table.nutrition-tables thead
{
	font: 170% Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 3px 0;
	color: #002049;
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: normal;
	}
	
table.nutrition-tables td
{
	color: #666;
	margin-bottom: 15px;
	font: 70%/1.5 Verdana, sans-serif;
	font-weight: normal;
	background-color: #fff;
	padding: 2px;
	vertical-align: top;
}

table.nutrition-tables td.table-centered-text
{
	text-align: center;
	vertical-align: top;
}

table#nutritional-info,table#nutritional-info2,table#nutritional-info3
{
	padding: 0px;
	margin: 0 0 5px 10px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	width: 360px;
	background-color: #ccc;
}

table#nutritional-info tr td,table#nutritional-info2 tr td,table#nutritional-info3 tr td
{
	padding: 1px 5px;
	margin: 0;
}

table#metabolism-table
{
	padding: 0 0 0 0;
	margin: 0 0 5px 10px;
	font-size: 1.1em;
	color: #333;
	width: 550px;
}
table#metabolism-table td.arrow
{
	background-image: url(../img/arrow_thin.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}	
	
table#diet-sources-table
{
	width: 581px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 10px;
}
table#diet-sources-table ul { margin: 10px 0 10px 20px;
	padding: 0 10px 0 0;
}
td.diet-sources-blue { background-color: #d8cbe4; }

table#common-symptoms
{
	width: 581px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 10px 10px;
}
table#common-symptoms ul
{
	margin: 10px 0 10px 20px;
	padding: 0 10px 0 0;
}
p.small
{
	font-size: 98%;
	font-style: italic;
}
.testimonial-quote
{
	margin: 5px 0 5px 5px;
	padding: 0px 0px 10px 0px;
	background-image: url(../img/quotes.gif);
	background-repeat: no-repeat;
	background-position: -18px 0px;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.testimonial-last {
	border-width: 0 0 0 0;
	}
.testimonial-quote p { font-style: italic; }
.testimonial-quote p a
{
	font-style: normal;
}
.testimonial-quote p img
{
	float: right;
	padding: 10px 0 10px 20px;
}
.accent-box
{
	margin: 30px 30px 30px 50px;
	background-color: #d8cbe4;
	padding: 20px 20px 10px 20px;
}

.download
{
	padding: 2px 0 2px 16px;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 2px 0 2px 0;
}
#footer p
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	color: #999;
	padding: 12px 0 0 0;
	line-height: 1em;
}
#content img { margin: 0; }
#content img.left
{
	padding: 5px 5px 10px 0;
	float: left;
	border-width: 0;
}
#content img.right
{
	padding: 5px 0 10px 10px;
	float: right;
	border-width: 0;
}
#health-concerns ul
{
	width: 570px;
	margin: 10px 0 10px 0;
	float: right;
}

#health-concerns ul li
{
	width: 170px;
	height: 20px;
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
	display: block;
	list-style: none;
	background-color: #d8cbe4;
	text-align: center;
}
.internal-nav
{
	background-color: #d8cbe4;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
}
.internal-nav ul
{
	background-color: #d8cbe4;
}

.internal-nav img
{
	padding: 0 0 0 -10px;
	margin: 0;
}

#product-matrix
{
	width: 730px;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}

#product-matrix tr td
{
	padding: 0;
	margin: 0;
	border-bottom: #ccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
#product-matrix p
{
	padding: 0;
	margin: 0;
}
#product-matrix img
{
	padding: 0;
	margin: 0;
	border-width: 0;
}

#product-matrix2
{
	width: 730px;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}

#product-matrix2 tr td
{
	padding: 0;
	margin: 0;
	border-bottom: #ccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
#product-matrix2 p
{
	padding: 0;
	margin: 0;
}
#product-matrix2 img
{
	padding: 0;
	margin: 0;
	border-width: 0;
}



/* ----- Shop page styles ----- */

#orderform .product-row
{
	display: block;
	width: 100%;
	float: left;
	border-width: 0 0 1px 0;
	border-color: #CCC;
	border-style: solid;
	padding: 0 0 4px 0;
}

.product-desc
{
	width: 455px;
	float: left;
	display: block;
}

.product-image-price-qty
{
	width: 120px;
	float: right;
	display: block;
}

.product-desc p,.product-desc p img
{
	padding: 0 0 4px 0;
}


.product-desc p select
{
	width: 40px;
	display: inline;
}

div.product-subhead
{
	width: 570px;
	background-color: #ccc;
}

a.purchase-link:link { color: #0d7b21;
	background-color: #e5e5e5; }

a.purchase-link:visited { color: #0d7b21;
	background-color: #e5e5e5; }

a.purchase-link:hover { color: #0d7b21;
	background-color: #e5e5e5; }

a.purchase-link:active { color: #0d7b21;
	background-color: #e5e5e5; }


/* ----- Contact Form ----- */

#contact-form form
{
	width: 450px;
	display: block;
	margin: 0 0 0 10px;
	border-width: 0;
}
#contact-form fieldset
{
	border-width: 0;
	margin: 0 0 0 0;
}
#contact-form legend
{
	border-width: 0;
	font-size: 1.8em;
	color: #7d6e9d;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0em;
	padding: 0 0 10px 0;
}
#contact-form p { margin: 5px 0 5px 0; }
#contact-form label
{
	width: 100px;
	float: left;
	display: block;
}

#contact-form input
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}
#contact-form textarea
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}
#contact-form .submit
{
	font-size: 1.1em;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}

/* ----- HACKS ----- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */