/* -------------------------------------------------------------- 
CSS reset start
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body { 
	line-height: 1.5; 
	z-index:-1;
	background: #EEEEEE;
}

.copy li{
border: 0px;
margin-left: 20px;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}

/* -------------------------------------------------------------- 
CSS reset end
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
General CSS start 
-------------------------------------------------------------- */
div.container, div#Content_Div {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#C45101;
	color::#575850;
}

div#Content_Div table{
	height:auto;
	overflow:visible;
}



a {
	color:#652900; 
	text-decoration:none;
}
p {
	color:#575850;
}
a:hover {
	color:#FFFFFF;

}

.home #nav-home a, .corporate #nav-corporate a, .brands #nav-brands a, .career #nav-career a{
	color:#652900;
}

#dropmenudiv{
	padding-top:5px;
	width:130px;
	height:250px;
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	line-height:18px;
	font-size:80%;
	z-index:100;
	background-image: url(../images/dropdown_bg.jpg);
}

#dropmenudiv a{
	width: 100%;
	display: block;
	margin-left:5px;
	border-bottom: 0px solid black;
	padding: 5px 5px;
	text-decoration: none;
	font-size:85%;
	font-weight: bold;
	z-index:96;
	color:#E35217;
}


#dropmenudiv a:hover{
	color:#FFFFFF;
}
h2 {
	position:relative;
	width:300px;
	margin-bottom:10px;
	font-size:170%;
	font-weight:bold;
	color:#652900;
}
h3 {
	position:relative;
	width:300px;
	margin-bottom:10px;
	font-size:150%;
	font-weight:bold;
	color:#652900;
}
h4 {
	position:relative;
	width:300px;
	margin-bottom:10px;
	font-size:130%;
	font-weight:bold;
	color:#652900;
}
h5 {
	position:relative;
	margin-bottom:10px;
	font-size:80%;
	font-weight:bold;
	color:#652900;
	padding-top:5px;
}
/* -------------------------------------------------------------- 
General CSS end
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
Header CSS start
-------------------------------------------------------------- */
.header-menu a  {
	color:#E35217; 
}
.header-menu a:hover {
	color:#652900;
	text-decoration:none;
}

div.mast-head {
	position:relative;
	margin:0px;
	padding:0px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:76px;
	z-index:210;
}

div.mast-head-content {
	position:relative;
	margin:0 auto;
	padding:0px;
	width:800px;
	display:block;
}

div.mast-head-left {
	float:left;
	position:relative;
	margin:0 auto;
	padding-top:30px;
	width:240px;
}

div.mast-head-right {

}

ul.header-menu {
	float:right;
	position:relative;
	margin-top:40px;
	padding:0px;
	list-style:none;
	font-size:80%;
	font-weight:bold;
}

ul.header-menu li {
	float:right;
	position:relative;
	width:119px;
	text-align:center;
}

ul.header-menu li.dropdown {
	float:right;
	position:relative;
	width:119px;
	text-align:center;
}

/* -------------------------------------------------------------- 
Header CSS end
-------------------------------------------------------------- */

#nav{list-style: none;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:12em;
     z-index:99;
     position:relative;
     overflow:visible;
}

#nav li {
     margin:0;
     position: relative;
     float:right;
     width: 12em;
     background-color:642b00;
     border:solid 1px 642b00;
     display:block;
     height:auto;
}

#nav ul li{ border-width:1px 1px 0 0;}

#nav ul ul li{ border-width:1px 1px 0 1px;}

#nav ul ul li:last-child{border-bottom:1px solid 642b00;}

#nav a {
     text-decoration:none;
     display:inline-block;
     padding: 0.1em;
     margin:0.2em 0 0.2em 0.1em;
     width:auto;
     height:auto;
}

#nav a:hover, #nav li:hover{
     background-color:642b00;
}
#nav ul li:hover, #nav ul li a:hover{
     background-color:642b00;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     right: auto;
} 
/* -------------------------------------------------------------- 
Content CSS start
-------------------------------------------------------------- */

div.index-mainpiece {
	float:left;
	position:relative;
	width:400px;
	
}

#index-img {
	position:relative;
	width:360px;
	height:400px;
}

.index-copy {
	float:right;
	position:relative;
	color:#FFFFFF;
	width:380px;
	font-size:12px;
	margin-top:10px;
	margin-right:0px;
}

#worldwide {
position: relative;
width: 100%;
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #652900;
background:url(http://egg.yolk.com.sg/mcavendish/library/images/wbg.gif) repeat-y;
line-height:12px;
}

#worldwide #left{
float: left;
background: #fdb27c;
padding-right:50px;
height: 35px;
padding-left: 10px;
text-align: right;
padding-right: 20px;
width: 28%;
}

#worldwide #right{
background: #ff7c22;
height: 35px;
}

#singshow {
padding: 5px;
position: relative;
width: auto;
height: 50px;
background: #fdb27c;
}

