@font-face {
  font-family: 'helvetica';
  src: url('font/Helvetica.eot');
  src: local('helvetica'), url('font/Helvetica.ttf') format('truetype');
}

@font-face {
  font-family: 'helvetica_bold';
  src: url('font/Helvetica-Black.eot');
  src: local('helvetica'), url('font/Helvetica-Black.ttf') format('truetype');
}

body {
  font-family: 'helvetica', 'tahoma', 'arial';
}
body, body a {
  color: #969696;
}

#container {
  background-image: url(img/dotted.png);
  background-position: top;
  background-repeat: repeat-x;
}

#lingue {
  float: right;
  display: inline;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
#lingue ul {
  margin: 0px;
  height: 30px;
}
#lingue ul li {
  float: left;
  display: inline;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 0px;
}
#lingue ul li:last-child, #lingue ul li.last {
  margin-right: 0;
}
#lingue ul li {
  padding: 0px 10px;
}
#lingue ul li.sep {
  padding: 0px;
}
#lingue a {
  font-weight: normal;
}

#header {
  margin-bottom: 40px;
}
#header, #header a {
  text-decoration: none;
  text-transform: uppercase;
  color: #969696;
}
#header a:hover {
  text-decoration: underline;
}

#menu {
  background-image: url(img/dotted.png);
  background-position: top;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
}

#submenu {
  padding-top: 5px;
}

#menu ul, #submenu ul {
  margin: 0px;
  height: 30px;
}
#menu ul li, #submenu ul li {
  float: left;
  display: inline;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 0px;
}
#menu ul li:last-child, #menu ul li.last, #submenu ul li:last-child, #submenu ul li.last {
  margin-right: 0;
}
#menu ul a, #submenu ul a {
  padding: 0px 10px;
}
#menu ul a:hover, #submenu ul a:hover {
  text-decoration: none;
}
#menu ul li.active a, #submenu ul li.active a {
  font-weight: bold;
}

li.sep {
  background-image: url(img/dotted.png);
  background-position: right;
  background-repeat: repeat-y;
  width: 4px;
}

#footer {
  background-image: url(img/dotted.png);
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.9em;
}
#footer a {
  text-decoration: none;
}
