@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	outline:none;
}

a,
a:link,
a:visited,
a:active{
outline:none;
border:none;

}

body {
	background-color:#171717;
	font-size:12px;
	font-family: 'Titillium Web', Arial, sans-serif;
	color:#ffffff;
	background-image:url(../img_splashpage/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


.list-wrap .filiali{
line-height:12px;
border-bottom:1px dotted #646363;
border-top:1px dotted #646363;
background-color:#222222;
width:140px;

padding:10px;




}


/* tabs */


#page-wrap { width: 440px; margin: 80px auto; }
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */
.country ul { list-style: none; }
.country {    




 }

.country .nav { overflow: hidden; margin: 0 0 10px 0; 
border-bottom:1px solid #646363;




}
.country .nav li { float: left; 
border-right:1px solid #646363;
margin-right:20px;
padding-right:20px;
height:32px;

 }
.country .nav li.last { margin-right: 0; }
.country .nav li a { display: block;  color: white; font-size: 18px; text-align: left; border: 0;text-decoration:none; }
.country .nav li a:hover {color:#E3001B; }



.country ul li a.current  {  color: #E3001B;  }


.list-wrap ul{
list-style-type:none;


}

.list-wrap img{
margin-right:10px;
margin-bottom:30px;
margin-top:2px;
border:0px;
float:left;

}

.list-wrap ul li{
width:160px;
height:50px;
text-transform:uppercase;
/*float:left;*/
margin-right:30px;
margin-bottom:0px;


 }
 
 .list-wrap ul li a,
  .list-wrap ul li a:link,
   .list-wrap ul li a:visited,
    .list-wrap ul li a:active{
	color:#FFFFFF;
	text-decoration:none;
	line-height:12px;
	}
	
	
	
	 .list-wrap ul li a:hover{
	color: #E3001B;
	
	}
.list-wrap div{

float:left;


}

.item{

width:135px;
text-transform:uppercase;
float:left;
margin-right:30px;
margin-bottom:30px;


 }



/*tabs*/

#logo{
position:absolute;
left:10%;


}

#footer{
margin-top:50px;
margin-bottom:50px;
float:right;

}



#mappa{

position:absolute;
top:170px;
left:10%;
background-image:url(../img_splashpage/map.png);
background-repeat:no-repeat;
background-position:top left;
width:641px;
height:372px;

}


#titolo{
position:absolute;
top:170px;
right:15%;



}

#container{
width:960px;
margin-left:auto;
margin-right:auto;
position:relative;
top:590px;

}