@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.thrColFixHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width: thin;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0px 0px;
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	font-size: 70%;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	font-size: 65%;
	border: none;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #F29400;    /*colore del font*/
	padding-top:18px;   /*questa riga vine letta da tutti i browser*/ 
	#padding-top:16px; /*questa riga viene letta solo da ie*/
	
}




.thrColFixHdr #mainContent {
	font-size: 70%;
	padding-top: 0px;   /*30*/
	width: 39
*0;
	margin-top: 10px;           /*-30*/
	margin-right: 0px;          /*200px*/
	margin-bottom: -20px;        /*-30px*/
	margin-left: 200px;       /*200px*/
	padding-right: 10px;
	padding-bottom: 0px;   /*-20px*/
	padding-left: 0;
	width: 555px;
	
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;  /*0px 10px 0px 20px*/
	margin-top: 10px;        /*20px*/
	background-color: #F39400;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #000;
	text-align: center;
	/*font-style: italic;
	font-variant: small-caps;
	font-family: "Arial Black", Gadget, sans-serif;*/
    font:bold  10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#immagini {
	margin-top: 0px;
	border: 1px solid #FFF;
	margin-bottom: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	padding: 0px 10px;
}
.thrColFixHdr #container #sidebar2 h3 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
}
.thrColFixHdr #container #mainContent h1 {
	padding: 0px 0;  /*5px*/
}

.thrColFixHdr #container #mainContent p {  /*questa parte controlla il testo <p></p> in main content*/
	padding: 0 5px 0 5px; /*0 5px 0 5px*/
	text-align: justify;
	line-height:1.5em;
}

.thrColFixHdr #container #mainContent ul{ 
line-height:1.5em;
}
	

.thrColFixHdr #container #mainContent h1 {
	padding: 5px;
}
.thrColFixHdr #container #mainContent h2 {
	padding: 0px;
}

.thrColFixHdr #container #sidebar1 #boxutri {
	background-color: #FFF;
	border-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	margin-top: 0px;   /* questo elemento controlla la distanza del menu di navigazione dal flash*/
	margin-right: 3px;
	margin-left: 0px;    /* questo elemento controlla la distanza del menu di navigazione dal lato  sinistro della sidebar*/
}
.thrColFixHdr #container #mainContent #foto_home {
}
.thrColFixHdr #container #mainContent #foto_home {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif].thrColFixHdr #container #mainContent table tr td p {
	text-align: justify;
}
#banner-login {
	background-image: url(../Banner/sbaffo.png);
	background-repeat:no-repeat;
	height: 75px;
	width: 955px;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	
}
#breadcrumb
{
	font:9px bold  Verdana, Geneva, sans-serif;
}


.link:link {text-decoration: none}
.link:visited {text-decoration: none}
.link:active {text-decoration: none}
.link:hover {text-decoration: underline}
.link{
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
     
	 }
#titolo
{
	font:  16px  Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
	
ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}	

#aiad{
	/*position:absolute;
	top:670px;
	#top:650px;
	right:155px;*/
	position:relative;
	top:205px;
	left:105px;
}
#auvsi{
	/*position:absolute;
	top:673px;
	#top:653px;
	right:258px;*/
	position:relative;
	top:215px;
	left:105px
}
#sincert{
	/*position:absolute;
	top:720px;
	#top:700px;
	right:155px;*/
	position:relative;
	top:170px;
	left:47px;
}

#fb{
	
	position:relative;
	top:34px;
	
}	
#recaptcha{
   position:relative;
   left:145px;
	
}

