@charset "utf-8";

html {
	height: 100%;
}

body {
	background-image: url(../images/bg_sfondo.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
}

a {
	color: #ff2400;
	text-decoration: none;
}

strong.arancio {
	color: #ff2400;
}

#contenitore {
	margin: 0 auto;
}

#logo {
	border: 0px;
}

td.left {
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	width: 10px;
}

td.right {
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	width: 10px;
}

td.center {
	background-color: #ffffff;
	width: 953px;
	text-align: center;
	vertical-align: top;
}

td.corpo {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 20px;
}

td.colonna {
	width: 220px;
	text-align: left;
	vertical-align: top;
}

td.colonna img {
	border: 0px;
	margin: 0px;
	clear: both;
}

div.news {
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: #e8e8e8 1px solid;
	border-left: #e8e8e8 1px solid;
	padding: 1px;
	width: 200px;
	margin-bottom: 15px;
}

div.news span.titolo{
	background-color: #e8e8e8;
	color: #ff2400;
	display: block;
	padding: 3px;
}

div.news span.testo{
	display: block;
	padding: 5px 5px 10px 5px;
}

div.news span.testo a {
	color: #000000;
	text-decoration: none;
}

#referenze {
	font-size: 11px;
	padding-left: 25px;
	line-height: 14px;
}

#bottoni {
	background-image: url(../images/bg_bottoni.gif);
	height: 86px;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}

#bottoni img{
	border: 0px;
	padding: 10px 6px 0px 6px;
}

#credits {
	color: #aeaeae;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

table.ricettavetrina {
	margin-bottom: 20px;
}

table.ricettavetrina h1 {
	display: inline;
	color: #ff2400;
	line-height: 40px;
}

table.ricettavetrina em {
	font-style: normal;
	color: #ff2400;
}

table.ricettalista h1 {
	display: inline;
	color: #ff2400;
	font-size: 14px;
}

table.ricettalista em {
	font-style: normal;
	color: #ff2400;
}