#rightPanel {
	width: 323px;
	background: url(../images/indexRightBg.png);
	position: relative;
	margin-left: 638px;

}
.logoIndex {
	display: block;
	background: url(../images/logoIndex.png);
	width: 323px;
	height: 157px;
	position: relative;
	bottom: 50px;
	left: 0;
	
}
#contentIndex {
	background: url(../images/indexContBg.jpg) no-repeat;
	width: 638px;
	bottom: 60px;
	left: 0;
	height: 531px;
	position: absolute;	
}
.rightPanelInsides {
	position: absolute;
	bottom: 80px;	
}
.rightPanelInfo {
	font-size: 12px;
	width: 100%;
	position: relative;
	bottom: 20px;
	text-align: center;
}

.indexImgBox {
	position: relative;
	left: 0;
	top: 0;	
}
.indexImgBox img {
	display: block;
}
.langIndex {
	color: #ae8c23;
	display: block;
}
.textIndex {
	color: #a6a4a4;
	display: block;
	margin-top: 45px;
}

.indexMenu {
	 width: 323px;
	 height: 182px;
	 background: #1c0e0e;
	 position: absolute;
	 right: 0;
	 bottom: 20px;
	 opacity: 0.6;
	 filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;

}
.indexMenuText {
	position: absolute;
	width: 323px;
	height: 182px;
	right: 0;
	bottom: 20px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
		padding-left: 20px;
	padding-top: 10px;
}
ul li{
	padding: 0px;
	margin: 0px;


}
.indexMenuAnch {
	text-decoration: none;
	color: #979691;
	font-size: 28px;
}
.indexMenuAnch:hover {
	text-decoration: none;
	color: #fff;
	font-size: 28px;
}
.langIndex a{
	color: #ae8c23;
}