/* CSS Document */
.excerptentry {
	border-bottom: 1px dotted black;
	margin-bottom:10px;
	padding:5px;
}


/* General */


img.alignright {
	float:right;
}


label {
	font-size: 0.85em;
	font-weight: bold;
	display: block;
 margin-bottom: 0 .w;
	margin-bottom: .2em;
}
fieldset {
	padding: .5em;
	margin: 0 0 1em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
}
input {
	font-size: 8pt;
	padding: .25em .15em;
}
select {
	font-size: 12px;
	padding: .2em .15em .15em .15em;
}
input.text {
	border: 1px solid #c1c2c4;
	background: url(/images/input-bg.png) no-repeat 0px 0px;
}
input.text:focus{
	border: 1px solid #9ba5ba;
	background: url(/images/input-bg.png) no-repeat 0px -30px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	background:url(/images/bg.jpg) no-repeat top center;
}
h1 {
	font-size:20px;
	margin: 0px;
	color:#003366;
	font-weight:bold;
	letter-spacing: -.1em;
}
h2 {
	font-size:14px;
	margin: 0px;
	color:#003366;
	font-weight:bold;
}
h3 {
	font-size:20px;
	margin: 0px;
	color:#91BD10;
	letter-spacing: -.1em;
	text-decoration:none;
}
h3 a {
	text-decoration:none;
	color:#91BD10;
}
.testititle {
	font-size:26px;
	color:#91bd10;
}
.testititleq {
	font-size:46px;
	color:#91bd10;
}
.testiquote {
	font-size:24px;
	color:#333333;
}
.testibg {
	background:url(/images/testimonial_bg2.gif) no-repeat;
	width: 206px;
	height: 200px;
}
.maintext {
	font-size:12px;
	color:#333333;
}
.smallgrey {
	font-size:10px;
	color:#666666;
}
#container {
	margin: 0 auto;
	width: 950px;
	background:url(images/bg.gif) no-repeat top;
	padding: 10px;
	background-color: #FFFFFF;
}
#header {
	background: url(/images/header.jpg);
	height: 170px;
}
#header-members {
	background: url(/members/images/header.jpg);
	height: 155px;
}
#header-dist {
	background: url(/distributors/images/header.jpg);
	height: 155px;
}
.search {
	background:url(/images/logo.gif) no-repeat top;
	height: 50px;
	margin: 30px 45px 0px 745px;
	position: absolute;
	width: 167px;
}
#banner {
	margin:10px 0px;
	height: 225px;
	background:url(/images/middle_bg.jpg) no-repeat top;
	font-size: 16px;
	font-weight: bold;
}
#banner .flash {
	margin:10px 0px 10px 10px;
	background-color:#FFFFFF;
	float: left;
	width: 675px;
	height: 205px;
}
#banner .join {
	margin:10px;
	background:url(/images/join_bg.jpg);
	float: right;
	width: 245px;
	height: 205px;
}
/* Main Buttons */


#mainbutts {
	height:126px;
	margin:10px 0px;
}
a.productrange {
	background:url(/images/product_range.gif);
	display:block;
	float:left;
	width:312px;
	height:126px;
}
a.stockist {
	background:url(/images/nearest_stockist.gif);
	display:block;
	float:left;
	width:312px;
	height:126px;
	margin: 0px 7px;
}
a.stockist-uk {
	background:url(/images/nearest_stockist_uk.gif);
	display:block;
	float:left;
	width:312px;
	height:126px;
	margin: 0px 7px;
}
a.stockist-nz {
	background:url(/images/nearest_stockist_nz.gif);
	display:block;
	float:left;
	width:312px;
	height:126px;
	margin: 0px 7px;
}
a.orderonline {
	background:url(/images/order_online.gif);
	display:block;
	float:right;
	width:312px;
	height:126px;
}
#content {
	margin:10px 0px;
	background: url(/images/main_bg.jpg) no-repeat;
}
#content2 {
	margin:10px 0px;
	background: url(/images/second_bg.gif) no-repeat;
}
#content2 input {
	font-size:10px;
}
#leftcol {
	float:left;
	width:221px;
	margin: 10px;
}
/* Quick Search Form */


