* {
    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;
}

.contatti {
    width: 400px;
    line-height: 20px;
    padding-top: 30px;
    /*
     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: 100%;
    height: 312px;
    background-image: url('layout/home.jpg');
    background-repeat: no-repeat;
    bottom: 0;
	position: absolute;
	overflow: hidden;
}

.imageLeft {
    width: 251px;
    height: 312px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 50%;
    margin-left: -270px;
    top: 0px;
    right: 0px;
}

/* -------------------------------------------------------------------------------- CONTENUTO DESTRA */
.rightContent {
    width: 50%;
    height: 312px;
    bottom: 0;
    position: absolute;
    left: 50%;
    overflow: hidden;
}
















