/* ..layout  */
.holder {
	width:100%;
	height:100%;
	padding-right:20px;
}
.topimagery {
	position: absolute;
	width:100%;
	height:25px;
	left:0px;
	right:0px;
	top:0px;
	border-bottom: 1px solid #691E45;
	text-align:right;
}
.topmenu {
	position: absolute;
	width:100%;
	height:34px;
	left:0px;
	right:0px;
	top:26px;
	border-bottom: 1px solid #691E45;
	background-image:url(../images_template/bg-menuarea-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	z-index: 30;
}
.bottommenu {
	position: absolute;
	width:100%;
	height:30px;
	left:0px;
	top:200px;
	border-top: 1px solid #691E45;
	background-image:url(../images_template/bg-bodyarea-topleft.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:bottom;
	z-index: 21;
}
.gradientline1 {
	position:absolute;
	top:64px;
	left:0px;
	width:100%;
	height:5px;
	background-image:url(../images_template/linegrad.jpg);
	background-repeat:repeat-y;
	background-position:left;	
	background-color:#651B40;
}
.gradientline2 {
	position:absolute;
	top:191px;
	left:0px;
	width:100%;
	height:5px;
	background-image:url(../images_template/linegrad.jpg);
	background-repeat:repeat-y;
	background-position:right;	
	background-color:#32312D;
}
.topbar-contentarea {
	z-index: 23;	
	position:absolute;
	top: 76px;
	left: 7px;
	width:50%;
	height:108px;
	border-left:1px solid #691E45;
	background-image:url(../images_template/topbar-partlogo.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #681F45;
	line-height: 12px;
}
.topbar-flasharea {
	z-index: 24;	
	position:absolute;
	top: 76px;
	right: 7px;
	width: 320px;
	height:108px;
	border-right:1px solid #691E45;
	text-align:right;
}