body {
  font-family: "Liberation sans", "Arial", sans-serif;
  color: #678;
  font-size: 10pt;
  line-height: 18px;
}
h1, h2, h3, h4 {
  font-family: "Liberation serif", "Times new roman", serif
}

h3 {
  font-size: 20px;
}

h3 {
  margin: 25px 0;
}

h4 {
  margin: 10px 0;
}

li {
  margin-left: 20px;
}


.simple_table {
  border-collapse: collapse;
}
.simple_table th {
  font-weight: bold;
}
.simple_table th, .simple_table td {
  padding: 4px;
  border: 1px solid #ccc;
}

.quotes_display {
  margin: 10px 25px;
  border: 2px solid #c2cae2;
  padding: 10px;
  background-color: #E1e9F1;
}
.quotes .quote {
  margin: 0 25px;
}
.quotes img {
  float:left;
  margin-right: 10px;
  margin-top: 3px;
}
.quotes a {
  color: #678;
  text-decoration: none;
}
.quotes a:hover {
  text-decoration: underline;
}


#side_bar {
  float: left;
  width: 230px;
  padding: 15px;
}
#side_bar li {
  margin-left: 0;
}
#side_bar h4 {
  font-size: 15px;
}
#side_bar h4 a {
  text-decoration:none;
  color: #336688;
  background: url(/images/menu_bullet.gif) left center no-repeat;
  padding-left: 15px;
  display: block;
}
#right_col {
  float:right;
  width: 100%;
  margin-left: -300px;
}
#container {
  margin-left: 280px;
}
#content {
  padding: 15px;
  font-family: "Trebuchet MS", "Verdana", sans-serif;
}
#content p {
  margin-bottom: 10px;
}
#info .descr img, #page_container #content img {
  margin: 7px 10px;
  border: 1px solid #A3BEDB;
}
#info .descr img[align=right], #page_container #content img[align=right] {
  margin-right: 0;
}
#info .descr img[align=left], #page_container #content img[align=left] {
  margin-left: 0;
}
img.right {
  float:right;
}
img.left {
  float:left;
}
#wrapper {
  padding-bottom: 25px;
  clear:both;
}
.clearing {
  clear: both;
  height:1px;
}
#close_btn {
  position:absolute;
  top: 20px;
  right: 20px;
}


#main_menu {
  float:left;
  width:100%;
  overflow:hidden;
  position:relative;
}
#main_menu ul {
  list-style: none;
  clear:left;
  float:left;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}
#main_menu ul li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}
#main_menu ul li a{
  text-decoration: none;
  font-size: 14px;
  font-family: "Verdana", sans-serif;

  display:block;
  margin:0 0 0 1px;
  padding:5px 10px;
  line-height:1.3em;
}
#main_menu ul li a:hover {
}

#main_menu ul li a.last{
  border-right:none;
}

ul#products_groups {
  list-style: none;
}
ul#products_groups li {
  border-bottom: 1px solid #eeefee;
}
ul#products_groups li span {
  float: right;
  padding: 5px;
}
ul#products_groups li a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 5px;
}
ul#products_groups li a:hover {
  background-color: #eeefee;
}

.product {
  padding: 20px 0;
  border-bottom: 1px dashed #aaa;
}
.product .picture {
  border: 1px solid #666;
  float:right;
  margin-left: 25px;
}

.publication .announce {
  margin-top: 15px;
}

.contact_card {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
}

#top9nav {
  padding: 5px 10px 7px;
  background-color: #f9f8fe;
  color: #dde;
}
#top9nav a {
  text-decoration: none;
  color: #dde;
  border-bottom: 1px dashed #dde;
}
#top9nav a:hover {
  color:#aab;
  border-bottom: 1px dashed #aab;
}
#header {
  height: 150px;
  position:relative;
}
#header h2 {
  line-height: 30px;
  padding-top: 45px;
  margin-left: 300px;
  overflow: hidden;
}
#header #company_logo {
  float:right;
  height: 80px;
  padding: 35px;
}
#header #company_logo img {
}
#main_logo {
  position:absolute;
  top: 10px;
  left: 20px;
}
#footer {
  height: 32px;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  position:relative;
}

