#page_cont {
  border-top: 10px solid #333;
}
#page {
  width: 980px;
  margin: 0 auto;
}
#header {
  margin-top: -10px;
  height: 485px;
  background: url("../tmpl/img/front_banner.jpg") no-repeat 98% 35px;
  position: relative;
  z-index: 2;
}
#header .left_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  background: url("../tmpl/img/left_menu_mid.png");
  z-index: 3;
}
#header .left_bar .contents {
  min-height: 382px;
  height: auto !important;
  height: 382px;
  background: url("../tmpl/img/left_menu_top.png") no-repeat;
  padding-top: 25px;
  -webkit-transition: background-color 0.8s;
}
#header .left_bar .contents .small_logo {
  width: 100px;
  height: 60px;
  display: block;
  margin: 10px auto;
}
#header .left_bar .contents .menu1_cont {
  clear: both;
  position: relative;
  z-index: 10;
}
#header .left_bar .bottom {
  height: 19px;
  background: #fff url("../tmpl/img/left_menu_bot.png");
}
#header .logo {
  background: url("../tmpl/img/tarplan_logo.png");
  width: 210px;
  height: 60px;
  left: 145px;
  top: 35px;
  position: absolute;
}
#main {
  height: auto !important;
  height: 200px;
  min-height: 200px;
  margin-top: -5px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
#main #article {
  font-family: Arial;
  font-size: 14px;
  line-height: 135%;
  color: #555;
  padding-right: 20px;
  padding-left: 5px;
}
#main #article img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fp_gr_list {
  padding-top: 15px;
}
.fp_gr_list .gr_item {
  float: left;
  width: 230px;
  background-repeat: no-repeat;
  margin-right: 8px;
  height: 130px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.fp_gr_list .gr_item .name {
  width: 150px;
  height: 90px;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #b61912;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  overflow: hidden;
}
.fp_gr_list .gr_item .more {
  position: absolute;
  bottom: 8px;
  left: 15px;
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
}
.fp_gr_list .gr_item:HOVER .more {
  text-decoration: none;
}
#footer_cont {
  background: #000;
  padding: 30px 0 30px;
}
#footer {
  width: 960px;
  margin: 0 auto;
  color: #fff;
}
#footer .contacts {
  float: left;
  width: 400px;
  font-family: Tahoma;
}
#footer .contacts .name {
  font-size: 16px;
  padding-bottom: 10px;
}
#footer .contacts .address {
  font-size: 12px;
  line-height: 145%;
  color: #aaa;
}
#sponsor_info {
  padding-top: 5px;
}
#sponsor_info .txt {
  float: left;
  width: 460px;
}
#sponsor_info .img_cont {
  float: left;
  width: 480px;
}
#sponsor_info .img {
  width: 225px;
  height: 130px;
  float: left;
  margin-left: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 13px;
}
#sponsor_info .img .inner {
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#sponsor_info .img:HOVER .inner {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#lang {
  margin: 0;
  padding-left: 15px;
  height: 30px;
}
#lang li.lm {
  float: left;
  list-style: none;
}
#lang li.lm a.lm {
  font-family: Tahoma, Arial;
  color: #f87781;
  font-size: 14px;
  text-decoration: none;
  padding: 5px;
}
#lang li.lm.active a.lm,
#lang li.lm:HOVER a.lm {
  color: #fff;
}
#menu1 {
  margin: 0;
}
#menu1 #menu1last-1 {
  border-bottom: none;
}
#menu1 li.m1 {
  list-style: none;
  display: block;
  border-bottom: 1px solid #b41a13;
  border-top: 1px solid #c62018;
}
#menu1 li.m1 a.m1 {
  font-family: Tahoma, Arial;
  color: #f87781;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
  overflow: hidden;
  padding: 6px 7px 6px 20px;
}
#menu1 li.m1.l1-active a.m1.l1,
#menu1 li.m1.l1:HOVER a.m1.l1 {
  color: #fff;
}
#menu1 li.m1.l1:HOVER ul.l2 {
  display: block;
}
#menu1 li.m1.l1 {
  position: relative;
}
#menu1 li.m1 ul.l2 {
  margin: 0;
  position: absolute;
  border: 1px solid #c00;
  top: -1px;
  left: 140px;
  background: #b01810 url("../tmpl/img/menu1_l2_bg.png") repeat-y;
  display: none;
  z-index: 200;
}
#menu1 li.m1 ul.l2 li.m1 a.m1 {
  padding: 8px 15px;
  text-transform: none;
}
#menu1 li.m1 ul.l2 li.m1.l2:HOVER a.m1 {
  color: #fff;
}
#menu2 li.m2 {
  list-style: none;
  display: block;
  float: right;
  padding: 0 11px;
}
#menu2 li.m2 a.m2 {
  color: #fff;
  font-family: Tahoma;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
#menu2 li.m2 a.m2:HOVER {
  color: #999;
}
#menu2 li.m2.active a.m2 {
  color: #ccc;
}
