/* CSS Document */

/* 

reset styles
form fields
links 
lists
breadcrumbs
paddings
header
footer
tool -- sidebar e.g. print, send to friend, bookmark
   
*/

/* ***************************************************************************** reset styles */


html{
overflow:-moz-scrollbars-vertical;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1.4;
	font-size: 12px;
}
ol, ul {
	/*
	list-style: none;
	*/
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*
	border-collapse: collapse;
	border-spacing: 0; 
	*/
}

sup{
font-size:10px;
}

body{
font-family: Arial, Helvetica, sans-serif;
color:#200c0e;
background:#4bab26;
}

.home_bg{
	background:#4bab26 url(../images/bg_default.jpg) top center no-repeat;
}

.ad_title{
	display:none;
}

* html .home_text_default{
line-height:15px;
}

.home_text_default{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
line-height:1;
height:424px;
background:;
}

#body_home .home_text_default a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background:;
}
#body_home .home_text_default a:hover{
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
background:;
}

.home_text_balance{
display:none;
}

.home_text_protein{
display:none;
}

.home_text_protomalt{
display:none;
}

.home_text_actigene{
display:none;
}

.home_text_calcium{
display:none;
}

.bg_default_logo_cup{
	background:;
	width:320px;
	height:;
}

.bg_default_balance_cup{
	background:;
	width:320px;
	height:;
	display:none;
}

strong{
color:;
}

/* HR replaced by image -- consistent look across browsers */
div.hr{
background: #ccc url(images/hr.gif) no-repeat scroll center;
height: 10px;
}

div.hr hr,{
display: none;
}

p{
padding:0.6em 0px;
text-align:left;
}

h1, h2, h3, h4, h5, h6  
{  
font-size: 100%;  
padding: .6em 0;  
margin: 0 0px;  
}

#main_column h1{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
line-height:1.2;
color:#200c0e;
}

#main_column h2{
font-family: Arial, Helvetica, sans-serif;
font-size:1.8em;
font-weight:bold;
line-height:1.2em;
color:#200c0e;
}

#main_column h3{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
line-height:1.2;
color:#006600;
}

#main_column h4{
font-family: Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:bold;
line-height:1.2em;
color:#200c0e;
}

#main_column h5{
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
line-height:1.2em;
color:#200c0e;
}

#main_column h6{
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
line-height:1.2em;
color:#200c0e;
}

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

/* Form fields
-------------------------------------------------------------- */

label, input.text{
	display: block;
	width: 150px;
	float: left;
}

label {
	text-align: left;
	width: 175px;
	padding:7px 20px 0px 0px;
	margin-bottom: 30px;
}

