.noise_bg
{
  background: url('/images/noise_bg.jpg') top center repeat;
}

.gradient_bg
{
  background: url('/images/gradient_bg.png') top center repeat-x;
}

.main_page,
.inner_page
{
  width: 1000px;

  margin: 0px auto;
}

.main_page .header
{
  background: url('/images/inner_header.jpg') top center no-repeat;
}

.inner_page .header
{
  background: url('/images/main_header.jpg') top center no-repeat;
}

.header .header_table
{
  height: 251px;

  background: url('/images/header_yellow.png') top center no-repeat;
}

.header .header_table .header_text
{
  width: 210px;

  padding: 95px 370px 0px 0px;
}

.header .header_table .header_text p
{
  font-size: 14px;
  font-weight: bolder;
}

.logo
{
  margin: 25px 0px 0px 85px;
}

.content
{
  padding: 20px 0px 0px 0px;
}

.content .content_left_td
{
  width: 180px;

  padding: 0px 10px 0px 0px;
}

.content .content_center_td
{
  width: 520px;
  max-width: 520px;

  padding: 0px 20px 0px 10px;
}


.filter .pages a
{
  font-weight: bolder !important;
}

.filter .pages a.active_page
{
  color: #ff0000 !important;
}

.filter .pages a.left, .filter .pages a.right
{
  position: relative;
  bottom: -4px;
}

.content .content_center_td .image
{
  text-align: left;
}

.content .content_right_td
{
  width: 250px;
}

.content .content_right_td .first_text_block,
.content .content_right_td .second_text_block
{
  width: 250px;

  margin: 0px 0px 10px 0px;

  background: #ffffff;

  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -icab- border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  behavior: url(/objects/PIE.htc);
}

.content .content_right_td .first_text_block img
{
  margin: 10px 0px 5px 0px;
}

.content .content_right_td .second_text_block img
{
  margin: 10px 0px 0px 0px;
}

.content .content_right_td .first_text_block p,
.content .content_right_td .second_text_block p
{
  padding: 0px 0px 5px 0px;
}

.content .content_right_td .first_text_block a,
.content .content_right_td .second_text_block a
{
  display: block;

  padding: 0px 10px 10px 10px;

  font-size: 12px;
  line-height: 14px;

  text-align: left;
  text-decoration: none;
}

.content .content_right_td .first_text_block embed,
.content .content_right_td .second_text_block embed
{
  margin: 0px 0px 5px 10px;
}

.content .content_right_td .right_pic_1,
.content .content_right_td .right_pic_2
{
  padding: 0px 0px 10px 0px;
}

.footer
{
  background: #7898D5;
}

.footer .footer_left_td
{
  width: 150px;
  vertical-align: middle;
  text-align: center;
}

.footer .footer_center_td
{
  vertical-align: middle;
  text-align: center;
}

.footer .footer_right_td
{
  width: 150px;
  height: 75px;

  vertical-align: middle;
  text-align: center;
}

/* new */

.panel_socials
{
  padding: 6px 10px 6px 0;

  text-align: right;
}

.social_text_td
{
  width: 100%;
}

.content_center_td .social_div
{
  min-height: 63px;
  height: auto;
}

.social_text_block
{
  display: inline-block;

  width: 53%;

  vertical-align: top;
}

.user_panel
{
  display: inline-block;

  width: 46%;
  min-height: 63px;

  vertical-align: top;
}

.links .fa
{
  display: inline-block;

  width: 40px;
  height: 40px;

  background-size: 100% 100%;
  background-repeat: no-repeat;

  vertical-align: middle;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.links .fa:hover
{
  opacity: 0.7;
}

.links .vk
{
  background-image: url(../images/vk.png);  
}

.links .tw
{
  margin-left: 4px;

  background-image: url(../images/twitter.png);
}

.links .yt
{
  background-image: url(../images/youtube.png);
}

/* end new */