
/* ---------------------------------------------------------------------
 -----------  PRINCIPALE ----- 
*/
#principale
{
    float:left;
    margin: 0;
    padding: 0;
    height: 523px;
    width: 806px;
    background: #62874A url(../images/raccolta/main_bg_pre.jpg) center top no-repeat;
}
#principale a
{
    color: #5D3F10;
    font-weight: bold;
    text-decoration: none;
}
#principale a:hover
{
    color: #CC411C;
}

#buttons
{
    font-size: 16px;
}
#buttons div
{
    width: 200px;
}

#buttons .carta
{
    position: relative;
    top: 136px;
    left: 160px; 
}
#buttons .plastica
{
    position: relative;
    top: 150px;
    left: 160px; 
}
#buttons .organico
{
    position: relative;
    top: 162px;
    left: 160px; 
}
#buttons .vetro
{
    position: relative;
    top: 116px;
    left: 478px; 
}
#buttons .non
{
    position: relative;
    top: 130px;
    left: 478px; 
}
#buttons .sfalci
{
    position: relative;
    top: 142px;
    left: 478px; 
}
#buttons .altri
{
    position: relative;
    top: 190px;
    left: 310px; 
}
#materiali
{
    margin-top: 210px;    
}
#materiali a
{
    font-size: 11px;
    padding-left: 20px;    
}
#principale ul
{
    margin-left: 190px;
    margin-top: 140px;
    list-style-type: none;  
}
#principale ul li
{
    background: url(../images/commons/bullet_round.gif) no-repeat top left;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #5D3F10;
}
#principale ul li span
{
    font-size: 12px;
    color: #CC411C; 
    font-weight: normal;
}
