body, html
{
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 9pt;
  position: relative;
}

img
{
  border: none;
}

html
{
  height: 100%;
}

body
{
  min-height: 100%;
  _height: 100%;
  background: url(img/header_grad.png) repeat-x;
}

hr
{
  border: none;
  height: 3px;
  background: #a11f4a;
}

h1
{
  font-size: 14pt;
}

#header
{
  height: 145px;
  background: url(img/header_back.png) no-repeat;
  color: #fff;
  margin-bottom: 1px;
}

#logo
{
  margin: 12px 40px;
  position: absolute;
}

#slogan
{
  margin-left: 200px;
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 18pt;
  font-style: italic;
  text-align: right;
  position: absolute;
}

#contacts
{
  float: right;
  padding: 35px 20px;
  font-size: 11pt;
  line-height: 1.5em;
}

#top_menu
{
  height: 20px;
  padding-left: 275px;
  background: url(img/menu_bg.png);
  margin-bottom: 20px
}

#top_menu a
{
  display: block;
  height: 20px;
  float: left;
  padding: 0 20px;
  color: #fff;
  background: url(img/menui_bg.png);
  text-decoration: none;
  font-size: 10pt;
  outline: none;
}

#top_menu a:hover
{
  background: url(img/menuh_bg.png);
}

#top_menu a.active
{
  color: #000;
  background: url(img/menua_bg.png);
}

#menu
{
  float: left;
  width: 275px;
  padding-bottom: 40px;
}

.h
{
  font-size: 13pt;
}

#menu a, #menu li span
{
  display: block;
  text-decoration: none;
  min-height: 16px;
  _height: 16px;
  padding: 2px 5px;
  border-bottom: dotted 1px #339;
  color: #000;
  outline: none;
}

#menu a:hover
{
  text-decoration: underline;
}

#menu a.active
{
  color: #339;
  font-weight: bold;
}

#menu ul
{
  list-style: none;
  padding: 0;
  width: 190px;
  margin: 10px auto;
  border-left: solid 3px #a11f4a;
  padding-left: 10px;
}

#menu li
{
  margin: 0;
  padding: 0;
}

#menu li li a
{
  padding-left: 17px;
  font-size: 0.95em;
}

#menu li li li a
{
  padding-left: 32px;
  font-size: 0.9em;
}

#menu ul li ul
{
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#content
{
  margin: 40px 30px 0 275px;
  padding-bottom: 100px;
}

#footer
{
  height: 74px;
  background: url(img/footer_bg.png);
  border-top: solid 3px #a11f4a;
  bottom: 0;
  position: absolute;
  width: 100%;
}

#counters
{
  float: right;
  margin: 20px;
}

#copy
{
  float: left;
  margin: 28px 20px;
  font-size: 10pt;
  color: #fff;
}

#content a
{
  color: #339;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

.main_list
{
  border-collapse: collapse;
  border-bottom: solid 1px #aaa;
}

.main_list .even
{
  background: #f4f4f4;
}

.main_list .odd
{
  background: #eee;
}

.main_list td, .main_list th
{
  padding: 2px 5px;
  border-bottom: dotted 1px #aaa;
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
}

.main_list td
{
}

.main_list th
{
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

.new
{
  border-bottom: solid 3px #a11f4a;
  margin-bottom: 20px;
}

