﻿body
{
    background-image: url(../../img/back_site.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #c2c2c2;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 11px;
}

img
{
    border: 0;
}

a
{
    color: #333;
    text-decoration: underline;
    outline: none;
}

a:hover
{
    color: #666;
    text-decoration: none;
}

.testo
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}

.float_left
{
    float: left;
    display: inline;
}

.float_right
{
    float: right;
    display: inline;
}

.float_contenitore
{
    overflow: hidden;
    width: 100%;
}

#site
{
    width: 886px;
    margin: 0 auto;
    overflow: auto;
}

#menu
{
    background-image: url(../../img/back_menu.jpg);
    background-repeat: no-repeat;
    background-position: 0 23px;
}

.voce_menu a
{
    display: inline;
    float: right;
    padding: 5px 15px;
    border-left: 1px solid #ccc;
    font-family: Arial;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}


.voce_menu a:hover
{
    float: right;
    padding: 5px 15px;
    border-left: 1px solid #ccc;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #cc0000;
}


a.voce_menu_selected
{
    float: right;
    padding: 5px 15px;
    border-left: 1px solid #ccc;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #cc0000;
}



#slide
{
    height: 285px;
    padding: 5px 3px 3px 3px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#contenitore
{
    background-color: #E5E5E5;
    padding: 5px 5px 0 5px;
}

#footer
{
    background-image: url(../../img/bottom_sito.jpg);
    background-position: top;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 9px;
    color: #666;
    text-align: center;
    padding-top: 20px;
}

.footer a
{
    font-family: Verdana;
    font-size: 9px;
    color: #666;
    text-decoration: none;
}

.footer a:hover
{
    color: #666;
    text-decoration: underline;
}


.div_settore
{
    width: 180px;
    height: 230px;
    margin: 3px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: relative;
}

.div_contenitore_pagina
{
    width: 842px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: relative;
    padding: 10px;
    margin: 5px auto 0 auto;
}


.div_partner_footer
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: relative;
    padding: 10px 10px 0 10px;
    margin: 3px;
    width: 566px;
    height:122px;
}

.ul_partners{
margin-top:30px;
}




.div_titolo_settori
{
    text-align: center;
    color: #366697;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    margin-top: 2px;
}

.div_titolo_settori a
{
    color: #375D82;
    text-decoration: none;
     font-family: Arial;
}

.div_titolo_settori a:hover
{
    color: #ff0000;
    text-decoration: none;
     font-family: Arial;
}
.titolo_settori
{
    color: #366697;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    width: 230px;
}

.div_img_settori
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}


.div_descrizione_settori
{
    margin-left: 3px;
    color: #3c5f73;
    line-height: 15px;
    text-align: center;
}

.div_dettagli_settori
{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    bottom: 15px;
    position: absolute;
    width: 180px;
}

.div_dettagli_settori a
{
    color: #375D82;
    text-decoration: none;
}

.div_dettagli_settori a:hover
{
    color: #ff0000;
    text-decoration: none;
}


.titoletti
{
    color: #375D82;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

.angolo_alto_sx
{
    background-image: url(../../img/ang_alto_sx.gif);
    background-repeat: no-repeat;
    height: 8px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 8px;
}

.angolo_alto_dx
{
    background-image: url(../../img/ang_alto_dx.gif);
    background-repeat: no-repeat;
    height: 8px;
    right: -1px;
    position: absolute;
    top: -1px;
    width: 8px;
}

.angolo_basso_sx
{
    background-image: url(../../img/ang_basso_sx.gif);
    background-repeat: no-repeat;
    height: 8px;
    left: -1px;
    position: absolute;
    bottom: -1px;
    width: 8px;
    background-position: bottom left;
}

.angolo_basso_dx
{
    background-image: url(../../img/ang_basso_dx.gif);
    background-repeat: no-repeat;
    height: 8px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 8px;
    background-position: bottom left;
}





#div_navigazioneFoto
{
    position: absolute;
    left: 20px;
    top: 18px;
    z-index: 3;
}

#div_navigazioneFoto div
{
    cursor: pointer;
}

.prev
{
    background-image: url(../../img/freccia_head_sx.gif);
    filter: alpha(opacity=80);
    opacity: 0.8;
    height: 25px;
    width: 25px;
}

.next
{
    background-image: url(../../img/freccia_head_dx.gif);
    filter: alpha(opacity=80);
    opacity: 0.8;
    height: 25px;
    width: 25px;
}

.replay
{
    background-image: url(../../img/replay.gif);
    filter: alpha(opacity=80);
    opacity: 0.8;
    height: 25px;
    width: 51px;
}

.right_testi
{
    width: 600px;
}

.testo_grigio
{
    color: #545454;
}

#div_iNostriMarchi
{
    width: 260px;
    height: 370px;
    background-color: Red;
    margin: 3px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: relative;
}



/*inizio - jscroll*/
.jScrollPaneContainer
{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack
{
    position: absolute; /*cursor: pointer;*/
    right: 0;
    top: 0;
    height: 100%; /*background-image: url(img_jscroll/back_scroll.png);*/ /*background-repeat: no-repeat;*/ /*background-position: center;*/ /*background-color: #e1e1e1;*/
}
.jScrollPaneDrag
{
    /*position: absolute;     /*background-image: url(img_jscroll/scroller.gif);     cursor: pointer;     overflow: hidden;     width: 9px !important;     margin-top: 5px;*/
}
.jScrollPaneDragTop
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 5px;
    text-indent: -2000px;
    overflow: hidden;
    height: 7px;
    background-image: url(img_jscroll/freccia_up.gif);
}
a.jScrollArrowUp:hover
{
    /*background-color: #f60;*/
}

a.jScrollArrowDown
{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 5px;
    text-indent: -2000px;
    overflow: hidden;
    height: 7px;
    background-image: url(img_jscroll/freccia_down.gif);
}
a.jScrollArrowDown:hover
{
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
    /*background-color: #f00;*/
}

.scroll-pane
{
    width: 285px;
    height: 165px;
    overflow: auto; /* background: #e1e1e1;*/
}

/*fine - jscroll*/


.dettagli_prodotto
{
    text-align: right;
    margin-right: 10px;
}
.dettagli_prodotto a
{
    color: #3c5f73;
    font-weight: bold;
    text-decoration: none;
}

.dettagli_prodotto a:hover
{
    color: #ff0000;
    text-decoration: none;
}

.bordo_prodotto
{
    border-bottom: 1px solid #cccccc;
    margin: 20px 0;
}

.contenitore_prodotto_generale
{
    margin: 15px 10px 20px 10px;
}

.page_prodotto_left
{
    width: 250px;
}

.page_prodotto_right
{
    width: 590px;
}

.table_email
{
}

.table_email tr td
{
    vertical-align: middle;
}

.testo_blu
{
    color: #3C5F73;
    font-weight: bold;
    font-size: 14px;
    text-decoration:none;
}

.testo_blu:hover
{
    color: #3C5F73;
    font-weight: bold;
    font-size: 14px;
    text-decoration:none;
}

.testo_blu_titolo
{
    color: #3C5F73;
    font-weight: bold;
    font-size: 12px;
}

.div_marchi
{
    text-align: center;
    margin-bottom: 7px;
    margin-bottom: 15px;
}

.tutti_prodotti
{
            text-align:center;
}


.testo_blu_piccolo
{
    color: #3C5F73;
    font-weight: bold;
}

.font1{

font-size:12px;

}


