html, body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
}

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

h1 { font-size:125%; }
h2 { font-size:120%; }
h3 { font-size:110%; }
h4 { font-size:100%; }

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
th {
  font-weight: bolder;
  font-size: 10pt;
  text-align: center;
}


#top_logo {
  height: 77px;
  background-color: #fff;
  margin:0px;
  padding:0px;
}

#top_logo img {
  margin:0px;
  padding:0px;
}

#top_langs {
  float:right;
  width:300px;
  padding: 0px;
  padding-bottom: 5px;
  list-style-type:none;
  list-style-image:none;
}

ul#top_langs li {
  display:block;
  color: #868686;
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: bold;
  padding: 2px;
}

ul#top_langs li a {
  color: #000;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 9pt;
  padding: 0px;
}

#top_menu {
  height:25px;
  padding:0px;
  margin:0px;
  background-color: #da2921;
}

#top_menu ul {
  padding:0px;
  margin:0px;
  margin-left:30px;
  display: block;
  list-style-type:none;
}
#top_menu ul li {
  float:left;
  margin:0px;
  padding: 0px;
}

#top_menu ul li a {
  text-decoration: none;
  display:inline;
  float:left;
  font-family: Tahoma;
  font-size: 8pt;
  color: #fff;
  background-color: #da2921;
  padding: 6px 10px 6px 10px;
}
#top_menu ul li a:hover {
  color: #000;
  background-color: #ffcb05;
}
#top_menu ul li a.current {
  background-color: #ffcb05;
  color: #000;
}

#content {
  font-family: Arial, Helvetica, sans-serif;
  padding:0px;
  font-size: 10pt;
}


#content h1 {
  margin:0px;
  padding: 10px;
  background-color: #dee7e6;
}

#top_products {
  width:340px;
  padding-bottom: 20px;
  height:100px;
  width:100%;
  background-color: #dee7e6;
  float:left;
  font: Tahoma;
  font-size: 10pt;
}

#top_products ul {
  list-style-type: none;
}
#top_products ul li {
  width:220px;
  float:left;
}
#top_products ul li a {
  display:block;
  padding: 6px;
  text-decoration:none;
}
#top_products ul li a.current {
  background-color: #93a2a2;
}
#top_products ul li a:hover {
  text-decoration:underline;
  background-color: #93a2a2;
}

#footer {
  font-family: Tahoma;
  font-size: 9pt;
  height:85px;
  margin:0px;
  padding: 10px;
  background-color:#000;
  color: #c0c0c0;
}

#contacts {
  float:left;
  width:500px;
}
#contacts a {
  color: #fff;
  font-weight: bold;
}

#counters {
  float:right;
}
