/* Screen layout: */
*{
    margin: 0;
    padding: 0;
}

body{
    margin:0;
    padding:30px 0;
    font:68% verdana,sans-serif;
    background:#047 url(img/bodybg.png) repeat-x fixed;
    color:#222;
}

#thetop{
    margin:0;
}

#container{
    width:720px;
    margin:0 auto;
    padding:20px 20px 0 20px;
    background:#fff url(img/contbg.png) no-repeat;
    color:#047;
}

a{
    background-color:inherit;
    color:#3A31E6;
}

a:hover{
    text-decoration:none;
    cursor: pointer;
}

a img{
    border:0;
}

p{
    margin:0 0 15px 0;
    line-height:1.5em;
}

#main p{
    padding:0 0 0 10px;
    text-align: justify;
}

#logo{
    float:left;
    width:240px;
    margin:0 20px 0 0;
    padding:0 0 25px 0;
    background:#eee;
    border:4px solid #dde;
    text-align:center;
    color:#555;
    overflow:auto;
}

#logo h1{
    margin:50px 5px 1px 5px;
    letter-spacing:-3px;
}

#logo a{
    background-color:inherit;
    color:#26a;
    text-decoration:none;
}

#logo a:hover{
    background-color:inherit;
    color:#69e;
}

#tagline{
    text-align:center;
    font-size:1.2em;
}

#intro p{
    line-height:1.5em;
    text-align: left;
    height: 70px;
    margin: 0;
}

#main{
    float:left;
    width:530px;
    margin-right:20px;
    padding:0;
}

.headerstyle{
    display:block;
    margin:10px 0 10px 0;
    padding:5px 0 5px 8px;
    background:#eee url(img/gradient2.png) repeat-x;
    color:#047;
    border-top:1px solid #ddd;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    border-left:1px solid #ddd;
    text-decoration:none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bottomstyle {
    border-bottom: 2px #6600FF solid;
    padding: 10px 0 5px;
}


#sidebar{
    width:155px;
    float:right;
    margin-top:20px;
    font-size:1em;
    line-height:1.3em;
}

#sidebar p{
    font-size:1em;
}
#sidebar h3{
    margin-top: 40px;
}
#sidebar img{
    margin: 0 0 -2px;
    padding: 0;
    border: 0;
}

#sidebar a img {
    margin: 2px 6px;
}


.sidelink{
    display:block;
    width:140px;
    margin:3px 10px 2px 0;
    padding:5px 0 5px 8px;
    font-size:1.1em;
    font-weight:bold;
    text-align:left;
    background:#eee url(img/gradient1.png) repeat-x;
    color:#26c;
    border-top:1px solid #ddd;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    border-left:1px solid #ddd;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.sidelink:hover,.menuheader{
    background:#fff url(img/gradient2.png) repeat-x;
    color:#047 ;
    border-top:1px solid #ddd;
    border-right:1px solid #888;
    border-bottom:1px solid #888;
    border-left:1px solid #ddd;
    text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#footer{
    margin:0 auto 20px auto;
    width:760px;
    background:#fff url(img/footerbg.png) bottom left no-repeat;
    padding:10px 0 5px 0;
    font-size:0.9em;
    color:#888;
    text-align:center;

}

h1,h2,h3,h4{
    margin:0 0 10px 0;
    font-weight:normal;
}

h1{
    font-size:2.8em;
}

h2{
    margin:0 0 4px 0;
    font-size:1.8em;
}

h3{
    margin:20px 0 8px 5px;
    font-size:1.7em;
}

h4{
    margin:10px 0 5px 0;
    font-size:1.2em;
    font-weight: bold;
}

h5{
    font-size: 1em;
    margin: 8px 0 ;
}


.clear{
    clear:both;
    margin:0;
}

.linea{
    border-bottom: 2px solid #DDDDDD;
}

.internallink{
    font-size:0.9em;
    text-align:center;
}

.block{
    padding:10px;
    background:#eee url(img/gradient1.png) repeat-x;
    margin-bottom: 20px;
    border:2px solid #ddd;
    box-shadow:4px;
    -webkit-box-shadow:4px;
    -moz-border-radius: 4px;
}

.credit{
    color:#888;
    background-color:inherit;
}

.hide{
    display:none;
}

div.minipic
{
    float:left;
    background:url(images/dropshadow.jpg) no-repeat bottom right;
    margin:10px 5px -5px 6px;
    padding:0 6px 6px 0;
}

div.minipic img
{
    display:block;
    position:relative;
    top:-5px;
    left:-5px;
    border:1px solid #ccc;
    border-color:#ccc #666 #666 #ccc;
    padding:5px;
}

