@charset "utf-8";
/* CSS Document */
html, body {margin:0; padding:0;} /* azzerare margin e padding perchè alcuni browsers li impostano per default */
body {font-size:15px; font-family:Arial,sans-serif; text-align:center;} /* centrare il testo per IE 5, sarà allineato a sinistra nel container */

#container {
width:960px; /* per layout fluido */
margin:auto; 
position:relative; /* per permettere di posizionare in modo assoluto altri elementi al suo interno */
text-align:left;}

#container p {margin:0px;}

.header {
background:url(img/header.png);
background-repeat:no-repeat;
background-position:bottom;
border:1px;
height:110px;
position:relative;
}
.header p{
margin:0}  /* azzerare i margini dell'ultimo elemento contenuto nell'header per evitare il margin collapse, spazio tra header e div sottostante */

#navigation {
}
#navigation p{
margin:0}

#extra {
float:right; 
width:200px; /* l'elemento deve avere una larghezza perchè ha un float */} 

#content {
background:url(img/sf-container.png);
background-repeat:repeat-y;
background-position:center;
padding-left:145px;
}

#content p{
margin:0}

#textdx {
width:640px;
float:left;
} 

#footer{
	width:100%;
	height:150px;
	background:url(img/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:0;
	font-size:13px;
	clear:both;
	color:#ffffff;
	text-align: left;
}
#footer2{
	width:100%;
	height:100px;
	font-size:15px;
	clear:both;
	color:#000000;
	text-align: center;
}
#footer p{
padding-left:100px;
	}


#footer a:link{ color:#FFFFFF;}


 #tabs10 {
      float:left;
      width:100%;
      font-size:11px;
	  font-family:Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	  font-weight:bold;
      line-height:normal;
      }
    #tabs10 ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 103px;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
	  border-bottom:thin #ffffff dotted;
	  background:#999999;
color: #ffffff;
      }
    #tabs10 a span {
      float:left;
      display:block;
      padding:10px 5px 0px 5px;
      background:#999999;
color: #ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      background:#999999;
color: #ffffff;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
	  background: #eee;
color:#ff0000;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
	  background: #eee;
color:#ff0000;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
	  
	  h2 {
color:#FFFFFF;
height:56px;
width:353px;
font-size:18px;
font-weight:bolder;
background-image: url(img/sfondo-h3.png);
background-repeat:no-repeat;
background-position:left;
}

	  h3 {
color:#FFFFFF;
height:56px;
width:353px;
font-size:16px;
font-weight:bolder;
background-image: url(img/sfondo-h3.png);
background-repeat:no-repeat;
background-position:left;}

h4 {
color:#FFFFFF;
height:56px;
width:353px;
font-size:16px;
font-weight:bolder;
background-image: url(img/sfondo-h4.png);
background-repeat:no-repeat;
background-position:left;}

.titolo{
	position:absolute;
	margin-top:350px;
	margin-right:200px;
	width:400px;
	float:right;
	left: 371px;
	top: -94px;
}

.privacy {
	font-size: 11px;
	text-align: left;
	line-height:18px;
	overflow:scroll;
	height:150px;
}

.monofacciali {
color:#FFFFFF;
background-color:#000000;
display:block;
padding: 5px;
font-weight:bold;
width: 221px;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {color: #EBE9ED}
#apDiv1 {
	position:absolute;
	width:403px;
	height:115px;
	z-index:1;
	left: 369px;
	top: 123px;
	border:1px solid black;
}
.style4 {color: #FE0000;
font-size:14px;}