#singshow a {
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #652900;
text-decoration:none;
padding-left: 10px;
}

#singshow a:hover {
color: #FFFFFF;
}

#hkshow {
padding: 5px;
position: relative;
width: auto;
height: 25px;
background: #fdb27c;
}

#hkshow a {
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #652900;
text-decoration:none;
padding-left: 10px;
}

#hkgshow a:hover {
color: #FFFFFF;
}

#malshow {
padding: 5px;
position: relative;
width: auto;
height: 25px;
background: #fdb27c;
}

#malshow a {
font-family:Arial;
font-size: 12px;
font-weight: bold;
color: #652900;
text-decoration:none;
padding-left: 10px;
}

#malshow a:hover {
color: #FFFFFF;
}

.wrap { 
width: 900px; 
margin: 0px auto 0px auto; 
}


.index-copy #news{
	position:relative;
	margin-left:220px;	
	margin-top:50px;
}

html>body .index-copy #news{
	position:relative;
	margin-left:-420px;	
	margin-top:50px;
}

.index-copy-header {
	margin-top:40px;
	margin-right:30px;
	float:right;
	position:relative;
	font-size:170%;
	color:#FFFFFF;
	letter-spacing:-1px;
	line-height:45px;
}


.index-copy-header2 {
	font-size:140%;
	color:#652900;
}

.index-btn {
	position:relative;
	background-image:url(images/btn_out.png);
	margin:0 auto;
	width:55px;
	height:55px;
	z-index:10;
}

a:hover .index-btn {
	background-image:url(images/btn_over.png);
}

ul.index-buttons {
	position:relative;
	top:-70px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:75%;
	font-weight:bold;
}

ul.index-buttons li{
	float:left;
	position:relative;
	width:105px;
	text-align:center;
	line-height:95%;
}
ul.index-buttons li a {
	color:#F9E8DD;
	text-decoration:none;
}

ul.index-buttons li a:hover {
	color:#FDBE74;
	text-decoration:none;
}

div.content {
	position:relative;
	padding:0px;
	width:800px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
	height:auto;
	z-index:12;
	/*min-height:650px;
	height:auto !important;
	height:650px;*/
}
div.sub-content {
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:641px;
	/*min-height:650px;
	height:auto !important;
	height:650px;*/
}
.sub-header {
	height:100px;
}
#corporate .sub-header {
	padding:0px;
	margin:0px;
	width:515px;
	height:215px;
	background-image:url(../images/masthead.png);
	background-repeat:no-repeat;
}

#job .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/career_header.png);
}

#brands .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/brands_header.png);
}

#edu .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/edu_header.png);
}

#bus .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/bus_header.png);
}
#con .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/con_header.png);
}
#gen .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/gen_header.png);
}
#homelib .sub-header {
	padding:0px;
	margin:0px;
	width:608px;
	height:215px;
	background-image:url(../images/homelib_header.png);
}
div.left-nav {
	float:left;
	width:155px;
	font-size:11px;
	font-weight:bold;
	color:#652900;
	line-height:95%;
}

.left-nav ul {
	padding-left:12px;
	font-weight:normal;
	list-style: none;
	color:#FEEBD3;
	line-height:130%;
}

.left-nav li {
	width:200px;
}

.left-nav li a {
	color:#652900;
	list-style: none;
	text-decoration:none;
}

.left-nav li a:hover {
	color:#FEEBD3;
	text-decoration:none;
}

.left-nav li #divider{
	margin-top:4px;
	margin-bottom:2px;
}



div.copy {
	float:right;
	width:400px;
	padding-right:10px;
	padding-left:10px;
	font-size:12px;
	color:#575850;
	background-color: #FFFFFF;
	z-index:9;
}



div.copy2{
	float:right;
	width:400px;
	padding-right:0px;
	padding-left:20px;
	font-size:12px;
	color:#575850;
	background-color: #FFFFFF;
}

div.copy2 ul{
 margin-left:14px;
}

div.copy2 ul li a{
color:#333333;
}

div.copy2 ul li a:hover{
color: #CC6600;
}



html>body div.copy-top {
	float:right;
	width:400px;
	margin-right:20px;
}

div.copy-top {
	float:right;
	width:400px;
}


html>body div.copy-bottom {
	float:right;
	width:400px;
	margin-right:20px;
}

div.copy-bottom {
	float:right;
	width:400px;
}

.copy a:hover {
	color:#575850;
	text-decoration:none;
}	

.copy ul {
	padding-left:12px;
	font-weight:normal;
	list-style:disc;
	line-height:130%;
}

.copy li a {
	text-decoration:none;
	list-style-image: none;
}

.copy li a:hover {
	color:#575850;
	text-decoration:none;
}	

.copy table, tr, td {
	vertical-align:top;
}

