* { margin: 0; padding: 0; }

body{
    background-color: #A1D40D;
    font-family: Trebuchet MS;
    font-size: 11px;
}

#main {
    margin: 0 auto;
    padding: 5px 0;
    visibility: hidden;
    width: 990px;
}

a {
    color: #A0D40F;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

ul, ol {
    margin: 0;
    padding: 5px 0 5px 40px;
}

/* ============================================================================
    Ridefinizioni HTML...
============================================================================ */

p {
    margin: 15px 0;
}

/* ============================================================================
    Banner superiore...
============================================================================ */

#main-header {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-radius-topleft: 15px;
    border-radius-topright: 15px;
    background-color: #FFF;
    height: 31px;
    padding: 17px 29px;
}

#main-header .main-logo{
    float: left;
}

#main-header .top-menu{
    color: #a1d40d;
    float: right;
    padding-top: 5px;
}

#main-header .top-menu a{
    color: #3f4b37;
    font-size: 16px;
    padding: 0 23px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-header .top-menu a:hover{ text-decoration: underline; }

/* ============================================================================
    Menu principale...
============================================================================ */

#mainmenu { margin-left: 15px; }

#mainmenu img {
    display: block;
    float: left;
    margin: 18px 10px;
}

/* ============================================================================
    Blocco principale contenuti...
============================================================================ */

#main-contents {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-radius-bottomleft: 15px;
    border-radius-bottomright: 15px;
    background-color: #FFF;
}

#main-contents .contents {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 540px;
    padding: 17px 29px;
}

#main-contents .left-box {
    background-color: #FFF;
    border: #CCC 1px solid;
    color: #3A3E1B;
    float: left;
    height: 225px;
    margin-top: 260px;
    padding: 20px 28px;
    width: 450px;
}

#main-contents .left-box p { text-align: justify; }

#main-contents .left-box h1 {
    color: #A0D40F;
    font-size: 21px;
    margin-bottom: 40px;
}

#main-contents .left-box h2 {
    color: #444;
    font-size: 18px;
}

#main-contents .right-box {
    background-color: #3A3E1B;
    color: #FFF;
    float: right;
    height: 391px;
    margin-top: 80px;
    padding: 28px;
    width: 284px;
}

#main-contents .right-box h2 {
    color: #A0D40F;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#main-contents .right-box h3 {
    color: #A0D40F;
    font-size: 15px;
}

#main-contents .right-box h4 {
    color: #A0D40F;
    font-size: 11px;
}

#main-contents .right-box h4 a {
    color: #A0D40F;
    text-decoration: none;
}

#main-contents .right-box p {
    margin: 7px 0;
    text-align: justify;
}

#main-contents .right-box img.in-text-thumbnail, #main-contents .right-box img.in-row-thumbnail { border-color: #A0D40F; }

#main-contents .box-1 {
    height: 215px;
    overflow: hidden;
}

#main-contents .box-2 {
    height: 335px;
    overflow: hidden;
}

#main-contents .box-2 h4 a:hover { text-decoration: underline; }

#main-contents .mhf-multipagebox-selectors a {
    border: #FFF 1px solid;
    display: block;
    color: #3A3E1B;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 3px 7px;
    text-decoration: none;
}

#main-contents .mhf-multipagebox-selectors a:hover {
    background-color:#A1D40D;
    border: #3A3E1B 1px solid;
}

#main-contents .right-box .mhf-multipagebox-selectors a {
    border: #3A3E1B 1px solid;
    color: #FFF;
}

#main-contents .right-box .mhf-multipagebox-selectors a:hover {
    border: #FFF 1px solid;
    color: #FFF;
}

#main-contents .right-box #mhf-formchecker label {
    clear: both;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 60px;
}

#main-contents .right-box #mhf-formchecker span { float: left; padding: 0 0 0 10px; }

#main-contents .right-box #mhf-formchecker textarea {
    float: left;
    width: 210px;
}

#main-contents .right-box #mhf-formchecker input[type=text],
#main-contents .right-box #mhf-formchecker input[type=checkbox],
#main-contents .right-box #mhf-formchecker input[type=button],
#main-contents .right-box #mhf-formchecker input[type=submit],
#main-contents .right-box #mhf-formchecker input[type=reset],
#main-contents .right-box #mhf-formchecker textarea {
    border: #CCC 1px solid;
    float: left;
    font-family: Trebuchet MS;
    font-size: 11px;
    margin-bottom: 10px;
}

#main-contents .right-box #mhf-formchecker .error-text {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius-topleft: 7px;
    border-radius-topright: 7px;
    border-radius-bottomright: 7px;
    background-color: #FFF;
    border: #FF0000 1px solid;
    color: #FF0000;
    display: block;
    margin-bottom: 2px;
    padding: 5px;
}

#main-contents .right-box #mhf-formchecker input.error { border: #FF0000 1px solid; }

/* ============================================================================
    Pič di pagina...
============================================================================ */

#main-footer {
    color: #3A3E1B;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}

#main-footer a{
    color: #3A3E1B;
    font-weight: normal;
    text-decoration: underline;
}

#main-footer a:hover{
    color: #000;
}

/* ============================================================================
    Classi condivise...
============================================================================ */
#site-loader {
    background: #A1D40D url(../images/site-loader.gif) center center no-repeat;
}

.header-label {
    display: block;
    margin: 10px 0;
}

.in-text-thumbnail {
    border: #CCC 1px solid;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}

.in-text-thumbnail-mini {
    border: #CCC 1px solid;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
    width: 90px;
}

.in-row-thumbnail {
    border: #CCC 1px solid;
    display: block;
    margin: 0 10px 10px 0;
    padding: 2px;
}

.googlemap-small {
    border: 1px solid #CCCCCC;
    height: 142px;
    overflow: hidden;
    padding: 2px;
    width: 444px;
}

/* ============================================================================
    Altre classi...
============================================================================ */

.-clear-fix { clear: both; float: none; width: 1px; height: 1px; }
