/* CSS Document */

#pagebg {
	background-image:url("/css/i/bg-inner.jpg");
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#mainpart {
	float:left;
	width:1000px;
	background-color:white;
	min-height:600px;
	box-shadow:0 0 3px rgba(20,20,20,0.4) inset;
	border-radius:4px;
}

.redline {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 16px;
	background: #e9271d;
	background: url(./i/redline.png) no-repeat top center #e9271d;	
}

#header {
	height:120px;
}

#mainmenu {
	top:90px;
	height:auto;
}

.logo {
	position: relative;
	z-index: 3;
	float: left;
	margin-left: 12px;
	width: 191px;
	height: 92px;
	margin-top:0;
	margin-bottom:0;
}

.logo a {
	position:absolute;
	top:-18px;
	display: block;
	overflow: hidden;
	width: 191px;
	height: 92px;
	background: url(/css/i/logo.png) no-repeat;
	text-indent: -9999em;
	font-size: 0;
}

.slogan {
	position:absolute;
	left:210px;
	top:-14px;
	overflow: hidden;
	display: block;
	margin-left: 51px;
	width: 190px;
	height: 93px;
	background: url(/css/i/slogan.png) no-repeat bottom left;
	text-indent: -9999em;
	font-size: 0;
}

