html{
	height:100%;
}

body{
	margin:0;
	padding:0;
	background:url(../images/down.jpg) left top repeat-y;
	height:100%;
	min-width:910px;
}

#top {
    /*background:url(../images/top_left.jpg) left top no-repeat;*/
	height: 222px;
    position: relative;
}

.logo{
	background:url(../images/logotip.jpg) left top no-repeat;
	width:348px;
	height:222px;
	position:absolute;
	left:0;
	top:0;
}

.top_left{
	height:222px;
	margin-left:347px;
	margin-right: 100px;
    padding-top: 1px;
	background:url(../images/top_left.jpg) 0 0 no-repeat;
	
}
.top_left h2{
	font-size: 30px;
	font-family: Tahoma;
	color:#FFF;
	font-weight:bold;
	margin:55px 0 0 50px;
	/*height: 75px;*/
    position: relative;
    z-index: 100;
}

#top ul.top_menu {
	list-style-type:none;
	position: relative;
	z-index:100;
	margin: -41px 100px 0 380px;
}

*html #top ul.top_menu {
	margin-left:20px;
}

#top ul.top_menu li {
	background:url(../images/top_active.jpg) left top no-repeat;
	float:left;
	padding:0 10px 0 10px;
	height:38px;
}

#top ul.top_menu li.no_active {
	padding:0 15px 0 15px;
}


#top ul.top_menu li.active {
	background:url(../images/top_active.jpg) left top repeat-x;
}

#top ul.top_menu li.active p {
	font:15px Tahoma;
	font-weight:bold;
	margin:9px 7px 0 7px;
}

#top ul.top_menu li a {
	display: inline-block;
	margin-top:9px;
	color:#394BB7;
	font:14px Tahoma;
	font-weight:bold;
}
/*
.top_right{
	height:222px;
	background:url(../images/top_right.jpg) right top no-repeat;
}*/
.top_right {
    background: url(../images/top_right.jpg) no-repeat 100% 0;
    height: 222px;
    position: absolute;
    right: 0;
    top: 0;
    width: 367px;
}

.top_right ul{
	position:absolute;
	right:0;
	list-style:none;
	float:left;
	margin:195px 50px 0 0 ;
}

.top_right ul li{
	float:left;
	margin-left:10px;
}

.top_right ul li img {
	border:none;
}

.left_menu{
	background:url(../images/menu.jpg) left top no-repeat;
	width:340px;
}

*html .left_menu{
	
}

.left_menu ul{
	
	list-style:none;
	padding:0;
	margin:15px 0 0 40px;
	width:300px;
}

.left_menu li{
	background:url(../images/li_no_act.jpg) left top no-repeat;
}

.left_menu li a {
	display: inline-block;
	color:#2C4DB6;
	font:14px Tahoma;
	font-weight:bold;
	padding-left:45px;
	margin: 7px 5px 9px 0;
}

.left_menu .active {
	background:url(../images/li_act.jpg) left top repeat-y;
	width:299px;
	margin:0;
}

.left_menu .active a{
	background:url(../images/active.jpg) left top no-repeat;
	text-decoration:none;
	color:black;
	display: inline-block;
	margin: 7px 0 9px 0;
}

.left_menu .active a:hover{
	color:black;
}

.left_menu li a:hover{
	color:#982CB3;
	text-decoration:none;
}

#text{
	background:url(../images/pod.jpg) left top no-repeat;
	margin-left:340px;
	border-top:solid #7793FF 1px;	
}

#layout {
	background:url(../images/long.jpg) left top repeat-x; 
	min-height:100%;	
	min-width: 1100px;
}

#layout:after {content: "."; clear: both; height: 1px; visibility: hidden;}
*html #layout {height: 73%; }


.footer{
    position: relative;
	height: 235px;
	background:url(../images/footer_all.jpg) left top no-repeat;
	width:100%;
	min-width: 1100px;
	margin-top: -236px;
	/*float:left;*/
}

.project{
	background:url(../images/footer_left.jpg) left bottom no-repeat;
	width:349px;
	height:235px;
	position:absolute;
	left:0;
	top:0;
}

*html .project{
	margin-left:-349px;
}


.project a{
	display: inline-block;
	font:14px Tahoma;
	color:#344CAC;
	font-weight:bold;
	margin:181px 0 0 80px;
}                                                 

.ctiso{
	height:235px;
	margin-left:349px;
	background:url(../images/footer_right.jpg) right bottom no-repeat ;
	border-top:solid #9EB1FE 1px;
	
}

.ctiso .copyright_info {
	display:block;
	margin-left:50px;
	padding-top:110px;
	width: 269px;
	font:10px Tahoma;
}

.ctiso .copyright {
	text-decoration: none;
	color:#000;
}

.ctiso .copyright:hover {
	text-decoration: underline;
}
.contents{
	min-height:350px;
	clear:both;
}

/* форма поиска */
#search, .search_form { /*text-align: right;*/ padding: 6px; }
#search { position:absolute; right: 20px; top: 10px; z-index:100; }
#search #query, .search_form .query {border: 1px solid #fff; height: 18px; display: inline-block;}
#search #sch_btn, .search_form .sch_btn { display: inline-block; background: url(../images/search.png) transparent no-repeat; border: none; width: 63px; height: 22px; vertical-align: top; font-size: 0px;}
*:first-child+html #search #sch_btn, *:first-child+html .search_form .sch_btn {margin-left:5px;}
* html #search #sch_btn, *html .search_form .sch_btn {margin-left: 5px;}
#update-time { /*position: absolute; top: 10px; left: 50px;*/ text-align: right; font-size: 11px; color: lightgray; font-family: Tahoma; background: none;}
