html,body{
	margin:4px; padding:0;
}
body{
	font: 75% Georgia, "Times New Roman", Times, serif;
}
#container {
	margin:0 auto;
}


#main a { color: #d8182a; text-decoration: underline;}

#main a:hover { text-decoration: none;}

/* HEADER 
***********************************************************************************************************/
div#header {
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
}
div#header-wrapper{
	float:left;
	width:100%;
}
div#header-content{
	margin: 0 61px 0 196px;
	background:#fff url('../img/bg-repeat.gif') repeat-x bottom left;
	height:124px;
	border-bottom:1px solid #e5e5e5;
}
div#header-content .titolo {
	height:auto !important;
	height:35px;
	min-height:35px;
	background:#e5e5e5;
	padding:0 15px;
}
div#header-content .titolo h1 {
	margin:0;
	padding:0;
	font:24px arial,sans-serif;
	font-weight:bold;
	line-height:35px;
	text-transform:uppercase;
}
div#header-content .titolo span {
	color:#888888
}
div#header-content .foto {
	position:absolute; 
	top:35px;
	width:505px;
	height:89px;
	background:url('../img/foto.jpg') no-repeat;
}
div#header-logo{
	float:left;
	width:196px;
	margin-left:-100%;
}
div#header-logo h1 {
	margin:0 auto;
	padding:0;
	background:url('../img/logo.gif') no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:196px;
	height:125px;
}
div#header-label{
	float:left;
	width:61px;
	height:125px;
	margin-left:-61px;
	background:#d8182a url('../img/bg-header-label.gif') no-repeat;
}
div#header-clearL {
	clear:left;
	margin-bottom:0px;
}

/* STILI Generici per corpo
***********************************************************************************************************/
h1 {
	color: #C81627;
	font-size: 170%;
	margin-top: 20px;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 0pt;
	line-height: 1.2em;
}

.evidenza {
	float: none;
	display: block;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 30px;
	margin-left: 0pt;
	background-color: #f3f3f3;
	background-image: none;
	background-repeat: repeat;background-attachment: scroll;
	background-position: 0% 0%;padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}

.invisibile {display:none;}

/* EVENTUALE MENU ORIZZONTALE
***********************************************************************************************************/

	ul#primary-links { font:14px arial,sans-serif; list-style-type: none; margin: 0px; padding: 0px; padding-left: 0px;}
	ul#primary-links li {  _width: 0px; background:#F2F2F2; color:#000000; float: left;  list-style-type: none;  padding: 0px 0px 0px 0px;  margin: 0px 1px 0px 1px;  }
	ul#primary-links li a {   color:#000000; background:#F2F2F2; border:1px solid #e5e5e5; display: block;  list-style-type: none;  padding: 4px 8px 0px 8px;  margin: 0px;  height: 20px;  white-space: nowrap;  font-weight: bold;  text-decoration: none; }
	ul#primary-links li:hover { background:#C81627; color:#FFFFFF }
	ul#primary-links li:hover a { background:#C81627; color:#FFFFFF }


/* EVENTUALI TABELLE
***********************************************************************************************************/

 .table1 caption {text-align:left;font-weight:bold;font-style:normal;padding:12px;color:#6a6a6a;background:#d5d5d5;}

 .table1 {border-top:1px solid #d5d5d5;border-left:1px solid #d5d5d5;}

 .table1 th, .table1 .th {background-color:#FFF;color:#000;padding:12px;border-right:1px solid #f2f2f2;border-bottom:1px solid #d5d5d5;}

 .table1 td {padding:12px;background-color:#f2f2f2;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;}



 .table2 {border-top:1px solid #a41123;}

 .table2 th, .table2 .th {background-color:#C81627;color:#FFF;padding:3px 12px;border-right:1px solid #a41123;border-bottom:1px solid #a41123;}

 .table2 td {padding:12px;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;}

 .table2 tr.row1 {background-color:#f2f2f2;}

 fieldset {
  border: 1px solid #C81627;
  padding: 6px;
}
/* FOOTER
*********************************************************************/

	#footer {/*font-size:90%;*/line-height:28px;margin-bottom:20px;width:100%;}

	#footer p {
		height:auto !important;
		height:28px;
		min-height:28px;
		padding:0 0 0 30px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #d5d5d5;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #d5d5d5;
		background-color: #f3f3f3;
	}

