/*
	Site Main Styles
	Version:  10.05.10
	
	Structure
	--------------------------------------------
	1. Base style
	2. Inner header styles
	3. Inner base content styles
	4. Inner footer styles

*/
/* 1. base style ---------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100.01%;
}
body {
	line-height: 1;
	background: #fff;
	color: #000;
	text-align: center;
	font: 11px Tahoma, Helvetica, sans-serif; 
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
td {
     vertical-align: top;
}
a {
	color: #007EFF; 
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
input[type="text"], input[type="password"] {
	font-size: 11px;
	padding: 0;
}
textarea {
	font: 11px Tahoma, Helvetica, sans-serif; 
	padding: 0;
} 


.main{
	min-height:100%;
	width: 988px;
	margin: 0 auto;
	text-align: left;
	display: block;
	zoom:1;
}

.main:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	overflow: hidden;
}


/* 2. Inner header styles ---------------------------*/
.header {
	height: 329px;
	position: relative;
	background: url(../images/header-back.jpg) no-repeat;
	z-index:10;
}

.logo{
	width: 331px;
	height: 51px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	position:absolute;
	left: 214px;
	top:24px;
}
.logoPic{
	width: 194px;
	height: 273px;
	overflow: hidden;
	text-indent: -9999px;
	position:absolute;
	left: 0;
	top:22px;
}
.headerEmblem1{
	position:absolute;
	background:url(../images/header-link1.png) no-repeat;
	width:192px;
	height:53px;
	top:22px;
	right:1px;
}
.headerEmblem2{
	position:absolute;
	background:url(../images/header-link2.png) no-repeat;
	width:51px;
	height:53px;
	top:89px;
	right:138px;
}
.headerEmblem3{
	position:absolute;
	background:url(../images/header-link3.png) no-repeat;
	width:44px;
	height:52px;
	top:91px;
	right:75px;
}
.headerEmblem4{
	position:absolute;
	background:url(../images/header-link4.png) no-repeat;
	width:44px;
	height:53px;
	top:92px;
	right:5px;
}

