@charset "utf-8";/* CSS Document */*
{
    border-color: #000;
}
body
{
    padding: 0 0 0;margin-top: 0px;margin-bottom: 0px;	margin-left: 0px;	margin-right: 0px;color: #000000;font-family: "Tahoma";font-size:14px;
	background-color:#f3be00;
}
a:link
{
    text-decoration: none;color:#000d55;font-size:14px;
}
img
{
    border:none;
}
a:visited
{
    text-decoration: none;color:#000d55;font-size:14px;
}
a:hover
{
    text-decoration:underline;	color: #000d55;	font-size:14px;
}
a:active
{
    text-decoration: none;	color: #000d55;	font-size:14px;
}
#header
{
    width:100%;	
	height:367px;		
	background:url(../../images/top_bg.png) repeat-x;
}
#footer
{
    width:100%;	
	height:55px;	
	background:url(../../images/footer_bg.png) repeat-x;    
	float: left;
}
#footer1
{
    width:1020px;	
	margin: 0 auto;	
	text-align:right;	
	font-size:12px;	color:#FFFFFF;	
	padding-top:20px;
    padding-right: 25px;
}
#header1
{
    width:1020px;	
	height:228px;
	margin: 0 auto;
}
#header_menu {	
width:920px;
height:57px;
    padding-left: 100px;
background:url(../../images/top_bg_header.png);	
text-align:center;	
float:left;
}
#header_menu a {	
font-size:16px;
}
#header_logo {	
width:443px;	
height:307px;	
background:url(../../images/logo.png);	
float:left;
}
#header_slide {	
width:577px;	
height:307px;
z-index:0;	
float:left;
}
#header_slide_face {	
width:577px;	
height:307px;
background:url(../../images/photo_left.png) no-repeat;
z-index:1;
}
#header_bott {	
width:1020px;	
height:3px;	
background:url(../../images/header_bott.png);	
float:left;
}
#content {	
width:1020px;	
height:auto;
margin: 0 auto;	
background-color:#c3c7d2;
}
#content_top {	
width:1020px;	
height:51px;
background-color:#c3c7d2;
float:left;
}
#search_str {	
width:422px;	
height:51px;
background:url(../../images/search_bg.png);
float:left;
}
#search_btn {	
width:68px;	
height:51px;
float:left;
}
#center_blocks {
	width: 992px;
	height:auto;
	padding-left:14px;
	padding-right:14px;
	background-color:#c3c7d2;
	float:left;
}
.content_title {	
width:972px;	
height:32px;
font-size:20px;
color:#932f0f;
padding-left:20px;
padding-top:12px;
background:url(../../images/cont_top.png);
float:left;
}
.content_text {	
width:942px;
min-height:100px;	
height:auto;
padding-left: 25px;
padding-top:10px;
padding-bottom:10px;
padding-right:25px;
color:#000;
background-color:#FFFFFF;
  border-radius: 0 0 15px 15px;  /* свойство для тех кто его поддерживает */
  -moz-border-radius: 0 0 15px 15px;  /* для firefox */
  -webkit-border-radius: 0 0 15px 15px;  /* для Safari и Chrome */
  margin-bottom:20px;
float:left;
}

.text_title {
    width:972px;
    height:32px;
    font-size:16px;
    font-weight: bold;
    color:#932f0f;
    padding-top:12px;
    text-align: center;
    float:left;
}
.text_title_s {
    width:972px;
    height:32px;
    font-size:16px;
    font-weight: bold;
    color:#932f0f;
    padding-top:12px;
    float:left;
}

.text_title_s a {
    color:#932f0f;
    text-align: left;
}
.text_text {
    width:930px;
    height:auto;
    float:left;
}
.text_text_s {
    width:930px;
    height:auto;
    float:left;
}
.read_more {
    width:900px;
    height:32px;
    font-size: 11px;
    padding-top:12px;
    padding-right: 20px;
    text-align: right;
    float:left;
}
.read_more a {
    color:#932f0f;
    font-size:12px;
    font-weight: bold;
}
.hr_line {
    width:972px;
    height:20px;
    background: url(../../images/hrline.png) no-repeat;
    float:left;
}
.read_all {
    width:972px;
    height:20px;
    text-align: center;
    float:left;
}
.read_all a {
    color:#932f0f;
    font-size:12px;
    font-weight: bold;
}

.code {margin-top: 25px;}
.close-meerkat {
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    background: url('../images/close-x.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -9000px;
    z-index: 10;
}
.dont-show {
    position: absolute;
    display: block;
    height: 18px;
    width: 100px;
    cursor: pointer;
    z-index: 10;
    color: #EC7700;
}
a.dont-show:hover {color:#FFF;}
.adsense {z-index: 5;}
.meerkat {
    color: #FFF;
    display: none;
}
.pos-bot .adsense, .pos-top .adsense {
    width: 500px;
    height: 90px;
    position: absolute;
    left: 25%;
    margin-left: -364px;
}
.pos-left, .pos-right {
    color: #FFF;
    display: none;
    height: 100%;
    width: 100%;
}
.pos-left .adsense, .pos-right .adsense {
    width: 120px;
    height: 300px;
    position: absolute;
    top: 25%;
    margin-top: -200px;
}

.pos-top .adsense {bottom: 20px;}
.pos-top .close-meerkat {right: 10px; bottom: 20px;}
.pos-top .dont-show {left: 10px; bottom: 10px;}

.pos-right .adsense {left: 20px;}
.pos-right .close-meerkat {left: 20px; top: 10px;}
.pos-right .dont-show {left: 20px; bottom: 0px;}

.pos-bot .adsense {top: 20px;}
.pos-bot .close-meerkat {right: 10px; top: 20px;}
.pos-bot .dont-show {right: -10px; top: 100px;}

.pos-left .adsense {right: 20px;}
.pos-left .close-meerkat {right: 20px; top: 10px;}
.pos-left .dont-show {right: 0px; bottom: 0px;}


#splash-content {
    width: 960px;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
}