body {
  margin: 0px;
  padding: 0px;
}

body, td {
  font: 12px Verdana;
  color: #333333;
}

a {
  color: #0072ab;
  text-decoration: underline;
}

a:hover {
  color: #0072ab;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#main {
  wi1dth:1000px;
  width:100%;
  min-width: 1000px;
  background: url('/img/sys/bg_bottom.jpg') no-repeat right bottom;
}

#main_inner {
  text-align: left;
}

*html #main {
  width:expression(
      (document.compatMode && document.compatMode == 'CSS1Compat')
                ?
                (document.documentElement.clientWidth < 1000 ? "980px" : "auto")
                :
                (document.body.clientWidth < 1000 ? "980px" : "auto")
  );
}


/*-----------------------------*/
#background_top{
  width:100%;
  height:465px;
  position:absolute;
  left:0px;
  right:0px;
  z-index:-1;
}
#background_top img{
  width:100%;
  height:465px;
}
#headsite{
  border-top: solid #ffffff 1px;
  position:relative;
  top: -1px;
}

#logo{
  width: 298px;
  height: 140px;
  background: url('/img/sys/logo-v3.png') no-repeat;
  //background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sys/logo-v3.png', sizingMethod='image');
  margin-left: 50px;
  margin-top: 45px;
}

#logo_txt{	color: red;	width: 298px;	margin: -50px 0px 0px 50px;	font-size:1.25em;
}

#headsite .r{
  float: right;
  color: #ffffff;
  margin-right:18px;
  margin-top: 10px;
  text-align: right;
  font-size:14px;
}
#headsite .phones{position:relative;top:-16px;
  font-size: 18px;
  margin-top:13px;
}
#ph_label{
position:relative;top:-16px;
}
#fastbtns{
  margin-bottom: 14px;
}
#fastbtns img{
  margin-left:14px;
  border: 0px;
}
#srh{position:relative;top:-16px;
  margin-bottom: 12px;
}
#srh_subm{
  display:none;
}
#srh_dtxt{
  display:inline;
  background: url('/img/sys/srh.gif') no-repeat right -2px;
  padding-right: 7px;
  padding-left:12px;
}
#srh_stext{
  background:none;
  border: 0px;
  width:156px;
  height:20px;
}

#srh_label{
  position:relative;
  left:-190px;
  top:16px;
}
/*-------------------------------------*/
#mmenu{
  margin-top: 12px;
  margin-right: 8px;
  margin-left: 120px;
}
#mmenu_outer{
  position:absolute;
  width:100%;
  left:0px;
}
#mmenu .l{
  background: url('/img/sys/mmenu_l.png') no-repeat;
  width:230px;
  height:38px;
  float:left;
}
*html #mmenu .l{
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sys/mmenu_l.png', sizingMethod='image');
  position:relative;
  left:3px;
}
#mmenu .r{
  background: url('/img/sys/mmenu_r.gif') no-repeat right;
}
#mmenu .c{
  margin-left:230px;
  margin-right:17px;
  height:38px;
  background: url('/img/sys/mmenu_c.jpg') repeat-x;
}
#mmenu #nav{
  margin:0px;
  padding:0px;
  position:relative;
  top:-30px;
  width:90%;
}
#nav td{
  vertical-align:top;
}
#nav td a{
  color:#0072ab;
  font-size:14px;
  text-decoration:none;
  white-space: nowrap;
  display:block;
}
#nav td:hover a,
#nav td.jshover a{
  color:#ff0000;
  text-decoration:underline;
}
#nav td ul{
  display:none;
  list-style:none;
  margin:0px;
  padding:0px;
  position:absolute;
  z-index:1;
  background: url('/img/sys/blank.gif');
}
#nav td:hover ul,
#nav td.jshover ul{
  display:block;
}
#nav td:hover ul a,
#nav td.jshover ul a{
  color:#0072ab;
  font-size:12px;
  text-decoration:none;
}
#nav td:hover ul li:hover a,
#nav td.jshover ul li.jshover a{
  color: #ff0000;
  text-decoration:underline;
}
#nav td:hover ul li ul,
#nav td.jshover ul li ul{
  display:none;
}
#nav td:hover ul li:hover ul,
#nav td.jshover ul li.jshover ul{
  display:block;
  margin-left:50px;
  z-index:2;
}
#nav td:hover ul li:hover ul a,
#nav td.jshover ul li.jshover ul a{
  color:#0072ab;
  font-size:12px;
  text-decoration:none;
}
#nav td:hover ul li ul li:hover a,
#nav td.jshover ul li ul li.jshover a{
  color:#ff0000;
  text-decoration:underline;
}

