* {
margin: 0px;
padding: 0px;
}

body {
background-color: #edf0e3;
font-family: arial, verdana, sans-serif;
font-size: 10pt;
text-align: center;
}

a:link, a:visited {
    background-color: transparent;
    color: #990000;
    text-decoration: none;
}

a:active, a:hover {
    background-color: transparent;
    color: #990000;
    text-decoration: underline;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
        text-align: left;
}

#header {
    float: left;
    width: 100%;
    min-height: 130px;
    height: auto !important;
    height: 130px;
    background-color: #fff;
    color: #444;

}

#header .logo {
    float: left;
    width: 100%;
    height: 100px;
}

#header .navbar {
    float: left;
    width: 100%;
    height: 30px;
   background-color: #770000;
   color: #ededed;
}

#header .navbar  ul {
    display: inline;
    float: left;
    list-style: none;
    width: 100%;
    padding-left: 20px;
}

#header .navbar  li {
    display: inline;
    float: left;
    list-style: none;
    width: auto;
    padding-top: 8px;
    padding-right: 10px;
    font-size: 10pt;
    font-weight: bold;
    font-variant: small-caps;
}

#header .navbar li a:link, #header .navbar li a:visited {
    list-style: none;
    background-color: transparent;
    color: #ededed;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 110px;
    margin-right: 2px;
}

#header .navbar li a:active, #header .navbar li a:hover {
      list-style: none;
    background-color: #ededed;
    color: #770000;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 110px;
    margin-right: 2px;
}

.spotlight {
    background-color: transparent;
    float: left;
    width: 900px;
    height: 200px;
}

#main {
    float: left;
    width: 900px;
    background-color: #fff;
    color:#333;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main h1 {
    font-size: 18pt;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #dfdfdf;
    text-align: left;
    padding-left: 20px;
}

#main .boxPresentazione {
    float: left;
    width: 250px;
    background-color: transparent;
    color: #333;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main .boxPresentazione .boxnews {
    padding-left: 10px;
    padding-right: 5px;
}
#main .boxCentro {
    float: left;
    background-color: #fff;
    width: 450px;
    /*border-left: 1px #333 dashed;
    border-right: 1px #333 dashed; */
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main .boxCentro .sx {
    width: 190px;
    float: left;
    /* border-bottom: 1px solid #333; */
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 200px;
    height: auto !important;
    height: 200px;

}

#main .boxCentro .dx {
    width: 250px;
    float: left;
    /* border-bottom: 1px solid #333; */
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 200px;
    height: auto !important;
    height: 200px;

}



#main .boxBanner {
    float: right;
    background-color: transparent;
    color: #333;
    width: 185px;
    text-align: center;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main .boxTesto {
     float: left;
    background-color: #fff;
    width: 450px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main .boxMedia {
     float: right;
    background-color: #fff;
    width: 430px;
    text-align: center;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#main .boxMedia img {
    width: auto;
}

#main .boxFulltesto {
    float: right;
    background-color: #fff;
    color: #333;
    text-align: left;
    line-height: 1.2em;
    width: 640px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

#footer {
    float: left;
    background-color: #bbb;
    font-size: 9pt;
    color: #222;
    text-align: center;
    width: 900px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}


#footer a:link, #footer a:visited {
    color: #555;
    text-decoration: none;
}
#footer a:active, #footer a:hover {
    color: #555;
    text-decoration: underline;
}

.formail {
    font-size: 10pt;
    color: #333;
    width: 250px;
    padding-left: 10px;
    background-color: transparent;
}

.formail div {
    display: block;
    margin-bottom: 5px;
}

.formail label {
    width: 240px;
    display: block;
    background-color: #800;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

.formail input[type="text"] {
    width: 240px;
    background-color: #ddd;
    border: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #222;
    text-align: left;
}
.formail textarea {
    width: 240px;
    height: 90px;
    background-color: #ddd;
    border: 0px;
    color: #222;
    text-align: left;
}
