body.secondLevelPage {
	padding-top: 222px;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #434343 url(../images/bg_header_repeat.gif) repeat-x top left;
	border-bottom: 4px solid #E77D00;
}

#header .wrapper {
	background: url(../images/bg_header.gif) no-repeat 50% top;
	padding-top: 44px;
}

.secondLevelPage #header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#searchSiteWrapper {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 209px;
	height: 29px;
	background: url(../images/bg_searchsite.gif) no-repeat top left;
}

#loginWrapper {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 940px;
	height: 44px;
	padding: 10px 20px;
	background: url(../images/bg_login.gif) no-repeat right 4px;
}

#breadcrumbWrapper {
	position: absolute;
	top: 212px;
	width: 100%;
}

#breadcrumbContent {
	width: 980px;
	margin: 0 auto;
}

#contentWrapper {
	padding: 20px;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.secondLevelPage #contentWrapper {
	width: 950px;
	padding-left: 10px;
}

#homeIntroWrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#homeSlider {
	position: relative;
	float: left;
	width: 408px;
	margin-right: 22px;
}

#homeIntro {
	float: left;
	width: 510px;
	background: url(../images/bg_home_intro.gif) no-repeat bottom right;
}

#homeContentLeft {
	float: left;
	width: 542px;
	margin-right: 36px;
}

#homeContentRight {
	float: left;
	width: 362px;
}

#contentRightWrapper {
	float: right;
	width: 780px;
	margin-bottom: 20px;
}

#contentRightWrapper.lessLeftMenu {
	width: 950px;
}

#contentRight1,
#contentRight2 {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#contentRight3 {
	float: left;
	width: 140px;
}

#contentRightArticle {
	position: relative;
	float: left;
	width: 620px;
	margin-right: 20px;
}

.lessLeftMenu #contentRightArticle {
	width: 790px;
}

#contentLeftWrapper {
	float: left;
	width: 150px;
	margin: 0 20px 20px 0;
}

#contentCenterWrapper {}

#footer {
	background: #434343;
	border-top: 4px solid #E77D00;
	padding: 20px 0;
	color: #FFF;
}

#footerDirectory {
	float: right;
	width: 666px;
	padding: 0 20px;
	border-left: 4px solid #E77D00;
	display: inline;
}

#footerCopyright {
	float: left;
	width: 230px;
	padding: 0 20px;
	display: inline;
}