div.left, div.right {
	float:left;
	margin:0;
	display:inline;
}
div.left {
	width:200px;
	background:url(../../images/layout/div-vertical.gif) no-repeat right center scroll;
	padding-right:15px;
}
div.right {
	width:220px;
	
}
p {
	position:relative;
	
	
}
div.item {
	position:relative;
	float:left;
	width:200px;
	padding:0;
	
	margin:0;
	height:160px;
	margin-bottom:15px;
}
div.item IMG {
	float:right;
	margin:5px 0 10px 10px;
	display:inline-block;
	width:auto;
	height:auto;
}
div.item a:link, div.item a:visited {
	margin:10px 0 0;
	padding:0;
	float:left;
	width:60px;
}
h2 {
	float:left;
	margin:0;
	width:200px;
	text-indent:-9999px;
	margin-bottom:8px;
}
h2.dicas {
	background:url(../../images/layout/h2-home.gif) no-repeat 0 0 scroll;
	height:20px;
}
h2.produtos {
	background:url(../../images/layout/h2-home.gif) no-repeat 0 -22px scroll;
	height:20px;
}

/*
 * RECEITAS
*/
div.receitas UL {
	width:90%;
	margin-left:10%;
	display:inline-block;
	list-style:none;
	cursor:default;
}
div.receitas UL LI {
	float:left;
	margin:0;
	width:100%;
	list-style:none;
	padding:0;
}
div.receitas UL a:link ,div.receitas UL a:visited {
	color:#999;
	padding:2px 0;
	cursor:pointer;
}
div.receitas UL a:hover {
	color:#333;
}
