/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";

/* Global
-------------------------------------------------------------- */

body {
	color: #191919;
	background:#f3f3f3;
	font-family: Tahoma;
	font-size: 12px;
}
.bl_blue {background: url(../images/bl_blue.gif) 0 100% no-repeat}
.br_blue {background: url(../images/br_blue.gif) 100% 100% no-repeat}

/* Page
-------------------------------------------------------------- */
#page { 
	width: 1001px; 
	margin: 0 auto;
}
.t {background: url(../images/dot.gif) 0 0 repeat-x;}
.b {background: url(../images/dot.gif) 0 100% repeat-x;}
.l {background: url(../images/dot.gif) 0 0 repeat-y;}
.r {background: url(../images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/bl.gif) 0 100% no-repeat;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding: 30px 0;}
.bl_blue {background: url(../images/bl_blue.gif) 0 100% no-repeat;}
.br_blue {background: url(../images/br_blue.gif) 100% 100% no-repeat;}
.bl_red {background: url(../images/l_menu_background.gif) 0 0 no-repeat;}
.br_red {background: url(../images/r_menu_background.gif) 100% 0 no-repeat; padding:0px 0 0 5px;}
.bl_gray {background: url(../images/bl_gray.gif) 0 100% no-repeat;}
.br_gray {background: url(../images/br_gray.gif) 100% 100% no-repeat; padding-bottom:10px;}
.tl_gray {background: url(../images/tl_gray.gif) 0 0 no-repeat;}
.tr_gray {background: url(../images/tr_gray.gif) 100% 0 no-repeat; padding:10px;}
.text {
	padding: 0 20px;
}

/* Header
-------------------------------------------------------------- */
#header { 
	width: 100%;
}
#header #logo, #header #info_block, #header #banner {
	float:left;
}
#header #logo {
	width: 363px;
	height: 142px;
	background: url(../images/logo_background.jpg) 0 0 repeat-x;
}
#header #logo #logo_img {	
	height: 100%;
	height: 142px;
}
#header #logo #logo_img img{
	margin:30px 0 0 40px;
}
#header #info_block {
	width: 451px;
	margin-left:4px;
	color: #fff;
}
#header #info_block #order {
	width: 100%;
	height: 29px;
	background: #fff url(../images/order_background.gif) 0 0 repeat-x;
}
#header #info_block #order #info {
	float: left;
	padding: 4px 0 0 35px;
}

#header #info_block #order #consult {
	float:left; 
	margin-left: 5px;
}
#header #info_block #order #request {
	float: right;
	width: 120px;
	height: 30px;
	margin-right: 10px;
}
#header #info_block #order #request:hover {
	cursor: pointer;
}
#header #info_block #about {
	width: 451px;
	height: 112px;
	margin-top: 1px;
	background: #c40202 url(../images/it_works_backdround_01.jpg) 0 0 no-repeat;
}
#header #banner {
	width: 180px;
	height: 142px;
	margin-left: 3px;
	background: #c7e3f8 url(../images/adv_banner_background.gif) 0 0 no-repeat;
}
#header #banner #banner_img{
	width: 180px;
	height: 142px;
	display: table-cell;
   	text-align:center;
   	vertical-align:middle;
}
#header #banner #banner_img * {
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}
#menu {
	width: 1001px;
	height: 29px;
	margin-top: 3px;
	background: #aa0a0a url(../images/menu_background.gif) 0 0 repeat-x;
}
#icons {
	float: right;
	height: 13px;
	margin:8px 15px 0 0;
}
#icons .icon {
	float:left;
	width:40px;
	text-align:center;
	background: url(../images/icons_splitter.gif) right 4px no-repeat;
}
#icons .last {
	background: none;
}
#menu #level1 {
	float:left;
	height:29px;
	font-size: 13px;
	margin-bottom:0;
	list-style-position: outside; font-family: Tahoma, Arial;
}
#menu #level1 li {
	float:left;
	height:29px;
	list-style-type: none;
}
#menu #level1 li .dotted {
	background: url(../images/pixel1.gif) 0 0 repeat-y;
	width: 1px;
	height: 100%;
	float: left;
}
#menu #level1 li .dotted1 {
	background: url(../images/pixel1.gif) 0 0 repeat-y;
	width: 1px;
	height: 100%;
	float: left;
        display: none;}

#menu #level1 .last .dotted1 {display: block;}

#menu #level1 li.active1 {background: url(../images/a_menu_background.gif) 0 0 repeat-x;}
#menu #level1 a.m20:hover {background: url(../images/a_menu_background.gif) 0 0 repeat-x;}
#menu #level1 .active1 a.m20 {color: #660000;}


