@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px;
	padding:0px;
	text-align:justify;
}

a{
	color:#FFF;
}

#main{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	width:869px;
	background-image:url(../images/bgmain.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#sottotesta{
	margin-left:3px;
	margin-right:3px;
}

#corpo{
	margin-left:3px;
	margin-right:3px;
	padding:20px;
	color:#FFF;
}

#slideshow{
	border:6px solid #fff;
	border-left:none;
	width:566px;
	height:315px;
	float:left;
}

#richiesta_info{
	width:261px;
	height:272px;
	padding:15px;
	padding-top:45px;
	padding-bottom:0px;
	border:5px solid #fff;
	border-right:none;
	border-left:none;
	float:right;
	background-image:url(../images/bg_richiesta_info.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0.8em;
}

#richiesta_info form{
	margin:0px;
	padding:0px;
}

#benvenuto{
	width:406px;
	padding:20px;
	float:left;
	padding-left:0px;
}

#foto_home{
	width:375px;
	padding-top:80px;
	float:right;
}

#cucina{
	width:406px;
	padding:20px;
	float:left;
	padding-left:0px;
}

#foto_cucina{
	width:375px;
	padding-top:80px;
	float:right;
}

#footer_menu{
	width:700px;
	margin:auto;
	text-align:center;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}

#footer_menu a{
	color:#FC3;
}

.tabella_prezzi1{	
	color: #000;	
}

.galleria{
	width:150px;
	padding:3px;
	float:left;
	background-color:#FFF;
	text-align:center;
	margin:4px;
}

.offerta{
	border-bottom:1px solid #ccc;
	padding:10px;
}

.offerta img{
	float:left;
	border:2px solid #fff;
	margin-right:10px;
}

.clearer{
	float:none;
	clear:both;
}