br {
	clear: left;
}

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, textarea, select {
  margin:0em 0;
  border:1px solid #bbb;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text:focus, textarea:focus, select:focus {
  border:1px solid #666;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text    { width: 300px; padding:5px; }
textarea      { width: 300px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .4em .8em; margin-bottom: 1em; border: 2px solid #ddd; font-size: 0.9em; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

textarea{
overflow:auto;
}

.clear{
clear:both;
}

.float_right{
float:right;
display:inline;
padding: 0.5em 0 2.0em 2.0em;
}

.float_left{
float:left;
display:inline;
padding: 0.5em 2.0em 2.0em 0;
}

.align_right{
text-align:right;
}

.align_left{
text-align:left;
}

/* ***************************************************************************** links */


a:link, a:visited, a:active{
color: #222;
font-size:100%;
text-decoration:underline;
font-weight:bold;
}

a:hover{
color: #222;
font-size:100%;
text-decoration:none;
font-weight:bold;
}


.link_button, .link_button:link, .link_button:visited, .link_button:active{
padding: 2px 8px;
border:1px solid #222;
background: #ccc;
text-decoration:none;
}

.link_button:hover{
background: #fff;
cursor:pointer;
}

/* ***************************************************************************** lists */

ol{
list-style-position:outside;
padding:0px 0px 5px 25px;
}
/*
ul{ 
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
 
list-style-type:disc;
list-style-position:outside;

color:#222;
}

li { 
margin: 0px 0px 0px 40px; 
padding: 0px 0px 6px 0px; 

list-style-type:disc;
list-style-position:outside;

background: url() 0 -6px no-repeat;
}

li a:link, li a:visited, li a:active{
color: #222;
text-decoration:none;
font-weight:normal;
}

li a:hover{
color: #222;
text-decoration:underline;
font-weight:normal;
}
*/

/* *************************************************************** breadcrumbs */

#crumbs{
color:#222;
font-size:1.1em;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:active{
color: #222;
font-size:1.1em;
text-decoration:none;
font-weight:normal;
}

#crumbs a:hover{
color: #222;
font-size:1.1em;
text-decoration:underline;
font-weight:normal;
}

/* *************************************************************** paddings */

.pad-top-5{
padding-top:5px;
}
.pad-top-10{
padding-top:10px;
}
.pad-top-15{
padding-top:15px;
}
.pad-top-20{
padding-top:20px;
}
.pad-top-25{
padding-top:25px;
}
.pad-top-30{
padding-top:30px;
}

.pad-right-5{
padding-right:5px;
}
.pad-right-10{
padding-right:10px;
}
.pad-right-15{
padding-right:15px;
}
.pad-right-20{
padding-right:20px;
}
.pad-right-25{
padding-right:25px;
}
.pad-right-30{
padding-right:30px;
}

.pad-bottom-5{
padding-bottom:5px;
}
.pad-bottom-10{
padding-bottom:10px;
}
.pad-bottom-15{
padding-bottom:15px;
}
.pad-bottom-20{
padding-bottom:20px;
}
.pad-bottom-25{
padding-bottom:25px;
}
.pad-bottom-30{
padding-bottom:30px;
}

.pad-left-5{
padding-left:5px;
}
.pad-left-10{
padding-left:10px;
}
.pad-left-15{
padding-left:15px;
}
.pad-left-20{
padding-left:20px;
}
.pad-left-25{
padding-left:250px;
}
.pad-left-30{
padding-left:30px;
}

.pad-all-5{
padding:5px;
}
.pad-all-10{
padding:10px;
}
.pad-all-15{
padding:15px;
}
.pad-all-20{
padding:20px;
}
.pad-all-25{
padding:25px;
}
.pad-all-30{
padding:30px;
}

.pad-side-30{
padding:0px 30px;
}
.pad-side-20{
padding:0px 20px;
}
.pad-side-10{
padding:0px 10px;
}

.pad-vert-30{
padding:30px 0px;
}
.pad-vert-20{
padding:20px 0px;
}

/* *************************************************************** dropdown menu */

.chromestyle{
width: 99%;
height:;
background: ;
display:inline;
padding:0;
margin:0px 0px 0px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: inline; 
clear: both; 
visibility: hidden;
*/
}

.chromestyle ul{
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px;
background:;
text-align: left; /*set value to "left", "center", or "right"*/
height:24px;
}

.chromestyle ul li{
background: ;
float:left;
height:;
padding: 0px 0px 0px 0px;
margin:0;
display: ;
height:24px;
list-style-type:none;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
padding: 0px 0px 0px 0px;											/* this controls the distance between main menu and dropdown menu */
margin: 0px 0px 0px 0px;
text-decoration: none;
color:;
font-weight:bold;

height:24px;
}

.chromestyle ul li a:hover{
background: ; 
color:;
font-weight:bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

#header #main_nav{
background:;
}

#header #main_nav a:link, #header #main_nav a:visited, #header #main_nav a:active{

text-decoration:none;
font-weight:normal;
}

#header #main_nav a:hover{
color: #666;

text-decoration:underline;
font-weight:normal;
}

#header #main_nav .dropmenudiv{
margin:5px 0px 0px 18px;
position:absolute;
padding:0px 0px 0px 0px;
top: 0;
font-size: 12px;
color: #733236;
z-index:100;
width: 160px;
visibility: hidden;
text-align:left;
background:transparent;
border-top:0px solid #f0b91e;
border-bottom:0px solid #f0b91e;
border-left:0px solid #f0b91e;
border-right:0px solid #f0b91e;
}

#header #main_nav .dropmenudiv a, #header #main_nav .dropmenudiv a:visited, #header #main_nav .dropmenudiv a:active{
width: auto;
display: block;
width: 160px;
line-height:20px;
font-size:12px;
text-indent: 13px;
border-bottom: 0px solid #111; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
background:#ffc41e;
color: #733236;
margin:0 0 1px 0;
}

