#intestazione {
	background: url("img/bg_headNew.png") repeat-x ;
	overflow: hidden;
}

#intestazione-inner {
	background: url("img/headNew.png") no-repeat scroll;
    /*padding-left: 145px;*/
    position: relative;  
    margin: 0 auto;
    /*width: 960px; */
    padding: 0;
	height: 75px;
  }
#page {
	position: relative;
/*	padding: 1em; */
	margin: 0 auto;
	width: 960px;
	
}

#intestazione h1.titolo {
}

#intestazione h2.titolo {
}

#intestazione .logo {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 120px;
	height: 85px;
}

#menu
{
	float:right;		
    color: #000066;    
    font-weight: bold;    
    font-size: 0.8em;
}


#menu a {
    color: #000066;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    text-decoration: none;
}

#menu a:hover { 
	text-decoration: underline;
}


/* Loader Styles */
/*.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

 Hide content initially 
.hidden {
    display: none;
}*/