@import 'reset.css';
@import 'common.css';

body {
    background-color: #FFF;
    background-image: url(../img/background_top.gif);
    background-repeat:repeat-x;
    background-position: 0px -50px;
    color: #330;
    font-family: sans-serif, verdana, arial;
    letter-spacing:1px;
}

#container {
    width:900px;
    margin:auto;
    margin-top:30px;
}

#header {
    padding-top:15px;
}

#logo {
    border-width: 0px 10px;
    border-color: #693;
    border-style: solid;
    padding:10px;
    font-size:50px;
    float:left;
    text-transform: uppercase;
    text-align:center;
    color: #C60;
}
#logo {
    display:block;
    width:340px;
    height: 120px;
    text-indent:-9000px;
    background-image: url("../img/logo.jpg");
    background-repeat:no-repeat;
    background-position: 10px 10px;
}
.cone {
    letter-spacing:-3px;
}
.ctwo {
    color: #693;
    letter-spacing:7px;
}

#menu {
    float:right;
    width: 500px;
}
#menu li{
    float:left;
    width:161px;
}
#menu a {
    color:inherit;
    text-decoration:none;
    text-transform: uppercase;
    letter-spacing:1px;
    display:block;
    float:left;
    width:159px;
    text-align: center;
    padding-top:25px;
    padding-bottom:25px;
    border-style:solid;
    border-width: 1px;
    border-color: white;
    color: #C60;
}
#menu a:hover {
    background-color:#F4EEE2;
}
#menu a.up {
    border-top-color: #726752;
    border-top-width: 1px;
}
#menu a.down {
    border-bottom-color: #726752;
    border-bottom-width: 1px;
}
#menu a.left {
    border-left-color: #726752;
    border-left-width: 1px;
}
#menu a.right {
    border-right-color: #726752;
    border-right-width: 1px;
}

#content {
    padding-top: 30px;
}

div.content-header {
    font-weight:bold;
    font-size:150%;
    margin-bottom:20px;
    background-image: url(../img/content_header_bg.gif);
    background-repeat:repeat-x;
    background-position: 0px -4px;
    padding-bottom:5px;
    color: #C60;
}

h2 {
    background-color: white;
    width:auto;
    float:left;
    padding-left: 20px;
    padding-right: 20px;
    
}

h2.inpage {
    font-weight:bold;
    font-size:130%;
    color: #C60;
    padding-left: 0px;
    display:inline;
    float:none;
}

h3 {
    display:block;
    width:500px;
    height: 45px;
    text-indent:-9000px;
    background-repeat:no-repeat;
}
h3.sole1 {
    background-image: url(../img/sole1.jpg);
}
h3.sole2 {
    background-image: url(../img/sole2.jpg);
}
h3.sole3 {
    background-image: url(../img/sole3.jpg);
}
h3.luna1 {
    background-image: url(../img/luna1.jpg);
}
h3.luna2 {
    background-image: url(../img/luna2.jpg);
}
h3.luna3 {
    background-image: url(../img/luna3.jpg);
}
h3.luna4 {
    background-image: url(../img/luna4.jpg);
}
#footer {
    text-align:center;
    background-color: #669933;
    padding:10px;
    color: #fff;
    font-size:90%;
    margin-top:40px;
    margin-bottom:40px;
}

p {
    margin-bottom:10px;
    text-align:justify;
}
p.quote {
    text-align:center;
    font-style:italic;
    margin-top:20px;
    margin-bottom:30px;
}
img.left {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

img.right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

div.tabprezzi {
    /*float:left;
    width:450px;*/
}

table {
    width: 100%;
}
table td, th {
    padding:5px;
}
table th {
    font-weight:bold;
}


label {
    display:block;
    width:120px;
    float:left;    
    padding-right: 10px;
    text-align:right;
}