#menu #level1 li a { float: left;
	display: block; 
	height: 24px; 
	display:inline-block;
	zoom:1; 
	position:relative;
	padding: 0 14px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
font-size: 14px;
}
#menu ul.level2 {
	display:none;
	margin: 0;
	padding:0;
	position: absolute;	
	width:185px;
	background: #aa0a0a url(../images/menu_background2.gif) 0 100% repeat-x;
        padding-bottom:3px;
}
#menu .level2 li {
	margin: 0;
	height: auto !important;
	width:185px;
	border:none;
	border-top: 1px solid #d24242;
	list-style-type: none;
	font-weight: normal;
        padding-bottom:0px;
}
#menu #level1 li ul li a {
	display: block;
	padding:0; 
	padding-top: 7px; 
	height:25px;
        width:100%;
	padding-left: 14px;
	font-weight: normal;
	font-size: 12px;
}

#menu #level1 .level2 li:hover {background:#c82828;}

.level2 li.l22 a {color:white;}

li.l22 a:hover {font-weight: bold !important;}

li.l22:hover {background:#c82828 !important;}

/* Body
-------------------------------------------------------------- */
#body { 
	width: 1001px;
	margin-top: 3px;
	background-color: #fff;
	font-size: 13px;
	line-height: 1.3;
}
#body #slideshow {
	width: 100%;
	height: 118px;
	margin-top: 30px;
}
.bl_slideshow {background: url(../images/l_gallery_button.png) 0 0 no-repeat;  width:33px; height:116px;}
.br_slideshow {background: url(../images/r_gallery_button.png) 0 0 no-repeat; width:33px; height:116px;}
.bl_slideshow:hover {background: url(../images/l_gallery_button_active.png) 0 0 no-repeat; cursor:pointer;}
.br_slideshow:hover {background: url(../images/r_gallery_button_active.png) 0 0 no-repeat; cursor:pointer;}
#body #textblock1, #body #textblock2 {
	margin-top: 40px;
	float: left;
}
#body #content {
	margin-top: 20px;
	float: left;
	width: 625px;
	padding-left: 5px;
}
.news_wrap {
	width:700px;
}

#body #news_block {
	margin-top: 20px;
	float: right;
}
.news_item {
	margin-bottom:15px;
}
.news_item .news_date {
	color:#666666;
}
.news_item .news_image {
	float:left;
	margin:0 6px 6px 0;
}

.full_news_ref, .full_news_ref .news_date, .full_news_ref a {
	color: #003399;
	font-size: 14px; 
	line-height: 1; 
	font-weight:900; 
	margin-bottom: 0.75em; 
}
.full_news_ref .news_date {
	font-weight:100;
}
.full_news_header {
	color: #666666; 
	font:Arial, Helvetica, sans-serif; 
	font-weight:900;
}
#body #textblock1 {
	width:606px;
	height: 196px;
	background: url(../images/text_block_background1.gif) 0 0 no-repeat;	
}
#body #textblock1 #description {
	width:575px;
	height: 175px;
	margin: 10px;
	overflow: auto;
}
.scroll-wrap{}
.scroll-pane{
	padding:0 0 0 10px;
	overflow:auto; 
}
.scroll-pane table {
	margin-top: 5px;
}
.scroll-pane table td {
	border-bottom: 1px solid #ccc;
}
#body #textblock2 {
	width:355px;
	height: 196px;
	padding-top: 22px;
	background: url(../images/text_block_background2.gif) right 0 no-repeat;	
}
#body #news_block {
	width: 300px;
	margin-left: 30px;
}
#body #news_block #news {
	width: 300px;
	height: 400px;
	padding: 30px 0 20px 0;
	background: url(../images/news_background.gif) 0 0 no-repeat;	
}
#body #news_block #top10 {
	width: 300px;
	height: 200px;
	margin-top: 10px;
	padding: 31px 0px 20px 0px;
	background: url(../images/top_background.gif) 0 0 no-repeat;	
}
#body #news_block #top10 #site_list {
	width: 298px;
	height: 100%;
}

#body #left_menu_wrapper {
	float:left;
	width: 208px;
	margin: 0 0 0 8px; padding: 0;
}
#body #left_menu_wrapper .banner {
	margin-bottom: 5px;
}
#body #left_menu {
	width: 208px;
	margin: 0; padding: 0;
}




/* -------------------------------------------------------------- 
новые стили меню
-------------------------------------------------------------- */





