@import url(../../base/css/general.css);

div.sys_main_logo {
	background: none;
	width: 1018px;
	margin: 0 auto;
	height: 212px;
}

#headerWrapper {
	height: 165px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1012px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top: 3px solid rgba(0, 0, 0, .65);
	border-left: 3px solid rgba(0, 0, 0, .65);
	border-right: 3px solid rgba(0, 0, 0, .65);
}

div.sys_ml {
	height: 165px;
	background: url("../images/headerbg.jpg") no-repeat top center;
	position: absolute;
	bottom: 0;
	left: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#headerSearch {
    bottom: 25px;
    position: absolute;
    right: 15px;
}

#headerInput {
    font-size: 14px;
    height: 29px;
    width: 255px;
}

#pageWrapper {
	background: #fff;
	width: 1012px;
	margin: 0 auto;
	border-left: 3px solid rgba(0, 0, 0, .65);
	border-right: 3px solid rgba(0, 0, 0, .65);
	border-bottom: 3px solid rgba(0, 0, 0, .65);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-bottom: 50px;
}

.main {
	margin: 10px auto 0;
}

#rotating-item-wrapper {
    position: relative;
    width: 619px;
    height: 359px;
	margin: 0 auto;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#page_block_858 .boxFirstHeader {
	display: none;
}

.bottomCopyright {
	background: none; 
	border: none;
	margin: -47px auto 0;
	height: 116px;
	position: relative;
}

.bottomCopyright .bottomLinks {
	display: none;
}

.bottomCopyright .bottomCpr {
	width: 340px;
	margin-right: 70px;
	color: #fff;
	padding: 85px 0 0;
	text-align: right;
	
}


