/* CSS Arix@you for Comma3 2008 */

/********** main elements **********/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #d7d6d1 url(../img/header_bg_thin.gif) repeat-x top left;
	color: #222;
	margin: 0;
	padding: 0;
	/* ie5/win hack */
	text-align: center;
	}

hr {
	display: none;
	}

img {
	border:0;
}

img.left {
	float:left;
	margin-right:10px;
     margin-bottom:10px; /*-------Andrea---------*/   
}

a {
	text-decoration: none;
	border-bottom: 1px solid #e5cfcf;
	color:#B31B1D;
	}

a:hover {
	color: #f00;
	border-bottom-color: #f00;  /* this crashes IE 6 for some strange reason */
	}

/********** structural elements **********/

#header {
	width: 740px;
	height: 120px;
	margin: 0 auto;
	/* unhack ie5/win */
	text-align: left;
	}

#itc-identity {
	height: 120px;
	/*background: #b31b1b;*/
	background: url(../img/8.jpg) no-repeat top center;
	}

#itc-logo {
	margin: 0 auto;
	width: 740px;
	background: url(../img/itc_logo.gif) no-repeat top left;
	}
	
#itc-logo a {
	border: none;
	display: block;
	width: 240px;
	height: 75px;
	background: url(../img/itc_logo.gif) no-repeat top left;
	}
	
#itc-logo img {
	display: none;
	}
	

#newsletter-form {
	position: absolute;
	top: 45px;
	right: 50%;
	margin-right: -370px;
	width: 430px;
	font-size: 63.125%;
	text-align: right;
	height:30px;
	}
	
#newsletter-form form {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#newsletter-form input {
	margin: 0 6px 0 6px;
	padding: 2px 2px;
	background-color:#770F0F;
	color:#FFFFFF;
	border: 1px solid #990000;
	font-size: 1.0em;
	}
	
#newsletter-form label {
	color: #fff;
	}
	
/*#newsletter-form-query {
	padding: 3px;
	width: 130px;
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #990f0f url(../img/header_search.gif) no-repeat top left;
	vertical-align: middle;
	}
*/	
#newsletter-form-submit {
	padding: 0px 4px 3px 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background: #900;
	vertical-align: middle;
	}
	
#newsletter-filters {
    text-align: right;     /*---------ANDREA------------*/
	margin: 5px 0 0 0;
	}

#newsletter-filters input {
	vertical-align: middle;
	margin: 0;
	}

#newsletter-filters label {
	vertical-align: middle;
	margin: 0 10px 0 0;
	}
	

/********** NAV TOP **********/
#Navtop{		position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -370px;
	width: 400px;
	font-size: 63.125%;
	text-align: right;
	height:30px;
}
	#Navtop ul { float: right; max-width: 230px; list-style: none; height: 28px; margin: 0px auto 0px auto; padding: 0 0 0px 0px; }
	#Navtop li { float: left; padding: 5px 0px 1px 0px; margin: 1px 15px 1px 0px; /*border-right: 1px solid #7CCBE6;*/}
	#Navtop li.last { padding: 10px 0px 1px 12px; margin: 1px; border-right: 0px solid #EA491F; }
	#Navtop ul li a:hover { color: #FFF;	text-decoration: none; }
	#Navtop ul li a { color: #ccc; float: left; background-position: 50% 100%; }
	#Navtop ul li.active {
	background-image: url(../img/arrow_nav_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/********** NAV BARS **********/

#mainnav {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -377px;     /*-------ANDREA--------*/
	width: 790px;
	height: 30px;
	/* overlapping portion of the sectiontitle cutout */
	background-repeat: no-repeat;
	background-position: 50% 22px;
    font-family:"Lucida sans Unicode", verdana, arial, sans-serif;
	}
	
#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mainnav li {
	float: left;
	padding:10px 15px 0 15px;       /*-------ANDREA--------*/  
	}
	
#mainnav a {
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;	
	border: none;
	/* ie5/win box model hack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	height: 30px;
	}
	
/* unhack ie5/win */
#mainnav>ul a {
	height: 23px;
	}
	
#mainnav a:hover { background-color:#666666; background-position: 50% 100%;	}
	
/********** SLOGAN IMAGE **********/

#sectiontitle {
	position:relative;
	text-align: left;
	height: 238px;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	}

#sectiontitle.uno {
	background-image: url(../img/slogan1.jpg);  
}

#sectiontitle.due {
	background-image: url(../img/slogan2.jpg);  
}