#body #left_menu li {margin: 2px 0; list-style-type: none; padding: 0px; background: url(../images/level2_background.gif) 0 0 no-repeat;}
#body #left_menu li a {color:#000; margin: 0px; padding: 0px; text-decoration:none;}
#left_menu ul {margin: 0px; padding: 0px;}



/* ------------------------------------
#body #left_menu li .ff{
		color:red;
}
#body #left_menu .active {
	background: url(../images/level2_background_active.gif) 0 0 no-repeat;
}
#body #left_menu li .wr {

	height:26px;
	padding: 4px 0 0 0px;
	margin: 0px;
}
#body #left_menu li .level3 {
	margin: -2px 0 0 0;
	background:#f3f3f3 none;
	width:208px;
}
#body #left_menu li .level3 li {
	list-style-type: none;
	line-height: 1.4em;
	font-size: 12px;
	background: none;	
	padding-left: 20px;
	margin-left: 0px;
	
}
#body #left_menu li .level3 .active {
	font-weight:900;
	background: url(../images/yellow_marker.gif) 20px 3px no-repeat;
}
#body #left_menu li .level3 .active a,
#body #left_menu li .level3 li .level4 .active a {
	color: #666666;
}
#body #left_menu li .level3 li .level4 {
	margin-bottom: 0;
	margin-left: 0 !important;
}
#body #left_menu li .level3 li a:hover,
#body #left_menu li .level3 li .level4 li a:hover,
#body #left_menu li .level3 .active .level4 li a:hover
{
color: #666666;
}
#body #left_menu li .level3 li .level4 li,
#body #left_menu li .level3 .active .level4 li {
	color: #000000 !important;
	padding-left: 20px !important;
	font-weight: 100;
	background: url(../images/gray_marker.gif) 10px 3px no-repeat;
}
#body #left_menu li .level3 li .level4 .active ,
#body #left_menu li .level3 .active .level4 .active  {
	background: url(../images/yellow_marker.gif) 10px 3px no-repeat;
	padding-left: 12px;
	font-weight: 900;
}



*/






#body #main_content {
	float:left;
	padding-left:30px;
	width: 710px;
}
#body #main_content_menuless {
	float:left;
	margin-left:20px;
	width: 938px;
}
.arrow_list li{
	padding-left: 18px;
	list-style-type: none;
	line-height: 2.1em;
	font-size:12px;
	background: url(../images/arrow_red.gif) 0 8px no-repeat;	
}

 .print {
	height: 16px;
	float: right;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	background: url(../images/print.gif) 0 2px no-repeat;
}

 .print a {
	color: #c6c6c6;
}

.map {
	margin:0 0 5px 0;
	line-height: 1.5em;
}

.map li {
	padding-left: 18px;
	list-style-type: none;
	background: url(../images/marker_red.gif) 0 2px no-repeat;
}

.map li a {
	color: #666666;
}

#txtfotoblock .item_foto {
	width: 230px;
	height: 200px;
	text-align: center;
}

.item_foto .foto_text1 {
	margin-bottom: 5px;
}


/* Footer
-------------------------------------------------------------- */

#footer { 
	width: 1001px;
	margin-top: 2px;
	background-color: #666666;
	color:#fff;
	line-height: 1.3;
}
#footer a {
	color: #fff;
}
#block1, #block2, #block3 {
	float: left;
}
#block1 {
	margin-left: 30px;
}
#block2 {
	margin-left: 110px;
}
#block3 {
	margin: 0 0 0 120px;
	padding: 0;
	line-height: 1.3;
}
#block3 li {
	padding: 0 0 0 6px;
	list-style-type: none;
	list-style-position: inside;
	background: url(../images/marker_gray.gif) 0 6px no-repeat;
}

/* Global styles
-------------------------------------------------------------- */
.files{
  margin:14px 0;
  }
.doc,
.xls,
.pdf,
.zip,
.rar{
    margin:0 0 7px 0;
    padding:8px 0 0 25px;
    height:auto !important;

    background-position:0 0;
    background-repeat:no-repeat;
    }
.doc{
    background-image:url(../images/doc.gif);
    }
.xls{
    background-image:url(../images/xls.gif);
    }
.pdf{
    background-image:url(../images/pdf.gif);
    }
.fl_left {
	float:left;
}
.fl_right {
	float:right;
}
.small {
	font-size:11px;
	}
	.justify {
		text-align: justify;
	}
.required {
	color: #cc3300;
}
.photo {
	border:1px solid #cecece;
}
.foto_text1 {
	font-size: 11px;
	font-weight: 900;
}
.div1, .div2, .div3 {
	display: none;
	margin-left: 120px;
}
.ch1, .ch2, .ch3 {
	width: 15px;
}
.news_wrap { padding-top: 10px;}