/** Page design 
----------------------- */
#rs-wrapper {
	position: fixed; 
	left: 0; 
	right: 0; 
	z-index: 5;
	text-align: left;
	background-color: #000;
}
	
#rs-header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	height: 127px;
	z-index: 10;
}

#rs-logotype {
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 15;
}

#rs-logotype a {
	display: block;
	width: 202px; 
	height: 32px;
	background-image: url('images/logotype.png');
	background-repeat: no-repeat;
}

#rs-logotype:hover, #rs-logotype a:hover {
	cursor: pointer;
}

#rs-topfade {
	position: absolute;
    background: url('images/topfade.png');
    background-position:center;
    background-repeat: no-repeat;
    height: 127px;
    width:100%;
    left:0;
    z-index: 8;
    _left:auto; /* IE6 */
    _width:1200px; /* IE6 */
    _margin-left:-110px; /* IE6 */
}

#rs-navigation {	
	position: absolute;
	z-index: 15;
	top: 85px;
	left: 20px;
}

#rs-floweffect {
	position: absolute;
	left: 0px;
	background: url('images/floweffect.png') no-repeat;
	width: 319px;
	height: 127px;
	background-repeat: no-repeat;
}

#rs-pagefade {
	position: fixed; 
	top: 127px; 
	right: 0px; 
	left: 0px; 
	width: 100%; 
	height: 430px;
	background: url('images/backfade.png') repeat-x;
}

#doc4 {
	position: relative;
	top: 147px;
	_top:-400px; /* IE6 */
}

#yui-main { 
	border-right: 1px #ccc solid;
	padding-left: 20px; 
	width: 685px;
	_border:0; /* IE6 */
	
}

#rs-dialog {
	display: none;
}