@charset "utf-8";

html, body {
	background-color: #FDFF7A;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	line-height: 22px;
	

}

p {	
	margin: 0px;
}

/*DOUBLE NEST & EGG */

#nest1 {
	min-height: 100%;
	background: url(images/b/bg-levelonetop.gif) repeat-x;

}

#nest2 {
	min-height: 100%;
	background: url(images/b/bg-levelonebot.gif) repeat-x bottom;
	text-align: center;

}


/*LEVEL ONE*/
#egg1 {
	width: 889px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background:url(images/b/bg-page.gif) repeat-y center;
}

#egg2 {
	width: 889px;
	height: 100%;
	background: url(images/b/bg-bottom.gif) no-repeat bottom;

}	

/*LEVEL TWO*/

#leveltwoTop {
	width: 889px;
	background:url(images/b/bg-page.gif) repeat-y;
	margin: 0 auto;
	padding: 0;
	display:block;
	min-height: 542px;
}

* html #leveltwoTop {
	height: 542px;	
}

#leveltwoBottom {
	width: 889px;
	height: 123px;
}

/*LEVEL THREE*/
#level3THeader {
	height: 158px;	
}

#level3TLeft {
	width: 157px;
	float: left;
}

#level3TRight {
	width: 732px;
	margin-left: 157px;
	overflow: auto;
}

* html #level3TRight {
	margin-left: 157px;
	width: 729px;
}

/*LEVEL FOUR*/

#level4LTop {
	height: 226px;
	clear:both;
}

#level4LBottom {
	background: url(images/b/bg-undermenu.gif) repeat-x #FDFF7A;
	height: 187px;
	padding:7px;
}

#level4RTop {
	background: url(images/b/bg-title.gif) no-repeat;
	height: 45px;
	text-align: left;
	padding-left: 15px;
}

#level4RBottom {
	background: url(images/b/bg-pagetop.gif) no-repeat;	
	min-height: 336px;
	padding: 32px 32px 26px 28px;
		text-align:justify;
}

* html #level4RBottom {
	height: 336px;	
}



/*CONTENT*/
a:link, a:visited {
	color: #0072bc;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

#level4RTop #bread {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4b4b4b;
}
#level4RTop #bread a:link, #level4RTop #bread a:visited {
	color: #0072bc;
	text-decoration: underline;
}
#level4RTop #bread a:hover, #level4RTop #bread a:active {
	text-decoration: none;
}
#level4RTop h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.warning {
	border: 2px solid red;
	padding: 10px 20px 10px 20px;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#esignup input#textfield {
		width: 130px;
		border: solid 1px #85b1de;
		background-color: #EDF2F7;
		margin-bottom: 3px;
}

#esignup input#button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: #4b4b4b;
	border: 1px solid #85b1de;
}


/* CONTENT SPECIFIC */
/*nutritioninfo*/
div#nutritionwrap {
	border: 1px solid #666;	
	width:215px;
	padding: 5px 5px 5px 10px;
	margin-right: 15px;
}

table.nutritioninfo {
	width: 215px;
}

td.nutrients {
	font-size: 9px !important;
	line-height: 14px;
}

td.nutrientssub {
	font-size: 9px !important;
	line-height: 14px;
	padding-left: 10px;
}

td.nutritioninfo {
	font-size: 17px !important;
	font-weight: bold;
}

.nutritionper {
	font-size: 10px !important;
	font-weight: bold;
	padding-right: 10px;
	border-bottom: 1px solid #666666;
	text-align: center;
}

td.column {
	border-left: 1px solid #666666; border-right: 1px solid #666666;
}

.gradientbox {
	background: url(../../../images/bg_widget.gif);  
	border: 1px solid #666666; 
	padding: 10px;
}

.imgcaption
{
	color:				rgb(115,115,115);
	width:				160px;
	padding:			5px 0px;
border: 1px solid #666666; 
	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			.9em;
	margin:				25px 0px 20px 20px;

	text-align:			center;
}

.nobr {
	white-space: nowrap;
}
/*end nutritioninfo*/

.tiny { font-size: 9px; }

/*-------------RECIPES-------------*/

.leftCatsList, .rightCatsList {
	text-align:left;	
}

