* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: auto;
    text-align: left;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #7c7c7c;
}
/*titoli pagine h1 per le pagine seguite da immagini grosse - h4 per le pagine del processo produttivo */
h1 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 190px;
}

h4 {
    color: #6898c1;
    font-size: 22px;
    padding-bottom: 20px;
}

h2 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 13px;
}

h3 {
    color: #4685be;
    font-size: 13px;
    padding-bottom: 0px;
}

strong {
    color: #4185bf;
}

a {
    color: #F60;
    text-decoration: none;
}

    a:hover {
        color: #F60;
        text-decoration: underline;
    }

hr {
    height: 4px;
    margin-bottom: 6px;
    color: #6898c1;
    background-color: #6898c1;
    border: 0px;
}

#container {
    margin: 0 auto;
    width: 925px;
    background: #fff;
    height: 100%;
}

#header {
    background: #ccc;
    padding: 20px;
}

    #header h1 {
        margin: 0;
    }


#logo {
    float: left;
    margin: 20px 0 -30px 48px;
    position: relative;
    /*background-color:#ded20e;*/
}

    #logo img {
        width: 80px;
    }

/* --- menu principale --- */

#logoSanacMobile {
        display:none;
    }

#menumobile {
    display:none;
}

#navigation {
    padding-top: 20px;
    padding-bottom: 60px;
    float: left;
    width: 925px;
    /*font-size:14px;*/
}

    #navigation ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        #navigation ul li {
            list-style-type: none;
            display: inline;
        }

    #navigation li a {
        display: block;
        float: left;
        padding: 5px 10px;
        color: #7c7c7c;
        text-decoration: none;
        text-transform: uppercase;
    }

    #navigation li:last-child a {
        padding-right: 0;
    }

    #navigation li a:hover {
        color: #F60;
        text-decoration: underline;
    }

    #navigation a.sel {
        color: #F60;
        text-decoration: underline;
    }

#content-container {
    float: left;
    width: 924px;
        margin-top: 20px;
}

/* --- PAGINE INTERNE ------ */
#sx {
    clear: left;
    float: left;
    width: 358px;
    height: 443px;
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline;
}

#lingua {
    color: #4b95d2;
    padding: 58px 0px 0px 97px;
}

    #lingua a {
        font-size: 11px;
        color: #4b95d2;
    }



/* --- MENU INTERNO --- */

#menuint {
    left: 140px;
    top: -530px;
    width: 234px;
    height: 262px;
    background-image: url(../img/sanacsfmenuint.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    text-align: right;
    z-index: 12;
}

    #menuint a {
        margin-right: 10px;
        display: block;
        height: 22px;
        text-align: right;
        line-height: 25px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        padding-right: 30px;
        /*border-top:1px solid #B6A289;*/
        background: url(../img/sanacfreccia.gif) no-repeat top right;
        text-transform: uppercase;
    }

        #menuint a:hover {
            background-position: center right;
            padding-right: 30px;
        }

        #menuint a.selezionato {
            background-position: bottom right;
            padding-right: 30px;
        }

.right {
    float: right;
    left: 0px;
    top: -110px;
    width: 566px;
    background-color: #e5e5e5;
    /*background-image:url(../img/sfondocontenuto.jpg);*/
    background-repeat: no-repeat;
    min-height: 640px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

#contenuto {
    margin: 22px 20px 20px 35px;
    line-height: 21px;
    text-align: justify;
}

    #contenuto ul {
        list-style-image: url(../img/sanacarrow.gif);
        padding-left: 17px;
    }

.galleryfade {
    float: left;
    width: 270px;
    height: 165px;
    margin-right: 14px;
}

.acrobat {
    border-bottom: dotted thin;
    padding: 5px 0px 5px 0px;
    margin-right: 50px;
}

    .acrobat a {
        color: #7c7c7c;
    }

    .acrobat img {
        vertical-align: -5px;
        border: 0px;
    }

.intestazionetab {
    padding: 2px 10px 2px 10px;
    background-color: #e5e48e;
    font-weight: bold;
}

.intestazionetab div {
    float:right;
}

.righetab {
    background-color: #f9f9c6;
    padding: 7px 17px 10px 15px;
}

    .righetab li {
        list-style-image: url(../img/sanacarrowtable.gif);
    }

.evidenzia {
    margin-left: 0px;
    padding-left: 15px;
    border-left: solid 8px;
    border-color: #4185bf;
    line-height: 20px;
}

.not_active {
    display: none;
    position: absolute;
}

.active {
    display: block;
    /*position: absolute;*/
}

.elencoDocumenti {
    padding: 0px 5px 10px 5px;
}

.cursor {
    cursor: pointer;
}
#gallery_clearfix img {width:100%;}
.contatto {
    float:left;
    width:50%;
        margin-bottom: 20px;
}