/*sicai*/
 html {
    margin: 0;
    padding: 0;  
}
* {
    font-family:Arial, sans-serif;
    color:#000;
    font-size:14px;
    /*line-height:28px;*/
}
.a, a:link {
    color: #000000;
    text-decoration: none;
    /*font-weight: bold;*/
}

.a, a:visited {
    text-decoration: none;
    color: #000000;
    /*font-weight: bold;*/
}
.a, a:hover {
    text-decoration: none;
    color: blue;
    /*font-weight: bold;*/
    text-decoration:underline;
}
.a, img {
  border:none;
}

body {
    background-color:#fff;
    /*background-size:cover;
    background-image:url(img/sfondo3.jpg);
    background-repeat:repeat-x;*/
    background-image:url(img/grad1.jpg);
    background-attachment:fixed;
    margin: 0;
    padding: 0;
    background-position:top;
}
ul {
  list-style-position:outside;
  list-style-type:disc;
  }
ul.b {
  margin-left:-25px;
  list-style-position:outside;
  list-style-type:none;
  }
h1 {
    font-size:18px;
    font-weight:bold;
    color:#000000;
    line-height:8px;
    }
strong {
    font-size:44px;
    font-weight:bold;
    line-height:1px;
    font-family:cursive;
    color:#000000;
    }
.menu {
    width:190px;
    position:fixed;
    margin-right:10px;
    margin-top:160px;
    text-align:left;
    float:left;
    font-size:25px;
    /*border:solid 1px red;*/
}
.menu a{
    /*font-size:16px;
    line-height:22px;font-size:25px;
    color:#666;*/
}
.menu img {
    /*padding-left:5px;
    padding-bottom:3px;*/
 }   
    
.menu a:hover img {
  /*background-color:#606060;
  box-shadow:3px 3px 8px #333333;*/
}


a#home{background:url(img/menu/home.png);width:180px;height:20px;display:block;background-repeat:no-repeat;margin-bottom:6px;margin-left:27px;}
a:hover#home{background:url(img/menu/home_on.png);background-repeat:no-repeat;margin-left:27px;}

a#sicai{background:url(img/menu/sicai.png);width:180px;height:20px;display:block;background-repeat:no-repeat;margin-bottom:6px;margin-left:27px;}
a:hover#sicai{background:url(img/menu/sicai_on.png);background-repeat:no-repeat;margin-left:27px;}

a#servizi{background:url(img/menu/servizi.png);width:180px;height:20px;display:block;background-repeat:no-repeat;margin-bottom:6px;margin-left:27px;}
a:hover#servizi{background:url(img/menu/servizi_on.png);background-repeat:no-repeat;margin-left:27px;}

a#contatti{background:url(img/menu/contatti.png);width:180px;height:20px;display:block;background-repeat:no-repeat;margin-bottom:6px;margin-left:27px;}
a:hover#contatti{background:url(img/menu/contatti_on.png);background-repeat:no-repeat;margin-left:27px;}

a#invia{background:url(img/invia.png);width:65px;height:20px;display:block;background-repeat:no-repeat;margin-bottom:6px;margin-left:5px;}
a:hover#invia{background:url(img/invia_on.png);background-repeat:no-repeat;margin-left:5px;}


a.su{background:url(img/open.png);width:25px;height:20px;display:block;background-repeat:no-repeat;padding-right:25px;padding-top:5px;}
a.su:hover{background:url(img/open_over.png);background-repeat:no-repeat;padding-right:25px;padding-top:5px;}	

a.giu{background:url(img/close.png);width:25px;height:20px;display:block;background-repeat:no-repeat;padding-right:25px;padding-top:5px;}
a.giu:hover{background:url(img/close_over.png);background-repeat:no-repeat;padding-right:25px;padding-top:5px;}
	
.sfondo {
    width:100%;
    /*height:600px;*/
    height:100%;
    margin:auto;
    /*margin-bottom:50px;*/
    z-index:-1;
    position:fixed;
    /*background-image:url(img/sfondo_600b.png);background-repeat:no-repeat;background-position:center;background-attachment:fixed;*/
}

.testi {
    width:600px;
    float:left;
    height:100%;
    margin:auto;
    margin-top:175px;
    padding-bottom:100px;
    /* margin-bottom:50px;
   margin-left:200px;
    border:solid 1px green;*/
    z-index:1000;
    /**/
}
.footer {
    background-image:url(img/footerbg.png);
    background-repeat:repeat-x;
    position:fixed;
    bottom:0px;
    width:100%;
    height:50px;
    z-index:10;
}

.informativa {
    color: #666;
    font-size: 12px;
    float: left;
    margin-top: 25px;
    margin-left: 5px;
}
.buteo {
    color: #666;
    font-size: 10px;
    float: right;
    margin-top: 25px;
    margin-right: 5px;
}
.buteo a:link {
    color: #666 ;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
.buteo a:hover {
    color: #666 ;
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}
.buteo a:visited {
    color: #666 ;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
#skypedetectionswf {display:none}
