body
  {
  margin: 0px;
  background-color: #130E23;
  }

#home
  {
  display: block;
  }

#chisiamo, #servizi, #prezzi, #dovesiamo, #contatti
  {
  display: none;
  }
  
.txt_std, a
  {
  font-family: Verdana;
  font-size: 11px;
  color: #5D5C5C;
  }

.td_center
  {
  background: url(img/bg_center.jpg);
  background-repeat: repeat-y;
  background-position: top right;
  }

.tab_container /*nel td center*/
  {
  width: 636px;
  margin-left: 65px;
  }

.td_colsx /*nella tab container*/
  {
  width: 400px;
  }

.td_coldx /*nella tab container*/
  {
  width: 236px;
  padding-left: 10px;
  padding-right: 10px;
  }

.div_bordodx
  {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  border-right: 1px solid #CDC4AB;
  }

.td_bottom
  {
  background: url(img/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: top;
  }

.td_bottom2, .td_bottom2 a, .td_bottom2 a:hover, .td_bottom2 a:active, .td_bottom2 a:visited
  {
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  font-family: Verdana;
  font-size: 10px;
  color: #B1B0B6;
  }

.div_gallery
  {
  border: 1px solid #595049;
  width: 398px;
  height: 265px;
  /*height: 200px;*/
  }

.tab_dispo
  {
  width: 200px;
  background-color: #AFAFAE;
  border: 4px solid #D4D4D4;
  }

.tab_contatti
  {
  width: 250px;
  background-color: #AFAFAE;
  border: 4px solid #D4D4D4;
  }

.campi_form
  {
  border: 0px;
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  background-color: #FFFFFF;
  }

.campi_form_select
  {
  display: block;
  padding-left: 2px;
  border: 0px;
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  background: url(img/freccia_giu.gif) center right no-repeat; 
  background-color: #FFFFFF;
  }

.txt_form
  {
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  }

.tab_news
  {
  width: 200px;
  background-color: #F0F0E8;
  }

.txt_news, .txt_news a
  {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  }

.txt_news a:hover
  {
  font-weight: bold;
  }

/*MENU SELECT*/
.boxsuggerimenti
  {
  position: absolute;
  background-color: #FFFFFF;
  margin:0px;
  display: none;
  }
.boxsuggerimenti ul
  {
  list-style-type:none;
  text-align:left;
  margin:0px;
  padding:2px;
  color:#000000;
  }
.boxsuggerimenti ul li a:hover
  {
  background-color: #CCCCCC;
  }
.boxsuggerimenti ul li
  {
  list-style-type:none;
  display:block;
  cursor:pointer;
  }
/*FINE MENU SELECT*/

