@charset "utf-8";
@import url("form.css");
@import url("img.css");
@import url("catalogo.css");
@import url("altro.css");
/* CSS Document */
input,select,textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius:5px;
}

a
{
    text-decoration:none;
    /*color:#FFFFFF;*/
    color: #000000;
}	

a:hover
{
    color:#808080;
}

html,body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#000000;
    margin-top:0px;
    background-color:#FFFFFF;

}
img{border: none;}
#main
{
    width:850px;
    height:auto;
    margin-top:0px;
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
}

#ing
{
    background-image:url(../images/ing.jpg);
    background-repeat:no-repeat;
    float:left;
    width:39px;
    height:20px;
    margin-top:65px;

}

#ita
{
    background-image:url(../images/ita.jpg);
    background-repeat:no-repeat;
    float:left;
    width:29px;
    height:20px;
    margin-left:20px;
    margin-right:10px;
    margin-top:65px;
}

#logo
{
    background-image:url(../images/log.png);
    background-repeat:no-repeat;
    float:left;
    width:150px;
    height:100px;
    padding-right:0px;
    margin-top:2px;
}

#header
{
    width:850px;
    height:100px;
    text-align:right;
    /*color:#FFFFFF;*/
    color: #000000;
    border-bottom:#666666 solid 2px;
}

#bottom
{
    float:right;
    margin-top:55px;
    display:block;
}

#bottom a
{
    /*background-color:#666666;*/
    margin-right:2px;
    width:90px;
    height:40px;
    float:left;
    text-align:right;
    padding-right:5px;
    /*color:#FFFFFF;*/
    color: #000000;
    font-weight:500;
    text-decoration:none;
    overflow:hidden;
    line-height:60px;
}

#bottom a:hover
{
    /*background-color:#0066CC;*/
    /*color:#FFFFFF;*/
    color:#CCC;
}

#flash
{
    width:700px;
    height:300px;
    margin-top:5px;
    float:right;
    z-index: 0;
}
.ft-title { padding: 10px 10px; text-align: left; top:50%; height: 20px; }/*classe per il titolo delle immagini in home*/
#contenuto
{
    width:850px;
    height:auto;
    float:left;
    margin-top:0;
    margin-bottom:0px;
}

#altro
{
    margin-top:10px;
    float:left;
    width:850px;
    height:auto;
    display:block;
    color:#000000;
    text-align:center;
}

#top_right
{
    float:right;
    display:block;
    /*background-color:#666666;*/
}

#top_right h2
{
    font-size:30px;
    text-align:left;
    color:#006;
    font-weight:bold;
}

#altro h1
{
    margin:0px;
    margin-bottom:1px;
    font-size:12px;
    font-weight:normal;
    text-align:right;
    color:#666666;
    /*background-color:#FFFFFF;*/
}

#top_left
{
    float:left;
    margin-right:5px;
    width:300px;
    padding:0px;
    overflow: hidden;
    height:170px;
    /*background-color:#666666;*/
}

#top_center
{
    float:left;
    width:200px;
    /*height:200px;*/
    margin-right: 20px;
    /*background-color:#666666;*/
}

#bottom_right
{
    margin-top:0px;
    margin-left:5px;
    float:left;
    /*background-color:#666666;*/
    width:300px;
}

#bottom_left
{
    margin-top:10px;
    width:300px;
    float:left;
    height:180px;
    /*background-color:#666666;*/
}

#bottom_left h1
{
    text-align:left;
}

#news
{
    float:right;
    width:190px;
    height:180px;
    /*background-color:#666666;*/
    margin-top:10px;
    margin-left:0px;
    margin-right:0px;
}

#news h1
{
    margin:0px;
    margin-bottom:1px;
    font-weight:normal;
    text-align:right;
    color:#666666;
    background-color:#FFFFFF;
}

#consigli
{
    float:right;
    width:150px;
    height:170px;
    display:block;
    /*background-color:#666666;*/
    margin-top:10px;
    margin-left:5px;
    margin-right:0px;
}

#consigli h1
{
    margin:0px;
    margin-bottom:1px;
    font-weight:normal;
    text-align:center;
    color:#666666;
    background-color:#FFFFFF;
}


#fiore
{
    background-image:url(../images/viola.jpg);
    background-position:center;
    display:block;
    background-repeat:no-repeat;
    width:150px;
    height:120px;
    float:right;
    margin-top:25px;
}


#footer
{
    border-top:double #666666;
    float:left;
    width:850px;
    margin-top:5px;
    height:25px;
    font-size:8px;
    text-align:center;
    color:#666666;
    margin-top: 30px;
}

#footer a
{
    text-decoration:none;
    color:#666666;
}

#footer a:hover
{
    text-decoration:underline;
}

#top
{
    width:40px;
    height:300px;
    float:left;
    display:block;
    margin-top:5px;
    z-index: 99;
}

#top img
{
    width: 40px;
    z-index: 99;
}

#top a:hover
{
    color: #000000;
    text-decoration: underline;
    z-index: 99;
}
h1 a
{
    margin:0px;
    margin-bottom:1px;
    font-weight:normal;
    text-align:left;
    color:#666666;
    background-color:#FFFFFF;
}

#newsletter:hover{
    cursor: pointer;
    text-decoration: underline;
}

#download{
    float: right;
    display: block;
    width: 300px;
}
#download ul{
    padding-bottom:10px;
    padding-left: 0;
}

#download li{
    list-style: none;
    padding-left: 15px;
}

#download title{
    display: inline;
    font-weight: bold;
}

#img_download
{
    float: left;
    padding: 20px;
}

.download
{
  
    font-size: 14px;
}
