body{
  margin:0px;
  padding:0px;
  background-image: url(/img/bg_main.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #f0f0f0;
  text-align: center;
  display: block
}
a img{
  border:0px;
}

#body{
  width:898px;
  margin:auto;
  background-image: url(/img/topmenubg.jpg);
  background-repeat: no-repeat;
  background-position: 0 118;
  position:relative;
  z-index:1;
}
#head{
  width:100%;
  height:118px;
  background-image: url(/img/head.jpg);
  background-repeat: no-repeat
}
#head p{
  font-size: 13pt;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;	
  margin:0px;
  text-align: left;
  padding-left: 60px;
  padding-top: 12px;
  word-spacing: 1.2;
  font-weight: bold
}
#head p b{
  color: #94e7ff
}
#LeftContainer{
  float:left;
  width:275px;
  text-align: left
}
#head1{
  width:100%;
  height:49px;
}
#greenHead{
  width:269px;
  height:48px;
  background-image: url(/img/green.jpg);
  margin-top: 10px;
}
#greenHead p{
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 60px;
  margin:0px;
}
#greenHead p a{
  color: #cee588;
  text-decoration: none;
  margin: 0;
  font-size: 12pt;
}
#greenHead a{
  color: #fff;
  margin-left: 60px;
  font-size: 12pt
}
#menuLeft{
  width:239px;
  margin-left: 18px;
  margin-top: 5px;
}
#hot{
  width:257px;
  margin-left: 9px;
  background-image: url(/img/hot_line.jpg);
  background-repeat: repeat-y;
  margin-top: 10px
}
#hottop{
  width:100%;
  height:5px;
  background-image: url(/img/hot_top.jpg);
  overflow: hidden;
}
#hot h1{
  font-size: 14pt;
  font-family: Tahoma, Arial, sans-serif;
  padding-left: 20px;
  margin-top: 5px;
  font-weight: normal;
  color: #74b000;
  margin-bottom: 0px
}
#hot h1 b{
  font-weight: normal;
  color: #959595
}
#hothr{
  background-color: #d4d4d4;
  height:3px;
  overflow: hidden;
  width:200px;
  margin-left:20px;
  margin-top: 5px
}
#hotHead{
  margin-left: 20px;
  margin-top: 5px;
  color: #ff7d00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-right: 10px
}
#hotText{
  margin-left: 20px;
  margin-right: 10px;
  color: #444444;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif
}
#hotLink{
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-right: 10px;
  padding-bottom: 5px
}
#hotLink a{
  color: #ff7d00;
}
#hotCar{
  width:262px;
  margin-left: 6px;
  background-image: url(/img/green_car.jpg);
  height:78px;
  font-family: "Times New Roman", Times, serif
}
#hotCar h1{
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
  padding-right: 75px;
  padding-left: 0px;
  margin:0px;
  color: #fff
}
#hotCar h2{
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  padding-right: 75px;
  color: #fff;
  margin:0px;
  margin-top: 5px
}
#pereesd{
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  margin-bottom: 50px;
  text-align: center
}
#MainContainer{
  margin-left: 274px;
  text-align: left;
}
#topmenu{
  width:100%px;
  height:65px;
  background-repeat: no-repeat;
  margin:0;
  padding:0;
  height:80px;
  overflow: hidden
}
#topmenu a{
  display: block;
  float:left;
  width:75px;
  height:65px;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding-top: 15px;
  font-size: 9pt;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  overflow: hidden
}
#topmenu a.sel{
  background-image: url(/img/menusel.jpg);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center top
}
#topmenu a.sel b{
  color:#fff;
}
#popup{
  position: absolute;
  display:none;
}
#popup table{
  border:0px;
}
#popup table tr td{
  width:125px;
  height:34px;
  background-image: url(/img/popupbg.jpg);
  text-align: center;
  padding:0px;
  margin:1px;
  z-index:100;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); /* IE 5.5+*/
  -moz-opacity: 0.95; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#popup table tr td a{
  font-size: 9pt;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #333;
  text-decoration: none;

}

#topmenu div{
  float:left;
  width:10px;
  height:65px;
  background-image: url(/img/menuseparator.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%
}
#mainContent,#mainContent table tr td{
  margin-left: 30px;
  margin-right: 30px;
  color:#444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-bottom: 10px
}
#mainContent p{
   margin:0px;
}
#mainContent a{
   color:#00f;
}
#mainContent .hr{
  width:100%;
  height:22px;
  background-image: url(/img/hr.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px
}
#mainContent h1{
  font-size: 14pt;
  font-family: Tahoma, Arial, sans-serif;
  padding-left: 20px;
  margin-top: 5px;
  font-weight: normal;
  color: #74b000;
  margin-bottom: 10px;
  text-align: center
}
#mainContent h1 b,#mainContent h1 strong,#mainContent h1 u{
  font-weight: normal;
  color: #959595;
  text-decoration: none
}
#footer{
  clear: both;
  width:894px;
  height:61px;
  background-image: url(/img/footer.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
}
#footerLeft{;
  float: left;
  width:250px;
  margin-top: 10px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
  text-align: center;
  color: #969696;
  line-height: 1.5
}
#footerLeft a{
  color:#75b417;
}
#footerCenter{
  width:480px;
  float:left;
  text-align: right;
  margin-top: 10px;
  font-size: 8pt;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.8
}
#footerCenter a{
  color:#000;
}
#footerRight{
  float:left;
  width:130px;
  text-align: right;
  margin-top: 22px;
  font-size: 12pt;
  color: #000;
  font-weight: bold
}
#footerRight b{
  color: #75b417
}
#mainContent table.simpleTable{
  width:550px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show
}
#mainContent table.simpleTable tbody tr td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
#mainContent table.simpleTable h1
{
  font-size: 10pt;
  font-weight: normal;
  margin:0px;
  color: #ff8000;
}
#mainContent table.simpleTable a
{
  color: #ff8000;
  text-decoration: none
}

#mainContent table.simpleTable tr td
{
  color: #ff8000;
  font-size: 10pt
}
.NewsHead{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
  color:#ff7d00;
}
.NewsPreview{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444
}
.NewsMore{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding-bottom:10px;
  text-decoration: underline;
  color:#ff7d00;
  border-bottom: 1px solid #d4d4d4;
  text-align: right
}
.NewsMore a{
  color:#ff7d00;
}
p.MsoNormal strong{
  font-weight: normal;
}
form.FeedBackForm table{
  width:500px;
}
form.FeedBackForm table td.desc{
  width:250px;
  text-align: right
}
form.FeedBackForm table td.input{
  width:240px
}
form.FeedBackForm table td.input input{
  font-size: 10pt;
  border:1px solid #999;
  width:100%;
}
form.FeedBackForm table td.input textarea{
  font-size: 10pt;
  border:1px solid #999;
  width:100%;
  height:100px;
}
form.FeedBackForm table td.warn{
  font-weight: bold;
  color: #f00!important;
  width:10px;
  text-align: left;
  font-size: 14pt!important
}
form.FeedBackForm table td.submit{
  text-align: right
}
form.FeedBackForm table td.submit input{
  width:100px;
  height:30px;
  font-size: 12pt;
  border:1px solid #999;
  background-color: #fff
}
#banners{
  position:absolute;
  text-align:center;
  width:275px;
  bottom:70px;
  left:0px;
}
* html #banners{
  bottom:70px;  
}

