html,body{
	position:relative;
	height:100%;
	min-width:1000px;
}
body { 
	font: 80% Tahoma, verdana, Sans-Serif; 
	owerflov:visible;
}
.main{
	height: auto !important;
	height: 100%;
	min-height:100%;
}
/*-------------------HEADER------------------------*/
#header{
	background-color:#fff;
	position:relative;
	margin: auto 0;
	height: 65px;
}
#logo{
	position:absolute;
	width: 150px;
	height: 28px; 
	background:url(images/logo.gif) left top no-repeat;
	cursor:pointer;
	top:16px;
	left:33px;
}
#menu{
	position:absolute;
	height: 15px; 
	width:725px;
	top:22px;
	left:207px;
}
.navigation{
	position:absolute;
	width:55px;
	top:23px;
	left:940px;
	padding-right:2px;
}
#grad{
	position:relative;
	top:60px;
	left:0px;
	background:url(images/grad.jpg) left top repeat-x;
	height: 5px; 
}
/*-------------------END HEADER------------------------*/

/*-------------------FOOTER------------------------*/
#footer{
	position:relative;
	height: 96px;
	margin-top:-96px;
}
.foot_holder{
	height: 96px;
	clear:both;
}
#foot_bg{
	background:url(images/grad.jpg) left top no-repeat;
	height: 5px; 
	margin-top: 60px;
}
#footer_left{
	position:absolute;
	top:0px;
	left:0px;
	width:295px;
	height: 89px;
}
#footer_center{
	position:absolute;
	top:0px;
	left:295px;
	width:391px;
	height: 79px;
	padding-top:10px;
	COLOR: #ffffff;
	FONT-SIZE:11px;
}
#footer_right{
	position:absolute;
	top:0px;
	left:686px;
	width:295px;
	height: 86px;
	padding-top:10px;
}
.a_copyryght {
	COLOR: #ffcc66
}
.copyright{
	width:112px;
	height:25px;
	margin-top:10px;
}
.banners{
	margin:10px 0 0 25px;
}
/*-------------------END FOOTER------------------------*/

/*-------------------INDEX PAGE------------------------*/
.index_link2{position:absolute;height:28px;width:43px;top:110px;left:256px;_left:252px;}
.index_show_link2{position:absolute;top:118px;left:306px;}

.index_link3{position:absolute;height:28px;width:43px;top:279px;left:336px;_left:332px;}
.index_show_link3{position:absolute;top:280px;left:385px;}

.index_link1{position:absolute;height:28px;width:43px;top:312px;left:73px;_left:69px;}
.index_show_link1{position:absolute;top:360px;left:0px;}

.index_body{
	background:url(images/body_bg.jpg) left top repeat-x;
	position:relative;
}
.index_left_content{
	position:relative;
	background:url(images/index_left_bg.jpg) left top no-repeat;
	width:266px;
	float:left;
	display: inline;
	padding-top:537px;
	padding-bottom:30px;
}
.index_right_content{
	background:url(images/index_right_bg.jpg) left top no-repeat;
	position:relative;
	margin-left: 266px; 
	padding-top:462px;
}
/*------------------- END INDEX PAGE--------------------*/

/*-------------------OTHERS PAGE--------------------*/
.others_body{
	background-color:#E5E5E5;
	width: auto !important;
	width: 1000px;
	min-width:1000px;
	overflow:hidden;
	zoom:1;
}
.others_top{
	background:url(images/top_bg.jpg) repeat-x;
	height:45px;
}
.others_left_content{
	background:url(images/left_bg.jpg);
	width:300px;
	float:left;
	display: inline;
	padding-bottom:40px;
	*padding-bottom:30px;
}
.others_right_content{
	width:680px;
	background:#E5E5E5 url(images/others_right_bg.jpg) 0px 0px no-repeat;
	float:left;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	margin-right:-20px;
	height: auto !important;
	*height:250px;
	min-height:250px;
}
/*-------------------END OTHERS PAGE--------------------*/
.h3{
	margin:6px 0 0 0;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 140%; 
	COLOR: #b3261f;
}
a{
	color:#b3261f;
}
a:hover{
	text-decoration:none;
}
.ftp_files th{
	background:#E5E5E5 
}
.ftp_files td{
	height:20px;
}
.ftp_folders{
	background: url(/bitrix/images/fileman/types/folder.gif) 0px 2px no-repeat;
	padding:2px 0 2px 22px;
	line-height:20px;
}
.ftp_file{
	background: url(/bitrix/images/fileman/types/file.gif) 0px 2px no-repeat;
	padding:2px 0 2px 22px;
	line-height:20px;
}
.add_file{
	border:3px double #E5E5E5;
	display:block;
	cursor:pointer;
	width:115px;
	padding:1px 3px;
	
	margin-left:10px;
}
.add_folder{
	border:3px double #E5E5E5;
	display:block;
	cursor:pointer;
	width:115px;
	padding:1px 3px;
	margin-right:10px;
	

}
.ftp_select{
	width:224px;
}