@charset "utf-8";
/* CSS Document */

html {
	background-color: #FFF;
	background-image: url(../../_sharedimg/background_slice_content.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

body{
	background-image: url(../../_sharedimg/background_canonisation.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-position:center 0px;
}

#wrapper{
	width:960px;
	margin:0px auto 0px auto;
}

#wrapper_header{
	float:left;
	width:960px;
	height:30px;
	background-image: url(../../_sharedimg/logo_banner_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:102px 0px 5px 0px;
}

#wrapper_body{
	float:left;
	width:960px;
}

#menu{
	float:left;
	margin:0px auto 0px auto;
	padding-left:44px;
	width: 872px;
	height: 35px;
}

#content_wrapper{
	float:left;
	width:860px;
	_width:860px;
	min-height:780px;
	height:auto!important;
	height:780px;
	padding:30px 50px 20px 50px;
	background-image: url(../../_sharedimg/content_wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 540px;
	/* IE6: The position of the background is off. */
	_background-position: 0 535px;
	
}

#title_header{
	float:left;
	width:860px;
	background-image: url(../../_sharedimg/titles/canonisation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#subnavigation{
	float:left;
	width:217px;
	padding:0px 36px 0px 0px
}

.subnavigation_heading{
	padding:28px 0px 0px 27px;
}

#content{
	float:left;
	width:576px;
	padding:46px 19px 0px 0px;
	position:relative;
	z-index: 1;
}

#content_full{
	float:left;
	width:860px;
	padding:1px 0px 0px 0px;
	position:relative;
	z-index: 1;
}
#content_860 {
	float:left;
	width:840px;
	padding:0px 10px 0px 10px;
	position:relative;
	z-index: 1;
}
#content_full img:first-child {
	padding-bottom: 1px;
}

#footer{
	position:relative;
	width:960px;
	height:80px;
	margin:0px auto 0px auto;
	clear:both;
	border:0px;
	background-image: url(../../_sharedimg/footer_content.jpg);
	background-repeat: no-repeat;	
}

#footer_text{
	position:absolute;
	top:42px;
	left:60px;
	color:#b16f75;
	font-size:0.9em;
	width: 459px;
}

#fraynework{
	position:absolute;
	top:42px;
	right:53px;
}


/*-------SUB Menu-------*/

ul#contextmenu {
	float:left;
	width:201px;
	padding:0px;
	margin:97px 0px 0px 12px;
}
				

ul#contextmenu li{
	list-style-type:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../../_sharedimg/li_dottedline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

ul#contextmenu li a{
	display:inline-block;
	color:#201309;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	padding:9px 0px 9px 16px;
	margin:0px;
}

ul#contextmenu li a:hover{
	display:block;
	color:#be6d86;
	text-decoration:none;
	background-image: url(../../_sharedimg/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}

ul#contextmenu li a.selected{
	display:block;
	color:#b13746;
	text-decoration:none;
	background-image: url(../../_sharedimg/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}



ul#contextmenu li ul{
	margin:0px;
}


ul#contextmenu li ul{
	margin:0px;
	padding:0px 0px 8px 0px;
}
	
ul#contextmenu li li {
	border:none;
	padding:3px 0px 3px 0px;
	background-image:none;
}

ul#contextmenu li li a{
	display:block;
	color:#281d15;
	font-size:1.00em;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 29px;
}

ul#contextmenu li li a:hover{
	display:block;
	color:#be6d86;
	text-decoration:none;
	background-image:none;
}

ul#contextmenu li li a.selected{
	display:block;
	color:#b13746;
	text-decoration:none;
	background-image:none;
}

div.btnBack a {
	position: absolute;
	top: 26px;
	right: 27px;
	background-image: url(../../_sharedimg/btn_back.gif);
	width: 59px;
	height: 21px;
}
div.btnBack a:hover {
	background-image: url(../../_sharedimg/btn_back_f1.gif);
}
