body {
	padding:0;
	margin:0;
	background:url(/i/bg.jpg) repeat-x #545454;
}
*, body {
	color:#666666;
}
p {
	padding:2px;
	margin:0;
}
@font-face {
    font-family: NinoMtavr;
    src: url(/i/fonts/bpg_nino_mtavruli_normal.ttf);
    font-weight:400;
}
.shadow {box-shadow: 2px 2px 2px 2px rgb(120, 111, 111);}
#logo {
    text-align: center;
    background: #0072bb;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
    width: 250px;
}
#logo img {
    border: 0px;
    margin-bottom: 10px;
}
.logo-text, .logo-text-en {    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.logo-text {}
.right-side {padding: 10px 10px 10px 40px;}
#myjquerymenu a {
    font-family: NinoMtavr;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 2px;
}
#maindiv {
	width:1000px;
	margin:auto;
	background:white;
	height:300px;
    
}
#maindiv #leftdiv {
	width:200px;
	height:200px;
	float:left;
	padding:25px;
}
#maindiv #rightdiv {
	width:700px;
	height:250px;
	overflow:hidden;
	float:left;
	padding:25px;
	padding-left:0;
}
.left-menu, .left-menu-sel {
	background:url(/i/marker1.gif) no-repeat 5px 7px;
	border-bottom:1px solid #dddddd;
	padding:5px;
	padding-left:30px;
	color:#575757;
	text-decoration:none;
	display:block;
}
.left-menu:hover, .left-menu-sel {
	background:url(/i/marker2.gif) no-repeat 5px 7px #b42827;
	color:white;
}
.bottom_text, .bottom_text a {
	color:white;
}
h1 {
	padding:0;
	margin:0;
	padding-bottom:10px;
	font-weight:normal;
	color:#000000
}
.lang {
	padding-right:10px;
}
.lang a {
	text-decoration:none;
	font-family:Arial;
}
.lang a:hover {
	color:#b42827;
}