/* === Savi Elettronica stylesheet ============================================== */
body {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    background: #1b1b1b url(img/back.gif) top repeat-x;
    text-align: center;
    color: #ccc;
}
h1 { font-size: 20px; color: #ddd; }
h2 { font-size: 18px; color: #ccc; }
h3 { font-size: 16px; }

h1 span { color: #d5a562; }
h2 span { color: #d5a562; }
h3 span { color: #d5a562; }

p { font-size: 12px; }
.it { color: #d5a562; }

a { border: 0; color: #d5a562; }
a img { border: 0; }

hr.clear {
    clear: both;
    display: none;
    visibility: hidden;
}
table { margin:0 0 12px; padding:0; }
table td { margin:0; padding:0; }
table td { padding: 0 16px 0 0; }
table td.images img { margin: 0 20px 0 0; }

/* === LAYOUT ========================================================== */
#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#header {
    margin: 16px 0;
    padding: 0;
}
#content {
    padding-bottom: 12px;
}
#footer {
    clear: both;
    padding: 12px 0 16px;
    border-top: 4px solid #8c8c8c;    
}
#menu {
    border-top: 1px solid #8c8c8c;
    text-align: left;
}
#content {
    clear: both;
    border-top: 1px solid #8c8c8c;
}
#left {
    width: 695px;
    float: left;
}
#right {
    margin-left: 700px;
}

/* --- MENU -------------------------------------------------------- */
#menu ul {
    list-style-type: none;
    margin: 0 24px 0 0px;
    height: 36px;
    float: left;
}
#menu ul.it { background: url(img/it.gif) center left no-repeat; }
#menu ul.en { background: url(img/en.gif) center left no-repeat; }

#menu ul li {
    float: left;
    height: 36px;
}
#menu ul li a {
    display: block;
    color: #dadada;
    margin: 0;
    padding: 0 12px 0 0;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
}
#menu ul.it a { color: #d5a562; }

#menu ul li a:hover { text-decoration: underline; }


/* === FOOTER ============================================== */
#footer h3 { font-size: 16px; margin:0; padding:0; color: #d5a562; }
#footer td {
    font-size: 12px;
    line-height: 20px;
}
