.wrapper
{
    width: 960px;
    margin: auto;
}

.clearer
{
    visibility: hidden;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.print_only
{
    display: none;
}

.nascosto
{
    position: absolute;
    top: -200px;
    height: 1px;
    background-color: white;
    color: #FFFFFE;
}

.message
{
    height: 0;
    overflow: hidden;
}

p, li
{
    font: 9pt Arial, Helvetica, sans-serif;
    color: #777;
    line-height: 1.4em;
}
p b
{
    color: #777;
}

p em
{
    font: 15pt 'Times New Roman', Times, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    color: #777;
}

p a:link, p a:visited
{
    color: #555;
    border-bottom: 1px solid #D0D0D0;
    text-decoration: none;
    font-weight: bold;    
}
p a:hover
{
    color: black;
    border-bottom: 1px solid black;
}



/* INIZIO SCHEMI COLORE PER LE VARIE SEZIONI  */



.alphamuse p a:link, 
.alphamuse p a:visited,
.alphamuse li a:link, 
.alphamuse li a:visited
{
    border-bottom: 1px solid #909090 !important;
}
.alphamuse p a:hover, 
.alphamuse p a:active,
.alphamuse li a:hover, 
.alphamuse li a:active,
.alphamuse .link_attivo
{
    color: #909090 !important;
}
.alphamuse li img
{
	background-color: #909090;
}



.calipso p a:link, 
.calipso p a:visited,
.calipso li a:link, 
.calipso li a:visited

{
    border-bottom: 1px solid #00EEFF !important;
}
.calipso p a:hover, 
.calipso p a:active,
.calipso li a:hover, 
.calipso li a:active,
.calipso .link_attivo
{
    color: #00EEFF !important;
}
.calipso li img
{
	background-color: #00EEFF;
}





.museo p a:link, 
.museo p a:visited,
.museo li a:link, 
.museo li a:visited
{
    border-bottom: 1px solid #0099FF !important;
}
.museo p a:hover, 
.museo p a:active,
.museo li a:hover, 
.museo li a:active,
.museo .link_attivo
{
    color: #0099FF !important;
}
.museo li img
{
	background-color: #0099FF;
}




.polis p a:link, 
.polis p a:visited,
.polis li a:link, 
.polis li a:visited
{
    border-bottom: 1px solid #9900FF !important;
}
.polis p a:hover, 
.polis p a:active,
.polis li a:hover, 
.polis li a:active,
.polis .link_attivo
{
    color: #9900FF !important;
}
.polis li img
{
	background-color: #9900FF;
}




.sacra p a:link, 
.sacra p a:visited,
.sacra li a:link, 
.sacra li a:visited
{
    border-bottom: 1px solid #FF00A0 !important;
}
.sacra p a:hover, 
.sacra p a:active,
.sacra li a:hover, 
.sacra li a:active,
.sacra .link_attivo
{
    color: #FF00A0 !important;
}
.sacra li img
{
	background-color: #FF00A0;
}



.expo p a:link, 
.expo p a:visited,
.expo li a:link,
.expo li a:visited
{
    border-bottom: 1px solid #FF6000 !important;
}
.expo p a:hover, 
.expo p a:active,
.expo li a:hover,
.expo li a:active,
.expo .link_attivo
{
    color: #FF6000 !important;
}
.expo li img
{
	background-color: #FF6000;
}




.iride p a:link, 
.iride p a:visited,
.iride li a:link,
.iride li a:visited
{
    border-bottom: 1px solid #ffd01a !important;
}
.iride p a:hover, 
.iride p a:active,
.iride li a:hover,
.iride li a:active,
.iride .link_active
{
    color: #ffd01a !important;
}
.iride li img
{
	background-color: #ffd01a;
}




/* FINE SCHEMI COLORE PER LE VARIE SEZIONI  */



#header
{
    height: 140px;
    background-image: url('../_pix/sfuma_oriz_su.png');
    background-position: center bottom;
    background-repeat: repeat-x;
}

#logo
{
    width: 340px;
    height: 110px;
    float: left;
}

/* ******************* INIZIO MENU DI NAVIGAZIONE PRINCIPALE */

#main_nav
{
    float: left;
    height: 110px;
    margin-left: 10px;
}

#main_nav li
{
    display: block;
    float: left;    
}

#main_nav li a:link,
#main_nav li a:visited,
#main_nav li a:active
{
    /*    impostazioni generali per le voci del menu principale   */
    /*    i titoli in .png sono alti 14px; l'altezza totale dev'essere 140px, di cui gli ultimi 30px solo della sfumatura       */
    display: block;
    float: left;   
    height: 14px;       
    padding-top: 90px;
    padding-bottom: 36px;
    text-align: center;
    background-position: left top;
    background-repeat: no-repeat;
}
#main_nav li a:hover
{
    padding-top: 85px;
    padding-bottom: 41px;
    background-position: left bottom;    
}
#main_nav li a:active
{
    padding-top: 85px;
    padding-bottom: 41px;
    background-position: left bottom;    
}
#main_nav li .attivo
{
    /*    impostazioni generali per le voci del menu principale   */
    /*    i titoli in .png sono alti 14px; l'altezza totale dev'essere 140px, di cui gli ultimi 30px solo della sfumatura       */
    display: block;
    float: left;   
    height: 30px;        
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    background-position: left bottom;
    background-repeat: no-repeat;    
}


/* inizio impostazioni specifiche per le singole voci di menu */
/* si riferiscono all'elemento LI */

#nav_calipso a, #nav_calipso .attivo
{
    width: 92px;
    background-image: url('../_pix/nav_calipso_bg.jpg');  
}
#nav_museo a, #nav_museo .attivo
{
    width: 80px;
    background-image: url('../_pix/nav_museo_bg.jpg');      
}
#nav_polis a, #nav_polis .attivo
{
    width: 67px;
    background-image: url('../_pix/nav_polis_bg.jpg');   
}
#nav_arte_sacra a, #nav_arte_sacra .attivo
{
    width: 132px;
    background-image: url('../_pix/nav_arte_sacra_bg.jpg');      
}
#nav_virtual_expo a, #nav_virtual_expo .attivo
{
    width: 142px;
    background-image: url('../_pix/nav_virtual_expo_bg.jpg');     
}
#nav_iride a, #nav_iride .attivo
{
    width: 69px;
    background-image: url('../_pix/nav_iride_bg.jpg');  
}

/* fine impostazioni specifiche per le singole voci di menu */

/* ******************* FINE MENU DI NAVIGAZIONE PRINCIPALE */


#content
{
    padding-left: 10px;
    margin-bottom: 20px;
}

#content .intestazione
{
    margin-left: 10px;
    margin-right: 35px;
    margin-top: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C0C0C0;
    height: 33px;
}

#content .intestazione .titolo
{
    font: 33px "Trebuchet MS", Arial, Helvetica, sans-serif; 
    color: black;
    text-transform: uppercase;  
    float:  left;
    margin-left: 10px;
}

#content .intestazione ul
{
    text-align: right;      
}


#content .intestazione li
{
    display: inline;
    margin-left: 15px;
    vertical-align: bottom;
    height: 33px; 
}

#content .intestazione a:link,
#content .intestazione a:visited
{
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #B0B0B0;
    vertical-align: bottom;
    height: 33px;    
    line-height: 33px;
    padding-bottom: 2px;
}
#content .intestazione a:hover,
#content .intestazione a:active
{
    color: #909090;
}
#content .intestazione .link_attivo
{
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: bottom;
    height: 33px;    
    line-height: 33px;
    padding-bottom: 2px;   
    border-bottom: 1px solid #BBB;
}


#content .separatore
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;

}

