/* CSS Document */
/* *************************************** basic html tags *************************************** */
html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	color:#000000;
	background-color: #1b153b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border:0px solid;
}
td, input, textarea, option, select {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/* *************************************** div id *************************************** */
#licenses {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 235px;
	position: absolute;
	top: 5px;
	left: 10px;
}
#BoxSlogan {
	background-image: url(../img/slogan_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 26px;
	width: 100%;
	top: 112px;
	text-align: right;
}
/* *************************************** div styles *************************************** */
.contentHome {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: left;
}



.content {
	width: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
}
.content h1, .contentHome h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8c301;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #da251c;
	margin-bottom: 10px;
	margin-right: 25px;
}
.content h2, .contentHome h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20307e;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content p, .contentHome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-align: justify;
	margin-right: 25px;
	margin-bottom: 5px;
}
p.more {
	background-image: url(../img/arrow02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
	margin-right: 0px;
	text-align: right;
	padding-right: 14px;
}

font.data {
	font-style: italic;
	font-weight: bold;
	color: #20307e;
}

p.data {
	font-style: italic;
	font-weight: bold;
	color: #20307e;
}
.content ul, .content ol {
	margin-left: 30px;
	margin-bottom: 5px;
}
.content li {
	margin-bottom: 5px;
}
.address, .addressVn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	text-align: left;
}
.address {
	padding-left: 45px;
	padding-top: 10px;
}
.mail {
	padding-left: 45px;
}
.rightBox {
	background-image: url(../img/right_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	width: 144px;
	padding-top: 10px;
}
.rightBoxVn{
	background-image: url(../img/right_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto !important;
	height: 539px;
	min-height: 539px;
	width: 174px;
	padding-top: 10px;
	padding-bottom: 100px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #23488b;
	width: 110px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
/* *************************************** link styles *************************************** */
td.menuRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}
td.menuRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #da251c;
	text-decoration: underline;
}
td.centerBottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #23488b;
	text-decoration: none;
}
td.centerBottom a:hover {
	text-decoration: underline;
}
.content a, .contentHome a {
	font-weight: bold;
	color: #20307e;
	text-decoration: underline;
}
.content a:hover, .contentHome a:hover  {
	text-decoration: none;
}
/* *************************************** table styles *************************************** */
#Head {
	height: 112px;
	width: 100%;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#HeadVn {
	height: 112px;
	width: 100%;
	background-image: url(../img/top_vn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#BoxMenu {
	width: 100%;
	position: absolute;
	top: 138px;
	background-image: url(../img/boxmenu_bg.gif);
	background-repeat: repeat-x;
	z-index: 100;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#BoxMenu01 {
	width: 100%;
	position: absolute;
	top: 138px;
	background-image: url(../img/boxmenu_bg.gif);
	background-repeat: repeat-x;
	z-index: 100;
}
td.menuRight {
	background-image: url(../img/boxmenu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 220px;
	text-align: left;
	padding-top: 2px;
}
#main {
	top: 231px;
	width: 100%;
	position: absolute;
}
#mainVn {
	top: 156px;
	width: 100%;
	position: absolute;
}
td.logos {
	background-image: url(../img/logos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 74px;
}
td.left {
	background-color: #23488b;
	text-align: center;
	width: 198px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.right {
	background-color: #FFFFFF;
	background-image: url(../img/right_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 113px;
}
td.rightVn {
	background-color: #FFFFFF;
	background-image: url(../img/right_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 174px;
}
td.center {
	background-color: #FFFFFF;
	background-image: url(../img/center.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
td.rightBottom {
	background-image: url(../img/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	width: 144px;
}
td.centerBottom {
	background-image: url(../img/center_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #23488b;
}
/* *************************************** menu styles *************************************** */
#menu {
	width: 778px;
}
#menu ul li {
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	padding-right: 25px;
	padding-left: 6px;
}
#menu li ul {
	position: absolute;	
	left: -999em;
	top: 20px;
	width: 196px;
	background-color: #23488b;
	text-align: left;
}
#menu li ul li {
	clear: both;
	float: none;
	width: 196px;
	background-color: #23488b;
	background-image: none;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	height: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: 0px;
}

ul.text
{
list-style-image: url("/templates/ru/images/pix.gif")

}

#menu li ul a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
	display: block;
	padding-bottom: 4px;
	width: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu li ul a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #da251c;
}
#menu ul li a span {
    display:none
}
