body {
  background-url:url('../../images/site/bg.gif');
  margin:0px 0px 0px 0px;
  font-size:10px;
  font-family:verdana, sans;
}
#sito {
  width:100%;
  background-color:#fff;
}
#header {
  padding-top:59px;
  margin-left:auto;
  margin-right:auto;
  width:1000px;
  height:60px;
}
#logo {
  width:299px;
  float:right;
}
.clear {
  clear:both;
}
#menu_list {
  margin:3px 0px 0px 0px;
  padding:0px;
}
#menu_list li {
  display:inline;
  margin-right:20px;

}
#menu_list li a {
  font-family:verdana, sans;
  font-size:10px;
  color:#59595b;
  text-decoration:none;
}
#menu_list li a:hover {
  color:#f29400;
}
#menu_sx {
  margin-left:40px;
  float:left;
}

#strip_container {
  width:100%;
  background-color:#ecf0f3;
  height:293px;
  overflow:hidden;
}
#top_content {
  height:293px;
  overflow:hidden;
  width:920px;
  margin:auto;
}
#sx_top {
  float:left;
}
#dx_top {
  width:190px;
  overflow:hidden;
  float:right;
  padding-top:35px;
}
#sotto {
  width:100%;
  background-color:#fff;
}
/** Barra Categorie **/

#category_container {
  width:920px;
  margin:13px auto 0px auto;
  height:28px;
  background-image:url('../../images/site/cat_close.jpg');
  background-repeat:no-repeat;
  background-position:right;
}
#category_container ul {
  margin:0px;
  padding:0px;
  height:28px;
  overflow:hidden;
  width:908px;
  background-color:#a4b9c8;
}
#category_container ul li {
  display:inline;
  margin:0px 15px 0px 0px ;
  padding:0px;

}
#category_container ul li a img {
  border:0px;
}

#error_container {
  width:920px;
  margin:auto;
  padding:30px 0px 0px 200px;
}
#footer {
  width:920px;
  margin:auto;
  text-align:center;
  color:#808080;
}
#footer a {
  font-weight:bold;
  color:#808080;
  text-decoration:none;
}