/*
* CSS www.combustibilirosson.it
* (c) 2010 Alessandro De Zorzi - www.rhx.it
*/

*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #000000;
    background-image: url("/img/fondo.jpg");
    background-position: left top; 
    background-repeat: repeat-x;
    font-family: "Helvetica", "Arial", sans-serif;
}

#container
{
    margin-top: 8px;
    width: 850px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#testa
{
    display: block;
    width: 850px;
    height: 144px;
    background-image: url("/img/testa.png");
    background-position: left top; 
    background-repeat: no-repeat;
}

#testa h1
{
    display: none;
}

#testa a
{
    display: block;
    text-decoration: none;
    width: 850px;
    height: 124px;
}

#menu
{
    display: block;
    width: 850px;
    height: 31px;
    line-height: 31px;
    background-image: url("/img/barramanu.png");
    background-position: left top; 
    background-repeat: repeat-x;
    border-bottom: 2px solid #333333;
}

#menu ul
{
    float: right;
    list-style-type: none;
}

#menu ul li
{
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
    background-image: url("/img/b_filo.png");
    background-position: left top; 
    background-repeat: no-repeat;
}

#menu ul li a
{
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
}

#menu a:hover, #menu a.menuHere
{
    text-transform: uppercase;
    text-decoration: none;
    color: #990000;
}

#corpo
{
    display: block;
    width: 850px;
    height: 440px;
    overflow: hidden;
    background-color: #ffffff;
}

#quadriSx
{
    display: block;
    float: left;
    width: 240px;
    height: 440px;
    background-image: url("/img/quadri_sx.jpg");
    background-position: 40px 40px; 
    background-repeat: no-repeat;
    color: #333333;
}

#textBox
{
    display: block;
    float: left;
    width: 608px;
    height: 440px;
    background-image: url("/img/sfondo_pagina.jpg");
    background-position: bottom right; 
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
}

#subTextBox
{
    margin-top: 40px;
    margin-left: 167px;
    width: 408px;
}

#subTextBox p
{
    margin-top: 5px;
}

#subTextBox h2
{
    color: #555555;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 6px;
}

#subTextBox label
{
    width: 80px;
    float: left;
    text-align: right;
    padding-right: 16px;
}

#subTextBox ul
{
    padding-left: 20px;
}

#subTextBox ul ul
{
    padding-left: 40px;
}

#doveSiamo
{
    display: block;
    float: left;
    width: 773px;
    height: 426px;
    background-image: url("/img/sfondo_dove.jpg");
    background-position: bottom right; 
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
}

#footer
{
    display: block;
    width: 850px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-image: url("/img/piede.png");
    background-position: left top; 
    background-repeat: no-repeat;
    color: #333333;
    font-size: 12px;
}


