#splash {

	display: none;

	position: absolute;

	width: 1024px;

	height: 600px;

	top: 5%;

	 left: 50%; 

	/* margin-top: -7.5em; */

	/* margin-left: auto; */
	

    margin-left: -512px;

	background-image: url(img/intro.jpg);
	
	

}


#site {

    display: none;
    
	position: absolute;

	width: 1024px;

	height: 600px;

	top: 5%;

	left: 50%;

	//margin-top: -7.5em;

	margin-left: -512px;
	

}


#barraMenu{
    
	position: absolute;

	width: 1024px;

	left: 50%;

	margin-left: -512px;
	
	top: 488px;
}

#block_menu {
	width: 210px;
	/* border: 1px solid #40392c; */
}


#menuVista{
float: left;
position: absolute;
    left:90px;
}

#menuVista2{
float: left;
position: absolute;
    left:330px;
}

#menuVista3{
float: left;
position: absolute;
    left:540px;
}

#menuVista4{
float: left;
position: absolute;
    left:750px;
}


#dx {
position: absolute;
	width: 1024px;
	height: 486px;
	/*border: 1px solid #2002fd; */
}


#store {
	 color: #ffffff;
     font-family: BPreplay,Arial,Helvetica,sans-serif;
	 margin-left: 140px;
	 	 position: absolute;
	width: 900px;
	height: 486px;
	 
}

#press {
	 color: #ffffff;
     font-family: BPreplay,Arial,Helvetica,sans-serif;
	 margin-left: 100px;
	 position: absolute;
	width: 800px;
	height: 486px;
	 
}

 li.menu {  
     /* Voci dell'elenco principale */  
     width: 90%;  
     padding: 5px;  
	 list-style-type:none;
 }  
   
 li.title a {  
     /* Voce del menu principale */  
     display: block;  
     position: relative;  
     width: 150px;  
     height: 34px;  
     padding: -10px 20px 0;  
     /*-moz-border-radius: 5px; */ 
     /*-webkit-border-radius: 5px;  */
     /*border-radius: 5px; */ 
     background-color: #000000;  
	 color: #9F9F9F;
     font-family: BPreplay,Arial,Helvetica,sans-serif;  
     font-size: 15px;  
     overflow: hidden;
	 text-decoration: none;
 }  
   
 li.title a:hover {  
     background-color: #000000;  
     text-decoration: none; 
color: #EFEFEF;	 
 }  
   
 li.title a span {  
     /* Questo span agisce come parte finale della sezione title */  
     display: block;  
     position: absolute;  
     top: 0;  
     rightright: 0;  
     width: 4px;  
     height: 44px;  
	 text-decoration: none;
 }  
   
 .sub-menu {  
     /* Sotto menu */  
     display: none;  
     width: 100%;  
     padding-top: 5px;  
	 text-decoration: none;
 }  
   
 .sub-menu li {  
     /* Voci del sotto menu */  
     margin: 5px -25px;  
     padding: 4px 10px;  
     /* border: 1px solid #40392c;  */
     background-color: #000000;  
     color: #9F9F9F;  
	 text-decoration: none;
	 list-style-type:none;
	 font-family: BPreplay,Arial,Helvetica,sans-serif;  
	 font-size: 14px;
	 width: 150px;
 } 
 
  .sub-menu li a {  
     color: #9F9F9F;  
	 text-decoration: none; 
 }

 .sub-menu a:hover {  
     background-color: #000000;  
     text-decoration: none; 
color: #EFEFEF;	 
 }   
 
 
 	#IMGParade
	{
	margin-top: 70px;
		width: 1024px;
		height: 400px;
		position: relative;
	}

	#IMGParade div.scrollableArea img
	{
		float: left;
		margin-left: 15px;
	}