body {
	overflow:hidden;
	margin:0 9px;
	border:0;
}

.doc {
	width:100%;
	height:100%;
}

.brand {
	margin:0;
	background-color:#20acc5;
	background-image:url(/images/pro_hdr.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
	position:absolute;
}

.footer {
	position:absolute;
	bottom:-10px;
}

.brand .logo {
	background-color:white;
	background-image:url(/images/qt_logo.jpg);
	background-position:30px 0;
	background-repeat:no-repeat;
	height:75px;
}

.brand .logo img {
	position:absolute;
	right:25px;
}

.brand h1 {
	border-left:1px solid #0d90b0;
	padding-left:10px;
	position:absolute;
	right:24px;
	bottom:13px;
	font-family:palatino linotype;
	font-size:11pt;
	height:25px;
	color:#0d90b0;
	font-weight:bold;
	margin:0;
}

.content {
	position:relative;
	height:100%;
	width:100%;
	padding:98px 0 10px 0;
	float:none;
	clear:none;
	min-height:0;
}

.content .menu {
	position:relative;
	width:139px;
	height:100%;
	border:1px solid #d9dade;
	min-height:0;
	z-index:2;
	background-position:left bottom;
}

.content .menu li {
	cursor:pointer;
	cursor:hand;
}

.content .stage {
	position:absolute;
	top:0;
	padding:133px 0 10px 147px;
	width:100%;
	height:100%;
}

.content .stage .plank {
	margin-top:-35px;
	height:27px;
	background-color:white;
	border:1px solid #d9dade;
	position:relative;
	z-index:1;
}

.content .stage .plank #navprev {
	position:absolute;
	top:5px;
	left:12px;
	cursor:pointer;
	cursor:hand;
}

.content .stage .plank #navnext {
	position:absolute;
	top:5px;
	right:12px;
	cursor:pointer;
	cursor:hand;
}

.content .stage .plank #navprev.disabled, .content .stage .plank #navnext.disabled {
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity:0.3;
	cursor:default;
}

.content .stage .plank .navcontent {
	margin-top:6px;
	padding:0 35px;
}

.content .stage #loading {
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-30px;
	padding:30px;
	width:100px;
	height:100px;
	z-index:1;
}

.content .stage #podium {
	position:relative;
	background-color:white;
	border:1px solid #d9dade;
	height:100%;
	padding:3px;
	overflow:auto;
}

.content .stage #podium * {
	position:absolute;
	filter:blendtrans(duration=1);
	visibility:hidden;
}