form#top-search {
	height: 47px;
	width: 160px;
	position: absolute;
}
form#top-search #search-postcode {
	background: url(/images/input-bg.png) no-repeat 0px 0px;
	width: 60px;
}
form#top-search #search-submit {
	background: url(/images/go.gif) no-repeat left top;
	width: 32px;
	height: 22px;
}
/* Join Box Form */


form#top-join {
	margin:125px 5px 0px 10px;
	position: absolute;
}
form#top-join #join-email {
	background: url(/images/input-bg.png) no-repeat 0px -60px;
	width: 100px;
	padding-left: 20px;
}
form#top-join #join-submit {
	background: url(/images/start_now.gif) no-repeat left top;
	width: 72px;
	height: 22px;
}
/* Login Box Form */

form#top-login {
	margin:35px 5px 0px 10px;
	position: absolute;
}
form#top-login #login-username {
	background: url(/images/input-bg.png) no-repeat 0px -60px;
	width: 100px;
	padding-left: 20px;
}
form#top-login #login-password {
	width: 100px;
	background: url(/images/input-bg.png) no-repeat 0px -30px;
	padding-left: 20px;
}
form#top-login #login-submit {
	background: url(/images/login.gif) no-repeat left top;
	width: 51px;
	height: 20px;
}
form#top-login a {
	font-size: 10px;
	color: #000066;
	margin-left: 2px;
}
/* Side Buttons */


#leftcol .login {
	background:url(/images/login_bg.jpg);
	height:136px;
}
a.recipe {
	background:url(/images/recipe_bg.jpg);
	display:block;
	height:116px;
	margin-top: 3px;
}
a.exercise {
	background:url(/images/exercise_bg.jpg);
	height:116px;
	display:block;
	margin-top: 3px;
}
a.forum {
	background:url(/images/forum_bg.jpg);
	display:block;
	height:116px;
	margin-top: 3px;
}
a.faq {
	background:url(/images/faq_bg.jpg);
	display:block;
	height:116px;
	margin-top: 3px;
}
/* Content */


#rightcol {
	float:right;
	width:690px;
	margin: 10px 15px 0px 0px;
}
#rightcol .intro {
	margin:70px 20px 10px 20px;
	height: 300px;
}
#rightcol .intro img {
	float:left;
	padding-right:20px;
}
#rightcol .testimonial {
	margin:30px 20px 10px 20px;
}
#rightcol .content {
	margin:20px 20px 10px 20px;
}
#rightcol .pic {
	float:right;
	padding:10px 20px;
}
#footer {
	background:url(/images/footer_bg.gif) no-repeat;
	height: 100px;
}
#footer-uk{
	background:url(/images/footer_bg_uk.gif) no-repeat;
	height: 100px;
}
#footer-nz{
	background:url(/images/footer_bg_uk.gif) no-repeat;
	height: 100px;
}
#footer .links {
	margin:0px 320px 10px 10px;
	font-size: 10px;
	left: 14px;
	padding: 20px 20px;
}
#footer-uk .links {
	margin:0px 320px 10px 10px;
	font-size: 10px;
	left: 14px;
	padding: 20px 20px;
}
#footer-nz .links {
	margin:0px 320px 10px 10px;
	font-size: 10px;
	left: 14px;
	padding: 20px 20px;
}
.smallblktxt {
	font-size:10px;
	color:#000000;
}
/*** MENU ROLLOVER ***/

.anylinkcss {
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: #B20838;
	width: 190px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	left: 88px;
	top: 196px;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color:#FFFFFF;
}
.anylinkcss a:hover { /*hover background color*/
	background-color:#990000;
	color: white;
}
/*** END MENU ***/

/* MENU TABS */

