@charset "utf-8";

#Page {
	width: 1000px;
	background: url(../../core-images/bodyBG.gif) repeat-y -2px 0px;
	/*padding: 0 6px;*/
	margin:0 auto; 
}
#BotPage {
	width: 1000px;
	background: url(../../core-images/bodyBotBG.gif) no-repeat -2px 0px;
	height:8px;
	/*padding: 0 6px 0px 6px;*/
	margin:0 auto; 
}
/* HEADER*/
#PageHeader{
	background-color: transparent;
}

#HeadLogo{
	float: left;
	width: 180px;
	height: 110px;
}

.HiddenContent {
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;}
	
li.AccessTools img {
	vertical-align:middle;
	float:left;
}
#HeaderTools form{
	margin: 0px;
	padding: 0px;
}
#HeaderTools {
	float: right;
	text-align: right;
	padding-right: 20px;
	width: 350px;
}
#HeaderTools a{
	color: #000000 !important;
	text-decoration: none;
	font-weight:normal;
}
#HeaderTools a:hover{
	text-decoration: underline;
}
#HeaderTools p{
	margin-top: 10px;
	color: #ffffff;
	float: right;
}
#HeaderTools p span{
	background-color: #AF1425;
}
#HeaderTools ul{
	margin: 25px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width: 350px;
	
}
#HeaderTools li{
	display: inline;
	list-style-type: none;
	margin-left: 18px;
	color: #ffffff;
}
#HeaderTools li.AccessTools{
	float:right;
	display: inline;
}
.HeaderClear{
	clear: both;
	height: 20px;
}
#HeaderTools li.AccessToolsLanguages {
	float: left;
	display: inline;
	margin-left: 10px;
	text-align: left;
}		


/* SEARCH*/

#HeaderSearch {
	clear: right;
	float:right;
	padding-top: 0px;
	margin-top:20px;
}

#HeaderSearch input {
	margin: 0px 10px 0px 0px;
	float: left;
	color: #000000;
	background: #ffffff;
	border: 1px solid #889CCA;
	height: 21px;
}
#HeaderSearch label{
	bottom:600px;
	position:absolute;
	visibility:hidden;
}
.searchButton{
	background:transparent url(../../core-images/searchBtn.gif) no-repeat center center;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	height:24px;
	padding:0px;
	text-align:center;
	width:60px;
	font-weight:bold;
}


/*
#searchBox input{
	margin: 0px;
	border: 1px #889CCA solid;
	vertical-align:baseline;
	outline:0px;
	padding-left: 5px;
	width:130px;
	height:20px;
	margin-right:4px;}
	
	
#searchBox {
	border-right: #ffffff solid 1px;
	background-color: #ffffff ;
	padding: 0px ;
	width: 430px ;
	float: right ;
	margin-top: 10px ;
	display: block;
	white-space: nowrap;
}

#searchBox img{
	margin-bottom: 0px ;
	border: none;
	vertical-align: bottom;
	/*for ie6/win*/
	/*voice-family: "\"}\"";
	margin-bottom: 1px;
}*/

/* TOP NAVIGATION*/
#TopNavigation{
	margin:0;
	padding:0 0 0 4px;
	width:996px;
}

#TopNavigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#TopNavigation li{
	float:left;
	text-align:center;
	}
	
#TopNavigation li a{
	width:162px;
	margin:0 4px 0 0;
	padding:8px 0;
	text-align:center;
	display:block;
	color:#333333;
	font-weight:normal;
	}
/* LEFT NAVIGATION*/	
#LeftNav  ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#LeftNav  li {
	float:left;
	margin:0;
	width:100%;
	border-bottom:1px dotted #333333;
}
#LeftNav a{
	background-color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:5px 0px 5px 18px;
	color:#333333;
	font-weight:normal;
}
#LeftNav a:visited{
	color:#333333;
}
#LeftNav a.L0, #LeftNav a#L0sel {
	background-repeat:no-repeat;
	background-position:2px 8px;
}
#LeftNav a.L1, #LeftNav a#L1sel{
	background-repeat:no-repeat;
	background-position:17px 10px;
	padding-left:30px;
}
#LeftNav a#L0sel {
	font-weight:bold;
}
/* FOOTER*/

#PageFooter {
	clear:both;
	width:980px;
	margin:0 auto;
	padding: 0 10px;
}
.FootLeftLink {
	float:left;
}
.FootRightLink {
	float:right;
}
#FootRight{
	clear:both;
}
#PageFooter img{
	padding: 0 5px 0 0;
}
