﻿.container
{
	width: 991px;
	margin: 0 auto;
}
.container-background
{
	width: 971px;
	margin: 0 auto;
	border-right:10px solid #FFF;
	border-left:10px solid #FFF;
	background-color:#FFF;
}
.container-block .header
{
	height: 158px;
}
.content-frame
{
	margin-top: 5px;
}
.content-block
{
	float: left;
	width: 658px;
	margin-right: 13px;
}
.sidebar
{
	float: left;
	width: 300px;
}
.content-block .block-orange,
.sidebar .block-grey
{
	margin-bottom: 6px;
	float: left;
	
}
.sidebar .block-grey
{
	width: 300px;
}
.footer
{
	height: 211px;
}
.footer .footer-content
{
	margin: 0 42px;
}





.tab-item, .head-lines .current
{
	color: #a75300;
	background: transparent url(../images/tab.jpg) left top;
	padding-left: 4px;
	display: inline-block;
	height: 28px;
	position: relative;
	z-index: 3;
}
.tab-item-text
{
	background: transparent url(../images/tab.jpg) right 28px;
	display: inline-block;
	height: 29px;
	text-transform: uppercase;
	padding: 0 11px;
	line-height: 28px;
}
.tab-item
{
	color: #484848;
	z-index: 1;
	position: relative;
}
.tabContent
{
	background: transparent url(../images/BgContentA.jpg) no-repeat top;
	margin-top: -1px;
	z-index: 2;
	position: relative;
	height: 4px;
}
.tab-item + .tab-item, .current + .tab-item, .tab-item + .current
{
	margin-left: -6px;
}

