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

#logo_vitallegra{
	padding:26px 0 0 0;
}

#bottom_menu_conteiner_eventi{
	position:relative;
	width:830px;
	height:137px;
	margin:0 auto;
}

#bottom_menu_conteiner_eventi div.box_bottom_eventi{
	position:relative;
	width:165px;
	height:136px;
	float:left;
	text-align:center;
}
#eventi_feste{
	background-image:url(../img/eventi_bg_feste.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#eventi_congressi{
	background-image:url(../img/eventi_bg_congressi.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#eventi_matrimoni{
	background-image:url(../img/eventi_bg_matrimoni.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#eventi_ricevimenti{
	background-image:url(../img/eventi_bg_ricevimenti.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#eventi_contatti{
	background-image:url(../img/eventi_bg_contatti.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.eventi_intro{
	color:#f9c478;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0 5px 0;
	line-height:20px;
}

