.header {
	height: 49px;
	line-height: 12px;
	position: fixed;
	z-index: 1999988;
	top: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: left;
	transition: all 0.3s ease-in-out;
}
.header.small {
	height: 51px;
	line-height: 37px;		
}
	.header table {
		width: 100%;
	}
	.header table table {
		width: 1000px;
	}
	.header > table > tbody > tr > td {
		/*background: url(images/fake-bg.png) repeat-x top;*/
		background: #262626;
	}
	.header .c {
		width: 1000px;
		max-width: 1000px;
		min-width: 1000px;
		background: none;
		/*background: url(images/fake-bg-2.png) repeat-x top;*/
	}
	.header .l,
	.header .r {
		width: 50%;

	}
	.header .c .right {
		width: 70%;
	}
	.header .wrapper {
		width: 1000px;
		display: inline-block;
		height: 100%;
		text-align: left;
		position: relative;
		/*//overflow: hidden;*/
		_overflow: hidden;
		_height: auto;
	}
	.header td td {
		/*background: url(images/fake-bg.png) repeat-x  top;*/
		background: #262626;
	}
	.header .active {
		/*background: url(images/fake-bg-2.png) repeat-x top;*/
	}

	.header .separator span {
		height: 16px;
		width: 1px;
		overflow: hidden;
		background: url(/bitrix/templates/slon2_post/style/images/header-separator-bg.png) no-repeat left;
		display: inline-block;
		margin: 0px 7px;
		vertical-align: -2px;
		//vertical-align: -15px;
	}

	.header a {
		font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
		font-size: 1.15em;
		/*text-shadow: 1px 1px 0px #fff;*/
		font-weight:bold;
		color: #fff;
		border: 0px;
		display: inline-block;
		height: inherit;
		vertical-align: top;
		white-space: nowrap;
		text-decoration:none;		
	}
		.header a img,
		.header strong img {
			vertical-align: -2px !important;
		}
	.header .active a {
		color: #fa2800;
		position: relative;
		font-weight: normal;
		background: none;
	}
	/*
		.header .active a i
		{
			display: block;
			position: absolute;
			bottom: -3px;
			//left: 0px;
			height: 16px;
			width: 100%;
			background: url(images/fake-bg-angle.png) no-repeat center bottom;
		}
		*/
		.header .active a.slon-logo i {
			bottom: 12px;
			//bottom: -23px;
		}
		.header.small a.active i {
			//bottom: 8px;
		}

	.header a.slon-logo {
		display: inline-block;
		width: 85px;
		height: 31px;
		background: url(images/logo_media.png) no-repeat right top;
		vertical-align: baseline;
		//vertical-align: -25px;
	}
	.header .active a.slon-logo {
		display: inline-block;
		width: 63px;
		height: 31px;
		height: inherit;
		background: none;
		vertical-align: baseline;
		//vertical-align: -25px;
	}
		.header .active a.slon-logo span {
			background: url(images/logo_media.png) no-repeat left top;
			display: inline-block;
			width: 80px;
			height: 27px;
		}
	.header.small a.slon-logo {
		display: inline-block;
		width: 63px;
		height: 31px;
		background: url(images/logo_media.png) no-repeat right bottom;
		vertical-align: baseline;
	}
	.header.small .active a.slon-logo {
		display: inline-block;
		width: 63px;
		height: inherit;
		background: none;
		vertical-align: baseline;
	}
	

	.header a:hover {
		text-decoration: underline;
	}

	.header sup {
		text-decoration: none;
	}


	
	.header .profile-links {
		line-height: inherit;
		height: inherit;
		//top: 20px;
		//height: auto;
		//line-height: normal;
	}