@import url("core.css");
@import url("popup.css");
@import url("typo.css");
body
	{
	width:100%;
	height:100%;
	color:#000000;
	background:#e5e5e5;
	}
#layout
	{
	padding: 20px;
	padding-bottom: 40px;
	min-width: 1000px;
	}
	
h1{
    font-size:18px;
    padding-bottom:30px;
    width:100%;
    }
	
.col-wrap1 {
        width:72%;
       margin-bottom: 30px;
     }
 
    .col-wrap2 {
        width:38.8%;
        margin-right:-100%; /* чтобы IE6 не раздвигал контейнер */
        position:relative;
        left: 100%;
        
    }
 
    .col1 {
        float:left;
        width:257.8%;
        margin-right:-257.8%;
        position:relative;
        left:-257.8%;
    }
 
    .clear {
        clear:both;
        font-size:0;
        overflow:hidden; /* тройной презерватив для IE */
	}
	
/*Left content*/	

#left_top
	{
	width: 100%;
	height: 100px;
	}
#left_content
	{
	width: 100%;
	}
#logo
	{
	width:186px;
	height:43px;
	background:url(/i/logo.png) 0 0 no-repeat;
	/*-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/logo.png', sizingMethod='scale');*/
	cursor:pointer;
	}
#top_menu
	{
	position: absolute;
	bottom: 10px;
	left:0px;
	}
#top_menu ul li
	{
	float:left;
	margin-right:2em;
	padding-top: 3px;
	}