* html #header #main_nav .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

#header #main_nav .dropmenudiv a:hover{
text-decoration: none;
background:#733236;
color:#ffc41e;
}

#header #main_nav .dropmenudiv2{
margin:5px 0px 0px 18px;
position:absolute;
padding:0px 0px 0px 0px;
top: 0;
font-size: 12px;
color: #733236;
z-index:100;
width: 220px;
visibility: hidden;
text-align:left;
background:transparent;
border-top:0px solid #f0b91e;
border-bottom:0px solid #f0b91e;
border-left:0px solid #f0b91e;
border-right:0px solid #f0b91e;
}

#header #main_nav .dropmenudiv2 a, #header #main_nav .dropmenudiv2 a:visited, #header #main_nav .dropmenudiv2 a:active{
width: auto;
display: block;
width: 220px;
line-height:20px;
font-size:12px;
text-indent:10px ;
border-bottom: 0px solid #111; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
background:#ffc41e;
color: #733236;
margin:0 0 1px 0;
}

* html #header #main_nav .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

#header #main_nav .dropmenudiv2 a:hover{
text-decoration: none;
background:#733236;
color:#ffc41e;
}

#header #main_nav .dropmenudiv3{
margin:5px 0px 0px 25px;
position:absolute;
padding:0px 0px 0px 0px;
top: 0;
font-size: 12px;
color: #733236;
z-index:100;
width: 130px;
visibility: hidden;
text-align:left;
background:transparent;
border-top:0px solid #f0b91e;
border-bottom:0px solid #f0b91e;
border-left:0px solid #f0b91e;
border-right:0px solid #f0b91e;
}

#header #main_nav .dropmenudiv3 a, #header #main_nav .dropmenudiv3 a:visited, #header #main_nav .dropmenudiv3 a:active{
width: auto;
display: block;
width: 130px;
line-height:24px;
font-size:12px;
text-indent: 10px;
border-bottom: 0px solid #111; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
background:#ffc41e;
color: #733236;
margin:0 0 1px 0;
}

* html #header #main_nav .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

#header #main_nav .dropmenudiv3 a:hover{
text-decoration: none;
background:#733236;
color:#ffc41e;
}

/* this is for 2nd level sub-menu
#main_nav .dropmenudiv ul{
padding:0;
margin:0;
background: #111;
}

#main_nav .dropmenudiv ul li{
padding:0px 0px 0px 14px;
margin:0px 0px 0px 0px;
list-style:none;
line-height:2.0em;
border-bottom:1px solid #000000;
}

* html #main_nav .dropmenudiv ul li a{ /*IE only hack
height:20px;
}

#main_nav .dropmenudiv ul li a, #main_nav .dropmenudiv ul li a:visited, #main_nav .dropmenudiv ul li a:active{
color:#733236;
background:#111111;
padding:0;
margin:0;
}

#main_nav .dropmenudiv ul li a:hover{
color:#666666;
background:#111111;
padding:0;
margin:0;
}
*/

/* *************************************************************** header */

#header {  
padding: 0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background:;
height:187px;
}

#header .bg{
background: url(../images/header_bg.gif) top left no-repeat;
height:187px;

}

#header .logo_tagline{
background:;
height:;
}

#header a:link, #header a:visited, #header a:active{
color: #222;
font-size:1.1em;
text-decoration:none;
font-weight:bold;
}
#header a:hover{
color: #222;
font-size:1.1em;
text-decoration:underline;
font-weight:bold;
}

#tips{
background:;
color:#743237;
font-size:12px;
font-weight:bold;
}
#tips .content{
padding:0px 0px 0px 10px;
}

#tips a:link, #tips a:visited, #tips a:active{
color: #743237;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
#tips a:hover{
color: #743237;
font-size:12px;
text-decoration:underline;
font-weight:bold;
}

/* *************************************************************** body */

.recipes{
background:url(../images/recipes_bg.jpg) top left repeat-x;
margin:0px 0px 30px 0px;
}

