html,body{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Trebuchet MS', 'Century Gothic';
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
    min-width: 1100px;
}

#main{
    height: 400px;
    background-color: #483f3a;
    width: 100%;
    margin-top: 8px;
    float: left;
}
img.logo{
    margin-left: 20px;
    margin-right: 8px;
}
#menu{
    width: 215px;
    padding-right: 15px;
    float: left;
    text-align: right;
    margin-top: 245px;    
}
#menu p{
    margin: 0px;
    padding: 0px;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 1px;
    height: 15px;
}
#menu a:hover{
    color: #756960;
}
#menu a.sel{
    color: #756960;
}
.partners{
    margin-top: -80px;
    background-color: #d1d3d4;
    padding: 10px;
    width: 120px;
    height: 52px;
    position: absolute;
    left: 0px;
}
.partners a,.partners a:active,.partners a:visited{
    color: #756960;
    font-weight: bold;
}
.partners a:hover{
    color: #483f3a !important;
}
.partners a.sel{
    color: #483f3a !important;
}

#center{
    width: 600px;
    height: 400px;
    float: left;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
#content{
    width: 540px;
    height: 340px;
    padding: 15px;
    background: transparent url('../img/sfondo.png') repeat-y top left;
    margin-top: 15px;
    margin-left: 15px;
    text-align: left;
    position: relative;
    color: #756960;
    line-height: 17px;
}
#content a{
 color: #756960 !important;
}

img.sfondo{
    position: absolute;
}

div.gallery{
    float: left;
    width: 190px;
    margin-left: 15px;
    margin-top: 145px;
}
div.gallery img{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 70px;
    cursor: pointer;
    border: 0px;
}

div.news{
    float: left;
    width: 190px;
    margin-left: 15px;
    margin-top: 25px;
}
div.news p{
    margin: 0px;
    padding: 0px;
    color: #fff;
    margin-bottom: 5px;
    height: 15px;
}
div.news a:hover{
    color: #756960;
}
div.newsgallery{
    float: left;
    width: 190px;    
}
img.news{
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

a,a:active,a:visited{
   text-decoration: none;
   color: #fff;
}


ul{
    margin:0px;
    padding:0px;
    list-style-type: square;
    margin-left: 20px;
}

.apple_overlay {
    display:none;
    background-image:url(../img/overlay/gray.png);
    width:640px;
    padding:35px;
    font-size:11px;
    text-align: center;
}

.apple_overlay .close {
    background-image:url(../img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
img.big{
    margin-top: 10px;
    width: 640px;
    height: 480px;
}
strong{
    color: #41332a;
}
div.piva{
    font-size: 10px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #aaa;
}
img.payoff{
    margin-right: 260px;
}
a.lang{
    color: #d1d3d4;
}
a.lang:hover, a.activelang{
    color: #808285 !important;
}
div.spacer{
    height: 1px;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}
img.mappa{
    width: 130px;
    height: 130px;
    float: right;
    border: 1px solid #ccc;
}
h3{
    margin: 0px;
    color: #41332a;
}


.root     {
    position:relative;
    height:      340px;
    width:      540px;
    }
.root p   {

    }
.thumb{
    position:      absolute;
    height:      9px;
    width:      10px;
    left:       10px;
    display: none;
}
.up, .dn{
    position:      absolute;
    margin-left: -20px;
    margin-top:10px;
}
.up{
    margin-top:320px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:  0;
}
.scrollContainer {
    position:      absolute;
    width:      540px;
    height:      340px;
    clip:      rect(0 467 200 0);
    overflow: auto;
}
.scrollContent {
    position:      absolute;
    left:      0px;
    top:      0px;
    width:     540px;
}
