
body
{
	background: #D8B164;
	background-image: url(/immagini/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000000;
	margin: 0px 0px 0px 0px;
	scrollbar-base-color: #825F19;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #D8B164;
}
td, h1, h2, h3, input, select, textarea
{
	font-size: 11px;
	font-family: arial, tahoma, verdana;
}
h1
{
	text-align: right;
	background: #825F19;
	background-image: url(/immagini/h1.gif);
	color: #FFFFFF;
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h2
{
	color: #0AAA0A;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
h3
{
	color: #0AAA0A;
	margin: 0px 0px 10px 0px;
}
p
{
	margin: 0px 0px 10px 0px;
}
a
{
	color: #825F19;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
form
{
	margin: 0px 0px 0px 0px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#MAIN
{
	background: #FFFFFF;
	width: 970px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
#LOGO
{
	background: #FFFFFF;
/*
	padding: 5px 0px 5px 5px;
*/
}
#CERCA
{
	text-align: right;
	padding: 0px 10px 0px 0px;
/*
	padding: 5px 10px 5px 0px;
*/
}
#LEADER
{
	text-align: center;
	background: #FFFFFF;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #000000;
}
#MENU
{
	vertical-align: top;
	width: 150px;
	padding: 0px 0px 5px 0px;
}
#RICETTE
{
	vertical-align: top;
	width: 498px;
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #000000;
}
#SIDE
{
	vertical-align: top;
	width: 310px;
	padding: 0px 0px 5px 0px;
	border-left: solid 1px #000000;
}
#PATH
{
	background: #D8B164;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 10px 0px;
	width: 498px;
	border-top: solid 1px #825F19;
	border-bottom: solid 1px #825F19;
}
#RECTANGLE
{
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #000000;
}
#FOOTER
{
	background: #825F19;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#AMICI
{
	padding: 5px 0px 20px 5px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

div.MENU
{
	background: #825F19;
	background-image: url(/immagini/bg-menu.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	border-bottom: solid 1px #000000;
}
div.RICETTA
{
	background-image: url(/immagini/cappello_cuoco.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 5px 25px;
	margin: 0px 0px 10px 0px;
	border-bottom: dashed 1px #D8B164;
}
div.BOX
{
	padding: 3px 0px 3px 5px;
	border-bottom: solid 1px #000000;
}
div.SIDE
{
	background: #D8B164;
	background-image: url(/immagini/bg-side.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	text-transform: uppercase;
	border-bottom: solid 1px #000000;
}
span.INFO
{
	color: #666666;
}
span.DIFF_F, span.DIFF_M, span.DIFF_D
{
	font-weight: bold;
}
span.DIFF_F
{
	color: #0AAA0A;
}
span.DIFF_M
{
	color: #FF7700;
}
span.DIFF_D
{
	color: #AA0000;
}
a.MENU, a.MENU:hover, a.HOME, a.HOME:hover
{
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	padding: 1px 0px 1px 15px;
	border-bottom: solid 1px #000000;
}
a.MENU
{
	background: #FFFFFF;
	background-image: url(/immagini/menu-a.gif);
	background-repeat: no-repeat;
}
a.MENU:hover, a.HOME, a.HOME:hover
{
	background: #DDDDDD;
	background-image: url(/immagini/menu-b.gif);
	background-repeat: no-repeat;
}
a.PATH
{
	color: #000000;
	text-decoration: underline;
}
a.PATH:hover
{
	color: #000000;
	text-decoration: none;
}
a.FOOTER
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.FOOTER:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
a.VERDE
{
	color: #0AAA0A;
	text-decoration: none;
}
a.VERDE:hover
{
	color: #000000;
	text-decoration: none;
}
a.BLU
{
	color: #0000FF;
	text-decoration: underline;
}
a.BLU:hover
{
	color: #0000FF;
	text-decoration: none;
}
input.SUB
{
	background-image: url(/immagini/submit.gif);
	cursor: pointer;
}