@charset "utf-8";
/* CSS Document */
/*Page ------------------------------------------------*/
body{
	margin: 0 auto;
	min-width: 960px;
	max-width: 1280px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size: cover;
}
/*Header ------------------------------------------------*/
#wrapper{
	position: relative;
	height: 120px;
	background-image: url(images/Header.png);
	margin-left: -107px;
	margin-right: -113px;
	background-size: 1504px;
}
/*Top Menu ------------------------------------------------*/
#top_menu{
	padding: 0;
	margin: 0;
	background-image: url(images/background_top_menu.png);
  	background-size: 1280px;
	height: 55px;
	background-repeat: no-repeat;
}
#top_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#top_menu ul li{
	position: relative;
	height:30px;
	float: left;
	border-right: solid 1px #000;
}
#top_menu ul li a{
	display: block;
	line-height: 30px;
	padding: 0 20px;
	color: #000;
	text-decoration: none !important;
  	font-family: Izhitsa-Cyrillic;
  	font-size: x-large;
}
#top_menu ul li a:hover{
	color: #793E37;
}
#top_menu ul ul{
	position: absolute;
	visibility: hidden;
	width: auto;
}
#top_menu ul ul li{
	border: none;
}
#top_menu ul li:hover ul{
	position: absolute;
	background-color: #F00;
	visibility: visible;
}
/*Middle ------------------------------------------------*/
#middle{
	max-width: 1280px;
	min-width: 960px;
	overflow: hidden;
}
/*Navigation_Menu ------------------------------------------------*/
#nav_menu{
	text-align: left;
	margin-left: 0px;
}
#nav_menu ul{
	background-image: url(images/background_left_side.png);
	background-position:center;
	margin: 0px;
	list-style-type: none;
  	font-family: Izhitsa-Cyrillic;
	color: #000;
	font-size: large;
	line-height: 25px;
}
#nav_menu ul li a{
	display: block;
	text-decoration: none;
	margin-left: 0px;
  	margin-right: 25px;
  	color: #000;	
}
#nav_menu ul li.active ul{
  	position: relative;
	visibility: visible;
}
#nav_menu ul li a:hover{
		color: #793E37;
}
#nav_menu ul ul{
	background-image: none;
	position: absolute;
	visibility: hidden;
	list-style-type: none;
	left: -25px;
}
#nav_menu ul li:hover ul{
	position: relative;
	visibility: visible;
}
#side_left{
	float: left;
	width: 213px;
}
/*Left_SideBar ------------------------------------------------*/
#side_right{
	float: right;
	width: 213px;	
}
/*Clientm_Mnu------------------------------------------------*/
#client_menu{
  	padding: 10px;
	background: #999;	
}
/*News ------------------------------------------------*/
#news{
	height: 100px;
	background-color: #666;
}
/*Content------------------------------------------------*/
#content{
  	text-align:left;
  	padding: 10px;
  	display: inline-block;
  	width: 834px;
  	background-image: url(images/background_content.jpg);
  	background-repeat: inherit;
  	min-height: 700px;
  	box-shadow: 0 0 10px 5px;
}
/*Footer ------------------------------------------------*/
#footer_text{
	background: #FF0;
	min-width: 960px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	min-height: 100px;
}