.headerIcons{
	position:absolute;
	right:0;
	top:268px;
}
.headerIcons li{
	float:left;
	display:inline;
	margin-right:19px;
	height:18px;
	width:18px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
.headerIcons li a{
	display:block;
	height:18px;
	width:18px;	
	background-image:url(../images/header-icons.png);
	background-repeat:no-repeat;
}
.headerIconSearch a{
	background-position: 0 0;
}
.headerIconSearch a:hover{
	background-position: 0 -18px;
}
.headerIconHome a{
	background-position: -18px 0;
}
.headerIconHome a:hover{
	background-position: -18px -18px;
}
.headerIconMap a{
	background-position: -36px 0;
}
.headerIconMap a:hover{
	background-position: -36px -18px;
}
.headerIconLJ a{
	background-position: -54px 0;
}
.headerIconLJ a:hover{
	background-position: -54px -18px;
}
.headerIconFB a{
	background-position: -72px 0;
}
.headerIconFB a:hover{
	background-position: -72px -18px;
}
.headerIconRu a{
	background-position: -90px 0;
}
.headerIconRu a:hover{
	background-position: -90px -18px;
}
.headerIconEn a{
	background-position: -108px 0;
}
.headerIconEn a:hover{
	background-position: -108px -18px;
}
.headerCabinetMenu {
	position: absolute;
	top: 335px;
	left: 212px;
}

.headerCabinetMenu li {
	display: inline;
	font-weight: bold;
	margin-right: 12px;
}

.headerCabinetMenu li:before {
	font-weight: normal;
	content: "| ";
}

.headerCabinetMenu li:first-child:before {
	content: "";
}

.headerCabinetMenu li a {
	font-weight: normal;
	margin-left: 12px;
}
.mainMenu{
	position:absolute;
	top:220px;
	left:194px;
	font-size:14px;
	z-index:100;
	width:800px;
}
.mainMenu li{
	float:left;
	line-height:33px;
	color:#fff;
	position:relative;
	border-left:1px solid #fff;
}
.mainMenu li.active{
	border-top:1px solid #fff;
	background-color:#821600;
	top:-1px;
	height:37px;
	z-index:10;
}
.mainMenu li span{
	cursor:pointer;
}
.mainMenu li a,
.mainMenu li strong,
.mainMenu li span{
	color:#fff;
	text-decoration:none;
	width:100px;
	float:left;
	padding-left:12px;
	height:35px;
}

.mainMenu li a:hover,
.mainMenu li strong,
.mainMenu li span:hover{
	background-color: #821600;
}

.mainMenu li.active span{
	background-color: #821600;
	height:37px;
	position:relative;
	z-index:11;
}

.mainMenu li strong{
	font-weight:normal;
	text-decoration:underline;
	cursor:default;
}

.mainMenu li.headerAuthorizes a,
.mainMenu li.headerAuthorizes span,
.mainMenu li.headerAuthorizes strong{
	width:103px;
}


.mainSubMenu{
	position:absolute;
	background-color:#821600;
	border:1px solid #fff;
	border-top:none;
	top:36px;
	left:-1px;
	padding:16px 0 16px 16px;
	height:65px;
	overflow:hidden;
	display:none;
	z-index:9;
}
.mainSubMenu ul{
	float:left;
	margin-right:12px;
	height:65px;
	width:125px;
}

.mainSubMenu li{
	font-size:12px;
	float:none;
	line-height:14px;
	color:#fff;
	position:relative;
	border-left:none;
	margin-bottom:10px;
}

.mainSubMenu li.mainSubMenuSmall{
	margin-bottom:9px;
	padding-left:15px;
	margin-top:-7px;
}

.mainSubMenu li.mainSubMenuSmall:before{
	content: "\2012\a0";
}

.mainSubMenu li a{
	text-decoration:none;
	width:auto;
	float:none;
	padding-left:0;
	height:auto;
}
.mainSubMenu li a:hover{
	text-decoration:underline;
}

.formAuthorizes{
	position:absolute;
	background-color:#821600;
	border:1px solid #fff;
	border-top:none;
	top:36px;
	right:-1px;
	z-index:9;
	font-size:11px;
	padding:13px 7px 19px 22px;
	line-height:12px;
	display:none;
}
.formAuthorizes form{
	width:195px;
	overflow:hidden;
	position:relative;
	padding: 2px;
}
.formAuthorizes .formLine{
	float:left;
	width:100%;
	margin-bottom:3px;
}
.formAuthorizes label{
	float:left;
	width: 48px;
	position:relative;
	top:2px;
}

.formAuthorizes input[type=text],
.formAuthorizes input[type=password]{
	background:#fff;
	border:1px solid #6A6A6A;
	width:121px;
	height:19px;
	float:left;
}

.formAuthorizes input[type=submit]{
	background:url(../images/enter.gif) no-repeat;
	border:none;
	width:12px;
	height:13px;
	cursor:pointer;
	float:left;
	margin:4px 0 0 6px;
}

.formAuthorizes a{
	width:auto !important;
	height:auto !important;
	line-height:normal !important;
	text-decoration:underline!important;
	padding-left:0 !important;
}
.formAuthorizes a:hover{
	text-decoration:none!important;
}
.forgotPass{
	border-right:1px solid #fff;
	padding-right: 9px;
	margin-right:11px;
}
.close{
	width:9px;
	height:9px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/close.gif) no-repeat;
	position:absolute;
	right:8px;
	bottom:8px;
}
.header h1{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:296px;
	left:19px;
	overflow:hidden;
	width:168px;
	height:31px;
	line-height:31px;
}
/* 3. Inner base content styles ---------------------------*/

.contentColumn{
	width:698px;
	float:left;
	padding-bottom:442px;
	text-align: left;
}
.bannersColumn{
	width:264px;
	float:right;
	padding-bottom:373px;
	padding-top:26px;
}
.bannersColumn .banner{
	margin-bottom:19px;
	display:block;
}

.contentColumn h2 {
	color: #ac1600;
	font-size: 18px;
	padding-left: 18px;
	margin: 24px 0 22px 0;
}


/* 4. Inner footer styles ---------------------------*/

.footer{
	width:100%;
	height:373px;
	margin-top:-373px;
	clear:both;
	float:left;
	color:#A7A9AC;
	zoom:1;
}
.footerBox{
	width:988px;
	height:373px;
	background: url(../images/footer-back.jpg) 0 104px no-repeat;
	margin:0 auto;
	position:relative;
}
.footerBox .footerCopy{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	bottom:35px;
}
.footerMenu{
	position:absolute;
	left:250px;
	top:120px;
	width:770px;
	height:180px;
	overflow:hidden;
}
.footerMenu div{
	float:left;
	text-align:left;
	margin-right:25px;
}
.footerMenu a{
	color:#A7A9AC;
	text-decoration:none;
}
.footerMenu a:hover{
	text-decoration:underline;
}
.footerMenu h3{
	margin-bottom:4px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.footerMenu h3 a{
	color:#fff;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
}
.footerMenu li{
	margin-bottom:5px;
}
.footerMenu li ul{
	margin-top:5px;
}
.footerMenu li li{
	margin-left:19px;
}



.footerMenu li li:before{
	content: "\2013\a0";
}
	
