@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
/*  padding: 0; */
}

fieldset, img { border: none; }

a { color: #005d9a; text-decoration:none;}
a:visited { color: #005d9a; text-decoration:none;}
a:hover { color: #0f95c8; text-decoration:none;}

h1 { font-weight:bold; font-size:20px; color:#86c533; margin:10px 0px 20px 0px;}
h2 { font-weight:bold; font-size:16px; color:#808080; margin:15px 0px 15px 0px;}
h3 { font-weight:bold; font-size:12px; color:#333333; margin:15px 0px 15px 0px;}
h4 { font-weight:bold; font-size:11px; color:#808080; margin:15px 0px 15px 0px;}
h5 { font-weight:bold; font-size:14px; color:#005d9a; margin:15px 0px 15px 0px;}
h6 { font-weight:bold; font-size:14px; color:#005d9a; margin:10px 0px 0px 0px;}

#midpage { width:452px; margin-top:20px; float:center; margin-top: 30px}
#mainimg1 {float:center; margin:0px; overflow:hidden; margin:0px; border-bottom: #FFF solid 1px;}
#mainimg2 {float:center; margin:0px;}
#mainimg3 {float:center; width:452px; overflow:hidden; margin:0px; border-left: #FFF solid 1px}

#navigation {
	position:absolute;
	font-size: 11px;
	line-height:12px;
	top:71px;
	display: block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	left:41px;
	top:150px;
	width:284px;
	height:184px;
	z-index:1;

	
}
#navigation #switch_01 {
	float: left;
	display: inline-block;
	margin: 0px;
}
#navigation ul {
	list-style: none;
	background-image: url(http://www.standardchartered.com.tw/images/uni/switch_m.gif);
	background-repeat: repeat-x;
	height: 18px;
	float: left;
	padding-top: 6px;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;

}
#navigation li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;

}
#navigation ul a:link, #navigation ul a:visited {
	padding: 0 3px;
	color: #000;
	text-decoration: none;
}

#navigation ul a:hover {
	color: #000;
	background-color: #bfd7e6;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#navigation #switch_02 {
	float: left;
	display: inline-block;
	margin: 0px;
}