#focus
{
    text-align: center;    
    height: 450px;
    width: 940px;
    line-height: 450px;
}
#focusIride
{
    padding: 0 0 0 5px;
    height: 550px;
    width: 940px;
    line-height: 550px;
}

/* INIZIO GESTIONE CONTENUTI STATICI IN #focus ( .. id="#focus" class="static" .. ) */




.static .immagine
{
        
    float: left;
    width: 680px;
    height: 450px;
    overflow: hidden;
}

.static .immagine .cornice
{
     position: absolute;
     left: 0;
     top: 0;
     float: left;
     background-image: url('../_pix/cornice_arrotondata_680.gif');
     background-repeat: no-repeat;
     width: 680px;
     height: 450px;
     z-index: 100;
     text-align: center;
     line-height: 30px;     
}


.static .testo
{
    margin-left: 685px;
    width: 250px;
}

.static .testo p
{
    padding: 5px 0 0 0;
    width: 250px;
    font: 11pt "Arial", "Futura", "Verdana",  "Helvetica", sans-serif;
    color: black; 
}


/*   FINE GESTIONE CONTENUTI STATICI IN #focus */ 





#footer
{
    padding-left: 10px;
    padding-top: 50px;
    background-image: url('../_pix/sfuma_oriz_giu.png');
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 30px;
}

#footer .col
{
    width: 300px;
    float: left;
    padding-left:10px;
}

#footer h3
{
    margin-bottom: 15px;
}

#footer .col p
{
    width: 280px;
    margin-top: 10px;
    line-height: 1.6em;
}

#footer .col strong,
#footer .col b

{
    /* font-weight: normal; */
    /*text-transform: uppercase */;    
    color: #959595 !important;
}

#about_pagina, #about_alphamuse
{
    border-right: 1px solid #D0D0D0;
    margin-right: 10px;    
}

#last_but_not_least
{
    float: right;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 5%;
    padding-top: 20px;

}
#last_but_not_least li
{
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
}
#last_but_not_least p, 
#last_but_not_least li
{
    font-size: 8pt;
    color: #999;
}
#last_but_not_least a:link, #last_but_not_least a:visited
{
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #E0E0E0;    
}
#last_but_not_least a:hover, #last_but_not_least a:active
{
    color: black;
    border-bottom: 1px solid #ccc;
}

#valid_html, #valid_css, #credits2
{
    border-left: 1px solid #ccc;
}

/* Credits e partners */

#crediti, partners{
    height: 20px;
}