#nav li {
  background:white;
  padding: 8px;
  border-left: 1px solid #72b3e1;
  border-right: 1px solid #72b3e1;
}
#nav .lmenutop{
  background:url('/img/sys/mm_lt.gif') no-repeat left top;
  border:0px;
  padding:0px;
}
#nav .lmenutop .outer{
  background:url('/img/sys/mm_rt.gif') no-repeat right top;
  padding: 0px 8px;
}
#nav .lmenutop .inner{
  background:url('/img/sys/mm_ct.gif') repeat-x top;
  padding:8px 0px;
}
#nav .lmenubott{
  background:url('/img/sys/mm_lb.gif') no-repeat left bottom;
  border:0px;
  padding:0px;
}
#nav .lmenubott .outer{
  background:url('/img/sys/mm_rb.gif') no-repeat right bottom;
  padding: 0px 8px;
}
#nav .lmenubott .inner{
  background:url('/img/sys/mm_cb.gif') repeat-x bottom;
  padding:8px 0px;
}
#nav .lmenubott .lmenutop .inner{
  background:url('/img/sys/mm_ct.gif') repeat-x top;
  padding:8px 0px;
}
#nav .lmenubott .lmenutop .outer{
  background:url('/img/sys/mm_rt.gif') no-repeat right top;
  padding: 0px 8px;
}
/*--------------------------------------*/
#middle{
  margin-left:50px;
  margin-right: 20px;
  margin-top: 60px;
}
.h, .main_header{
  color: #ff0000;
  font-size:24px;
  margin-bottom: 20px;
}

#leftcol{
  width: 310px;
  float: left;
}

#lastnews{
  font-family:Arial;
}
#lastnews .newdate{
  color: #ff0000;
  fo1nt-weight:bold;
}
#lastnews a{
  fo1nt-weight:bold;
  text-decoration:none;
}
#lastnews .blockfoot{
  margin-top:20px;
  text-align:right;
  font-size:14px;
}

#leftmenu{
  margin-bottom: 30px;
}

#rightcol{
  min-height: 900px;
  //height: 900px;
  margin-left: 333px;
  text-align:justify;
}
*:first-child+html #rightcol{
  height: auto;
}
#rig1htcol table{
  border-collapse:collapse;
}
#rig1htcol table td{
  border: solid #000000 1px;
}
#rightcol p{
  text-indent:1.25cm;
}

/*-------------------------------------*/
#footsite{
  margin-left: 40px;
  margin-right: 16px;
  padding-bottom: 38px;
  margin-top: 45px;
}
#dev{
  padding-left: 30px;
  background: url('/img/sys/galaxy.gif') no-repeat left;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  font-size: 11px;
  font-family: Arial;
}
#cntr{
  margin-left: 260px;
  margin-right: 135px;
  text-align:center;
}

/*----------------------------------------*/
#cat2st_menu, #cat2st_menu ul{
  list-style: none;
}
#cat2st_menu{
  margin:0px;
  padding: 0px;
}
#cat2st_menu ul{
  margin:14px;
  padding: 0px;
}
#cat2st_menu li{
  margin-bottom:12px;
}
#cat2st_menu ul li{
  margin-top:12px;
}
#cat2st_menu a{
  font-size: 14px;
  fo1nt-weight:bold;
  text-decoration:none;
}
#cat2st_menu a:hover{
  text-decoration:underline;
}
#cat2st_menu ul a{
  font-size:12px;
}
#cat2st_menu .sel_menu{
  color:#ff0000;
  text-decoration: underline;
}
/*--------------*/
#hiddenpreloading{
  display:none;
}