#top_menu ul li .arrow
	{
	width:5px;
	height:3px;
	font-size: 0px;
	background:url(/i/arrow_unselected.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/arrow_unselected.png', sizingMethod='scale');
	position: absolute;
	left: 2px;
	top: 0px;
	}

	
#top_menu ul li.li-hover .arrow, #top_menu ul li.selected .arrow
	{
	width:5px;
	height:3px;
	font-size: 0px;
	background:url(/i/arrow_selected.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/arrow_selected.png', sizingMethod='scale');
	position: absolute;
	left: 2px;
	top: 0px;
	}
	
#top_menu ul li.li-hover
	{
	
	background:url(/i/memu_fon.png) 0 0 no-repeat;
	/*
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/memu_fon.png', sizingMethod='scale');*/
	}

	#top_menu ul li.selected
	{
	
	background:url(/i/memu_fon.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/memu_fon.png', sizingMethod='scale');
	color:#ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	}
	
#top_menu ul li a:link, #top_menu ul li a:visited
	{
	color:#e23730;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
#top_menu ul li a:hover, #top_menu ul li.li-hover a
	{
	color:#ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
/*Right content*/

#right_top
	{
	width: 100%;
	height: 100px;
	}
#right_top div
	{
	float:left;
	margin-right: 10px;
	}	

#right_top .links
	{
	margin-top: 2px;
	}
	
#right_top .links a:link, #right_top .links a:visited
	{
	color:#000000;
	font-size:11px;
	padding-top: 2px;
	text-decoration: none;
	}
#right_top .links a:hover
	{
	color:#000000;
	font-size:11x;
	text-decoration: underline;
	padding-top: 2px;
	}

	
#right_content
	{
	width: 100%;
	}
#right_content .highlight
	{
	color: red;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20px;
	}
#right_content ul
	{
	height: 320px;
	}
#right_content ul li div
	{
	
	font-size: 12px;
	}
	
#right_content ul li .date
	{
	color: #999999;
	}
	
#right_content ul li 
	{
	padding-right: 20px;
	padding-bottom: 20px;
	}
		
#right_content ul li .arrow
	{
	display: inline-block;
	width: 4px;
	height: 7px;
	margin-left: 10px;
	background:url(/i/arrow_more.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/arrow_more.png', sizingMethod='scale');
	font-size: 0px;
	}
	
#bottom
	{
	width: 100%;
	
	}
#image
	{
	width:644px;
	height:185px;
	background:url(/i/bg_fon.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bg_fon.png', sizingMethod='scale');
	}

#submenu_cont
	{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	//zoom: 1;
	}
#submenu_cont .subitem
	{
	float: left;
	margin-right: 50px;
	}
#submenu_cont .subitem a
	{
	display:block;
	position:relative;
	border-bottom:  2px solid red;
	width: 148px;
	height: 88px;
	}	
#submenu_cont .subitem .image
	{
	}
#submenu_cont .subitem .image img
	{
	bottom: 10px;
	position: absolute;
	}
#submenu_cont .subitem .text
	{
	padding-top: 5px;
	width: 148px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	}
#text_center
	{
	width: 644px;
	margin-top: 30px;
	background: #eeeeee;
	padding: 10px;
	height: 160px;
	}

#partners
	{
	overflow: hidden;
	//zoom: 1;
	margin-top: 30px;
	}
#partners div
	{
	float: left;
	margin-right: 60px;
	}
#bottom
	{
	position: absolute;
	bottom: 10px;
	padding-left: 10px;
	width: 80%;
	color: #909090;
	font-size: 14px;
	}
	
#bottom .left
	{
	left: 0px;
	position:absolute;
	}
	
#bottom .right
	{
	right: 0px;
	position:absolute;
	}

/* Additional info */	
#additional_info
	{
	font-size:14px;
	font-weight: bold;
	padding-bottom: 20px;
	}

#right_content ul li a:link, #right_content ul li  a:visited
	{
	color:black;
	font-size:12x;
	text-decoration: underline;
	}
#right_content ul li a:hover
	{
	color:red;
	font-size:12x;
	text-decoration: underline;

	}

/* Uslugi */
.no-display
	{
	display: none;
	}
#state_string
	{
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	//zoom: 1;
	padding-bottom: 20px;
	}
#state_string div 
	{
	float: left;
	padding-right: 10px;
	font-size:14px;
	}

#state_string div  a:link, #state_string div  a:visited
	{
	color:#000000;
	text-decoration: underline;
	padding-top: 4px;
	}
#state_string div  a:hover
	{
	color:red;
	font-size:14x;
	text-decoration: none;
	}

#menu_panel
	{
	background: #EEEEEE;
	border-top:1px solid black;
	width: 30%;
	padding: 10px;
	float: left;
	}
#menu_panel ul
	{
	/*
	list-style-position: outside;
	list-style-image: url(/i/arrow_menu.png);
	list-style-type: none;
	padding-left: 20px;*/
	}
#menu_panel ul li
	{
	font-size:14px;
	/*padding-bottom: 10px;*/
	}
#menu_panel ul li ul
	{
	/*display:none;*/
	}
#menu_panel ul li.li-hover ul
	{
	list-style-image: none;
	display:block;
	}
#menu_panel ul li.li-hover ul li a:link, #menu_panel ul li ul li  a:visited
	{
	font-weight: normal;
	/*color:red;*/
	color:black;
	font-size:14x;
	text-decoration: underline;
	}
#menu_panel ul li.li-hover ul li  a:hover
	{
	font-weight: normal;
	color:black;
	font-size:14x;
	text-decoration: underline;
	}
#menu_panel ul li a:link, #menu_panel ul li a:visited
	{
	color:black;
	font-size:14x;
	/*text-decoration: none;*/
	text-decoration: underline;
	}
#menu_panel ul li  a:hover, #menu_panel ul li.li-hover a:link
	{
	color:black;
	font-size:14x;
	text-decoration: none;
	font-weight: normal;
	}
#content_panel
	{
	float: left;
	/*overflow: hidden;
	//zoom: 1;*/
	padding-left: 40px;
	width:70%;
	}
	
#content_panel .title
	{
	font-size: 18px;
	width: 100%;
	padding-bottom: 30px;
	}
#content_panel .element
	{
	font-size: 14px;
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	//zoom: 1;
	}
#content_panel .element .image, #content_panel .element .description
	{
	float: left;
	}
#content_panel .element .image
	{
	width: 150px;
	margin-right: 20px;
	}
#content_panel .element .description
	{
	color: #5c5c5c;
	}
#content_panel .element .description .arrow
	{
	display: inline-block;
	width: 4px;
	height: 7px;
	margin-left: 10px;
	background:url(/i/arrow_more.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/arrow_more.png', sizingMethod='scale');
	font-size: 0px;
	}

/* Projects */

#projects_title
	{
	font-size: 20px;
	padding-bottom: 20px;
	}
#projects_years
	{
	overflow: hidden;
	//zoom: 1;
	padding-bottom: 20px;
	}
#projects_years .year
	{
	float: left;
	margin-right: 20px;
	}
#projects_years .selected
	{
	background: #ed3c36;
	padding: 2px;
	color: #FFFFFF;
	}
#projects_years .year a:link, #projects_years .year a:visited
	{
	color:black;
	font-size:14x;
	text-decoration: underline;
	}
#projects_years .year a:hover
	{
	color:#ed3c36;
	font-size:14x;
	text-decoration: none;
	}
#projects_content
	{
	background: #EEEEEE;
	color: #5d5d5f;
	}
#projects_content .element
	{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	//zoom: 1;
	}	
#projects_content .element .title, #projects_content .element .company
	{
	float: left;
	}
#projects_content .element .title
	{
	width: 70%;
	}
#projects_content .element .company
	{
	font-size: 12px;
	color: #5d5d5f;
	}
	
#projects_content .element .title a:link, #projects_content .element .title a:visited
	{
	font-weight: bold;
	color: #5d5d5f;
	font-size: 12px;
	text-decoration: none;
	}
#projects_content .element .title a:hover
	{
	font-weight: bold;
	color:#ed3c36;
	font-size: 12px;
	text-decoration: underline;
	}
#projects_content .element .title .arrow
	{
	display: inline-block;
	width: 4px;
	height: 7px;
	margin-left: 10px;
	background:url(/i/arrow_more.png) 0 0 no-repeat;
	-background:none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/arrow_more.png', sizingMethod='scale');
	font-size: 0px;
	}
	
/* Project */
#project_info
	{
	width: 100%;
	overflow: hidden;
	//zoom: 1;
	margin-bottom: 20px;
	}
#project_info .title
	{
	float: left;
	color: #5e5e60;
	font-size: 18px;
	font-weight: bold;
	width: 70%;
	}
#project_info .company_word
	{
	float: left;
	color: #5e5e60;
	font-size: 14px;
	padding-right: 20px;
	padding-top: 15px;
	}
	
#project_info .image
	{
	border-left:  4px solid #5e5e60;
	padding-left: 20px;
	float: left;
	}	
#otziv
	{
	padding-top: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom:  2px solid #ed3c36;
	}
#otziv_text
	{
	color: #000000;
	font-size: 12px;
	}
#otziv_sign
	{
	color: #5e5e60;
	font-size: 14px;
	text-align: right;
	}
.no-display
	{
	display:none;
	}
.ul-struct
	{
	padding:0;
	margin:0;
	list-style:none;
	}
	.ul-struct ul
		{
		padding-top:4px;
		padding-left:1px;
		padding-bottom:0px;
		margin-bottom:1em;
		list-style:none;
		}
	.ul-struct li
		{
		margin:0 0 0.5em 14px;
		}
.opener
	{
	cursor:pointer;
	margin-right:5px;
	position:relative;
	margin-left:-14px;
	}
.table_map ul
	{
	padding:0 0 0 1em;
	}
