@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color:#74181B;
	text-decoration: none;
}
a:visited {
	color:#74181B;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;

}
a:active {
	color:#74181B;
	text-decoration: none;
}

#logo {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:10px;
	width:1000px;
	height:158px;
	z-index:-1;
}
#banda_menu {
	height:90px;
	width:100%;
	background:url(../images/banda_principale.png);
	background-position:center;
	top:110px;
	left:0px;
	position:absolute;
	z-index:0
}
#banda_dati {
	z-index:100;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	background:url(../images/banda_secondaria.png);
}
#corpo {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:220px;
	width:1000px;
	height:500px;
	z-index:1;
	line-height:20px;
	overflow:auto;
	padding-right:25px;
	margin-bottom:30px;
}
#decorazione {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:60px;
	width:310px;
	height:700px;
	z-index:1;
}
#bianco {
	position:absolute;
	left:50%;
	margin-left:-102px;
	top:200px;
	width:602px;
	height:500px;
	z-index:1;
	margin-bottom:30px;
}
.titoli {
	font-size:25px;
	color:#74181B;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
#legenda {
	position:absolute;
	left:50%;
	margin-left:-100px;
	top:10px;
	z-index:12;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border:#000 1px solid;
}
#nero {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-image: url(../images/bg_nero_70.png);
}
#prodotto {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-400px;
	width:800px;
	height:400px;
	z-index:11;
	background-image:url(../images/riquadro_prodotto.png);
}
#quadratino {
	width:15px;
	heigh:15px;
	margin:3px;
	background:#900;
	float:left;
}

#news {
	line-height:normal;
	margin-bottom:10px;
	padding:5px;
	background-color:#EEE;
	border-bottom:#74181B solid 1px;
	border-right:#74181B solid 1px;
}