#navcontainer {
	margin-top:152px;
	position: absolute;
	width: 950px;
	background-color: #B20838;
}
#navcontainer ul {
	padding: .1em 0;
	margin: 0px;
	list-style-type: none;
	background-color: #b20838;
	color: #FFF;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
}
#navcontainer li {
	display: inline;
	margin: 0px;
}
#navcontainer li a {
	text-decoration: none;
	background-color: #b20838;
	color: #FFFFFF;
	padding: 0em 1.1em;
	border-right: 1px solid #003366;
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
}
#navcontainer li a:hover {
	color: #000033;
}
#navcontainer li a#current {
	color:#000033;
}
/* FOOTER TABS */

#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0px;
}
#footer li a {
	text-decoration: none;
	color: #333333;
	padding: 0em .4em;
	border-right: 1px solid #003366;
	font-weight: bold;
	margin: 0px;
	font-size: 10px;
}
#footer li a:hover {
	color: #000033;
}
#footer li a#current {
	color:#000033;
}

/* FOOTER TABS UK */

#footer-uk ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
}
#footer-uk li {
	display: inline;
	margin: 0px;
}
#footer-uk li a {
	text-decoration: none;
	color: #333333;
	padding: 0em .4em;
	border-right: 1px solid #003366;
	font-weight: bold;
	margin: 0px;
	font-size: 10px;
}
#footer-uk li a:hover {
	color: #000033;
}
#footer-uk li a#current {
	color:#000033;
}

/* FOOTER TABS UK */

#footer-nz ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
}
#footer-nz li {
	display: inline;
	margin: 0px;
}
#footer-nz li a {
	text-decoration: none;
	color: #333333;
	padding: 0em .4em;
	border-right: 1px solid #003366;
	font-weight: bold;
	margin: 0px;
	font-size: 10px;
}
#footer-nz li a:hover {
	color: #000033;
}
#footer-nz li a#current {
	color:#000033;
}

/* Buttons

-------------------------------------------------------------- */


div.button input {
	float: left;
	padding: 2px 10px 10px 10px;
	border: none;
	background: url(/images/button-blue.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fffaeb;
}
div.button input:hover {
	cursor: pointer;
}
div.button div {
	float: left;
	clear: right;
	width: 6px;
	height: 30px;
	background: url(/images/button-blue.png) -195px 0 no-repeat;
}
/* full image buttons */


input.button-img {
	border: none;
	font-size: 0em;
	color: #a1cbf6;
	padding: 0;
}
input.button-img:hover {
	cursor: pointer;
}
.button-120 {
	height: 26px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	border: none;
	text-align: center;
	text-transform: lowercase;
	padding-top: 0;
}
.button-120:hover {
	color: #000;
	cursor: pointer;
}
.button-120 {
	width: 120px;
	background: url(../../img/button-120-bg.png) #ffd96a 0 0 no-repeat;
}
/* charles css*/


.recipe_title {
	font-weight: bold;
	font-size: 20px;
	color:#91bd10;
	letter-spacing: -0.1em;
}
.recipe_text {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.recipe_top_border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
}
.recipe_text a {
	color: #7c7c7c;
	text-decoration: none;
}
.recipe_text a:hover {
	color: #004c99;
	text-decoration: underline;
}
.recipe_text a:visited {
	color: #7c7c7c;
}
.recipeborder {
	border-top:#CCCCCC solid 1px;
}
/* MEMBERS AREA */


/* TABLE STYLES */


.tdbr {
	border-right:solid 1px #CCCCCC;
}
.tdbb {
	border-top:solid 1px #CCCCCC;
	height:10px
}
/* Side Buttons */


#leftcol .welcome {
	background:url(/members/images/welcome_bg.jpg);
	height:136px;
}
#leftcol .account {
	background:url(/members/images/account_bg.jpg);
	height:136px;
}
#leftcol .progress {
	background:url(/members/images/progress_bg2.jpg);
	height:450px;
}
a.newsletter {
	display:block;
	background:url(/members/images/newsletter_bg.jpg);
	height:136px;
}
#leftcol .latestnews {
	background:url(/members/images/latestnews_bg.jpg);
	height:300px;
}
#leftcol .content {
	margin:35px 5px 5px 10px;
	float: left;
	width: 200px;
	height: 90px;
}
#leftcol .newscontent {
	margin:35px 5px 5px 10px;
	float: left;
	width: 200px;
	height: 255px;
}
