/* CSS Document */
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #3b3b3b;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
	
}
#container {
	width: 883px;
	text-align: left;
	vertical-align: top;
	background-color: #ffd5a4;
	background-image: url(../images/bg_rosso.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container #contenuti #box {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	height: 100%;
	width: 100%;
}
#container #menu {
	text-align: center;
	height: 44px;
}
#container #separatore {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 42px;
}
#container #contenuti #box #lato_sx {
	vertical-align: top;

}
.home_sx {
	vertical-align: top;
	
}
.home_dx {
	vertical-align: top;
	
}
#formbox {
	float: left;
	background-image: url(../images/box_email.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 370px;
	width: 370px;
	padding-top: 60px;
	padding-left: 14px;
	margin-left: 10px;
	margin-top: 10px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6C855D;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C855D;
	font-weight: bold;
}
#modulo table {

}
.messaggio {
	color: #CC3333;
}
input, textarea {
	background-color: #FEEEDB;
	border: 1px solid #D6AB79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C855D;
}
#header {
	height: 61px;
}
#banner {
	height: 93px;
}
#footer {
	height: 66px;
	background-color: #6C855D;
}
#contenuti #box #spqr {
	padding-left: 70px;
	margin-top: -60px;
}
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afbea6;
	text-align: center;
	padding-bottom: 10px;
}
#footer #f_dx {
}
#footer #f_sx {

}
#footer #f_dx {

}
#credits a {
	color: #afbea6;
	text-decoration: none;
}
#credits a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contenuti #box #foto {
	height: 446px;
	width: 473px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
}
#mainframe {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#box_ricette {
	background-image: url(../images/box_ricette.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 47px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	height: 523px;
	width: 621px;
	margin-top: 20px;
	margin-left: 80px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	font-style: italic;
	padding-top: 0px;
}

img {
border:0px;
}