div.minipic_2 img
{
    float: left;
    border:1px solid #ccc;
    border-color:#ccc #666 #666 #ccc;
    margin: 5px 12px 2px 8px;
    padding:5px;
    box-shadow: 5px 5px 3px #B0B0B0;
    -webkit-box-shadow: 5px 5px 3px #B0B0B0;
    -moz-box-shadow: 5px 5px 3px #B0B0B0;
}

#slideshow-container	{
    width:200px;
    height:140px;
    position:relative;
    float:left;
    background:url(images/dropshadow.jpg) no-repeat bottom right;
    margin:0 5px 5px 0;
    padding:0 7px 7px 0;
}

#slideshow-container img {
    display:block;
    position:absolute;

    border:1px solid #ccc;
    border-color:#ccc #666 #666 #ccc;
    padding:5px;
    z-index:1;
}

div.video
{
    float: left;
    width: 500px;
    padding: 6px;
}

.gallery{
    float: left;
    width: 420px;
}


/*stili per il form di contatto*/

form,fieldset
{
    margin-top:0;margin-left:0;padding: 0;border: 0px solid #000
}
form label
{
    float:left;width:80px;line-height:23px;margin-right:5px;text-align:right
}
form input,textarea
{
    margin-bottom:12px;border-style:solid;border-color: #8C8C8C #ABABAB #ABABAB #8C8C8C;
    border-width:2px 1px 1px 2px;background: url(images/inputbk.jpg) repeat-x bottom
}
form p.rosso
{
    color: red;
    margin-left: 4px;
    font-weight: bold;
    display: inline;
}
.radio
{border: 0px;
 background: none;
}
.radioinput
{ margin: 0;
  background: #E6E6E6 url(images/buttonbk.jpg) repeat-x center left


}
input#submit
{
    margin: 10px 0 0 90px;border: 1px solid #CCC;padding: 0 5px;
    background: #E6E6E6 url(images/buttonbk.jpg) repeat-x center left
}

.flash {
    margin:20px 0 0 20%;
}

.ancora {
    float:left;
    margin:0 15px 4px 0;
}

ul{
    padding-left: 20px;
}

dl{
    padding: 0 36px 20px 5px;
}

dt {
    font-weight:bold;
    padding-top:10px;
}

dd{
    padding: 1px 0 1px 8px;
}

dd a{
    float: left;
    padding-right: 10px;
}

dd a img
{
    margin: 0 0 -3px 10px;
}
table {
}

th {
    background-color:   #D7D5DB;
    color: #5A6370;
    padding: 2px 0
}


td {
    padding: 2px 6px 3px;
    font-size: 0.8em;
    background-color: #ECEBED;
    color: #5A6370
}


.left {
    float: left;
    text-align:left;
}

.left_g {
    float: left;
    font-size: 0.8em;
    text-indent: 6px;
    width: 140px;
}

.right
{
    float: right;
    margin: 8px 0 20px 20px ;
    font-size: 0.8em;
    text-align:left;
}
.right ul {
    font-size: 1.3em;
    list-style-type: none;
    line-height: 1.6em;
}

pre {
    font-size: 1em;
    padding-left: 10px;
    font-family: "Courier New", Courier, monospace;
}
.centro
{
    margin-left: 80px;
    font-style: italic;
}
li.current {
    list-style-type: disc
}

hr{
    margin-bottom: 10px;
}

/*- Menu Tabs 4--------------------------- */

#tabs {
    float:right;
    width:400px;
    line-height:normal;
    font-size: 90%;
    margin: -10px  -1px ;
}
#tabs ul {
    list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:right;
    background:url("images/tableft.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url("images/tabright.gif") no-repeat right top;
    padding:5px 10px 4px 6px;
    color:#6B78A9;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs a.current span{
    color:#003575;
}
#tabs a:hover, #tabs a.current {
    background-position:0% -42px;
}
#tabs a:hover span, #tabs a.current span {
    background-position:100% -42px;
}

#time {
    padding: 0 64px;
    float: left;
    width: 158px;
    height: 60px;
    font-style: italic;
    margin-bottom:4px;
    background:#eee url(img/gradient2.png) repeat-x;
    border-top:1px solid #ddd;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    border-left:1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /* width: 154px */
}
#time h2 {
    font: italic bold 3em "Comic Sans MS";
    margin: 5px 0 0;
    text-align: center
}

.weather {
    margin-top:8px;

}

.meteo {
    border: 1px solid #BBBBCC;
    padding:1px;
    height:40px;
    width:40px;
    float:left;
    margin:0 0 10px 6px;
}

.condition {
    float:left;
    padding-left: 10px;
    width:80px;
}

.condition p{
    line-height: 14px;
    margin: 0;
}
h4.m {
    border-bottom:2px solid red;
    padding:2px;
    width:96px;
}

/* menu tabs mootools */
#home {position:relative;   margin-bottom:10px; float: left; }
.feature {  position:absolute; width:530px; overflow:hidden; }


