
/*CSS*/

/*CSS TD*/

.td_body {
    background-image: url('../images/sfondo.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
 }

.td_dx {
    background-image: url('../images/sfondo_sx.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
 }

.td_menu {
    background-image: url('../images/barra.jpg');
    background-repeat: no-repeat;
  }


.form_mail {
 border-color: #28166F;
 border-style: solid;
 border-width: 0px;
  }


/*CSS BORDI*/
.border_image {
 border-color: #28166F;
 border-style: solid;
 border-width: 2px;
  }

.border_prodotti {
 border-color: #E1E1E1;
 border-style: solid;
 border-width: 2px;
  }



/*CSS TESTO*/

.contatti_tx {
    font-family : Arial;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-right: 1px;
    color: #28166F;
    padding-top: 5px;
    padding-bottom: 10px;
  }

.contatti_tit {
    font-family : Arial;
    font-size: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    color: #28166F;
    padding-top: 10px;
  }

.footer {
    background-color: #dededc;
    font-family : Arial;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
    text-decoration: none;
    color: #28166F;
  }

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
    background-color: #dededc;
    font-family : Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
    text-decoration: none;
    color: #28166F;
  }

.menu {
    font-family : Arial;
  }

.modello {
    font-family : Arial;
    font-size:12px;
    color: #28166F;
     }

.privacy {
    font-family : Arial;
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
    color: #28166F;
  }

.prodotti_tit {
    font-family: Arial;
    font-size: 15px;
    color: #28166F;
    font-weight: bold;
  }

.prodotti {
    font-family: Arial;
    font-size: 16px;
    color: #28166F;
  }

.potenza {
    font-family: Arial;
    font-size: 13px;
    color: #FFFFFF;
 font-weight: bold;
  }

.testo {
    font-family : Arial;
    font-size:15px;
    text-align: justify;
    line-height:22px;
    color: #28166F;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-style: bold;
  }

.testo a:link, .testo a:hover, .testo a:visited, .testo a:active {
    font-family : Arial;
    font-size:15px;
    text-align: justify;
    line-height:22px;
    color: #28166F;
    text-decoration: none;
    font-style: bold;
  }

.web {
    background-color: #ffffff;
    font-family : Arial;
    font-size: 10px;
    text-decoration: none;
    color: #28166F;
  }

.web a:link, .web a:hover, .web a:active, .web a:visited {
    background-color: #ffffff;
    font-family : Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #28166F;
  }

/*CSS CASELLE*/

.contatti_box {
    background-color : #FFFFFF;
    color : #28166F;
 border-width: 1px;
    font-family : Arial;
    font-size : 14px;
    margin-left : 5px;
    text-align : left;
  }


