@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;
	padding:0px;
	width:770px;
	background-color: #FFF;
	background-image:url(../Immagini/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#contenitore {
	margin-left: auto;
	margin-right: auto;
	width:776px;
	height:100%;
	padding: 0px;
	position:relative;
}

#slideshow {
	position:relative;
	width:776px;
	height:323px;
	top:17px;
}



#flash {
	width:768px;
	height:315px;
	position:absolute;
	left:4px;
	top:7px;	
}

#ombra_sx {
	position:absolute;
	width:4px;
	height:315px;
	background-image:url(../Immagini/ombra_sx.png);
	background-repeat:repeat-y;
	left:0px;
	top:7px;
}



.testo_footer {
	color: #999;
	margin: 0px;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 230px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#ombra_dx {
	position:absolute;
	width:4px;
	height:315px;
	background-image:url(../Immagini/ombra_dx.png);
	background-repeat:repeat-y;
	right:0px;
	top:7px;

}

#ombra_top {
	position:absolute;
	width:776px;
	height:4px;
	background-repeat:no-repeat;
	background-image:url(../Immagini/ombra_top.png);
	top:3px;
	left:0px;

}

#ombra_bottom {
	position:absolute;
	width:776px;
	height:4px;
	background-image:url(../Immagini/ombra_bottom.png);
	background-repeat:no-repeat;
	bottom: -3px;
	left:0px;

}

#riempimento {
	position:absolute;
	height: 49px;
	width:384px;
	background-image:url(../Immagini/tab_2.png);
	background-repeat:repeat-x;
	margin: 0px;
	right:0px;
	top:0px;
}

hr {
	color: #009ddf;
	background-color: #009ddf;
	border:0px;
	height:1px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 12px;
}

#contenitore #footer a {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}


#footer #lingua a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

