@import url('zero.css');
@import url('jquery.lightbox-0.4.css');

body, html { height: 100%; }
#container { min-height: 100%; }

body, table { font: 10px/1.4 Verdana, Helvetica, Arial, sans-serif; color: white; background-color: black; }

img { border: 0; }

a { text-decoration: none; color: white; }
    a:hover { text-decoration: underline; }

.first { margin-top: 0 !important }

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

h2 { color: #00A0DC; font-size: 130%; margin: 1em 0 0.1em 0; }

p { margin: 0 0 1em 0 }

p.intro { font-size: 140%; }

ol.numeric { list-style-position: outside !important; list-style: decimal; }
ol.alpha { list-style-position: inside !important; list-style: lower-alpha; }

#container { 
	width: 931px; 
	margin: 0 auto; 
	background-color: #212121;
}

#header { text-indent: -10000px; width: 931px; height: 409px; }

#strip  { width: 931px; height: 24px; }

#site-nav { padding-left: 620px; }
	#site-nav li { display: block; float: left; margin: 8px 10px 0 0; }
		#site-nav li a { display: block; }

#main { 
	padding: 0 0 100px 50px;
	width: 520px;
	margin: 90px 0;
	float: left;
}

#nav { margin: 90px 0 0 623px; }	
	#nav li   { display: block; padding-top: 3px; }
	#nav li a { display: block; width: 154px; height: 19px; }
	#nav li img { display: block; width: 154px; height: 19px; }

#footer { position: relative; width: 891px; margin: 0 auto 0 auto; background-color: #00A0DC; padding: 20px; font-size: 10px; height: 1em; }
	#footer a { color: white; }
	#footer p { position: absolute; right: 29px; }

.vcl-uk #container { background: #212121 url(../images/uk/background.jpg) no-repeat bottom center; }
	.vcl-uk #strip { background-image: url(../images/uk/strip.jpg); }
	
.vcl-malaysia h2 { color: #F6A232; }
.vcl-malaysia #container { background: #212121 url(../images/malaysia/background.jpg) no-repeat bottom center; }
	.vcl-malaysia #strip { background-image: url(../images/malaysia/strip.jpg); }
	.vcl-malaysia #footer { background-color: #E99A2F; }
