html,body  {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 11px tahoma, sans-serif;
	color: #222222;
	background: #fff;
}

body {
	behavior: url('/css/csshover.htc');
}

.bgr_left {
	background: url('/img/bgr_about.gif') no-repeat -10px 86px;
}

.body_wrap {
	background: #fff url('/img/bgr_body.jpg') repeat-x top;
	text-align: left;
}
.body_foot {
	background: url('/img/body_foot.jpg') repeat-x bottom;
	padding:0 7px 0 7px;
	width: 988px;
	height: 855px;
}

.content_foot {
	background: url('/img/content_foot.gif') repeat-x bottom;
}

.content_foot_center {
	background: url('/img/bot_center.gif') no-repeat center bottom;
}

.link_more {
	background: url('/img/link_more.gif') no-repeat 0 3px;
	font: bold 11px tahoma;
	padding-left: 10px;
	line-height: 30px;
	color: #0c4da2;
}

.inner_bgr {
	background: url('/img/inner_bgr.gif') no-repeat bottom;
}

.bgr_right {
	background: url('/img/bgr_right.gif') no-repeat right 86px;
}



form {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr td {
	padding: 0;
	vertical-align: top;
}

a {
	color: #0c4da2;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: bold 11px tahoma;
	color: #c00000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	/*float: left;*/
}

h1.sub_h1 {
	background: #fffdff;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

h2 {
	font: bold 11px tahoma;
	color: #0c4da2;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

h3 {
	font: bold 12px tahoma;
	color: #0c4da2;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	
}

div.body {
	margin: 5px 10px 0px 17px;
        padding-right: 15px;
	line-height: 15px;
	overflow: auto;
	overflow-y: auto;
	height: 384px;
	//overflow-y: expression(this.offsetHeight < document.getElementById('in_body').offsetHeight ? 'scroll' : 'auto');
	SCROLLBAR-3DLIGHT-COLOR:#fff;
	scrollbar-arrow-color:#000;/*стрелочка*/
	scrollbar-face-color:#f0f0f0;/*фон ползунка*/
	scrollbar-highlight-color:#000;/*левый+верхний внтренний контур*/
	scrollbar-shadow-color:#000;/*правый+нижний внутренний контур*/;
	scrollbar-darkshadow-color:#fff/*правый+нижний внешний контур*/;
	scrollbar-base-color:#fff;/*фон (?)*/
	scrollbar-track-color:#fff;/*фон под ползунком*/
}

.clr {
	line-height: 1px;
	clear: both;
}

div.container {
	height: 732px;
}


div.content {
	padding-top:8px;
	
}

.main_menu {
	background: #fff url('/img/bgr_mm.gif') repeat-x;
	width: 100%;
	height: 25px;
}

.main_menu a {
	color: #222;
	text-decoration: none;
}

.main_menu a:hover {
	color: #bf0505; font-weight:bold;
}

.main_menu .active  a,
li.active  a,
.active {
	color: #c00000;
}

.main_menu .mm_left {
	background: url('/img/mm_border.gif') no-repeat left bottom;
	height: 25px;
}

.main_menu .mm_right {
	background: url('/img/mm_border.gif') no-repeat right bottom;
	height: 25px;
}

.mm_right td {
	text-align: center;
	height: 25px;
	//height: 19px;
}

.mm_right .chptr2 {
	background:  url('/img/mm_.gif') no-repeat right 8px;
	font-size: 1px;
	width: 1px;
}

.mm_right .chptr {
	padding-right: 12px;
}

.mm_right .chptr1 {
	background: url('/img/bgr_mm_center.gif') no-repeat center top;
	padding: 6px 6px 0 6px;
}

/*
###
### <выпадающее меню>
###
*/



/*#########################*/
div.sub_ul_wrapper {
	height: 1px;
	position: relative;
}

div.sub_ul_wrapper * {
	white-space: nowrap;
}

ul.sub_ul {
	display: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	list-style-type: none;
	background: #fff;
	z-index: 1000;
	position: absolute;
	left: -6px;
}

td.chptr1:hover ul.sub_ul {
	display: block;
}

ul.sub_ul li.no_sub_li {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	background: #fff;
	text-align: left;
}

ul.sub_ul li.sub_li {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	background: #fff url('/img/list_marker.gif') no-repeat right 8px;
	text-align: left;
	position: relative;
	
}

ul.sub_ul li.no_sub_li a, ul.sub_ul li.sub_li a {
	color: #0c4da2;
	padding: 3px 20px 5px 10px;
	text-decoration: none;
	display: block;
	height: 13px;
}

ul.sub_ul li.no_sub_li a:hover, ul.sub_ul li.sub_li a:hover {
	color: #fff;
}

ul.sub_ul li.no_sub_li:hover {
	background: #c00000;
}

ul.sub_ul li.sub_li:hover {
	background: #c00000 url('/img/list_marker_white.gif') no-repeat right 8px;
	//height: 13px;
	//margin-bottom: -2px;
}

ul.sub_ul li.sub_li:hover a {
	color: #fff;
}

ul.sub_ul li.no_sub_li:hover a, ul.sub_ul li.sub_li:hover a {
	color: #fff;
}

/* leve 2+ (almost +)*/

ul.sub_ul_2 {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	z-index: 1001;
	position: absolute;
	left: 100%;
	top: 0;
}

ul.sub_ul li.sub_li:hover ul.sub_ul_2 {
	display: block;
}

ul.sub_ul_2 li.sub_li_2, ul.sub_ul_2 li {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;/**/
	background: #fff;
	text-align: left;
	//height: 13px;
}

ul.sub_ul_2 li.sub_li_2 a, ul.sub_ul_2 li a {
	padding: 3px 20px 5px 10px;
	color: #0c4da2 !important;
	text-decoration: none;
	display: block;
}

ul.sub_ul_2 li:hover {
	background: #c00000;
}

ul.sub_ul_2 li.sub_li_2:hover a, ul.sub_ul_2 li:hover a {
	color: #fff !important;
}


/*
###
### </выпадающее меню>
###
*/

.auth_block {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	color: #0c4da2;
}

.auth_block form table.auth {
	width: 285px;
}

.auth_block form table.srch {
	width: 229px;
}

.nav  {
	width: 148px;
}

auth_block form table tr td {
	border: 1px solid red;
}
.nav_search {
		width: 145px;
}

.nav_size {
	width: 30px;
	text-align: center;
}

.nav_size2 {
	width: 48px;
	text-align: center;
}

.nav_bgr {
	background: url('/img/nav_bgr.gif') no-repeat right ;
}

.auth_text {
	height: 15px;
	width: 78px;
	border: 1px solid #6c8d9e;
	background: #fff;
	padding: 0;
	margin: 0;
	font: 10px tahoma;
	color: #818181;
	margin-left: 2px;
	padding-left: 2px;
} 

.auth_search {
	width: 164px;
}

.input_after {
	margin-right: 10px;
}

.ie_but {
	//margin-top: 1px;
}

.link {
	display: block;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
}

/*about*/
.caption {
	padding-left: 10px;
	padding-top: 12px;
	padding-right: 5px;
}

.lines {
	background: url('/img/bgr_lines.gif') repeat-x; 
	font-size: 1px;
}

.end {
	background: url('/img/bgr_lines_end.gif') no-repeat; 
	font-size: 1px;
	width: 28px;
}

.text_about {
	padding-left: 10px;
	padding-top: 15px;
	line-height: 15px;
}

/*last news*/

.news_item {
	width: 49%;
	float: left;
}

.news_date {
	width: 59px;
	padding-left: 10px;
	//margin-right: -69px;
	float: left;
	color: #0c4da2;
}

.news_date span {
	font: bold 12px tahoma;
}

.news_content {
	margin-left: 69px;
}



div#footer {
	width:100%;
	height: 68px;
	font: 11px tahoma;
	color: #dddddd;
}

div#footer table tr td {
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: middle;
	
}

div#footer a {
	color: #fff;
	font-weight: bold;
}

