html{
  margin:0; 
  padding: 0;
  background-color: silver;  
  height: 100%;
}

body{
  margin:0; 
  padding: 0;
  background-color: silver;  
  height: 100%;
  font-family: arial,sans-serif;
  font-size: 76%;
  text-align: center; /*centra in explorer*/
  margin-top: 5px;
}

div#left{
  float: left;
  width: 13.5em;
} 

div#navigation{
  float: left;
  width: 13.5em;
  background-color: #A9715A;
  color: #fff;
  padding-left: 0.5em;
  padding-top: 0.5em;
} 

div#pubb_left{
  float: left;
  margin-top: 3em;
  margin-left: 1.5em;
}

div#container{
  position: relative;

  height: auto !important;
  height: 100%;
  min-height: 100%;

  width: 65em;
  margin: 0px auto;   /*centra negli altri browsers*/
  text-align: left;   /*ripristina l' allineamento*/
  background-color: #CEB785;
  border-top: 2px solid #A9715A;
  border-bottom: 2px solid #A9715A;
  border-left: 2px solid #A9715A;
  border-right: 2px solid #A9715A;
}

body>div#container{height: auto; min-height: 100%}

div#container h3{
  padding-left: 0.5em;
}

div#container h2{
  padding-left: 0.35em;
}

div#container p{
  padding-left: 0.5em;
  padding-right: 0.5em;
}


div#container td{
  text-align: center;
  background-color: #A9715A;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

div#content{
  margin-left: 14em;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

div#header{
  text-align:center;
  border-bottom: 2px solid #A9715A;
}

a{
  color: #000000;
}

input.campo{
  background-color: #A9715A;
}

td.imgCentrata{
  width: 90px;
  padding-top: 0.4em;
}

div#footer{
  background-color: #A9715A;
  bottom: 0;  
  position: absolute;
  clear: both;
  width: 100%;
  padding: 0.5em 0; 
  text-align: center; 
  font-size: 7pt;
}

div#header_bottom{
  text-align: right;
  position: relative;
  bottom: 0;
  left: 0;
  width: 65em;
  padding: 0.5em 0;
  background-color: #A9715A;
  color: #000;
}

h3{
  font-size : 14px; 
}

h2{
  font-size : 18px; 
}

/* BARRA DI NAVIGAZIONE */

.buttonscontainer {
  width: 13em;
}

.buttons a{
  color: #000000;
  background-color: #A9715A;
  padding: 2px;
  padding-left: 3px;
  display: block;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

#naviActive{
  color: #FFFFFF;
  background-color: #A9715A;
}

.buttons a:hover {
  background-color: #CEB785;
  color: #FFFFFF;
  text-decoration: none;
}

/* VARIE */

.spazia_orizz{
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.spazia_vert{
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

div.div_max_lungh{
  background-color: #A9715A;
  position: relative;
  margin: 2px;
  padding: 0.5em;
}

div#div_titolo{
  text-align: center;
  padding: 0.5em;
}

.centra_blocco{
  margin: 0px auto;
}

.centra_testo{
  text-align: center;
}

#facebook_like{
  border:none;
  overflow:hidden;
  width: 390px;
  height: 50px;
  padding: 1em 0.5em;
}

#prod_img{
  margin-left: 0.3em;
  margin-bottom: 0.3em;
}
/*@import url("stileIE.css");*/


