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

#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 */
.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 secondario*/
.menu ul li ul {
    display: inline;
    left: 100px;
    position: absolute;
    top: 0;
    width: 320px;
}

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

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

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

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

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

/* ------------------------------------------------------------ END MENU */
.leftContent {
    width: 693px;
    background-image: url('layout/home.jpg');
    background-repeat: no-repeat;
    height: 312px;
    bottom: 0;
    position: absolute;
    right: 50%;
    overflow: hidden;
}

.imageLeft {
    width: 416px;
    height: 312px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------------------------------------------------------------------- CONTENUTO DESTRA */
.rightContent {
    width: 693px;
    background-image: url('layout/interne.jpg');
    height: 312px;
    bottom: 0;
    position: absolute;
    left: 50%;
    overflow: hidden;
}

/* ------------------------------------------------------------ BOTTIGLIE */
.bottiglie {
    position: absolute;
    top: 30px;
    height: 150px;
}

a.linkopacity img {
    padding-left: 0;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    border: 0;
}

a.linkopacity:hover img {
    filter: alpha(opacity = 100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

a.linkopacity.on img {
    filter: alpha(opacity = 100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

/*-------------------------------------------------------------------------------------------------------- DATI VINO PRODOTTI*/
.datiVino {
    position: absolute;
    width: 270px;
    height: 165px;
    top: 0px;
    color: #383838;
    font-size: 13px;
    background-repeat: no-repeat;
}

.datiVino h1 {
    font-size: 26px;
    color: #8a8a8c;
    line-height: 38px;
}

.datiVino a {
    color: #383838;
    line-height: 25px;
}

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

.rightContent p {
    font-size: 15px;
}

/*-------------------------------------------------------------------------------------------------------- SCROLLBAR */
.holder {
    position: absolute;
    bottom: 0px;
    margin: 15px;
}

.scroll-pane {
    width: 440px;
    height: 90px;
    overflow: auto;
    float: left;
}

#pane1 {
    height: 90px;
}

a.jScrollArrowUp {
    background: url('img/up.gif') repeat-x 0 0;
}

a.jScrollArrowDown {
    background: url('img/down.gif') repeat-x 0 0;
}