div#footer a.caps {
	text-decoration: none;
}
/* #footer end */


table.main_wrapper {
	border-collapse: collapse;
	border: 0;
	margin: 0 auto;
	height: 100%;
	width: 1000px;
}

table.main_wrapper td.main {
	text-align: center;
	height: 100%;
	vertical-align: middle;
}


.in_auth {
	width: 176px;
	padding-top: 24px;
	font: 10px tahoma;
	color: #0c4da2;
}

/*---------------------------------------------------------------------------*/

.in_auth  table tr td {
	padding-top: 18px;
}

.sub_menu {
	background: url('/img/sub_menu.gif') no-repeat;
	width: 247px;/*314*/
	height: 201px;/*243*/
	padding-left: 67px;
	padding-top: 42px;
	
}

.sub_menu ul , .red_list {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}

.sub_menu ul li {
	padding-bottom: 10px;
	background: url('/img/list_marker.gif') no-repeat 0 4px;
	padding-left: 10px;
}

.sub_menu ul li a {
	font-weight: bold;
	text-decoration: none;
}

.red_list {
	margin-left: 16px;
}

.red_list li {
	padding-bottom: 10px;
	background: url('/img/list_marker_red.gif') no-repeat 0 4px;
	padding-left: 10px;
}

.red_list li a {
	font-weight: bold;
	text-decoration: none;
	color: #c00000;
}

.nav_search {
	font: 10px tahoma;
	color: #0c4da2;
	padding-top: 10px;
	width: 160px;
}

.nav_search table {
	width: auto;
}

.nav_search form .srch {
	margin-top: 33px;
	width: 170px;
}

.nav_s {
	width: 104px;
}

.in_sub_t {
	height:243px;
}

/*---------------------------------------------------------------------------*/
