body{
    padding: 0px;
    margin: 0px;
    /*background: #c3e2ff url(bg.jpg) no-repeat top;*/
    background-attachment: fixed;    
    /*background-color: white;*/
    text-align: center;
}

/**********************************/
#container1{
    margin: auto;
    width: 970px;
    /*background: url(../images/barra-main.png) no-repeat top;*/
    background-position: center 221px;
    margin-bottom: 20px;
}

#top{	
    background: url(../site/header.jpg) no-repeat top;
    width: 900px;
    padding-top:200px;
    border: 2px groove #6A6A6A;
    border-top: none;
    margin: auto;
    margin-bottom: 12px;	
}

/*img.img-main{
        padding: 0px;
        margin: 0px;
        border: 1px solid black !important;
}*/
img.lampara{
    margin:0px ;
    position: absolute;
    left: 0px;
    margin-left: 880px !important;
    top: 10px;
}

/**********************************/

#topMenu{	
    margin: 0px;
    padding: 0px;

    width: 900px;
    height: 20px;
    background-color: white;
    border: none;
    border-top: 1px solid white;
    padding-bottom: 1px;
    font-family: Malgun Gothic;
    text-align: center;
    position: relative;
    top: 0px;
}
#topMenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#topMenu ul li{
    display: inline;
}
#topMenu ul li a{
    border-right: 1px solid silver;
    text-decoration: none;
    color: silver;
    height: 100%;
}
#topMenu ul li a span{
    padding-left: 15px;
    padding-right: 15px;
}
#topMenu ul a:hover{
    /*background: url(images/top-menu-over.png) no-repeat right;*/
    color: black;
}
#topMenu ul a.this{
    /*background: url(images/top-menu-over.png) no-repeat right;*/
    color: black;
}

/**********************************/

#main{
    background-color: white;
    background-image: url(../images/sfondo-bottom.png) no-repeat bottom;
    width: 900px;
    border: 2px groove #6A6A6A;
    margin: auto;
    margin-top: 2px;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #383838;
}

/**********************************/

.right{
    margin: 15px;
    float: right;
}
.left{
    margin: 15px;
    margin-left: 5px;
    margin-bottom: 12px;
    float: left;
}


/**********************************/

#listimages{
    height: 200px;
    margin: auto;
    margin-left: 10px;
}
#listimages img{
    padding: 10px;
    height: 135px;
    margin-top: 25px;
}
#listimages img:hover{
    height: 155px;
    margin-top: 25px;	
    padding: 0px;
}

/**********************************/

p.text1{
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
p.text1 span{
    font-size: 30px;
}

span.big{
    font-size: 30px;
}

p.text2{
    text-align: right;
    margin: 10px;
    margin-top: 20px;
    color: gray;
    font: 10px Verdana;
}
/**********************************/

#fotoBox1{
    display: none;
    position: fixed; //per farlo funzionare su IE8 ho dovuto cambiare il DOCTYPE XHTML da 4.0 a 1.0
    margin-left: -250px;
    left: 30%;
    top: 40%;
    width: 580px;
    height: 300px;
    text-align: center;
    padding: 5px 5px;
    background-color: white;
    border: 1px solid black;
}
#fotoBox{
    display: none;
    position: fixed; //per farlo funzionare su IE8 ho dovuto cambiare il DOCTYPE XHTML da 4.0 a 1.0
    margin-left: -250px;
    left: 20%;
    top: 10%;
    width: 60%;
    height: 70%;
    text-align: center;
    padding: 5px 5px;
    background-color: white;
    border: 1px solid black;
}

#foto{
    cursor: default;
    height: 100%;
}

img{
    cursor: pointer;
    cursor: hand;
}

img.close{
    float: right;
    position: absolute;
    margin: 5px 0px 0px 0px!important;
}

/**********************************/
/*******MAIL*******/
/**********************************/

#mailer{
    width: 350px;
    margin: auto;
    margin-top: 30px;
    color: Gray;
}
#mailer input{
    width: 100%;
}
#mailer p{
    margin-left: 0px;
}
#contact-form{
    text-align: left;
}
#mailer span.nota_mini{
    position: relative;
    bottom: 2px;
    font-size: 10px;
}
/**********************************/
/**********************************/
/*visualizzatore foto*/
div.imgSup{
    float:left !important;
}
div.imgSup img{
    border:none !important;
}
div.imgSup a{
    border: none !important;
}

/*************************/

#tariffe table{
    margin-left: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}
#tariffe td{
    height: 30px;
}
#tariffe td.bkg{
    background: #F5F5F5;
}
#tariffe td.l{
    width: 250px;
}

/*************************/

#target{
    display: none;
}
#target:hover{
    display: block !important;
}

/***************ALBUM*****************/

.album{
    border: none;
    margin-top: 20px !important;
    text-align: left;
    width: 720px;
    padding: 5px;
    margin: auto;
}
.album img{
    border: none;
    width: 100px;
    margin: auto;
}
.album div.img{
    float: left;
    width: 90px;
    height: 65px;
    overflow: hidden;
    margin: 2px;
}
.album div.imgSup{
    float: left;
    margin: 3px;
    width: 94px;
    border: 1px outset silver;
    height: 69px;
    padding:2px;
}
.album div.imgSup:hover{
    opacity: 0.5;
    border: 1px outset black;
}
/**********************************/