#sectiontitle.tre {
	background-image: url(../img/slogan3.jpg);  
}

#sectiontitle.quattro {
	background-image: url(../img/slogan4.jpg);  
}

#sectiontitle.cinque {
	background-image: url(../img/slogan5.jpg);  
}


/********** MAIN CONTENT **********/
	
#wrapper {
	float: left; 
	background-color: #f0eee4;
	width: 100%;	
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../img/bg_3col.gif);
	background-repeat: repeat-y;
	background-position: top center;
	}
	
#wrapper.inner {
	background-image: url(../img/one_col.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
	
#content {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	/* unhack ie5/win */
	text-align: left;
	}
	
#maincontent {
	padding: 15px 0 0 0;
	width: 740px;
	margin:0;
	}

#about {
	float: left;
	margin: 0 0 0 -6px;
	padding: 0 0 0 6px;
	width: 200px;
	
	/* ie5/win box model hack */
	width: 206px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 200px;
	}
	
/* unhack ie5/win */
#maincontent>#about {
	width: 200px;
	}
    
h2.about {
    padding-left:10px;         /*-------ANDREA--------*/ 
    }
	
/* hack ie/win map location */
* html #about {
	background-position: 0 36px;
	}


	#news-events-spotlight {
	float: left;
	margin:0;
	padding:0;
	}
	
#news {
	display: inline;
	float: left;
	margin: 0 20px 0 20px;
	width: 320px;
	}	
	
.article {
	clear:both;
	margin-bottom:20px;         /*-------ANDREA--------*/    
	}	

#events {
	float: left;
	width: 160px;
	margin:0;
	padding:0;
	}
	
#corpo {
	width: 510px;
	padding:0 0 0 30px;
	margin:0;
	height:auto;
	float:left
	}
	

/********** TEXT **********/

#maincontent h2 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#maincontent {
	font:11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color:#222;
}

#maincontent p {
	margin-right:16px;
}

#maincontent h2.pagetitle {
	font-weight: bold;          /*----ANDREA----*/
	color: #000;
	margin: 0 0 18px 0;
	}


/********** LAT MENU **********/

#about ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#about li {
	margin:0 0 2px 0;
	padding:10px ;
	border-bottom:2px solid #F0EEE4;
	font-size:12px;
}

#about li a {
	text-decoration:none;
	border-bottom:none;
}



/********** FOOTER **********/

#footerwrap {
	float: left;
	width: 100%;
   	background: #d7d6d1;
	padding-bottom: 15px;

	/* hack ie5/win */
	text-align: center;
   	}

#footer {
	color: #333;
	width: 740px;
  	margin: 0 auto;
	padding: 10px 0 0 0;

	/* unhack ie5/win */
	text-align: left;
	font-size:10px;
   	}

#print-copyright {
	float: right;
	margin-top: 2px;
	margin-right: 0;
	line-height: 1.3em;
	text-align: right;
	width: 350px;               /*-------ANDREA--------*/ 
	}
	
#copyright {
	margin-top: 6px;
	}
	
/********* form *********/ 

form {
	display:inline;
}

	fieldset input {
		background:#fff;
		border:1px solid #B0B0A8;
		font:10px arial, verdana, sans-serif;
		margin:0;
		padding:2px;
	}

	input.button {
		background:url(../img/go.gif) no-repeat 20% 0;
		width:20px;
		height:20px;
		border:none;
		margin:4px 0 0 4px;
	}

/* form per la registrazione */

fieldset {
	margin-top: 10px;
	margin-bottom: 20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px;
}

legend {
	margin-bottom: 5px;
	padding: 2px 0;
	font: bold 1em arial, Verdana, sans-serif;
	color: #B31A1C;
	margin-top:20px;
}	

/********* for print *********/ 

#printheader {
	display:none;
}

#printfooter {
	display:none;
}

/*******************************/     /*-------ANDREA--------*/ 

.red {
    color:red;
}

.hd{
    display:none;
}

/*motore di ricerca */

.search {
    padding:0 5px;
}

.search option {
    font-size: 10px;
    height:17px;
}

.search select {
    font-size: 10px;
    height:17px;
}

.left {
    padding:0 20px;
}

.clear {
    margin-top:155px;
}

#flash {
    /*position:relative;
    /*top:105px;
    left:5px; */
    position:relative;
    text-align: left;
    height: 240px;
    width: 739px;
   /*margin: -3px auto 0;*/
    margin: 0 auto;
    padding: 0;
    background-repeat: no-repeat;
}                                        /*-------ANDREA--------*/ 


