/*=)*/
* {
}
body{
background: url(img/body-background.jpg) repeat-x;
margin: 0;
padding: 0;
border: 0;
}
img{
border: 0;
}
#Header{
    position:relative;
    margin:0 auto;
    height:210px;
    background: url(img/header_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width:100%;  
}
#Logo {
    position:absolute;
    margin:0 auto;
    left:0;
    background: url(img/logo.png);
    height:210px;
    width:568px;
    z-index:2;
}
#Right-logo {
    position:absolute;
    margin:0 auto;
    right:0;
    background: url(img/left-logo.png);
    height:210px;
    width:390px;
    z-index:2;
    overflow: hidden;
}

#Right-logo h2{
	font-weight: bold;
}

#LangUA{
    position: absolute;
    display:block;
    width:31px;
    height:16px;
    top:7px;
    left:71px;
    z-index:3;
}
#LangRU{
    position: absolute;
    display:block;
    width:31px;
    height:16px;
    top:35px;
    left:50px;
    z-index:3;
}
#Menu{
    position:absolute;
    height:32px;
    z-index:10;
    padding:0px;
    right:240px;
    margin: 0 auto;
}
#Menu ul {
    position:relative;
    margin:0 0; 
    height:32px;
    float:left;
    padding:0px;
    background:#6c8cc7;
}
#Menu li{
    margin:0 auto;
    list-style: none;
    position:relative;
    float:left;
    height:32px;
}
#Menu li a{
    position:relative;
    display:block;
    float:left;
    height:32px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 14pt;
    color:white;
    line-height: 32px; 
}
#Point{
    position:relative;
    width:6px;
    height:6px;
    float:left;
    background: url(img/menu-point.jpg) no-repeat;
    margin-top: 14px;
}
#MenuLeft {
    position:relative;
    float:left;
    margin:0 auto;
    width: 10px;
    height:32px;
    background: url(img/menu-left.png);
}
#MenuRight {
    position:relative;
    float:left;
    margin:0 auto;
    width: 10px;
    height:32px;
    background: url(img/menu-right.png);
}

.Nav_Right_menu1{
    position: relative;
    margin:0;
    float: left;
    display: block;
    height:23px;
    text-decoration: none;
    margin-top:27px;
    margin-left:200px;
    padding-left:50px;
    width:100px;
}
.Nav_Right_menu2{
    position: relative;
    margin:0;
    float: left;
    display: block;
    height:23px;
    text-decoration: none;
    clear: both; 
    margin-top:17px; 
    margin-left:130px; 
    padding-left:50px;
}
.Nav_Right_menu3{
    position: relative;
    margin:0;
    float: left;
    display: block;
    height:23px;
    text-decoration: none;
    clear: both; 
    margin-top:20px; 
    margin-left:70px; 
    padding-left:50px;
}
.Nav_Right_menu4{
    position: relative;
    margin:0;
    float: left;
    display: block;
    height:23px;
    text-decoration: none;
    clear: both; 
    margin-top:25px; 
    margin-left:20px; 
    padding-left:50px;
}
#Right-logo h2{
    margin:0;
    padding:0;
    text-decoration: none;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    color:#6C8CC7;
}
