* {
    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 {
    padding: 40px 0px 40px 20px;
}

#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;
}

#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;
}

/* MENU LINGUA */
#menuLeft {
    height: 100px;
    position: absolute;
    top: 118px;
    width: 50px;
    left: 50%;
    margin-left: -51px;
    /*
     background-color:#0000FF;
     */
    border-right: 1px solid white;
    text-align: right;
    padding-top: 6px;
}

#menuRight {
    height: 100px;
    position: absolute;
    top: 118px;
    width: 50px;
    left: 50%;
    text-align: left;
    padding-top: 6px;
    /*
     background-color:#0000FF;
     */
}

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

.ita, .eng {
    display: none;
}

.lang {
    visibility: auto;
}

/* ------------------------------------------------------------ END MENU */
.image_holder {
    width: 100%;
    height: 312px;
    bottom: 0;
    position: absolute;
    /*left:50%;
     margin-left:-480px;*/
    overflow: hidden;
}

.image {
    width: 1729px;
    height: 312px;
    position: absolute;
    top: 0px;
}

.topDiv {
    position: absolute;
    width: 1729px;
    top: 0;
    height: 156px;
    background-color: #7a7a7c;
}

.bottomDiv {
    position: absolute;
    width: 1729px;
    height: 156px;
    bottom: 0;
    background-color: #7a7a7c;
}

/* CARATTERI */
a.lang {
    cursor: default;
    padding: 8px;
}

a.lang:hover {
    text-decoration: underline;
}















