body, html {
	background-color: #fff;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	margin:0px; padding:0px;
	color:#565656;
	font-family:arial;
	font-size:12px;
}

/* utilizzati per centrare orizzontalmente */
#outer { position: absolute; top: 0px; left: 50%; 
background-image:url(../images/fondohome.jpg);background-repeat:repeat-x; 
}
#inner { position:relative; top:0px; left:-380px; width:760px; margin-right:-380px; background-color:#f9f9f9;
background-image:url(../images/fondohome.jpg);background-repeat:repeat-x;
}

#logodiv {
	padding:0px;margin:0px;position:relative;top:0px;left:0px;
	width:760px;height:83px;
}
#linkhome {
	position:relative; top:33px;left:9px;
}
#linkhome img, #video {
	border:0px;
	margin:0px;
	padding:0px;
}

#menuoriz {
	background-color:#ac0034;
	width:540px;
	height:19px;
	color:#fff;
	position:relative;
	margin:0px;
	padding:0px;
	top:-1px;
	left:220px;
}
#menuoriz ul {
	margin:0px;padding:0px;
	margin-left:30px;
	padding-top:2px;
}
#menuoriz ul li{
	margin:0px;padding:0px;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/li.gif);
	background-repeat:no-repeat;
}
#menuoriz ul li.evid{
	font-weight:bold;
}

#menuoriz ul li a{
	color:#fff;
	text-decoration:none;
}
#menuoriz ul li a:hover{
	color:#fff;
	text-decoration:underline;
}


#modena img{
	border:0px;
}
#modena {
	margin-top:5px;
	text-align:center;
}


table td {
	font-size:12px;
	padding:0px;
}
table {
	border-collapse:collapse;
}

#menu {

	position:relative;
	top:0px;
	left:0px;
	width:1px;
	padding-top:15px;

	/*min-height cross browser*/
	min-height: 500px;
	height: auto !important;
	height: 500px;

}

#footer {
	position:relative;
	/*background-color:#f3f3f3;
	border-top:1px solid #e7e7e7;*/
	padding:5px;
	/*border-bottom:1px solid #e7e7e7;*/
	margin-bottom: 10px;
	margin-top:50px;
	/*min-height cross browser*/
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#hometable {
	border-collapse:collapse;
}
#hometable td {
	padding:10px;
	vertical-align:top;
	width:237px;
}
#hometable td.riga {
	background-image:url(../images/fondotdhome.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
#hometable td.riga2 {
	background-image:url(../images/fondotdhome2.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#corpo {
	position:absolute;
	top:85px;
	left:0px;
	width: 760px;
	font-size: 15px;
	font-family: arial;
	padding:0px;
	padding-top:15px;
	/*min-height cross browser*/
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#testo {
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
}

.nascosto {
	display:none;
}

h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
#testo p, #footer p {
	font-size:12px;
	line-height:17px;
}

#testo p a, #testo li a, #testo p a:link, #testo li a:link, #testo p a:active, #testo li a:active, #testo p a:visited, #testo li a:visited {
	text-decoration:underline;
	color:#ac0034;
	font-weight:bold;
}
#testo p a:hover, #testo li a:hover {
	color:#CCCCCC;
	font-weight:bold;
}

a.spec, a.spec:visited, a.spec:hover {
	color:#ac0034;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}


#footer p a, #footer li a, #footer p a:link, #footer li a:link, #footer p a:active, #footer li a:active, #footer p a:visited, #footer li a:visited {
	text-decoration:underline;
	color:#565656;
}
#footer p a:hover, #footer li a:hover {
	color:#CCCCCC;
}
ul.rosso {
	list-style: disc;
	list-style-position: inside;
	margin:0px;
	padding:0px;
	color:#ac0034;
}
#rispostainvio {
	padding-left:20px;
}