body {
	margin: 50px 0 0 0;
	text-align: center;
	font-family: Verdana;
	color: #222;
}

object { outline:none; }


#wrap {
	width: 1143px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
    position: relative;
}

#head {
	height: 100px;
	background: url(img/logo.png) no-repeat;
}

#menu {
	float: left;
	width: 125px;
	padding-top: 46px;
}

#video {
    clear: right;
    float: right;
    width: 511px;
    margin-top: -43px;
    background: url(img/video.jpg) no-repeat;
    overflow: hidden;
}

#download {
    margin-top: 10px;
    width: 460px;
    margin-left: 20px;
    padding-top: 10px;
    font-size: 11px;
    overflow: hidden;
}


#download div {
    float: left;
    padding: 0;
    margin: 0;
}

#download a {
    font-size: 11px;
    padding-left: 50px;
    padding-top: 10px;
    width: 160px;
    height: 40px;
    text-align: left;
    display: block;
    color: #222;
    margin-top: 10px;
}

#download span {
    color: #888;
    position: relative;
    left: 50px;
    top: -25px;
}

.file-pdf, .file-jpg {
    background: url(../icons/pdf.png) no-repeat left center;
}

.file-ppt, .file-log {
    background: url(../icons/ppt.png) no-repeat left center;
}


#download b {
    color: #475674;
    display: block;
    margin-bottom: 10px;
}

#content {
	margin: 0 0 0 160px;
	overflow-x: hidden;
	width: 470px;
    height: 760px;
    position: absolute;
    z-index: 200;
}

#content-placeholder {
    width: 470px;
    height: 760px;
    margin: 0 0 0 160px;
}

#content-pane {
    clear: right;
	width: 470px;
    line-height: 130%;
    font-family: Verdana;
	font-size: 12px;
	padding-top: 24px;
	text-align: left;
}

#bottom-bar {
	clear: both;
	height: 27px;
	background: transparent;
	overflow: hidden;
    z-index: 100;
}

#bottom-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom-bar li {
	margin: 5px 0;
	cursor: default;
}

#bottom-pane {
    background: #c9ccd1 /*url(img/bottom-bar-bg.png)*/ url(img/flag.png) repeat-x;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}

#bottom-ru { 
	float: left;
	width: 520px;
}

#bottom-ru div {
    margin-left: 15px !important;
}

#bottom-ua {
	margin: 0 0 0 525px;
	width: 340px;
}

#bottom-ua div, #bottom-ru div {
	border-right: 1px dashed #fff;
}

#bottom-kz {
	float: right;
	width: 273px;
}

#bottom-pane div div {
	margin: 20px 5px 0px 30px;
	font-size: 11px;
}

#bottom-bar address {
	display: inline;
}

#bottom-bar span {
	/*padding-left: 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #0159a1;
	cursor: default;*/
	font-size: 0px;
	visibility: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	font-weight: bold;
}

#menu li {
	margin: 0 0 5px 0;
}

#menu ul ul {
    font-weight: normal;
	padding: 5px 0 10px 0;
}

#menu ul a {
	color: #475674;
}

#menu div a {
	color: #444;
}

#menu ul a.current {
    color: #009cec;
}

#menu ul ul a.current {
	color: #7bb2ce;
}

#menu div {
	overflow-y: hidden;
	height: 0px;
	padding-left: 10px;
}

#content {

}

#content p {
	margin: 0 0 15px 0;
	text-indent: 0px;
}

#content strong {
    font-weight: bold;
    color: #7bb2ce;
}

#content b {
    font-weight: bold;
}


#content h3 {
	margin: 0 0 15px 0;
	color: #009cec;
	font-weight: normal;
	font-size: 16px;
}

#content ul, #content ol {
	padding-left: 20px;
}

#content li {
	margin: 3px 0 3px 0;
}

#content a img {
    border: none;
}

a:focus, a:active {
	outline: none;
}

#bottom-bar-popup {
    width: 70px;
    height: 50px;
    background: #bbb;
    border: 5px solid #fff;
    position: absolute;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 200;
}

#bottom-bar-shadow {
    width: 80px;
    height: 60px;
    background: #000;
    position: absolute;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 100;
}

#bottom-bar a {
    color: #222;
    cursor: pointer;
    text-decoration: none;
}


#content-title {
    height: 20px;
    padding-top: 4px;
    /*background: url(img/page-title.png) no-repeat right;*/
    border-bottom: 4px solid #009ced;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    width: 183px;
    float: right;
    padding-left: 10px;
    color: #009ced;
    position: relative;
    top: -10px;
}

#title-clear {
    margin-top: 10px;
    clear: right;
}

.clear {
    clear: both;
}

#content-page {
    width: 460px;
    overflow-x: hidden;
}

#content-page-1 {
    float: left;
    width: 460px;
}

#content-page-2 {
    margin-left: 460px;
    width: 460px;
}

#content-page-controls-2 {
    display: none;
}

#langs {
    font-size: 12px;
    float: right;
    margin-top: -93px;
    margin-right: 50px;
}

#langs span, #langs a {
    padding: 1px 3px;
    cursor: pointer;
    color: #444;
    text-decoration: none;
}

#langs .current {
    background: #80cef5;
    color: #fff;
    cursor: default;
}

#contacts {
    margin-top: 38px;
    height: 18px;
    text-align: right;
    font-size: 12px;
    color: #475474;
    padding-right: 200px;
}


.person-photo-wrap {
    height: 150px;
    width: 105px;
    margin: 0 10px 10px 0;
    border: 1px dashed #e3e3e3;
    float: left;
}

.person-photo-wrap.right {
    margin-right: 0;
}

.person-photo-wrap .inner {
    margin: 10px 5px 5px 5px;
}

.person-photo-wrap a {
    display: block;
    /*background: #e9e9e9;*/
    height: 98px;
    margin-bottom: 10px;
}

.person-photo-wrap img {
    border: none;
    margin-left: 6px;
}

.person-photo-wrap span,
.person-photo-wrap strong {
    color: #485575 !important;
    font-family: Tahoma !important;
}

.person-photo-wrap strong {
    font-size: 10px !important;
    display: block;
    text-align: center;
}

.person-photo-wrap span {
    font-size: 11px !important;
    font-style: italic;
}



.brand-wrap {
    width: 464px;
    border: 1px dashed #e3e3e3;
    margin-bottom: 3px;
}

.brand-wrap .inner {
    margin: 10px;
}

.brand-wrap span {
    font-family: Tahoma !important;
    font-size: 12px !important;
    color: #485575;
    position: relative;
    top: -15px;
}

#blue-bookmark {
    background: url(../images/blue-bookmark.gif)  no-repeat 0px 320px;
    width: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-right: 6px solid #009ced;
    text-decoration: none;
}

#content-page strong em {
    font-style: normal;
    color: #fff;
    background: #7BB2CE;
    padding: 0 3px;
}
