* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 13px;
}

body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: "Times New Roman", Times, serif;
}

a {
    color: white;
    text-decoration: none;
    border: 0;
}

p {
    font-variant: small-caps;
    padding-left: 30px;
}

#credits {
    position: absolute;
    width: 200px;
    heigth: 13px;
    line-height: 0px;
    right: 0;
    bottom: 0;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 4px;
}

#azienda {
    position: absolute;
    width: 450px;
    heigth: 13px;
    line-height: 13px;
    left: 50%;
    margin-left: -225px;
    bottom: 0;
    color: white;
    text-align: right;
    padding-bottom: 4px;
    text-align: center;
}

.scheda {
    line-height: 20px;
    /*
     background-color:red;
     */
    font-size: 16px;
}

.tel {
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

p.contatti a, p.contatti a:visited {
    color: black;
}

p.contatti a:hover {
    text-decoration: underline;
}

#container {
    background: #7a7a7c;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: auto;
}

#content {
    position: absolute;
    width: 100%;
    top: 50%;
    background-color: #7a7a7c;
    height: 536px;
    margin-top: -268px;
}

#title {
    position: absolute;
    top: 0px;
    height: 45px;
    width: 534px;
    left: 50%;
    margin-left: -267px;
    background-image: url('layout/intestazione.jpg');
}

/* ------------------------------------------------------------ MENU */
.menu {
    height: 135px;
    position: relative;
    top: 90px;
    width: 110px;
    left: 50%;
    text-align: left;
    margin-left: -1px;
    border-left: 1px solid white;
    padding-left: 10px;
}

.menu ul li a, .menu ul li a:visited {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: #CCCCCC;
    text-decoration: none;
}

/*STATO ON MENU PRINCIPALE*/
.menu ul li a.on {
    color: white;
}

.menu ul li a.first {
    padding-top: 7px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
}

.menu ul li {
    float: left;
    position: relative;
}

.menu ul li ul {
    display: none;
}

/*hover tasto menu princ*/
.menu ul li:hover a {
    color: white;
}

/*container menu secondario*/
.menu ul li:hover ul {
    display: inline;
    left: 100px;
    position: absolute;
    top: 0;
    width: 320px;
}

/*bottoni menu secondario*/
.menu ul li:hover ul li a {
    color: #CCCCCC;
    display: block;
    float: left;
    text-align: center;
    border-left: 1px inset white;
}

.menu ul li:hover ul li a:hover {
    color: white;
}

.menu ul li:hover ul li a.trey {
    width: 57px;
    border-left: 1px inset white;
}

.menu ul li:hover ul li a.arcentarie {
    width: 107px;
    border-left: 1px inset white;
}

/* ------------------------------------------------------------ END MENU */
.image_holder {
    width: 1700px;
    left: 50%;
    margin-left: -850px;
    height: 312px;
    background-image: url('layout/home.jpg');
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

ul.schede {
    position: absolute;
    /*
     background-color: red;
     */
    width: 960px;
    margin-left: -480px;
    left: 50%;
    color: #383838;
}

ul.schede li img {
    padding: 0px 5px 10px 0px;
}

.top2 {
    top: 40px;
    font-size: 18px;
}

ul.schede.top2 a {
    font-size: 14px;
    color: #383838;
}

ul.schede.top2 a:hover {
    text-decoration: underline;
}

.top {
    top: 110px;
}

ul.schede li {
    text-decoration: none;
    list-style-type: none;
    width: 270px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    /*
     background-color: blue;
     */
}
















