/* CSS Document */

body{
margin-top:0px;
background-color:#000000;
font-family: "Trebuchet MS", Verdana;
}


.content{
}

.content .site{
width:980px;
background-color:#FFFFFF;
vertical-align:top;
padding-top:10px;

left:auto;
}

/*   TOP     */

.content .site .top{
width:980px;
height:223px;
border-bottom: 4px solid #CCCCCC;
border-top: 4px solid #CCCCCC;
vertical-align:top;
background-image:url(/museo/img/sfondoTop.jpg);
background-position:top left;
background-repeat:repeat-x;
}

.content .site .top .imgTopSx{
width:280px;
height:190px;
background-image:url(/museo/img/logoTopSx.gif);
background-position:top left;
background-repeat:no-repeat;
margin:16px 0 0 0 ;
float:left;
}

.content .site .top .imgTopSx2{
width:280px;
height:190px;
background-image:url(/museo/img/logoTopSx2.gif);
background-position:top left;
background-repeat:no-repeat;
margin:16px 0 0 0 ;
float:left;
}

.content .site .top .logotipo{
width:642px;
height:143px;
background-image:url(/museo/img/museoPulcinella.jpg);
background-position:top left;
background-repeat:no-repeat;
margin:0 0 0 40px ;
float:left;
}




/*    HEADER MENU    */
.content .site .headerMenu{
position: absolute;
top:210px;
left:auto;
color:#FFFFFF;
padding-left:300px;
}

.content .site .headerMenu .item{
display:inline;
float:left;
background-image:url(/museo/img/topPointMenu.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:20px;
margin-right:30px;
color:#FFFFFF;
font-size:11px;
}


.content .site .headerMenu .item a{
text-decoration:none;
color:#FFFFFF;
font-size:11px;
}


/*   BODY     */

.content .site .body{
width:980px;
height:auto;
vertical-align:top;
text-align:left;
}





/*    MENU     */

.menu{
margin: 20px 0 0 10px;
vertical-align:top;
text-align:left;
float:left;
background-color:#FF9966;

}

.topMenu{
background-image:url(/museo/img/imgMenu/topMenu.jpg); 
background-repeat:no-repeat; 
background-position:top; 
width:265px; 
height:59px;
}

.bodyMenu{
background-image:url(/museo/img/imgMenu/centerMenu.jpg); 
background-repeat: repeat-y; 
background-position:top; 
width:265px; 
}
.bodyMenu .testo{
margin-left:20px;
color:#333333;
font-weight:bold;
font-size: 14px;

}
.bodyMenu .testo a{
color:#333333;
text-decoration:none;
display: block;
margin-bottom: 2px;
width:90%;
} 
 
 
.bottomMenu{
background-image:url(/museo/img/imgMenu/bottomMenu.jpg); 
background-repeat:no-repeat; 
background-position:top; 
width:265px; 
height:56px;
}



/*     PAGINA    */

.content .site .body .pagina{
width: 670px;
min-height:350px;
text-align:left;
vertical-align:top;
float:left;
background-color:#FFFFFF;
margin-top:20px;
margin-left:20px;
}


.titolo{
color: #9E632E;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}



.breadcrumb{
text-align:left;
color:#333333;
font-size: 11px;
padding-bottom: 10px;
}

.breadcrumb a{
text-decoration:none;
color:#333333;
font-weight:bold;
}


.breadcrumb a:hover{
font-weight:bold;
}



.testo{
font-size:12px;
text-align:left;
padding-bottom: 20px;
}

.testo a{
color: #9E632E;
text-decoration:underline;
}

/*    BOTTOM    */


.content .site .bottom{
background-image:url(/museo/img/imgBottom.jpg);
background-repeat:repeat-x;
width:100%;
height:29px;
padding-bottom: 0px;
text-align:center;
color:#FFFFFF;
font-size: 12px;
padding-top:5px;
}


/*GALLERY*/
.galleryCollectionsItem{
width:35%;
float:left;
margin:20px 20px 20px 0;
}

.galleryCollectionsItem img{
margin:0 20px 20px 0;
display:block;
}


.imgGalleryBox{
padding: 20px;
border: 1px solid  #999999;
float:left;
margin: 10px 20px 10px 0
}

.imgGalleryBoxCenter{
padding: 20px;
border: 1px solid  #999999;
margin: auto;
margin: 10px 20px 10px 0
}


.breadcrumb_links{
width: 90%;
margin: 10px 0
}

/*FINE GALLERY*/



/*  CATALOGO  */
.boxCatalogo{
width:100%; 
height:auto;
}


.boxCatalogo .categoria{
width:30%;
margin-left:10px;
margin-bottom: 10px;
text-align:left;
float:left;
height:auto;
background-color:#FFFFFF;
vertical-align:top;
}



.boxCatalogo .categoria .titolo{
font-size:12px;
vertical-align:top;
}


.titoloCategoria{
font-size:16px;
font-weight:bold;
color: #960101;
}
/*  FINE CATALOGO  */




/* ELENCO PRODOTTI */

.elencoProdotti{
width:50%;
margin-bottom:20px;
}

.elencoProdotti .img{
float:left;
vertical-align:top;
margin-right:10px;
}

.elencoProdotti .prodInfo{
margin-left:10px; 
vertical-align:top;
width:400px;
}

.elencoProdotti .prodInfo .titolo{
font-size:14px;
color:#FF3300;
font-weight:bold;

}


/* FINE ELENCO PRODOTTI */


/* SINGOLO PRODOTTO */

.singoloProdotto{
width:600px;
margin-bottom:20px;
background-color:#666633;
}


.imgProd{
float:left;
width:200px;
}

.prodotto{
width:600px;
margin-bottom:20px;
background-color:#666633;
}



/*.prodInfo{

vertical-align:top;
margin-right:210px;
background-color:#FF9966;
}*/

/* FINE SONGOLO PRODOTTO*/




.clear{clear:left; clear:both}