#crediti .col
{
    width: 300px;
    float: left;
    padding-left:20px;
}
#partners .col
{
    width: 500px;
    float: left;
    padding-left:20px;
}

#crediti h3, #partners h3
{
    margin: 15px 0 15px;
}

#crediti .col p
{
    width: 280px;
    margin-top: 10px;
    line-height: 1.6em;
}
#partners .col p
{
    width: 480px;
    margin-top: 10px;
    line-height: 1.6em;
}

#crediti .col strong, #partners .col strong
{
    /* font-weight: normal; */
    text-transform: uppercase;
}

/* contenuto alternativo NO Flash */

#alternative
{
	background: url(../_pix/noFlash.jpg) no-repeat top left;
	min-height: 410px;
	height: auto !important;	
	height: 410px;
}
#getPlayer {
	margin:15px auto 25px;
	height: 43px;
	text-align: center;
}
#getPlayer a{
	display: block;
	margin:0 auto;
	background: url(../_pix/get_flash_player.png) top center;
	text-align: center;
	width: 200px;
	height: 43px;
}
#getPlayer a:hover{
	background: url(../_pix/get_flash_player.png) bottom center;
}

#contentNoFlash{
    	position:relative;
	padding: 20px 0 20px 0;
	position: relative;
	margin:0 auto;
	top: 0px;
	left: 0px;
	width: 590px;
	font: 9pt Arial, Helvetica, sans-serif;
        color: #777;
	line-height: 1.4em;
}
#alternative h1,#alternative h2
{
  	display: inline;
}
#headerNo{
	background: url(../_pix/backContentNoFlash.gif) no-repeat top center;
	height: 40px;
}
#contentNo{
	margin:0 auto;
	background: url(../_pix/backContentNoFlashC.gif) repeat-y center;
	color: #333;
	font-size: 1em;
	padding: 0 30px;
	min-height: 330px;
	height: auto !important;	
	height: 330px;
}
#footerNo{
	background: url(../_pix/backContentNoFlash.gif) no-repeat bottom center;
	height: 40px;
}


/* indici gallerie */

#wrapper_opere{
    overflow: auto;
}

#indice_gallerie
{
	padding-bottom: 40px;
	padding-right: 30px;
}

.elemento_indice_largo
{
	display: block;
	padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 15px;
    width: 915px;
}

.elemento_indice_largo h2
{
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.elemento_indice_largo .immagine_panoramica
{
	float: left;
}

.elemento_indice_largo .immagine_panoramica .bordi_arrotondati
{
     position: absolute;
     left: 0;
     top: 0;
     float: left;
     background-image: url('../_pix/cornice_arrotondata_564.png');
     background-repeat: no-repeat;
     width: 564px;
     height: 188px;
     z-index: 100;
}
	

.elemento_indice_largo .casella_di_testo
{
	margin-left: 584px;

}

.elemento_indice_largo .testo
{
	padding-right: 10px;
	height: 140px;
	overflow: auto;
}

.elemento_indice_largo .testo p
{
	font-size: 10pt;
	padding-bottom: 0pt;
	color: black;
	line-height: 13pt;
}

.elemento_indice_largo  .link_azioni
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;		
}


.elemento_indice_largo  .link_azioni ul
{

}

.elemento_indice_largo  .link_azioni li
{
	margin-right: 15px;
	display: inline;
}

.elemento_indice_largo  .link_azioni
{
	padding-left: 5px;
}

.elemento_indice_largo  .link_azioni a:link,
.elemento_indice_largo  .link_azioni a:visited
{
	font-size: 11pt;
	font-weight: bold;
	color: #909090;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.elemento_indice_largo  .link_azioni li img
{
	margin-right: 8px;
}


#indice_opere
{
	padding-bottom: 40px;
	margin-left: 20px;

}

.elemento_indice_stretto
{
	width: 180px;
	height: 250px;
	float: left;
	overflow: hidden;
}

.elemento_indice_stretto a
{
	position: absolute;
	width: 180px;
	height: 250px;
	display: block;
	z-index: 100;
}

.colonna_1 a
{
	background-image: url('../_pix/indice_stretto_coperta_colonna_1.png');
}

.colonna_2 a
{
	background-image: url('../_pix/indice_stretto_coperta_colonna_2.png');
}

.colonna_3 a
{
	background-image: url('../_pix/indice_stretto_coperta_colonna_3.png');
}

.colonna_4 a
{
	background-image: url('../_pix/indice_stretto_coperta_colonna_4.png');
}

 .colonna_5 a
{
	background-image: url('../_pix/indice_stretto_coperta_colonna_5.png');
}

.elemento_indice_stretto a:link, 
.elemento_indice_stretto a:visited
{
	background-position: left bottom;
}

.elemento_indice_stretto a:hover, 
.elemento_indice_stretto a:active
{
	background-position: left top;
}



.elemento_indice_stretto .immagine_descrittiva
{
	position: relative;
	width: 180px;
	height: 130px;
	overflow: hidden;
}

.gototop
{
	padding-top: 30px;
	text-align: center;
	clear: both;
}
.gototop a
{
	font-weight: normal !important;
}


