﻿body, html
{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', arial, serif;
}
td
{
	vertical-align: top;
}

/***************************  Header  *************************/

header .Line1
{
	background: transparent url('/img/line1.png') repeat 0px 0px;
	height: 42px;
}


.Lang
{
	display: inline-block;
	padding: 10px 50px 0px 0px;
	font-size: 14px;
	border-right: 1px solid #323232;
	height: 32px;
}


.Lang  a,
.Lang a:hover,
.Lang a:visited
{
	color: #e6e9ed;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}

.Lang  b
{
	color: white;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
}

.Sep,
.Sep:hover,
.Sep:visited
{
	color: #e6e9ed;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;

	padding: 10px 50px 0px 50px;
	font-size: 14px;
	border-right: 1px solid #323232;
	height: 32px;
}

.SN
{
	padding-top: 10px;
	display: inline-block;
	float: right;
}

.SN a
{
	display: inline-block;
	margin-left: 10px;
}

#RSS,
#RSS:hover,
#RSS:visited
{
	color: #e6e9ed;
	text-decoration: none;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	float: right;
}


header .Line2
{
	background-color: #283347;
	padding: 15px 0px 20px 0px;
}

.Line2  a,
.Line2 a:hover,
.Line2 a:visited
{
	color: #e6e9ed;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	float: right;
	background: transparent url('/img/line2_a.png') repeat 0px 0px;
	padding: 10px 30px 10px 30px;
}

header .Line2 img:first-child
{
	margin-right: 60px;
}


.Line4
{
	height: 405px;
    background: transparent url('/img/fon.jpg')  center center repeat-x;
}

.Search
{
	display: inline-block;
	float: right;
	width: 47px;
	height: 47px;
	background: transparent url('/img/search.png') repeat 0px 0px;
	margin-top: -10px;
}

/************************           MainZone                           ************************/
.MZ
{
	width: 1000px;
	margin: 0px auto 0px auto;
}



/************************           Footer                           ************************/

footer .L1
{
	background-color: #224871;
	color: #ececec;
	padding: 50px 0px 40px 0px;
	border-bottom: 1px solid #283347;
}

footer .L1 table
{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

footer .L1 div
{
	margin-bottom: 16px;
}

footer .L1 a,
footer .L1 a:hover,
footer .L1 a:visited
{
	color: #ececec;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
}
footer .L1 a:hover
{
	text-decoration: underline;
}


.LSN a,
.LSN a:hover,
.LSN a:visited
{
	color: #ececec;
	text-decoration: none;
	display: inline-block !important;
	margin-right: 6px !important;
}

footer .L2
{
	background-color: #224871;
	color: #ececec;
	text-align: center;
	padding: 20px 0px 30px 0px;
	font-size: 16px;
	border-top: 1px solid #4d81ca;
}



footer .L3
{
	background-color: #283347;
	color: #ececec;
	text-align: center;
	padding: 16px 0px 16px 0px;
	font-size: 12px;
}