#side_function{
color:#200c0e;
font-size:11px;
font-weight:normal;
}
#side_function a:link, #side_function a:visited, #side_function a:active{
color: #2cb44c;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
#side_function a:hover{
color: #200c0e;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}

.compass{
background:url(../images/recipes_compass.jpg) top left no-repeat;
height:120px;
font-size:11px;
color:#680e1a;
line-height:1.2;
}

.compass .content{
padding:20px;
width:190px;
}

.compass a, .compass a:visited{
color:#680e1a;
text-decoration:none;
}

.compass a:hover{
color:#680e1a;
text-decoration:underline;
}

.recipes_info{
padding:20px;
}
.recipes_info_header{
font-weight:bold;
border-bottom:1px solid #b4da36;
padding:0px 0px 0px 0px;
margin:10px 0px 5px 0px;
}

.wrapper_share{
background:url(../images/wrapper_share.jpg) top left repeat-x;
height:32px;
}
.btn_share{
background:url(../images/btn_share.jpg) top left no-repeat;
font-size:14px;
font-weight:bold;
color:#680e1a;
padding:0px 0 0 0px;
margin:0px 0 0 0;
text-indent:35px;
line-height:2;
}

.btn_share a, .btn_share a:visited{
color:#680e1a;
display:block;
width:260px;
height:32px;
text-decoration:none;
}
.btn_share a:hover{
color:#680e1a;
text-decoration:underline;
}


/* *************************************************************** footer */

#footer {  
padding: 0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
color:#ffffff;
font-size:11px;
z-index:100;
border-top:0px solid #6bb544;
padding:10px auto;
margin:30px auto 0px auto;
height:40px;
}

#footer a:link, #footer a:visited, #footer a:active{
color: #fff;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
#footer a:hover{
color: #fff;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}

/* *************************************************************** tool */

#tool{
font-size:10px;
color:#666;
vertical-align:middle;
text-align:right;

padding:0px 0px 8px 0px;
margin:20px 30px 20px 30px;

border-bottom:1px solid #eee;
}

#tool_footer{
font-size:10px;
color:#bbb;
vertical-align:middle;
text-align:right;

padding:0px 0px 8px 0px;
margin:20px 30px 20px 30px;

border-top:1px solid #eee;
}

#tool img, #tool_footer img{
padding:0px 5px;
}

/* *************************************************************** accordion menu */

#urbangreymenu{
width: 279px; /*width of menu*/
line-height:1.3;
}

#urbangreymenu .headerbar{
font:;
color: white;

margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px;
}

#urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

#urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#urbangreymenu ul li a, #urbangreymenu ul a{
font: bold 12px Arial;
color: #743237;
background:;
display: block;
padding: 5px 0;
line-height: 1.3;
text-decoration: none;
}

#urbangreymenu ul li a:visited{
color: #743237;
}

#urbangreymenu ul li a:hover, #urbangreymenu ul a:hover{ /*hover state CSS*/
color: #743237;
background: ;
text-decoration: underline;
}

/* *************************************************************** home forum item */

#home_forum_item{
	color:#222;
	padding:0px 5px;
	line-height:1.3;
}

#home_forum_item a, #home_forum_item a:link, #home_forum_item a:visited{
	color:#680e1a;
	text-decoration:none;
	font-weight:bold;
}

#home_forum_item a:hover{
	text-decoration:underline;
	font-weight:bold;
}

#home_forum_item .title{
	margin:0px 0px 0px 0px;
}

#home_forum_item .content{
	margin:5px 0px 10px 0px;
}

#home_forum_item .rate_up{
	background:url(../images/rate_up.gif) top left no-repeat;
	width:90px;
	height:22px;
	padding:0px 0px 0px 0px;
}

#home_forum_item .rate_up a{
	color:#680e1a;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	width:80px;
	height:22px;
	line-height:2;
	padding:0px 0px 0px 10px;
	background:;
}

#home_forum_item #author{
	background:#222 url(../images/forum_home_who.gif) top left no-repeat;
}

#home_forum_item #author a{
	color:#009900;
	font-size:11px;
	text-transform:none;
	display:;
	line-height:2.2;
	padding:0px 0px 0px 30px;
	background:;
}

#home_forum_item img{
	background:#fff;
	border:2px solid #fff;
	padding:0px;
}
