* {
    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-size: 14px;
}

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

.territorio {
    width: 430px;
    padding: 70px 0px 10px 20px;
}

#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: 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 */
.leftContent {
    width: 693px;
    height: 312px;
    bottom: 0;
    position: absolute;
    right: 50%;
    /*left:50%;
     margin-left:-480px;*/
    overflow: hidden;
}

#slideshow {
    position: absolute;
    right: 0;
    width: 693px;
    height: 312px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
	filter: alpha(opacity = 0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    -khtml-opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
	filter: alpha(opacity = 100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

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





















