body {
	background-color: #164185;
	margin: 0px;
	height: 100%;
	width: 100%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
/*-------------stili BG-------------------*/
.bg_top1 {
	background-image: url(../images/bg_top1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_top2 {
	background-image: url(../images/bg_top2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_top3 {
	background-image: url(../images/bg_top3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_right_home {
	background-image: url(../images/bg_right_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_home {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_interno {
	background-image: url(../images/bg_interno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_attivita {
	background-image: url(../images/bg_attivita.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_ANTI_PESCE {
	background-image: url(../images/bg_menu_antipastipesce.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_ANTI_CARNE{
	background-image: url(../images/bg_menu_antipasticarne.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_RISOTTI {
	background-image: url(../images/bg_menu_risotti.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_PRIMI_PESCE {
	background-image: url(../images/bg_menu_primipesce.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_PRIMI_CARNE {
	background-image: url(../images/bg_menu_primicarne.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_SECONDI_PESCE {
	background-image: url(../images/bg_menu_secondipesce.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_SECONDI_CARNE {
	background-image: url(../images/bg_menu_secondicarne.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_PIC_PASTICCERIA{
	background-image: url(../images/bg_menu_piccolapasticceria.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_DOLCI_CUC {
	background-image: url(../images/bg_menu_dolci.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_TORTE {
	background-image: url(../images/bg_menu_torte.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*---------------stili vari-----------------*/

.indirizzo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6A6A6A;
	padding-left: 15px;
}
.indirizzo a:link, visited, hover, active{
	color: #6A6A6A;
	text-decoration: none;
}
.newshome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 3px;
}
.menuhome {
	padding-right: 17px;
	padding-top: 24px;
}
.menuinterno {
	padding-right: 20px;
	padding-top: 35px;
}
.tit {
	padding-right: 25px;
	padding-top: 33px;
	text-align: right;
}
.tit_novita {
	color: #003499;
	font-weight: bold;
	text-transform:uppercase
}
.testo{
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
}
.testo_menu{
	padding-right: 30px;
	padding-left: 30px;
}
.realizzazioni {
	background-color: #164185;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/realizzazioni_zoom.gif);
	padding-top: 81px;
	padding-left: 165px;
	background-repeat: no-repeat;
}
.realizzazioni_img{	
	padding-bottom: 4px;
	vertical-align: bottom;
}
.novita_img {
	padding-right: 10px;
	float:left;
}
.zoom {
	background-color: #D64935;
	margin: 0px;
}
#divCont {
    position: relative;
	height: 280px;
	width: 430px;
	overflow: hidden;
	z-index: 1;
}
#divText {
	position: absolute;
	width: 410px;
	left: 0px;
	top: 0px;
}
#freccia{
	float: right; 
	width: 13px;
	text-align:center;
}
a:link, active, visited{
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}