﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    background-image: url(../img/sfondo.gif);
    font-family : 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
    font-size : 12px; 
}
#centrato
{
    width: 750px;
    margin: auto;
    text-align: left;
    font-size: 12px;
}
#corpo
{
    width: 750px;
    float:left;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    padding-top:30px;
    background: #FFF;
}
#colonna-sx
{
    float: left;
    width: 420px;
    margin-left: 6px;
    background: transparent;
    color: #000;
}
#colonna-dx
{
    float: right;
    width: 290px;
    margin-right: 10px;
    background: transparent;
    color: #000;
}
#monocolonna
{
    float: right;
    width: 720px;
    margin-right: 10px;
    margin-left: 6px;
    background: transparent;
    color: #000;
}
#header
{
    /*background: #FFF;*/
    background: url(../img/koala-logo.jpg) no-repeat;
    color: #FFF;
    height:275px;
}
#footer
{
    background: #666;
    color: #FFF;
    clear: left;
    text-align: center;
}
#footer a:hover,a:visited,a:active,a
{
    text-decoration: underline;
    color: #FFF
}

#intestazione, #colonna-sx, #colonna-dx, #footer
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div p
{
    margin: 0;
    padding: 0.5em 1em;
}
#menu 
{
    position:relative;  
    width : 750px;
    height : 85px;
    /*margin: 190 0 0 0;*/
    padding: 235 0 0 0;
    /*margin-top: 190px;*/
    /*background: #FFF;*/
    /* immagine di sfondo */
    /*background: url(../img/koala-logo.png) no-repeat;*/
}
#menu li
{
    float: left;
    list-style : none;
    /*display: inline;*/
    width:106px;
    height:38px;
    margin: 0 10px 0 5px;
}
.menuuno a
{
    background: url(../img/bottone_bianco_b.png) no-repeat;
    text-decoration: none;
    display: block;
    /*text-indent: -9999em;*/
    width: 106px;
    height: 38px;   
}
.menuuno a:hover
{
    /*background: url(../img/bottone_hover.gif) no-repeat;*/
    background: url(../img/bottone_hover_b2.png) no-repeat;
}
.menuuno ul
{
    margin: 0;
    padding: 0.3em 0;
    border-bottom: 1px solid #666;
}


/*
.menuuno a 
{
    padding: 0.3em 15px;
    height: 0;
    margin: -0.3em o;
    text-decoration: none;
    white-space: nowrap;
}

.menuuno ul
{
    position: absolute;
    left: 0;
    top: 1.9em;
    width: 100%;
}
*/
/* ombra del box dell'immagine nelle vetrine */
.ombraEsterna
{
    margin: 1em 0;
    background: #CCC;
    position: relative;
    top:4px;
    left:4px;
}
.boxConOmbra
{
    border: 1px solid #666;
    position:relative;
    background: #FFF;
    top:-4px;
    left:-4px;
}
/* img e testo nella vetrina */
td.imgTesto
{
    text-align: justify;
}
td.imgTesto img
{
    float:left;
    margin: 5px;
}
td.imgTesto a
{
    color: Blue;
}
#vetrinamain, #vetrinapiccola
{
    font-size:10px;
}
#vetrinamain td, #vetrinapiccola td
{
    padding-top:5px;
    padding-bottom:5px;
}
/* tabella delle news */
#news
{
    font-size: 10px;
}
#news td
{
    padding-top:5px;
    padding-bottom:5px;
}
td.links a
{
    color: Blue;
}


