@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2 {
	color:darkgreen;
	text-transform:uppercase;
	font:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:darkgreen;
}
a:hover {
	text-decoration:underline;
	color:darkblue;
}
img {
	border:0;
}

/* ----------- Header ----------- */
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #b2d235;
	padding: 0;
	height: 91px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
.twoColFixRtHdr #homepage_banner {
	margin:10px 0;
	padding:0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font: 10px;
	text-align: center;
}
.twoColFixRtHdr #topMenu {
	margin:20px 210px 0 5px;
}

/* ----------- Main Section ----------- */
.twoColFixRtHdr #mainContent {
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainAboutus, .twoColFixRtHdr #mainContactus, .twoColFixRtHdr #mainCareer, .twoColFixRtHdr #mainEvents, .twoColFixRtHdr #mainJawapan, .twoColFixRtHdr #mainBMWorld, .twoColFixRtHdr #mainBMWorldStory, .twoColFixRtHdr #mainBMWorldAStory, .twoColFixRtHdr #mainInterview, .twoColFixRtHdr #mainBMTestimonials {
	margin:5px 180px 0 5px;
	padding:100px 5px 0 5px;
} 
.twoColFixRtHdr #mainAboutus {
	background:url(images/bg_aboutus.gif) top left no-repeat;
	font:14px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align:justify;
}
.twoColFixRtHdr #mainContactus {
	background:url(images/bg_contactus.gif) top left no-repeat;
	font:14px Arial, Helvetica, sans-serif;
}
table#contactus #yellowbg {
	background-color:#FFD600;
}
table#contactus td.greenline {
	background:url(contactus/vertical_greenline.gif) no-repeat left;
}
.twoColFixRtHdr #mainCareer {
	background:url(images/bg_career.gif) top left no-repeat;
	font:14px Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainEvents {
	background:url(images/bg_events.gif) top left no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	text-align:justify;
}
.twoColFixRtHdr #mainJawapan {
	background:url(images/bg_jawapan.gif) top left no-repeat;
	text-align:center;
}
.twoColFixRtHdr #mainBMWorld {
	background:url(images/bg_bmworld.gif) top left no-repeat;
	text-align:justify;
	font:14px "Times New Roman", Times, serif;
}
.twoColFixRtHdr #mainBMWorldStory {
	background:url(images/bg_bmworldstory.gif) top left no-repeat;
	text-align:justify;
	font:14px "Times New Roman", Times, serif;
}
.twoColFixRtHdr #mainBMWorldAStory {
	background:url(images/bg_bmworld_a_story.gif) top left no-repeat;
	text-align:justify;
	font:14px Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainBMWorldStory span.bmworld{
	color:#009933;
	font:16px "Arial Black", Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainTestimonials {
	margin:5px 200px 5px 0;
	padding:100px 10px 0 0;
	background:url(images/bg_theirvoices.gif) top left no-repeat;
	text-align:justify;
}
.twoColFixRtHdr #mainTestimonials #yellowbg, .twoColFixRtHdr #mainTestimonials #whitebg {
	margin:0;
	padding:10px 10px;
	position:relative;
	text-align:justify;
}
.twoColFixRtHdr #mainTestimonials #yellowbg, .twoColFixRtHdr #mainBMTestimonials #yellowbg {
	background:#ffd600;
	padding:0.5em;
}
.twoColFixRtHdr #mainTestimonials #yellowbg blockquote, .twoColFixRtHdr #mainBMTestimonials #yellowbg blockquote {
	background:url(testimonials/openquote_biground_white_yellowbg.gif) top left no-repeat;
	padding:1em 0 0 1em;
}
.twoColFixRtHdr #mainTestimonials #whitebg blockquote {
	background:url(testimonials/openquote_biground_green_whitebg.gif) top left no-repeat;
	padding:1em 0 0 1em;
}
.twoColFixRtHdr #mainTestimonials #whitebg {
	background:white;
}
.twoColFixRtHdr #mainTestimonials span.SeriPuncak {
	color:#00a651;
	font-weight:bold;
}
.twoColFixRtHdr #mainInterview {
	background:url(images/bg_theinterview.gif) top left no-repeat;
	text-align:justify;
	font:16px "Arial Narrow",Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainInterview span.question {
	color:#009900;
}
.twoColFixRtHdr #mainBMTestimonials {
	background:url(images/bg_bmtestimonial.gif) top left no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	text-align:justify;
}


/* ----------- Footer ----------- */
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b2d235;
	margin:10px 0 0 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
}
.twoColFixRtHdr #footer a {
	color:darkgreen;
} 
.twoColFixRtHdr #footer a.zyenweb {
	color:#CC0066;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
