/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
}
hr {
	position:absolute;
	z-index:1;
	visibility: hidden;
}

/* classes */
.clear {
	clear: both;
}
.scrhide {
	display: none;
}

.emptybar {
	height: 25px;
}
.edgebar {
	background-image: url(http://www.onelink.com.my/images/shadow_edge.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 100%;
}
.edgebar_i {
	background-image: url(http://www.onelink.com.my/images/shadow_edge_i.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 100%;
}

/* page settings */
#pagewrap {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin: 0px;
	color: #0000CC;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	vertical-align: bottom;
	padding: 10px;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	background-color: #333333;
	font-weight: normal;
	vertical-align: bottom;
	padding: 10px;
	text-indent: 10px;
}

/* MENU */
.menu {
	background-color: #333333;
	height: 25px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	background-color: #999999;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:21px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
/* style the links hover */
.menu :hover{
	color:#333333;
	background-color: #CCCCCC;
	background-image: url(../../images/menu/menu_bar_bm2.jpg);
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	padding-right: 25px;
	padding-left: 25px;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}

#contents {
	margin: 0px;
	padding: 20px;
}
#contents h3 {
	font-size: 16px;
	margin: 5px;
	padding: 5px;
}
#contents h4 {
	font-size: 14px;
	margin: 5px;
	padding: 5px;
}

#contents p {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
#footer {
	font-size: 10px;
	background-color: #333333;
	margin: 0px;
	padding: 5px;
}
#footer p, #footer p a {
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px;
	padding: 3px;
}
/* This bit does all the work */
#container {
	position:relative;
	display:block;
	border-left-width: 200px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#inner {display:block; margin-left:-200px; padding:0px;}
#left {
	float:left;
	position:relative;
	width:200px;
	left:0px;
}
#center {margin-left:200px; position:relative; display:block; height:1%;}