html, body {
	height: 100%;
}
body {
	/* DESIGN AND SIZE */
	margin: 0 4px;
	padding: 0;
	min-width: 700px;

	/* FONT */
	font: 13px arial,helvetica,clean,sans-serif;
	* font-size: small;
	* font: x-small;

	/* BACKGROUND AND COLOR*/
}
/* HEAD */
#head {
	/* DESIGN AND SIZE */
	width: 100%;
	min-width: 700px;
	margin: 0;
	padding: 0;

	/* FONT */
	font: 13px/1.231 verdana,sans-serif;
	* font-size: small;
	* font: x-small;
	text-align: center;

	/* BACKGROUND AND COLOR*/
	color: #000;
	background-color: #FFF;
}
/* HEAD-HEADBOT */
#headbot {
	/* DESIGN AND SIZE */
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 8px 0px;
	border: none;
	position: relative;

	/* FONT */
	font-size: 77%;
	text-align: left;

	/* BACKGROUND AND COLOR*/
	background-image: url(../images/header_bg.png);
	background-position: 0 -20px;
	background-repeat: repeat-x;
}
/* HEAD-HEADBOT-HEADBOTLEFT1 */
#headbotleft1 {
	/* DESIGN AND SIZE */
	float: left;
}
/* HEAD-HEADBOT-HEADBOTLEFT2 */
#headbotleft2 {
	/* DESIGN AND SIZE */
	float: left;
	padding: 20px 30px;
	vertical-align: top;
}
/* HEAD-HEADBOT-TOPLANG */
#toplang {
	/* DESIGN AND SIZE */
	float:right;
	margin: 0;
	padding: 0px 10px;
	vertical-align: top;
}
#languages {
	/* Diperlukan untuk Chrome, kalau tidak #languages tidak nempel diatas */
	margin: 0;
	padding: 0;
}
#languages li {
	/* DESIGN AND SIZE */
	float:left;
	margin:0;
	padding:0 5px;

	/* LIST */
	list-style:none;
}
#languages a {
	/* DESIGN AND SIZE */
	display:block;
	padding-left:18px;

	/* FONT */
	text-decoration: none;
	font-weight: bold;
	font-size:100%;

	/* BACKGROUND AND COLOR*/
	color: #000000;
}
#toplang a:hover, #toplang a.active-menu {
 	color: #FFF91E;
}

#toplang a.en {
	background-image: url(../images/flag_en.gif);
	background-repeat: no-repeat;
}
#toplang a.id {
	background-image: url(../images/flag_id.gif);
	background-repeat: no-repeat;
}
#toplang a.cn {
	background-image: url(../images/flag_cn.gif);
	background-repeat: no-repeat;
}
/* HEAD-HEADBOT-TOPNAV */
#topnav {
	/* DESIGN AND SIZE */
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#navtabs li {
	/* DESIGN AND SIZE */
	float:left;
	margin:0;
	padding:0;

	/* LIST */
	list-style:none;
}
#navtabs a {
	/* DESIGN AND SIZE */
	display: block;
	color: #FFFFFF;
	margin: 0;
	padding: 0.25em 1em;
	border-left: 1px solid #fff;
	border-top: 0px solid #fff;
	border-right: 1px solid #aaa;

	/* FONT */
	text-decoration: none;
	font-weight: bold;
	font-size:110%;

	/* BACKGROUND AND COLOR*/
	background:#78ACC1;
}

#navtabs a:hover,
#navtabs a.selected:link,
#navtabs a.selected:visited {
	/* BACKGROUND AND COLOR*/
	background:#0F6A90;
	color: #FFF91E;
}
/* HEADDIV */
#headdiv {
	/* DESIGN AND SIZE */
	width: 100%;
	height: 26px;
	margin: 0;
	padding-top: 4px;
	border: none;

	/* BACKGROUND AND COLOR*/
	background-image: url(../images/header_bot.png);
	background-position: 0 0px;
	background-repeat: repeat-x;
}

/* CONTENT TABLE */
#document {
	/* FONT */
	text-decoration: none;
	font-size: 80%;
}
#pri {
	width: 200px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#sec {
	vertical-align: top;
	padding: 5px;
}

