

/* new classes */
body
{
	font-family: Verdana, Arial, Sans-Serif;
	height:100%; /* needed for container min-height */
	text-align: left; /* centers the page in the browser. IE need this to center DIV's */
	margin: 0 10px 0 10px;
	color: #900;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica; /*	overflow:scroll; /* to avoid a rippling effect when page height is bigger than the screen */
}
.menu2
{	
text-align:center;
text-decoration:none;
font-size: 14px;
font-weight: bold;
font-family:verdana,arial,helvetica,freesans,sans-serif;
width:100%;
height:26px;
margin-left:auto;
margin-right:auto;
}
.menu2 a:link /* unvisited link */
{
color:yellow;
text-decoration:none;
width:236px;
height:26px;
background-image:url(menu2/btn.gif)
}      
.menu2 a:visited   /* visited link */
{
color:yellow;
text-decoration:none;
width:236px;
height:26px;
background-image:url(menu2/btn.gif)
}
.menu2 a:hover   /* mouse over link */
{
color:white;
text-decoration:none;
width:236px;
height:26px;
background-image:url(menu2/btn2.gif)
}
.menu2 a:active   /* selected link */
{
color:gray;
text-decoration:none;
width:236px;
height:26px;
background-image:url(menu2/btn.gif)
}



#page
{
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 90%; /* page's width. without this the page does not center */
	border: 0px;
	color: #000;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5;
	}

#content
{
	padding: 150px 0 15px;
	margin: 0 0px 0 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	display: block;
}

table
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}



hr
{
	color: #ff0063;
	background-color: #ff0063;
	background: #ff0063;
	height: 1px;
}



h1
{
	color: #ff0063;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: left;
}

h2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ff0063;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ff0063;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
h4
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ff0063;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}





ul.paragraph, ol.paragraph
{
	margin-top: 3px;
}

li
{
	line-height: 1.5em;
}







#bmiBox {
	float: left;
	width: 184px;
	margin-top: 16px;
	border-top: 3px solid #fc0608;
	padding: 6px 0px 0px 3px;
}

#bmiBox h2, #bmiBox h3, #bmiBox a {
	color: #fc0608;
	text-decoration: none;
}

#bmiBox h2 { font-size: 2em; }
#bmiBox h3 { padding-bottom: 7px; }

#bmiBox div {
	font-size: 1em;
	border-top: 1px solid #7e7e7e;
	line-height: 1.4em;
	padding: 9px 5px 0px 0px;
}

#bmiCalc {
	float: left;
	width: 173px;
	height: 284px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#bmiCalc input {
	border: none;
	background-color: transparent;
	height: 20px;
	font-size: 1.3em;
	color: #2a4804;
}

#bmiCalc #bmiResult {
	height: 67px;
	padding: 42px 0px 0px 28px;
}

#bmiCalc #bmiResult img { margin-right: 2px; }

#bmiCalc #bmiFields {
	height: 85px;
	overflow: hidden;
	padding-left: 38px;
}































@charset "utf-8";
/* CSS Document */

/* start menu */

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 74px;
background: url(images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #6C3600;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #FF9900;
border-bottom: 1px solid #CA6500;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #FFFFFF;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#CC0000;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}




td.ra {
background-image: url(../image/rounded_box.png);

}

td.rb {
background-image: url(../image/rounded_box_437high.png);
background-repeat: no-repeat;
}


td.stp {
width:75px;
height:30px;
font-weight: bold;
text-align: center;
background-image: url(../image/tabtop.png);
background-repeat: no-repeat;
}

td.stpa {
width:75px;
height:30px;
font-weight: bold;
text-align: center;
background-image: url(../image/tabtop_up.png);
background-repeat: no-repeat;
}



#dietProdsSide ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#dietProdsSide ul li {
	padding: 6px 12px 0px 162px;
	width: 252px;
	height: 87px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 12px;
	color: #8b005b;
}

#dietProdsSide ul li h2 {
	font-size: 2.1em;
	font-weight: bold;
	border-bottom: 1px solid #8b005b;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

#dietProdsSide ul li h2 span {
	font-size: 0.5em;
	font-weight: normal;
	line-height: 0.5em;
}

#dietProdsSide ul li h2 sup {
	font-weight: normal;
	line-height: 0.5em;
}



#tierDietProds {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#tierDietProds li {
	border-bottom: 1px solid #75cfff;
	padding: 5px 0px 0px 0px;
	height: 30px;
	margin-bottom: 8px;
}

#tierDietProds li a {
	text-decoration: none;
	color: #ff0063;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
}

#tierDietProds li sup {
	font-weight: normal;
	line-height: 0.5em;
}

#tierDietProds li img {
	float: right;
	border: 0px 0px 0px 0px;
}

div.RecipeText {
	width: 427px;
	background: url('../image/recipeside.gif') repeat-y 0px 0px;
	padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:0px
}

hr.blue{
	color: blue;
}


.CellLinks A:link {line-height:175%; text-decoration: none}
.CellLinks A:visited {text-decoration: none}
.CellLinks A:active {text-decoration: none}
.CellLinks A:hover {text-decoration: underline; color: red;}




}
/* end menu */