body {
	width: 1000px;
	background: #130400 url(../images/bg/bg_light.gif);
	color: #e1c280;
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

.layout {
	border-left: solid 2px #1e0700;
	border-right: solid 2px #1e0700;
	background: transparent url(../images/bg/bg_dark.gif);
	overflow: hidden;
}

/* column container */
.colmask {
	margin-top: 24px;
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
   width: 100%;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	border-top: #1c0600 solid 1px;
	border-bottom: #1c0600 solid 1px;
	/*background-color: orange;*/
	background-color: #130400;
}

/* 2 column left menu settings */
.leftmenu .colright {
	float: left;
   width: 200%;
	position: relative;
	left: 290px;
}

.leftmenu .colwrap {
	float: right;
	width: 50%;
	position: relative;
	right: 290px;
	/*background-color: blue;*/
}

.leftmenu .col1 {
	margin: 30px 30px 30px 320px;
	position: relative;
	right: 100%;
	overflow: hidden;
	/*background-color: purple;*/
}

.leftmenu .col2 {
	float: left;
	width: 260px;
	position: relative;
	right: 260px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: green;*/
}

.leftmenu .col3 {
	margin: 30px 100px 30px 100px;
	position: relative;
	right: 100%;
	overflow: hidden;
	/*background-color: purple;*/
}

/**************************************************************
   Header
 **************************************************************/
.header {
	display: block;
	background-color: #1d1d1d;
	height: 280px;
	/*border-bottom: 1px solid #5D543A;*/
	margin-bottom: 1px;
}

#header_1 {
	width: 498px;
	height: 280px;
	float: left;
	background: #151515 url(../images/malaysia-law-firm.jpg);
}

#header_2 {
	width: 498px;
	height: 280px;
	float: left;
	background: #151515 url(../images/malaysia-top-law-firm-rozlan-khuen.jpg);
}

#header_3 {
	width: 498px;
	height: 280px;
	float: left;
	background: #151515 url(../images/experienced-lawyers.jpg);
}

#header_4 {
	width: 498px;
	height: 280px;
	float: left;
	background: #151515 url(../images/rozlan-khuen-working-environment.jpg);
}

#header_5 {
	width: 498px;
	height: 280px;
	float: left;
	background: #151515 url(../images/rozlan-khuen-front.jpg);
}

#header_logo {
	width: 497px;
	height: 280px;
	float: right;
	background: #151515 url(../images/header_bg.png);
	border-left: 1px solid #2a0900;
}

#header_logo img {
	border: none;
	display: table-cell;
	position: absolute;
}

/**************************************************************
   Footer
 **************************************************************/

.footer {
	height: 120px;
	clear: both;
}

.footer_branch {
	width: 285px;
	float: right;
	margin: 6px 6px 6px 3px;
	padding: 44px 15px 0px 15px;
	text-align: right;
	font-weight: bolder;
	font-size: 11px;
	letter-spacing: 1px;
}

.footer_copyright {
	width: 633px;
	float: left;
	margin: 6px 3px 6px 6px;
	padding: 44px 15px 0px 15px;
	text-align: left;
	font-size: 10px;
}

.footer a, .footer a:hover {
	text-decoration: none;
}

/**************************************************************
   Top Block Menu
 **************************************************************/
.menu {
	margin: 0 auto;
	display: block;
}

.menu ul.brown {
	background: transparent url(../images/bg/brown2.jpg);
}

.menu ul.brown li a {
	border-color: #F2C265;
	background: transparent url(../images/bg/menu_item_brown.png);
}

.menu ul.brown li a:hover, .menu ul.brown li a#here {
	background: transparent url(../images/bg/menu_item_brown_selected2.png);
}

.menu ul.green {
	background: transparent url(../images/bg/green.jpg);
}

.menu ul.green li a {
	border-color: #D1EE90;
	background: transparent url(../images/bg/menu_item_green.png);
}

.menu ul.green li a:hover, .menu ul.green li a#here {
	background: transparent url(../images/bg/menu_item_green_selected.png);
}

.menu ul.green, .menu ul.brown {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0px 0px 12px 0px;
	text-align: center;
}

.menu ul.green li, .menu ul.brown li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul.green li a, .menu ul.brown li a {
	float: left;
	width: 197px;
	font: bolder 11px "Tahoma";
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration: none;
	color: #fff;
	margin-right: 3px;
	padding: 18px 0 4px 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.menu ul.green li a:hover, .menu ul.green li a#here, .menu ul.brown li a:hover, .menu ul.brown li a#here {
	border-bottom: 5px solid #fff;
	padding: 32px 0 4px 0;
}

.menu ul.green li#menu_right a, .menu ul.brown li#menu_right a { 
	width: 196px; margin-right: 0; 
}

/**************************************************************
   Contents
 **************************************************************/

h1 {
	margin-top: 0;
	margin-bottom: 12pt;
	font-size: 0px;
	color: #130400;
}

h1 img {
	border: 0;
}

h2 {
	color: #130400;
	margin-top: 0;
	margin-bottom: 12pt;
	font-size: 0px;
}

p {
	margin-top: 0;
	margin-bottom: 12pt;
	text-align: justify; 
}

#hidden {
	display: none;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited, a:active {
	color: #fff;
}

a img {
	border: 0;
}

#center {
	text-align: center;
}

img#border {
	border: 3px solid #fff;
}

div.col2 ul {
	text-transform: uppercase;
	font-weight: bolder;
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 9pt;
}

div.col2 ul ul {
	text-transform: none;
	font-weight: normal;
	list-style: hiragana;
	margin-left: 0em;
	padding-left: 3em;
	font-size: 9pt;
}

div.col2 ul a {
	text-decoration: none;
}

#white {
	color: #fff;
}

input, textarea {
	border: 3px solid #948054;
	background-color: #efefef;
	color: #1f1f1f;
	padding: 2px;
	margin-top: 10px;
}

input#button {
	background-color: #97A9AD;
	border: 3px solid #ADADAD;
	color: #1f1f1f;
	font-weight: bold;
}

#rk {
	color: #fff;
	font-weight: bolder;
}
	
/**************************************************************
   Pull-Out
 **************************************************************/
 
#overall {
	width: 645px; 
	margin: 0 auto;
}

.col {
	width: 310px; 
	padding: 0 5px; 
	float: left;
}

.CCspace {
	width: 100px; 
	height: 360px; 
	padding: 0px; 
	float: right;
}

.CCpullout {
	width: 206px; 
	height: 330px; 
	padding: 14px;
	float: left; 
	margin-left: -108px;
}

.CCpullout span {
	width: 200px; 
	position: absolute; 
	text-align: center; 
	font-size: .9em; 
	font-weight: bold;
	color: #fff;
}

.CCpullout del {
	font-size: 0px;
	position: absolute;
	color: #130400;
}