@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
	margin : 0;
	padding : 0;
}
/* Img normalize */
img {
	border:none;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style : none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
/* Removes list-style from lists */
table {
	border-collapse : collapse;
	border-spacing : 0;
}
td {
	padding:5px;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
form {
	display:inline;
}
input, select, textarea {
	font-size:10px;
	color: #3d3d3d;
	background: #FFF;
	border:none;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 10px;
	padding:0px;
	display:inline;
}
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:11px;
	width:100%;
	height:100%;
	background: #934545;
	color: #666666;
}
#container{
	width:931px;
	height:auto;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#header{
	width:931px;
	height:270px;
}
#content{
	width:931px;
	height:auto;
	overflow:hidden;
	padding:5px;
	background: url('../image/content.png') repeat-y;
}
#newsletter{
	width:871px;
	height:40px;
	background: url('../image/newsletter.png') no-repeat;
	overflow:hidden;
}
.email{
	width:730px;
	height:40px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 10px;
	font-size:13px;
	font-weight:bold;
}
.iscriviti{
	width:110px;
	height:40px;
	float:left;
	text-align:right;
	padding:12px 10px 0px 0px;
	
}
#contenuti{
	width:870px;
	height:auto;
	overflow:hidden;
	padding:5px;
}
	#testo-1{
		width:100%;
		height:auto;
		overflow:hidden;
		text-align:justify;
		font-size:11px;
	}
	.box-testo-1{
		width:450px;
		height:auto;
		float:left;
		font-style:italic;
		font-size:14px;
		text-align:justify;
	}
	.box-testo-1 h2{
	font-weight:bold;
	color:#333333;
	}
	
	#testo-1 h1{
	font-weight:bold;
	color:#333333;
	font-size:18px;
	}
	.img-home{
		width:400px;
		height:auto;
		float:right;
	}
	.img-home input, .img-home textarea{
		border:1px solid #999999;
	}
	.piatto{
		width:48%;
		height:auto;
		overflow:hidden;
		padding-bottom:10px;
		margin-bottom:20px;
		float:left;
	}
	.foto-piatto{
		width:auto;
		height:auto;
		float:left;
		padding:3px;
		border:1px dashed #934545;
	}
	.desc-piatto{
		width:250px;
		height:auto;
		float:left;
		padding: 0px 0px 0px 15px;
		text-align:justify;
	}
	.desc-piatto b{
		font-size:12px;
	}
	.foto{
		width:100%;
		height:auto;
		overflow:hidden;
		margin-bottom:10px;
	}
	.box-foto{
		width:auto;
		height:auto;
		float:left;
		margin:3px;
		padding:2px;
		border:1px dashed #ECFD71;
	}
	
#footer{
	width:921px;
	height:70px;
	padding:5px;
	color:#3d3d3d;
	background: url('../image/footer.png') no-repeat;
}
#footer a{
	color:#911010;
	text-decoration:none;
}
#sub-footer{
	width:900px;
	height:25px;
	text-align:right;
	font-size:11px;
	color:#262626;
}
#sub-footer a{
	color:#efca00;
	text-decoration:none;
}