html, body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 12px;
  background-color: #EEE;
  background-image: url(images/left_bg_new.gif); 
	background-repeat: repeat-y;
	/*height: 100%;*/
}
a {
	color: #0047BD;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
}
.br {
	clear: both;
	margin: 0px;
}
img {
	border: 0px;
}

/* ----------- layout ----------- */
.layout_container {
	width: 1020px;
	position: relative;
}
.left_side {
	width: 215px;
  float: left;
}
.center_col {
	width: 560px;
	background-image: url(images/center_bg_new.gif); 
	background-repeat: no-repeat;
	background-color: #EEE;
	float: left;
	min-height: 700px;
}
.right_side {
	width: 245px;
	background-color: #FFF;
	background-image: url(images/right_bg.gif); 
	background-repeat: no-repeat;
	background-position: 245px 0px;
	float: left;
}

/* ----------- left side menu ----------- */
.lang_menu {
	padding-top: 22px;
	padding-left: 70px;
	font-size: 16px;
}
.lang_menu a {
	float: left;
	padding-right: 20px;
	display: block;
}
#menu_container {
	height: 630px;
	background-image: url('images/left_menu_new.gif');
	background-repeat: no-repeat;
}
.menu_itm {	padding: 60px 0px 0px 70px; }
.menu_itm a {
	font-size: 18px; 
	color: #000; 
	text-decoration: none;
}
.menu_itm a:hover {	color: #0047BD; }


/* ----------- right side ----------- */
.contacts {
	padding: 20px 10px 14px 12px;
	line-height: 140%;
}
.logo {
	padding-bottom: 10px;
}
.title_supp {
	font-size: 18px;
	padding-top: 20px;
}
.supp_logo {
	text-align: left;
	padding-left: 12px;
	padding-bottom: 8px;
}


/* ----------- content ----------- */
.title_txt { 
	font-size: 24px; 
	color: #0047BD;
	padding: 16px 10px 16px 0px;
}
.text_block  { 
	font-size: 12px;
	color: #060608;
	padding-right: 12px;
}
.text_block strong {
	font-size: 13px;
}
