﻿.pulisci-sx { clear: left;}
.bianco
{
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.margine-sx { margin-left: 10px;}
.centocinquanta { width: 150px;}
.testo-centrato { text-align: center;}
.allinea-dx { text-align: right;}
.testo-piccolo { font-size: x-small; }
.bordo-rosso
{
    border: 2px inset #E60000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.distanza /* STILE PER DUE ELEMENTI CHE SI TROVANO UNO DI FIANCO ALL'ALTRO */
{
    margin-right: 20px;
    margin-left: 20px;
}
.grassetto
{
    font-weight: bold;
}
.prima-colonna
{
    width: 31%;
}
.seconda-colonna
{
    width: 23%;
}
.evidenziato /* HA LA STESSA FORMATTAZIONE #box-sx div.caption */
{
    background-color: #e60000;
    color: #DDDDDD;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}
.privacy
{
    border: 1px inset #666666;
    padding: 5px 5px 30px 5px;
    width: 80%;
    height: 100px;
    font-size: x-small;
    color: #666666;
    overflow: scroll;
    margin-right: auto;
    margin-left: auto;
}
.centrale /*APPLICATO A REGISTRAZIONE, CONTATTI, DOVE SIAMO*/
{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border: 2px inset #E60000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
}
.centrale p
{
    padding-right: 15px;
    padding-left: 15px;
}
.frame
{
    border-style: none;
    height: 400px;
    width: 700px;
}
input[type=text].box
{
    height: 200px;
}
#box-sx p.titoli
{
    margin: 25px 0px 10px 0px;
    background-color: #e60000;
    color: #DDDDDD;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}
select
{
    font-size: x-small;
    width: 250px;
    height: 22px;
}
input[type=submit]
{
    background-color: #FDC153;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    -webkit-box-shadow: inset -2px -2px 5px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset -2px -2px 5px 1px rgba(0, 0, 0, 0.6);
    box-shadow: inset -2px -2px 5px 1px rgba(0, 0, 0, 0.6);
    font-size: x-small;
}
a { text-decoration: none;}
input[type=text] { font-size: x-small;}
table
{
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 99%;
}
body
{
    margin: 0px;
    background-color: #E60000;
}
html, body, #container
{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
html>body, html>body #container
{
    height:auto;
}  
#header
{
    background-position: right top;
    height: 160px;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    background-image: url('img/header.png');
    background-repeat: no-repeat;
}
#header img {
}
#container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E70000;
    font-size: small;
    position: absolute;
}
#sfondo
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E2E2E2;
    height: 100%;
    padding-bottom: 18px;
}
#navbar
{
    width: 950px;
}
#navbar div
{
    float: left;
    width: 130px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e60000;
    cursor: pointer;
    height: 20px;
    padding-top: 6px;
    background-color: #FFFFFF;
}
#navbar a
{
    color: #999999;
}
#navbar div:hover a 
{
    color: #e60000;
}
#navbar p
{
    margin: 0px;
}
#navbar div:hover p
{
    width: 128px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #e60000;
    border-left-color: #e60000;
}
#navbar #home:hover p
{
    border-left-style: none;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e60000;
    width: 126px;
}
#navbar #home p
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    width: 127px;
}
#navbar #home
{
    width: 127px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e60000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
#navbar #utilizzo:hover p
{
    border-right-style: none;
    width: 127px;
}
#navbar #utilizzo
{
    width: 128px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e60000;
}
#navbar div.bordo-superiore
{
    width: 86px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e60000;
    border-bottom-style: none;
    background-color: #E2E2E2;
}
#content
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    margin-top: 5px;
    float: left;
}
#box-sx
{
    float: left;
    width: 200px;
    color: #575757;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#box-sx div
{
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #FFFFFF;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #e60000;
    border-bottom-color: #e60000;
    border-left-color: #e60000;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
}
#box-sx div.caption
{
    background-color: #e60000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    color: #DDDDDD;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}
#box-sx ul
{
    padding: 0px 5px 0px 5px;
    margin: 0px;
    list-style-type: none;
}
#box-sx a {color: #575757;}
#box-dx
{
    float: left;
    width: 740px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4F4F4F;
    margin-bottom: 20px;
}
#footer
{
    width: 100%;
    height: 18px;
    text-align: center;
    font-size: x-small;
    font-family: Tahoma;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 6px;
    background-color: #e60000;
    color: #DDDDDD;
}
#footer p
{
    margin: 0px;
}
#box-sx li
{
    line-height: 22px;
    padding-left: 3px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}
#box-sx a:hover { color: #e60000;}
#box-sx li:hover a
{
    color: #e60000;
}
#box-sx li:hover
{
    background-color: #E6E6E6;
    cursor: pointer;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #e60000;
}
#box-sx p
{
    margin-top: 15px;
    margin-bottom: 5px;
}
#box-sx p a:hover
{
    color: #FDBB40;
    text-decoration: underline;
}
#box-sx img { vertical-align: middle;}
#contenuto, #contenuto01
{
    width: 730px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 15px;
}
#titolo
{
    width: 190px;
    margin-right: 0px;
    margin-left: auto;
    color: #E60000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E2E2E2;
    font-weight: bold;
}
#contenuto div
{
    width: 230px;
    float: left;
    margin-left: 10px;
}
h4
{
    font-size: 14px;
    text-align: center;
    color: #666666;
}
#contenuto img
{
    width: 200px;
    margin-right: 15px;
    margin-left: 15px;
}
h5
{
    font-size: 14px;
    color: #666666;
}
/*CONTENUTI*/
.prezzi
{
    border: 1px ridge #CCCCCC;
    display: block;
    width: 98px;
    margin-left: 130px;
    height: 27px;
    background-color: #E70000;
    color: #E6E6E6;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}
#contenuto01 ul
{
    list-style-type: none;
    margin: 10px 0px 10px 0px;
    line-height: 24px;
}
/*CONTATTI*/
#contatti
{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
#contatti input[type=text]
{
    width: 220px;
}
#contatti table
{
    padding: 10px;
    margin-bottom: 20px;
    background-color: #E7E3E7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#contatti table td
{
    vertical-align: top;
}
