#header {
	position: relative;
	width: 1000px;
	height: 150px;
	padding: 0px;
	background: url('/images/shared/rcp.gif') 165px 30px no-repeat;
}
#header .col1 {
	left: 495px;
}
#header .col2 {
	left: 630px;
}
#header .col3 {
	left: 755px;
}
#header .col4 {
	right: 50px;
}

#header #adminInfo {
	position: absolute;
	right: 60px;
	top: 80px;
	color: #990000;
}

#generalMenu {
	position: absolute;
	top:0px;
	left:0px;
	width: 920px;
	padding: 0px 40px;
	z-index: 8;
	height: 125px;
	top: 35px;
}
#loginInfo {
	position: absolute;
	top: 30px;
	right:0px;
	width: 200px;
	z-index: 9;
}


#questSwitch {
	position: absolute;
	bottom: 0px;
}
#questSwitch ul {
	position: relative;
}
#questSwitch li {
	position: absolute;
	display: block;
	bottom: 0px;
}
#questSwitch li, #questSwitch li a, #questSwitch img {
	width: 52px;
	height: 83px;
}
#questSwitch li.nowhereSwitch {
	bottom: 33px;
}
#questSwitch li.nowhereSwitch, #questSwitch li.nowhereSwitch a, #questSwitch li.nowhereSwitch img {
	width: 87px;
	height: 87px;
}

#questSwitch li.aSwitch {
	left: 125px;
}
#questSwitch li.bSwitch {
	left: 190px;
}
#questSwitch li.cSwitch {
	left: 255px;
}
#questSwitch li.dialogue {
	left: 325px;
}


#generalMenu ul {
	width: 150px;
	position: absolute;
	list-style: none;
}
#generalMenu ul li {
	padding: 0px 0px 11px 0px;
}


#generalMenu #generalLinks ul {
	top: 0px;
}

#loginInfo span {
	display: block;
	position: absolute;
}
#loginInfo a {
	height: 18px;
	display: block;
	padding: 6px;
	float: left;
	text-align: right;
}
#loginInfo .loginProfile {
	height: 25px;
}
#loginInfo .loginFirst {
	padding-left: 0px;
}
#loginInfo .loginBar {
	border-right: 1px solid #000;
}


#storeHeader {
	padding: 30px 50px;
	position: relative;
}
#storeHeader #loginInfo {
	right: 50px;
	width: auto;
}
