body {
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #000000;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 2px 0 0 0;
  line-height: 100%;
}


/* Заголовки
-----------------------------------------------------------------------------*/
#content h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #0E81B7;
}

#content h2 {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 19px 0 9px 0;
  color: #0E81B7;
}

#content h3 {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  color: #0E81B7;
  margin: 19px 0 0 0;
}



/* Ссылки
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active {
  color: #FF8A00;
  text-decoration: underline;
}

/* Шапка
-----------------------------------------------------------------------------*/
#header {
  background: #fff url(/images/header_back.png) repeat-x left top;
  height: 129px;
}

#hdr-left {
  background: #fff url(/images/header_left_top.jpg) no-repeat left top;
  width: 32px;
  min-width: 32px;
}

#hdr-pic {
  background: #fff url(/images/header_center.jpg) no-repeat left top;
  width: 210px;
  min-width: 210px;
  vertical-align: top;
}

#hdr-pic p {
  padding: 29px 0 0 26px;
  margin: 0;
  color: #D2FBFF;
  font: 18px Arial, Helvetica, sans-serif;
  line-height: 95%;
}

#hdr-right {
  text-align: right;
  vertical-align: top;
  padding: 19px 19px 0 0;
}

#hdr-right p img{
  margin-right: 3px;
}

#hdr-right p {
  margin: 0;
  padding: 0;
}


/* Место под баннер под шапкой
-----------------------------------------------------------------------------*/
#subheader {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 9px 0;
}

#sidebar1, #content, #sidebar2 {
  vertical-align: top;
}


/* Левая колонка
-----------------------------------------------------------------------------*/
#sidebar1 {
  padding: 7px;
  overflow: hidden;
}

#sidebar1 div {
  margin: 2px 0 0 0;
}

#sidebar1 .link {
  padding: 0 10px 15px 10px;
}

#sidebar1 .link h3 {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  color: #0E81B7;
  margin: 15px 0 0 0;
}

/* Левое меню
-----------------------------------------------------------------------------*/
.left_menu {
  list-style: none;
  margin: 0;
  padding: 0 0 16px 0;
  background: #E2F0F5;
}

.left_menu li {
  padding: 10px 0 7px 32px;
  margin: 0;
}

.left_menu li a:link, .left_menu li a:visited,
  .left_menu li a:hover, .left_menu li a:active {
  color: #22537C;
  font-weight: bold;
  text-decoration: underline;
}

/* Правая колонка
-----------------------------------------------------------------------------*/
#sidebar2 {
  padding: 7px;
  overflow: hidden;
}

#sidebar2 h2 {
  background: #C9DDE8;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #22537C;
  line-height: 65%;
  text-decoration: none;
  padding: 7px;
  margin: 0;
}

#sidebar2 div {
  margin: 2px 0 0 0;
}

#sidebar2 .link {
  padding: 0 10px 15px 15px;
  margin: 0;
}

#sidebar2 .link h3 {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #0E81B7;
  margin: 15px 0 0 0;
}

/* Центральная часть
-----------------------------------------------------------------------------*/
#content {
  padding: 7px;
}

/* "Хлебные крошки"
-----------------------------------------------------------------------------*/
.breadcrumb {
  font-size: 12px;
  color: #0E6DB7;
}

.breadcrumb a:link, .breadcrumb a:visited,
  .breadcrumb a:hover, .breadcrumb a:active {
  color: #56A8E8;
  text-decoration: underline;
}

.breadcrumb a.last:link, .breadcrumb a.last:visited,
  .breadcrumb a.last:hover, .breadcrumb a.last:active {
  color: #0E6DB7;
  text-decoration: none;
}

/* Блок в центральной части
-----------------------------------------------------------------------------*/
/* колонка */
.block td {
  vertical-align: top;
}

/* заголовок колонки */
.block .block_title, .block a.block_title:link, .block a.block_title:visited,
  .block a.block_title:hover, .block a.block_title:active {
  display: block;
  background: #B8E1F8;
  color: #0E81B7;
  text-decoration: underline;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
}

/* блок в колонке */
.block p {
  padding: 3px 10px 0 10px;
  line-height: 126%; !important;
  color: #22537C;
}

/* заголовок колонки "форум" */
.block .ablocktitle,
.block a.ablocktitle:link,
.block a.ablocktitle:visited,
.block a.ablocktitle:hover,
.block a.ablocktitle:active
{
	display: block;
	background: #C9DDE8;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #22537C;
	line-height: 33px;
	text-decoration: none;
	margin-top: 10px;
}

/* ссылки в колонке "форум" */
.block .alt a:link, 
.block .alt a:visited, 
.block .alt a:hover,
.block .alt a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #22537C;
}

/* блок в колонке "форум" */
.block p.alt
{
	line-height: 260%;
}

.center
{
	text-align: center;
}

/* Подвал
-----------------------------------------------------------------------------*/
#footer
{
	background: #fff;
	text-align: left;
	padding: 0 0 0 17px;
}

#footer table
{
	background: #88BCD4;
	font: 11px/1.63 Arial, Helvetica, sans-serif;
}

#footer #ftr-text
{
	color: #fff;
	padding: 7px 0 0 10px;
	margin: 0;
	vertical-align: top;
}

#footer #ftr-banners {
  padding: 5px 0 9px 12px;
  vertical-align: top;
}

#footer #ftr-box {
  text-align: right;
  padding: 5px 49px 9px 0;
  vertical-align: top;
}

.path_arrow {
	color: #0E6DB7;
}

.path {
	color: #0E6DB7;
	font-size: 9pt;
	margin: 7px 0px 12px 0px;
}

.path a {
	color: #56A8E8;
}

.fast_map td {
	padding: 3px 0px;
}

.news_title
{
	font-size: 10pt;
	margin: 5px 0px;
}

.country_title
{
	font-size: 12pt;
	margin: 5px 0px;
}

.current
{
	background-color: #FF8A00;
	border: 1px solid #FF8A00;
	margin: 0px 2px;
	padding: 1px 2px;
}

.page_link
{
	margin: 0px 2px;
	border: 1px solid #FF8A00;
	padding: 1px 2px;
}

.date, .read_more
{
	margin: 5px 0px 3px 0px;
	color: #5C3200;
}

.news_group
{
	padding-left: 15px;
}

.news_group li
{
	margin-bottom: 5px;
}