/* LEFT MENU */
#rb { 
	width: auto;
	margin: 5px;
	background-color: #DBE9EE;
	position: relative;
	border:solid 1px;
	border-color: #DBE9EE;
} 
/* LEFT MENU-rbhd & rbft */
.rbhd, .rbft {
	position: relative;		/* Penting : bug di IE 6 untuk posisi nw, ne, sw, se apabila tdk pakai ini */
	height: 10px;
}
.nw {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background:url("../images/strip5.gif") no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin: -1px;
}
.ne {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url("../images/strip5.gif") no-repeat;
	background-position: -10px 0px;
	padding: 0px;
	margin: -1px;
}
.sw {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	background: url("../images/strip5.gif") no-repeat;
	background-position: 0px -10px;
	padding: 0px;
	margin: -1px;
}
.se {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	background:url("../images/strip5.gif") no-repeat;
	background-position: -10px -10px;
	padding: 0px;
	margin: -1px;
}
/* LEFT MENU-rbbd */
.rbbd {
	padding: 0 0px;
}
/* LEFT MENU-rbbd-SUPPORT */
#support {
	margin: 0;
	padding: 0;
}
/* LEFT MENU-rbbd-SUPPORT-ONLINE */
#online {
	margin: 0;
	padding: 0;
}
#online a:link,#online a:visited,#online a:active {
	text-decoration: none;
}
#online a:hover {
	text-decoration: none;
	color: #FF0000;
}
#online li {
	/* DESIGN AND SIZE */
	margin:0;
	padding:0 8px;

	/* LIST */
	list-style:none;
}
.rbhd, #online .title {
	background-color: #B3CFDD;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #226777;
}
#online .title {
	height: 30px;
}
#online .subtitle {
	font-size: 110%;
	font-weight: bold;
	color: #226777;
	padding-top: 8px;
	padding-bottom: 3px;
}
#online .list a {
	padding-left: 15px;
}
#online .sub {
	vertical-align: top;
}
/* LEFT MENU-rbbd-SUPPORT-DEPOSIT */
#deposit {
	margin: 0;
	padding: 0;
}
#deposit li {
	/* DESIGN AND SIZE */
	margin:0;
	padding:0 8px;

	/* LIST */
	list-style:none;
}
.rbhd, #deposit .title {
	background-color: #B3CFDD;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #226777;
}
#deposit .title {
	height: 30px;
}
#deposit .subtitle {
	font-size: 110%;
	font-weight: bold;
	color: #226777;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
}
#deposit .list {
	text-align: center;
	color: #226777;
}
/* LEFT MENU-rbbd-SUPPORT-ADDRESS */
#address {
	margin: 0;
	padding: 0;
}
#address li {
	/* DESIGN AND SIZE */
	margin:0;
	padding:0 8px;

	/* LIST */
	list-style:none;
}
.rbhd, #address .title {
	background-color: #B3CFDD;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #226777;
}
#address .title {
	height: 30px;
}
#address .subtitle {
	font-size: 110%;
	font-weight: bold;
	color: #226777;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
}
#address .list {
	text-align: center;
	color: #226777;
}


/* FOOT */
#foot {
	/* DESIGN AND SIZE */
	margin: 0;
	padding: 0;

	/* FONT */
	font: 13px/1.231 verdana,sans-serif;
	* font-size: small;
	* font: x-small;
	text-align: center;
	border-top: 2px solid #FFFFFF;
}
/* FOOT-BOTNAVTABS */
#botnavtabs {
	height: 2em;
	margin: 0;
	padding: 0;

	/* BACKGROUND AND COLOR*/
	color: #FFFFFF;
	background-color: #5997B0;
}
/* FOOT-BOTNAVTABS-BOTNAV */
#botnav {
	padding: 5px 0;
}
#botnav li {
	/* DESIGN AND SIZE */
	display: inline;
	margin: 0;
	padding: 0px 8px;

	/* FONT */
	text-decoration: none;
	font-size: 70%;
	vertical-align: text-top;

	/* BORDER */
	border-right: 2px solid #FFFFFF;

	/* LIST */
	list-style: none;
}
#botnav .first {
	border-left: 2px solid #FFFFFF;
}
#botnav a {
	/* DESIGN AND SIZE */
	display: inline;
	margin: 0;
	padding: 2px;

	/* FONT */
	text-decoration: none;

	/* BACKGROUND AND COLOR*/
	color: #FFFFFF;
}
#footnote {
	padding-top: 3px;
	font-size: 70%;
}