/* -------------------------------------------------------------- 
Body CSS end
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
Side-nav CSS start
-------------------------------------------------------------- */
div.search {
	float:right; 
	margin:10px; 
	position:absolute; 
	left: 537px; 
	top: 0px;
}

html>body div.side-nav {
	float:right;
	position:relative;
	padding:0px;
	margin-top:80px;
	margin-right:40px;
	width:90px;
}

div.side-nav {
	float:right;
	position:relative;
	padding:0px;
	margin-top:80px;
	margin-right:20px;
	width:90px;
}

/* -------------------------------------------------------------- 
Side-nav CSS end
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
Footer CSS start
-------------------------------------------------------------- */
a.footer:hover {
	color:#652900;
	text-decoration:underline; 
}

div.footer {
	position:relative;
	margin:0px;
	padding:0px;
	background-color:#eeeeee;
	width:100%;
	height:80px;
	border:thin;
}

div.footer-content {
	position:relative;
	margin:0 auto;
	padding:15px;
	width:900px;
}

div.footer-logo {
	float:right;
	position: relative;
	top: 25px;
	left: 20px;
}

div.footer-text {
	float:left;
	margin:0px 10px 0px 10px;
	padding-top:5px;
	font-size:60%;
	color:#E35217;
}
.footer-text2 {
	color:#652900;
	font-weight:bold;
}
/* -------------------------------------------------------------- 
Footer CSS end
-------------------------------------------------------------- */
#menu{
position:relative;
margin-top:40px;
}

/*suckerfish dropdown*/
#nav, #nav ul, .nav, .nav ul { /* all lists */
	padding: 0;
	margin: 33px 0 0 0;
	list-style: none;
	line-height: 1;
	float:left; /*added from here*/
	font-size:14px;
	font-weight:bold;
	border:0px solid #336666;
	z-index:50;
}

#nav a, .nav a {
	display: block;
	padding-top:7px;
	padding-bottom:4px;
}

#nav a:hover, .nav a:hover {
	color:#333333;
}

#nav li, .nav li { /* all list items */
	float:left;
	text-align:center;
	width: 8.5em; /* width needed or else Opera goes nuts */
	margin-right:-21px;
	cursor:pointer;
}

#nav li img, .nav li img { /* all list items */
	margin-top:5px;
}


.nav li  ul {
	display: none;
}

.nav li ul li ul {
	display: none;
}

/*IE7*/
html* #nav li ul, html* .nav li ul  { /* second-level lists */
	position: absolute;
	background:#642b00;
	width: 10em;
	/* left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:20px 0 0 -123px;
}

/*firefox*/
#nav li ul, .nav li ul { /* second-level lists */
	position: absolute;
	background:#642b00;
	width: 10em;
	/* left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-5px 0 0 30px;
	font:Arial;
	font-size:12px;
	color:#FFFFFF;
}

#nav li ul a,.nav li ul a{ /* second-level lists */
	color:#FFFFFF;
        width:120px;
}

#nav li ul a:hover,.nav li ul a:hover{ /* second-level lists */
	color:#fb6504;
}

html* #nav li ul ul,html* .nav li ul ul  { /* third-and-above-level lists */
	margin: -2em 0 0 5em;
}

#nav li ul ul,.nav li ul ul  { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
}

#nav li img,.nav li img{ /* third-and-above-level lists */
	width:119px;
	height:18px;
	margin-left:30px;
}


/*
#nav li:hover ul ul, #nav li.sfhover ul ul ,.nav li:hover ul ul, .nav li.sfhover ul ul {
	 right: -999em;
}
*/

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul ,.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul{ /* lists nested under hovered list items */
	right: auto;
}





/*****************************************************************************************************/






#vertnav{list-style: none;}

#vertnav{
     padding:0;
     margin:0;
}

#vertnav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:12em;
     z-index:99;
     position:absolute;
     overflow:visible;
}

#vertnav li {
     margin:0;
     position: relative;
     width: 15.5em;
     border-bottom:1px solid #fff;
     display:block;
     height:1.5em;
}

#vertnav li:last-child{}

#vertnav a {
     text-decoration:none;
     display:block;
     padding: 0.1em;
     margin:0.2em 0 0.2em 0.1em;
     width:15.5em;
     height:auto;
	 
}

#vertnav ul li {
background: #642b00;
width: 100px;
border-bottom: 1px solid #333;
margin-left: 40px;
}

#vertnav ul li a{
color: #FFFFFF;
}

#vertnav ul li a:hover{
color: #ff7c22;
}

#vertnav a:hover, #vertnav li:hover{

}
#vertnav ul li:hover, #vertnav ul li a:hover{

}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
     display:none;
     position:absolute;
     top:0;
     left:12em;
}

/* non-IE browsers see this */
#vertnav ul li>ul, #vertnav ul ul li>ul{
     margin-top:-1.4em;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{
     display:none;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 


/*********************************************************************************************************************************************/

