@charset "utf-8";

h1,h2,h3,h4,h5,h6,span,p,dl,dt,dd{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
img{
	border:0px;
	text-align: center;
}
.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}


/*----------------------------------------*/
/* base */
/*----------------------------------------*/
html{
	height:100%;
}
body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#E1E1E1;
	color:#555555;
	text-align:center;
}
/* --------- stage --------- */
div#stage{
	width:940px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background:url(../images/stage_bg.gif) repeat-y;
	text-align:left;
}
/* for modern browser */
html>body>#stage{
	height:auto;
}
/* --------- container --------- */
div#container{
	position:relative;
	width:920px;
	margin:0 10px;
}


/*----------------------------------------*/
/* header */
/*----------------------------------------*/
div#header-area{
	position:relative;
	width:920px;
	height:106px;
	background:url(../images/header-area-bg.gif) repeat-x;
}
/* --------- brand logo --------- */
#header-area h1{
	width:138px;
	height:49px;
	font-size:0px;
}
/* --------- brand vision --------- */
#brand-vision{
	position:absolute;
	top:13px;
	left:800px;
	font-size:0px;
}
/* --------- header-menu --------- */
#header-menu{
	position:absolute;
	left:138px;
	top:21px;
	width:651px;
	height:15px;
}
#header-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#header-menu li{
	margin:0 10px 0 0;
	padding:0;
	display:inline;
	font-size:0px;
	float:right;
}
#header-menu li a{
	display:block;
	height:15px;
	text-decoration:none;
	text-indent:-9999px;
}
 /* --------- global site link --------- */
#global-site-link{
	width:40px;
	background:url(../images/global_site_link.gif) 0 0;
}
#global-site-link a:hover{
	width:40px;
	background:url(../images/global_site_link.gif) 0 -15px;
}
#global-site-linkOn{
	width:40px;
	background:url(../images/global_site_link.gif) 0 -30px;
}
/* --------- region site link --------- */
#region-site-link{
	width:96px;
	background:url(../images/region_site_link.gif) 0 0;
}
#region-site-link a:hover{
	width:96px;
	background:url(../images/region_site_link.gif) 0 -15px;
}
#region-site-linkOn{
	width:96px;
	background:url(../images/region_site_link.gif) 0 -30px;
}
/* --------- language-select --------- */
#language-select{
	width:102px;
	background:url(../images/language_select_bg.gif) 0 0;
}
#language-select-menu{
	width:91px;
	background:url(../images/language_select.gif) 0 0;
}
#language-select-menu a:hover{
	width:91px;
	background:url(../images/language_select.gif) 0 -15px;
}
#language-select-menuOn{
	width:91px;
	background:url(../images/language_select.gif) 0 -30px;
}

/*----------------------------------------*/
/* footer */
/*----------------------------------------*/
div#footer-area{
	position:relative;
	clear:both;
	height:80px;
	padding:10px 0 0 0;
	background: url(../images/footer-area-bg.gif) no-repeat;
	text-align:center;
}
#footer-navigation {
	height:15px;
	margin:0 auto;
}
#footer-area address{
	clear:left;
	margin:0 auto;
	padding-top:10px;
	width:300px;
	height:20px;
}


/*----------------------------------------*/
/* linkarrow */
/*----------------------------------------*/
.link-arrow{
	background: url(../images/arrow.gif) no-repeat;
	background-position:0 49%;
	display:block;
	padding:0 0 0 16px;
}


/*----------------------------------------*/
/* outbound */
/*----------------------------------------*/
a.outbound { 
	padding-right:18px;
	margin-right:5px;
	background : url(../images/outbound_icon.gif) no-repeat right center;
}

/* overwrite IE7*/
*+html body a.outbound {
	display:inline-block ;
}
/* overwrite IE6,5.5*/
* html body a.outbound {
	display:inline-block ;
}


/*----------------------------------------*/
/* PDFicon */
/*----------------------------------------*/
a.pdf { 
	padding-right:30px;
	margin-right:5px;
	background : url(../images/pdf_icon.gif) no-repeat right center;
}

/* overwrite IE7*/
*+html body a.pdf {
	display:inline-block ;
}
/* overwrite IE6,5.5*/
* html body a.pdf {
	display:inline-block ;
}
