body {
	min-width:900px;
}

/*-------------------- левая часть ------------------------------*/
div#menu{
	position:absolute;	
	left:0px;
	top:0px;
	width:40%;
	height:auto;
}

div#menuItems{
	margin-top:60px;
	margin-left:40px;
	width:150px;
	float:right;
	overflow:hidden;
}

div#menuItems ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

div#menuItems ul li{
	font-size:0px;
}
div#menuItems ul li img{
	float:left;
	margin:2px 0px 3px 0px;
	padding:0px;
}

div#menuItems div.separate{
	clear:left;
	width:33px;
	height:1px;
	font-size:0px;
	background-color:#2F2B60;
}

div.separateGray{
	clear:left;
	width:20px;
	height:1px;
	font-size:0px;
	background-color:#9CA0A0;
}
/*---------------------- Подменю ----------------------------------------*/
ul.subMenu li{
	padding: 2px 0px 2px 10px;
	font-size:12px !important;
	color:#AE9C53;
	font-weight:bold;
}

ul.subMenu li span{
	display:block;
	margin-left:-9px;
	padding-left:9px;
	background: url('../images/marker_submenu.gif') 0px 3px no-repeat;
}

ul.subMenu li a{
	color:#AE9C53;
	text-decoration:none;
	font-weight:normal;
}

div#bgLogo{
	overflow:hidden;
	height:378px;
	background: #FFFFFF url('../images/bg_menu.jpg') repeat-x;
	text-align:right;
}
div#logo{
	float:left;
	margin-top:50px;
	width:100%;
	height:60px;
	background-color: #2F2B60;
	overflow:visible;
	text-align:right;
}

div#logo img{
	position:relative;
	z-index:3;
	margin-top:-33px;
	margin-right: 14px;
}

 div#language{
	margin-top:120px;
	margin-right:57px;
	text-align:right;
}
div#language div{
	margin-left:auto;
	padding:8px 0px 12px 0px;
	color:#9C9AB2;
	width:115px;
	background: url('../images/separate.gif') center top no-repeat;
}

div#menuBottom div a{
	color:#55517D;
}
/*-------------------- правая часть ------------------------------*/
div#content{
	position:relative;
	width:57%;
	margin-left:43%;
	height:500px;
	overflow:visible;
	background: top right no-repeat;
}

table#partitionTitle{
	width:250px;
	height:150px;
	padding-bottom:10px;
	border-bottom:1px solid #C0C4CA;
}
table#partitionTitle td{
	vertical-align:bottom;
}

/*------------------------- Меню 3 уровня --------------------*/
div#partitionMenu ul{
	list-style:none;
	margin:28px 0px 0px 0px;
	padding:0px;
}

div#partitionMenu ul li{
	padding:1px 0px 1px 0px;
	color:#2B2293;
}

div#partitionMenu ul li span{
	padding-left: 10px;
	background: url('../images/marker_submenu_blue.gif') 0px 6px no-repeat;
}

div#partitionMenu ul li a{
	color:#2B2293;
	text-decoration:none;
}

div#navigationLine{

}

div#contentItem{
	position:absolute;
	top:380px;
	width:90%;
}

div.right {
	margin-left:270px;
	padding:0px;
}

ul.text {
	list-style-type:none;
	display:inline-table;
}

ul.text li {
	background:url(../images/content_li.gif) no-repeat 0% 0.6em;
	padding-left:18px;
	
}

div#footer{
	padding:70px 10px 10px 15px;
	margin-left:50%;
}

