BODY,td { 
	font-family: Arial; 
	font-size: 14px;	
}

img, div, td { 
	behavior: url(../css/iepngfix.htc);
}

.gerr {
	top:-20px; 
	left:-20%; 
	position:absolute;
	z-index:10;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wer{
	background-color:red;
	border:1px solid red;
}

#inf {
	width:520px;
	height:344px;
	background-image:url('../img/infra2.jpg');
	position:relative;
}

#red {
	width:520px;
	height:344px;	
	position:relative;
}

.top_pol {
	background-image: url('../img/top_pol.jpg');
	height: 8px;
}

.inp {
	color:#6f1208;
	font-weight:bold;
	font-size: 18px;
}

.top {
	font-size:11px;
	color:#6f1208;
	font-weight:bold;
}
.bobo {
	color:#d0cfcf;
	font-size:9px;
}

.tip {
	font-size:13px;
	color:#6f1208;
	font-weight: bold;	
}

.nadp_bot {
	background-image:url('../img/bot_in.jpg');
	background-repeat: no-repeat;
	width:368px;
	padding-top:9px;
	font-weight:bold;
	/*color:#6f1208;*/
	color:#cdcdcd;
	font-size:16px;
}

.nadp_botm {
	font-size:16px;
	background-image:url('../img/bot2.png');
	background-repeat: no-repeat;
	width:340px;
	padding-top:9px;
	font-weight:bold;
	color:#7d0e10;
}

a.ll {
	font-size:12px;
	font-family:tahoma; 
	text-decoration:none;
	color:#004f9a;
	background-color:#f5f5f5;
	border: 1px #cccccc solid;
}
a.ll:hover {
	background-color:#676767;
	font-size:12px;
	font-family:tahoma; 
	text-decoration:none;
	color:#ffffff
}
/*=======================================SCROLL========================================*/

	.scroll-wrap{width:252px;margin:5px auto; z-index: 1;}
	.scroll-pane{width:248px;height:393px;padding:0 5px 0 3px;overflow:auto;z-index: 1;}
		
	.scroll-wrap2{width:810px;margin:5px auto;}
	.scroll-pane2{width:800px;height:490px;padding:0 0 0 20px;overflow:auto ;}
			
	.scroll-wrap3{width:580px;margin:5px auto;}
	.scroll-pane3{width:570px;height:135px;padding:0 0 0 10px;overflow:auto ; }
			
	.scroll-wrap4{width:560px;margin:5px auto;}
	.scroll-pane4{width:550px;height:496px;padding:0 0 0 10px;overflow:auto ;}

/*======================================================================================*/

 /*==========================1============================*/
 #slide {
  /*	border:1px solid red;*/
  	z-index: 150;
    text-align:center;
    margin: 0px 0px; 
    position:relative;
  }
  #slide #slides {
     width:805px;
     height:380px;

     position:absolute;
  }
  #slide #slides IMG {
     position:absolute;
     
	 top:0px;
     left:0px;
  }
  
  #slide-container {
  /*	border:1px solid red;*/
  	z-index: 0;
    text-align:center;
    margin: 0px 0px; 
  }
  #slide-container #slideshow {
     width:805px;
     height:380px;

     position:relative;
  }
  #slide-container #slideshow IMG {
     position:absolute;
     
	 top:0px;
     left:0px;
  }
 /*==========================2============================*/ 
  
  #slide2 {
  /*	border:1px solid red;*/
    z-index: 200;
    /*text-align:center;*/
    margin: 0px 0px; 
    position:relative;
  }
  #slide2 #slides2 {
     width:520px;
     height:360px;
     
     position:absolute;
  }
  #slide2 #slides2 IMG {
     position:absolute;
     
	 top:0px;
     left:0px;
  }
  
  
  #slide-container2 {
  /*	border:1px solid red;*/
  	z-index: 0;
    text-align:center;
    margin: 0px 0px; 
  }
  #slide-container2 #slideshow2 {
     width:520px;
     height:360px;
     
     position:relative;
  }
  #slide-container2 #slideshow2 IMG {
     position:absolute;
     
	 top:0px;
     left:0px;
  }
  
  

/*    ...Scrol...    */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../img/bg_scrl.jpg) repeat-y left top;
}
.jScrollPaneDrag {

	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../img/but.jpg) no-repeat left bottom;
}
.jScrollPaneDragTop {
	
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/kva.jpg) no-repeat left top;
	height:7px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/kva.jpg) no-repeat left top;
	height:6px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

