body {
	margin:0;
	padding:0;
	background-color:#8b93db;
	font-family:helvetica,arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color: #454545;
	background:url('/_graphics/backing2.jpg') no-repeat fixed #8b93db;
}

/* MAIN POSITIONING STYLES */

#wrapper {
	width:780px;
	position:relative;
	margin: 20px auto 0px auto;
	text-align:left;
}

#main {
	padding:0 39px 25px;
	box-shadow:5px 5px 3px rgba(104,104,104,0.4);
	background:#fff;
}

#hdr {
	height:142px;
}

.clear {
	clear:both;
}

#hdr_apac {
	float:left;
	border:none;
}

#hdr_logo {
	float:right;
}

#h_menu_area { /* the main menu bar */
	position: absolute; top:118px; left:39px;
	height:24px;
	width:589px;
	background-color:#ffffff;
	border-bottom:1px solid #003399;
	border-top:1px solid #003399;
	padding-left:0px;
}

#content_left {
	float:left;
	width:527px;
	border-right:1px groove #999999;
	margin:25px 0px 15px 0px;
	padding:0px 20px 0px 15px;
}

#content_right {
	float:right;
	width:129px;
	font-size:13px;
	color:#003399;
	margin:25px 0px 15px 0px;
	padding-right:10px;
	text-align:right;
}

#footer { 
	height:20px;
	border-top:1px solid #003399;
	padding-top:7px;
	font-size:10px;
	color:#003399;
}

/* MENU BUTTON STYLES */

.menu_buttons {
	border-right:0px solid #003399;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
	height:24px;
	text-align:center;
	color:#003399;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	background:url('../_graphics/h_gradient.gif');
}

a:link.menu_link {
	color:#003399;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

a:visited.menu_link {
	color:#003399;
	font-weight:bold;
	text-decoration: none;
}

a:hover.menu_link {
	color:#cc0000;
	font-weight:bold;
	text-decoration: none;
}

/* TEXT FORMATTING */

h1, h2 {
	background-image:url('../_graphics/swirl.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 0px 0px 10px;
	font-size: 16px; 
	font-weight:bold; 
	color:#000066;
}

h3 {
	font-size: 14px; 
	font-family:verdana, arial, helvetica; 
	font-weight:bold;
	font-weight:600; 
	color:#0F3697;  
	line-height:1.5em;
}

.swirl {
	padding:0px;
	margin:0px -12px 0px 0px;
	z-index:2;
}

p.more {
	text-align:right;
}

hr {
	border:none;
	background-color:#999999;
	color:#999999;
	height:1px;
}

ul {
	list-style-type:square;
}

table td {
	padding: 4px;
}

#footer .links {
	text-align:left;
	float:left;
}

#footer .copyright {
	text-align:right;
	float:right;
}

/* FORM STYLES */

p.error {
	color:#ff0000; 
	text-align:justify; 
}

.sendbutton {
	width:180px; 
	font-size: 12px; 
	color: #ffffff; 
	background-color:#003399;
	margin-right:20px;
}

.enquiryTextField {
	font-size:13px;
	color:#464b4b;
	width:310px;
	background-color:#ffff99;
	margin-bottom:10px;
}

.enquiryTextArea {
	font-size:13px;
	color:#464b4b;
	width:310px;
	background-color:#ffff99;
	height:80px;
}

/* IMAGE STYLES */

.image_left {
	border: 1px solid #333333;
	float:left;
	margin: 0px 10px 0px 0px;
}