#footer .counter {
  position:absolute;
  top: 4px;
  right: 5px;
}

input.search_field {
  border-top:1px solid #adb6dd;
  border-left:1px solid #adb6dd;
  border-bottom:1px solid #e1e8ee;
  border-right:1px solid #e1e8ee;
  background-color:#edf4fa;
  color:#8d9db0;
}


.rounded-block {
  margin-top: 100px;
  background-color:#eef3f9;
  text-align:left;
  position:relative;
}
.rounded-block .rb-content {
  padding: 25px 40px;
}

.rounded-block .corner {
  background: #eef3f9 url(/images/corners.gif) top left no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
}
.rounded-block .TL {
  top:0;
  left:0;
}
.rounded-block .TR {
  top:0;
  right:0;
  background-position: top right;
}
.rounded-block .BL {
  bottom:0;
  left:0;
  background-position: bottom left;
}
.rounded-block .BR {
  bottom:0;
  right:0;
  background-position: bottom right;
}

.results_block {
  text-align: left;
  position: absolute;
  z-index: 1000;
  background-color: #fbfeff;
  border: 1px solid #999;
}
.results_block ul {
  margin:0;
  padding:0;
  list-style: none;
}
.results_block ul li {
  margin:0;
  padding: 3px 10px;
  cursor: pointer;
}
.results_block ul li.selected {
  background-color: #e1e8ee;
}

#about_navigation a {
  color: #678;
  font-weight: bold;
  line-height: 22px;
}

.contacts_list {
  margin-left: 100px;
}
.contacts_list dt {
  font-weight: bold;
}

.contacts_list dd {
  margin-left: 30px;
}

#content .publication p {
  margin: 0;
}
.publication {
  margin: 10px 0 20px;
}
#page_container #content .publication img {
  border: none;
}
.publication a.heading {
  font-size: 14px;
  color: #336688;
  text-decoration: none;
}
.publication a.heading:hover {
  text-decoration: underline;
}
a.news_more {
  font-size: 11px;
  color: #bbb;
}
.short_publication {
  font-size: 11px;
  margin: 5px 0;
}
.short_publication strong {
  font-weight: normal
}
.short_publication strong a {
  color: #336688;
}
.short_publication a {
  color: #bbb;
}
.short_publication em {
  margin-right: 5px
}
.short_publication .logo {
  float: left;
  margin-right: 8px
}
.short_publication .logo img {
  width: 90px
}
.news_list {
  width: 400px;
}
.news_list .short_publication {
  width: 400px;
}

ul.companies_list {
  list-style: none
}
ul.companies_list li.company {
  margin: 10px 0;
}
ul.companies_list li.company a {
  color: #336688;
}
ul.companies_list li.company .logo {
  float: left
}

.club_box {
  text-align: center;
  margin-bottom: 30px;
}
.club_box a {
  font-weight: bold;
  font-size: 16px;
  color: #3E5367;
}

.club_discount {
  color: #f32;
  font-weight: bold;
  text-shadow: #69a 1px 1px 1px;
}

.bottom_links a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.bottom_links a:hover {
  text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.fixme {
  behavior: url(/stylesheets/iepngfix.htc);
}

ol.nested, .nested ol {
  counter-reset: item;
  list-style: none;
  margin-left: 2em;
}
.nested ol {
  margin-left:0;
}

ol.nested li {
  display: block;
  margin-left: 0;
  padding-left: 2em;
}
ol.nested li:before {
  display: inline-block; 
  margin-left: -2em;
  margin-right: .5em;
  text-align: center;
  counter-increment: item;
  content: counters(item, ".") ".";
}
ol.nested li li:before {
  content: counters(item, ".") " ";
}

