html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;	
}
#main-container {
	display: table;
/*	margin: 0 auto;
*/	margin-left: 10px;
	width:740px;
	font:14px Geneva, Arial, Helvetica, sans-serif;
}
form {
padding:0; margin:0;
}
.forprint { 
display: inline; 
clear:both;
float:left;
width:700px;
} 
.print_recipe {
	font-weight:bold;
	color:#FF0066;
}

/* -----------------------HEADER---------------------------*/
#header {
	display: none;
}
#header .header-block {
	display:none;
	width:740px;
	float:left;
	margin:0 !important;
}
#header h2 {
	display:none;
	float:left;
	width:376px;
	margin:15px 0 0;
}
#header h2 a {
	display:none;
	float:left;
	width:339px;
}
#header p {
	display:none;
}
#header div {
	display:none;
	float:right;
	width:224px;
	margin:87px 0 0;
}
#header .submit, #header .text  {
	display:none;
}


/* ----------------------------HEADER MENU -------------------------------------------*/ 
#menu {
	width:20px;
	display:none;
}


/* container */
#container {
	/*margin-top:0;*/
	width: 740px;
}
/* ----------------------------THREE COLUMN PAGES, IMAGE ON RIGHT, SUB NAV ON LEFT------------------------------*/
#seo-box {
	float:left;
	border-top: 2px solid #6666CC;
	width:700px;
}

/* content */
#content {
	float:left;
	width:300px;
	margin-top:0;
	padding:0;
}

#recipe {
	float:left;
	width:700px;
	margin-top:0;
	padding:0;
}

/*---------------------------------NEWS SECTION---------------------------------------*/

#content a,  #recipe a {
	color:#F06;
	font-weight:700;
	text-decoration:none;
}

/*------------------------------------------------------------------------*/

#content h1,  #recipe h1{
	margin:10px 0 8px;
	font-size:18pt;
	color:#66c;
	font-weight:700;
}

#content h2,  #recipe h2{
	margin:0 0 2px;
	font-size:12pt;
	color:#66c;
	font-weight:700;
}

#content p,  #recipe p{
	margin:0 0 16px;
	line-height:20px;
}

#content ul,  #recipe ul{
	margin:0 0 22px;
	padding:0;
	list-style:none;
	line-height:20px;
}

#content ul li,  #recipe ul li{
/*	padding:0 0 0 10px;*/
	list-style: disc inside;
	/*background:url(../images/ul-pointer.gif) no-repeat 0 50%;*/
}

.totop {
	display:none;

}

/* right-block */
#right-block {
	float:right;
	width:310px;
	padding:0 50px 0 0;
}

#right-block  img {
	display:block;
	border:none;
	margin-bottom: 20px;
}
#right-block  img.deep {
	display:block;
	margin:0 auto 200px;
	border:none;
}
/* ----------------------#right-block h3 AFFECTS NUTRITION PANEL IN PRODUCTS SECTION-----------------------------------*/
#right-block h3 {
	line-height:20px;
	font-size:12px;
	color:#fff;
	width:276px;
	margin:10px auto 0;
	padding:0 0 2px 9px;
	font-weight:100;
	background:#66c url(../images/right-block-title-bg.gif) no-repeat 100% 0;
}

/* list */ 
#right-block ul.list {
	margin:0 auto 20px;
	padding:0 0 0 12px;
	width:286px;
	list-style:none;
	font-size:12px;
}
#right-block ul.list li {
	padding:4px 20px 3px 8px;
	border-bottom:1px solid #9098cc;
}
#right-block ul.list p {
	margin:0;
	text-align:right;
}
#right-block ul.list p.second {
	padding:3px 0 0 11px;
}

#right-block ul.list p span {
	float:left;
}

/* left-block */
#left-block {
	display:none;
}
#left-block img {
	display:none;
/*	float: left;
	clear: both;
	margin-bottom: 0px;*/
}

#left-block p {
	display:none;
/*	font-size:10pt;
	color:#66c;
	font-weight:700;*/
}

/* nav */
#nav {
	display:none;
}

/* -------------------------------FOOTER------------------------------- */
#footer {
	display:none;
}

#right-block table {
	font-size: 12px;
	text-align: left;
	border: none;
	margin-bottom:22px;
}

#right-block th {
	padding: 3px;
	border-bottom: 1px solid #6666CC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
}
#right-block tr {
	padding: 5px;
	text-align: right;
}
#right-block td {
	padding: 3px;
	border-bottom: 1px solid #6666CC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#search, #search a {
	display:none;
}