body {
	background-color: #c2d9ef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.flash {
	margin: 0px;
	height: 147px;
}
.flash_slide {
	margin: 0px;
	height: 317px;
}
a {
	color: #8d381d;
}
.td_news {
	background-image: url(../img/bkg_news.gif);
	width: 224px;
	vertical-align: top;
	background-repeat: repeat-y;
	text-align: left;
}
.td_news2 {
	background-image: url(../img/bkg_news2.gif);
	width: 224px;
	vertical-align: top;
	background-repeat: repeat-y;
	text-align: left;
}
.testonews {
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	width: 147px;
	margin-top: 63px;
	margin-left: 15px;
	vertical-align: top;
	text-align:justify;
}
.testonews2 {
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	width: 660px;
	margin-top: 63px;
	margin-left: 15px;
	vertical-align: top;
	text-align: left;
}
.titolonews {
	font-weight: bold;
	color: #900;
}
a {
	font-style: normal;
	color: #900;
}
.td_prodotti {
	background-image: url(../img/bkg_prodotti.gif);
	text-align: left;
	vertical-align: top;
	height: 122px;
	width: 923px;
}
.prodotto1 {
	font-family: arial;
	font-size: 11px;
	line-height: 13px;
	color: #7e7e7e;
	width: 269px;
	margin-top: 14px;
	margin-left: 53px;
	float: left;
}
.prodotto-successivo {
	font-family: arial;
	font-size: 11px;
	line-height: 13px;
	color: #7e7e7e;
	width: 269px;
	margin-top: 14px;
	margin-left: 18px;
	float: left;
}
.piedipagina {
	font-family: arial;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	padding-top: 9px;
}
.sezioni-indirizzo {
	font-weight: bold;
	color: #333;
	margin-left: 5px;
}
.foto-prodotti {
	float: left;
	margin-right: 13px;
}
.titolo-prodotti {
	font-weight: bold;
	color: #900;
	font-size: 14px;
	line-height: 20px;
}
.td-body {
	width: 683px;
	vertical-align: top;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 16px;
	text-align: left;
	padding-left: 15px;
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 16px;
}
.td-legginews{
	width: 683px;
	vertical-align: top;
	background-color: #FFF;
	padding-top: 16px;
	text-align: left;
	padding-left: 15px;
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 16px;
}
.big-pic {
	float: left;
	margin-right: 10px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -280px;
left: -165px; /*position where enlarged image should offset horizontally */

}