﻿body {
}

#menuAiuto
{
    height: 30px;
    /*background: #FFCBB8;*/
    background: #005D9C;
    width: 959px; 
}

#menuAiuto ul
{
    list-style-type: none;
    padding-left: 10px;
}

#menuAiuto ul li
{
    float: left;
    margin-right: 10px;
    border-right: solid 1px #147;
    padding-right: 10px;
}

#menuAiuto ul li a
{
    text-transform: uppercase;
    color:  #FFF;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 0 5px;
}

#menuAiuto ul li a:hover
{
    background: #def;    
    color: #147;
    text-decoration: underline;
}

.avviso,
#avvisoArrivo
{
    text-align: center;
    padding: 55px 10px 55px 120px;
    background-image: url("img/info_gigante.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #DEF;
    /*color: #D63301;*/
    font-weight: bold;
    margin: auto;
    line-height: 37px;
}

.avviso span,
#avvisoArrivo span
{
    padding: 5px;
    border-top: double 2px #678;
    border-bottom: double 2px #678;
    font-size: 25px;
    color: #147;
}

.avviso a
{
    text-transform: uppercase;
    color: #147;
    text-decoration: none;
    padding: 3px;
    background: #147;
    color: #FFF;
    display: block;
    width: 150px;
    font-size: 20px;
    margin: auto;  
}

.avviso span a:hover
{
    text-decoration: underline;    
}

#main
{
    padding-bottom: 0px !important;   
}