
.home{
}

/* pizze del mese */

.home .pizzaMese{
	position:relative;
	width:595px;
	height:281px;
	background:url(img/pizzeBg.jpg) no-repeat;
	margin-bottom:26px;
}

.home .pizzaMese .titoloPizzeMese{
	font-size:19px;
	color:#FFFFFF;
	position:absolute;
	top:13px;
	left:20px;
}


.home .pizzaMese .imgPizza{
	position:absolute;
	top:46px;
}

.home .pizzaMese .elementoLista1 .imgPizza{
	left:17px;
}

.home .pizzaMese .elementoLista2 .imgPizza{
	left:332px;
}

.home .pizzaMese h1{
	width:152px;
	font-weight:normal;
	font-size:15px;
	line-height:1.1em;
	position:absolute;
	top:226px;
}

.home .pizzaMese h1 a{
	color:#000000;
	text-decoration:none;
}

.home .pizzaMese h1 a:hover{
	text-decoration:underline;
}

.home .pizzaMese .elementoLista1 h1{
	left:142px;
}

.home .pizzaMese .elementoLista2 h1{
	left:302px;
	text-align:right;
}


.home .pizzaMese .prezzo{
	position:absolute;
	top:237px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:90px;
}

.home .pizzaMese .elementoLista1 .prezzo{
	left:37px;
}

.home .pizzaMese .elementoLista2 .prezzo{
	left:468px;
}


/* ingrediente del mese */

.home .ingredienteMese{
	padding-bottom:30px;
	margin-bottom:30px;
	width:562px;
	background:url(../../img/lineaBig.jpg) no-repeat left bottom;
}

.home .ingredienteMese .imgIngrediente{
	float:left;
}

.home .ingredienteMese .contIngrediente{
	float:right;
	width:320px;
}

.home .ingredienteMese h3{
	font-size:16px;
	font-style:oblique;
	padding-bottom:15px;
}

.home .ingredienteMese h1 a{
	font-size:30px;
}

.home .ingredienteMese h1 a:hover{
	text-decoration:none
}


.home .ingredienteMese h1{
	padding-bottom:10px;
}

.home .bottone{
	margin-top:0;
}


/* news */

.home .contNewsHome{
	width:562px;
}