@charset "utf-8";
/* CSS Document */

body { background-image:url(../img/fon.jpg)}
.heder{
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	height: 520px;
	background-position: center center;
}
.footer{
	text-align:center;
	padding:15px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 67px;
	background-position: center center;
}
.content_box {
	border: 1px solid #177551;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	width: 100%;
	padding: 10px;
	z-index: 1;
}
.l_box {
	
	width: 250px;
	margin: 45px 10px 0 0;
	padding: 0 0 45px 0;
	
}
	
.r_box {
    margin: 45px 0 0 0 ;
    padding: 0 0 45px 0;
    width: 250px;
}
.r_box p {text-align: center}
.box_content {
	text-align:left;
    border: 1px solid #177551;
	background-color:#FFF;
    border-radius: 5px 5px 5px 5px;
    margin: -45px 0 0 20px;
    padding: 10px;
    position: relative;
    width: 200px;
}
.box_head_left  {
	background-position: left center;
	margin-top: -50px;
	margin-left:-30px;
	height: 50px;
	line-height: 50px;
	min-height: 50px;
	text-align: right;
	width: 250px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/box_left.png);
	background-repeat: no-repeat;
}
.box_head_right  {
	background-position: left center;
	margin-top: -50px;
	margin-left: -25px;
	height: 50px;
	line-height: 50px;
	min-height: 50px;
	text-align: right;
	width: 250px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/box_right.png);
	background-repeat: no-repeat;
}
.box_head_left, .box_head_right h2 {
	color: #FFFFFF;
	font-weight: bold;
	padding: -25px 0 0 10px;
	text-align: center;

}
.box_content li {
    list-style-type: none;
}

.content_title {
background: url(../img/content_title.png) no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
padding-left:50px;
padding-top:20px;
	
		
	
	}
.content_title h3{
		color: #000;
	font-weight: bold;
	padding: -15px 0 0 10px;
	text-align: left;
	}
	
	
	
	
	
	
.drop_menu {
    list-style-type: none; 
    width: 198px;
    margin: 0; 
    padding: 0;
 }
 
.drop_menu  ul {
    list-style-type: none; 
    width: 180px;
    margin: 0; 
    padding: 0;
}
.drop_menu > li{
  position: relative; 
  background: url(../img/menu_0.png) no-repeat 0 0; 
  padding:5px 0px 5px 16px;
  border-top: 1px solid White;
}

.drop_menu > li:hover {
background: url(../img/menu_1.png) no-repeat 0 0;
margin-left: 15px;

}
.drop_menu > li:hover > a{
  font-size:18px;
  font-weight: inherit;
  color: #000;
  text-decoration:none;
}
.drop_menu > li > a{
  font-size:16px;
  font-weight: inherit;
  color: White;
  text-decoration:none;
}


  .drop_menu li ul {
    position: absolute; 
    display: none; 
    top: 2px; 
    left: 184px;
	z-index:5; 
   }

 .drop_menu li:hover ul {
   display: block; 
   }

.drop_menu li ul li{
  text-align:left;
  background: #59C113;
  padding: 8px 0px 8px 10px;
}

.drop_menu li ul li:hover {
  background: #87DA50;


}

.drop_menu li ul li a{
  font-weight: bold;
  font-size:12px;
  color:White;
  text-decoration:none;
}

.drop_menu li ul li a:hover{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration:none;
}