/* Style sheet header */
#header {
  position: relative;
}
#header_left {
  width: 190px;
  height: 71px;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 0;
  border-right: 1px solid #c0c1c2;
  background: url("../decostones/graphics/decostones_logo.jpg") left bottom no-repeat;
}
#header_right {
  height: 71px;
  position: relative;
  margin-left: 201px;
  background: #dadbdc url("../decostones/graphics/decostones_header.jpg") right bottom no-repeat;
}
#header_right_top {
  width: 750px;
  height: 20px;
  position: relative;
  margin-left: 200px;
}
#header_right_bottom {
  width: 190px;
  height: 20px;
  position: relative;
  border-right: 1px solid #c0c1c2;
}
#top_nav {
  width: 400px;
  height: 20px;
  position: relative;
  padding-left: 1px;
 }
.mod_changelanguage {
  height: 20px;
  position: relative;
  margin-left: 740px;
}
.mod_changelanguage ul {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 11px;
  list-style-type: none;
  text-transform: uppercase;
}
.mod_changelanguage li {
  display: inline;
  padding-right: 4px;
  padding-left: 6px;
  border-right: 1px solid #000000;
}
.mod_changelanguage .lang-it {
  border-right: 0px solid #ffffff;
}

