/* CSS Document */

*,div {padding:0px; margin:0px; border:0px;}




h1 {font-family: arial, verdana, sans-serif;}
h2 {font-family: "Times New Roman", serif;}

h1 {
		color: #ffffff;
	}
	

h2 {
		color: #ffffff;
	}

h4 {
		color: #ffffff;
	}

ul {
		color: #ffffff;
	}



@font-face {
    
    font-weight: normal;
    font-style: normal;
         
}


a:link    {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: green;}
a:hover   {color: green;}



#header {width:940px;
        height:180px;
		background:#c0c0c0;
		float:left;
		position:absolute;
		z-index:1000;
		top:0;
		right:10;
		
		}
		

#logo {width:440px;
       height:40px;
	   margin:20px 0 0 20px;
	   float:left;}
	   
	   
#logo1 {width:100px;
       height:40px;
	   margin:14px 0 0 10px;
	   float:left;}	   
	   
#logo2 {width:110px;
       height:50x;
	   margin:20px 20px 20px 20px;
	   float:right;}	   
	   

	   
	   

#headerDx {width:220px;
           height:80px;
          float:right;
		  margin:26px 26px 150px 25px;} 
		  
		  
		  
		  

/*------- MENU -------*/

/*------- FINE MENU -------*/






#fasciaCentrale {width:940px;
	
		top:180px;
        height:80px;
		background:#FFFFFF;
		float:left;
		position:absolute;
		z-index:1000;
		right:10;
	
		}
#fasciaCentrale1 {width:940px;
		top:230px;
        height:550px;
		background:#333333;
		float:left;
		position:absolute;
		z-index:1;
		right:10;
		
		}

.theme-default #slider {
    margin:300px auto 0 auto;
    width:600px;/*618px;*/ /* Make sure your images are the same size */
    height:450px;/*246px;*/ /* Make sure your images are the same size */
	position:fixed;
	z-index:2;
}

	   
#footer {
	width:940px;
	top:780px;
	height:50px;
	background:#c0c0c0;
	z-index:1000;
	position:absolute;
	
		 }


</div>