@import "slide.css";
@import "block.css";
@import "news.css";
@import "tips.css";
@import "instr.css";
@import "buttons.css";

* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #264c73;
}

a:hover {
  text-decoration: underline;
}

html {
  background: #2871a0 url(/images/body_bg.png) repeat-x;
  height: 100%;
}

body {
  background-image: url(/images/content_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-family: sans-serif;
  font-size: 14px;
}

#cont {
  background: url(/images/content_bg.png) repeat-y -1px 0;
  width: 955px; /* text-align: left; */
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  padding: 0 5px;
}

* html #cont {
  height: 100%;
  padding: 0 6px;
  background: url(/images/content_bg.png) repeat-y 0 0;
}

#content {

}

#header {
  height: 89px;
  background-image: url(/images/top_bg.png);
  background-repeat: no-repeat;
  position: relative;

}

* html #header {
  display: block;
}

#logo {
  height: 42px;
  width: 211px;
  padding-top: 25px;
  padding-left: 26px;
  float: left;
}

.main {
  padding-top: 9px;
  padding-bottom: 113px;
  background-image: url(/images/underhead_gradient.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 0 -1px;
  min-height: 350px;
}

.test3 {
  float: left;
}

.steps {
  padding-left: 31px;
}

.steps_header {
  padding-top: 30px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #9abdd9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 478px;
}

.clear {
  clear: both;
}

#footer {
  color: #FFFFFF;
  background-image: url(/images/footer.png);
  background-repeat: no-repeat;
  height: 62px;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  width: 935px;
  bottom: 0;
}

.footer_left {
  line-height: 20px;
  font-size: 12px;
  margin-top: 15px;
  padding-left: 25px;
  float: left;
  font-size: 12px;
}

.footer_left a {
  color: #FFFFFF;
}

.footer_left_link {
  margin-top: 5px;
  padding-left: 20px;
  font-weight: bold;
}

.footer_mail {
  background: url(/images/mail.gif) no-repeat 0 center;
  padding-left: 20px;
}

.footer_map {
  margin-left: 15px;
  background: url(/images/map.gif) no-repeat 0 center;
  padding-left: 20px;
}

.footer_right {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  float: right;
  font-size: 11px;
  line-height: 15px;
}

.footer_counter {
}

/*1st sub level menu*/
#menu li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}

#main {
  padding: 30px;
}

.sub {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tit {
  padding-top: 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #9abdd9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.comment {
  background: transparent;
  border-color: #006699;
  border-style: dotted none none dotted;
  border-width: 1px medium medium 1px;
  color: #006699;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 10px 10px 20px;
}

#footer_left_link:hover {
  text-decoration: none;
}

.lang {
  width: 56px;
  height: 60px;
  float: left;
  top: 23px;
  position: absolute;
  left: 909px;
}

#rus, #rus_link, #eng, #eng_link {
  display: block;
  width: 50px;
  height: 17px;
  margin-bottom: 5px;
}

#rus, #rus_link {
  background: url(/images/flag_rus.png) no-repeat;
}

#eng, #eng_link {
  background: url(/images/flag_eng.png) no-repeat;
}

#rus_link, #eng_link {
  width: 23px;
}

#rus_link:hover, #eng_link:hover {
  background-position: 0 -17px;
}

.error {
  background: url('/images/error.png') no-repeat center 10px;
  padding-top: 70px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: maroon;
}

.changelog {
  padding: 10px;
}

.text {
  text-align: justify;
  padding: 10px;
  background-color: transparent;
}

.menu-clear-left {
  clear: left;
}

.load_prod {
  padding-left: 30px;
  margin-bottom: 20px;
}

.load_prod_content {
  font-size: 12px;
  margin-top: 3px;
}

.load_prod_content a:hover {
  text-decoration: none;
}

.map_tree {
  margin: 10px;
}

.map_tree li {
  clear: both;
  margin-top: 10px;
  background-position: left 3px;
}

.justify {
  text-align: justify;
}

.center {
  text-align: center;
}

.para {
  text-indent: 15px;
  padding-bottom: 10px;
  text-align: justify;
}

.sub_outline {
  border-color: #006699;
  border-style: dotted none none none;
  border-width: 1px medium medium 1px;
  color: #006699;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding-top: 5px;
}

.site_table {
  display: block;
  width: 100%;
  border: 1px solid #7aa4c3;
  margin-top: 15px;
  margin-bottom: 15px;
}

.site_table_header, .site_table_cell {
  padding: 5px;
}

.site_table_header {
  background-color: #7aa4c3;
  color: #ffffff;
  border: 1px solid #7aa4c3;
}

.site_table_row {
  background-color: #b6cee0;
  height: 50px;
}

.site_table_cell {
  background-color: #b6cee0;
  width: 100%;
}

.license_table_cell {
  background-color: #b6cee0;
  width: 300px;
  text-align: center;
}

.contact {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px dashed #7aa4c3;
}

.email,
.mail,
.phone,
.dealer,
.site {
  margin-top: 15px;
  padding-left: 55px;
  border: 1px solid white;
  background-color: #7aa4c3 !important;
  color: white;
}

.site {
  background: url(/images/home.png) 0 center no-repeat;
}

.email {
  background: url(/images/email.png) 0 center no-repeat;
}

.mail {
  background: url(/images/mail.png) 0 center no-repeat;
}

.phone {
  background: url(/images/phone.png) 0 center no-repeat;
}

.dealer {
  background: url(/images/earth.png) 0 center no-repeat;
}
