* {
  margin: 0px;
  padding: 0px;
}

body {
  font: 80% Verdana, Tahoma, arial, sans-serif;
  color: #001a4f;
}

img {
  border: none;
}

#wrapper {
  min-width: 1020px;
  width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : document.documentElement.clientWidth + "px");
}

#top_banner {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

#top_banner img {
  border: 1px solid black;
}

#header {
  background: url(img/header_back.png) repeat-x;
  height: 89px;
  margin-bottom: 5px;
}

#top_menu {
  float: right;
  width: 335px;
  background: url(img/top_menu_back.png) right bottom no-repeat;
  list-style: none;
  padding-top: 75px;
  padding-bottom: 1px;
}

#top_menu li{
  display: inline;
  margin-left: 20px;
}

#top_menu a{
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

#menu_div {
  width: 180px;
  float: left;
}

#menu {
  width: 180px;
  float: left;
  margin-bottom: 10px;
}

#menu td {
  background: #001a4f;
  border-top: 1px solid #fff;
  padding-left: 10px;
  height: 35px;
  line-height: 1;
  padding-top: 1px;
  padding-bottom: 2px;
}

#menu a {
  height: 35px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}

#menu a:hover {
  color: #860815;
}

#menu .submenu {
  background: #939eb4;
}

#menu .submenu a {
  color: #001a4f;
  font-weight: normal;
}

#menu .submenu a:hover {
  color: #860815;
}

#menu a.active {
  color: #860815;
}

#consult {
  height: 30px;
  line-height: 30px;
  margin-left: 182px;
  padding-left: 10px;
  padding-right: 10px;
}

#consult a {
  color: #860815;
  font-weight: bold;
}

#consult img {
  margin-bottom: -9px;
}

#right_banners {
  width: 155px;
  float: right;
  text-align: center;
  line-height: 0.7;
}

#right_banners img {
  border: 1px solid black;
}

#right_banners a {
  color: #860815;
  font-weight: bold;
}

#right_banners object {
  border: 1px solid black;
  display: block;
}

#content {
  margin-left: 182px;
  margin-right: 152px;
  padding-left: 5px;
  padding-right: 5px;
}

#content a {
  color: #860815;
}

#content .text li {
  margin-left: 20px;
}

.banners {
  list-style: none;
}

.banners li {
  padding: 10px;
  width: 250px;
  height: 100px;
  display:-moz-inline-stack;/*����� ��� Firefox*/
  display:inline-block;
  zoom:1;
  *display:inline;
  overflow:hidden;
  _overflow:hidden;
  /* border: 1px solid red;*/
}

.banners object {
  display: inline;
}

.clear {
  clear: both;
}

#footer {
  padding: 5px;
  background: #001a4f;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
}

#footer a {
  color: #fff;
}

.box_title {
  display: inline;
  background: url(img/box_title_bg.png) top right no-repeat;
  font-size: 12px;
  border-left: 1px solid #001a4f;
  padding-right: 30px;
  padding-left: 3px;
  padding-top: 1px;
  position: relative;
  top: 2px;
  zoom: 1;
}

* html .box_title {
  margin-left: -3px;
}

.box_body {
  border: 1px solid #001a4f;
  background: #939eb4;
  zoom:1;
}

.box_body_content {
  border: 1px solid #001a4f;
  background: #fff;
  zoom:1;
  margin: 2px;
  padding: 3px;
}

.box_body_content ul {
  padding-left: 20px;
}

* html .box_body {
  margin-left: -3px;
}

.boxed {
  width: 100%;
}

.boxed td {
  border: 1px solid #001a4f;
  background: #fff;
  padding: 5px;
  width: 50%;
  vertical-align: top;
  font-size: 12px;
}

.inner_table {
  border: none;
}

.inner_table td {
  width: auto;
  border: none;
  vertical-align: bottom;
}

.inner_table .bottom {
  vertical-align: bottom;
}

#search {
  width: 100%;
  border: 1px solid #001a4f;
  background: #fff;
}


#search select {
  border: 1px solid #001a4f;
  font-size: 10px;
  width: 100px;
}

#search input {
  border: 1px solid #001a4f;
  font-size: 12px;
}

#search input[type=submit] {
  border: 1px solid #001a4f;
  width: 100px;
  font-weight: bold;
  background: #939eb4;
}

#search img {
  margin-top: 4px;
  margin-bottom: 4px;
}

.search {
  padding: 2px;
}

.buttons {
  width: 60px;
}

.error {
  color: red;
}

#pages {
  margin-bottom: 10px;
  text-align: center;
}

.vat {
  vertical-align: top;
}

.imgborder {
  border: 1px solid #939eb4;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  overflow: hidden;
}

.imgborder img {
  display: inline;
  vertical-align: middle;
}

#info {
  width: 150px;
  line-height: 1.2;
}

#info div {
  padding: 3px;
}

#info div a {
  font-weight: normal;
  color: #001a4f;
}

* html #info h3 {
  margin-left: 0px;
}

* html #info div {
  margin-left: 0px;
}

.title {
  float: right;
  font-size: 14px;
  margin-top: 55px;
  position: absolute;
  right: 5px;
  font-style: italic;
  font-face: Arial;
  font-weight: bold;
  color: #fff;
}

#info {
  color: #fff;
  background: #00194f;
  padding: 4px;
  font-size: 12px;
  width: 144px;
}

#info a {
  color: #fff;
}

#info h3 {
  font-size: 12px;
}

h3.item_title {
  font-size: 12px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 16px;
}
