/*
----------------------------------------------------------------------------------------------
RMHC
Author:   Tribal DDB HK (Garfield Chan)
Created:  27 November 2007

History:

---------------------------------------------------------------------------------------------- */


/* Default
---------------------------------------------------------------------------------------------- */

html body,
body {
	height:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#CA0B09 url(images/home_backgd.gif) repeat-x;
	color:#FFF;
}

img {
	border:0px;
	border-style:none;
}

a:link {text-decoration:none; }
a:visited {text-decoration:none; }
a:active {text-decoration:none; }
a:hover {text-decoration:underline; }

table {
	margin:0px;
	padding:0px;
	border:0px none;
	border-spacing:0;
	border-collapse:collapse;
}


/* Float control
---------------------------------------------------------------------------------------------- */

.floatLeft {
	float:left;
	margin:0px;
	padding:0px;
}

.floatRight {
	float:right;
	margin:0px;
	padding:0px;
}

.floatFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatFix {display:inline-block; }
/* Hides from IE-mac \*/
* html .floatFix {height:0; }
.floatFix {display:block; }
/* End hide from IE-mac */


/* Text style
---------------------------------------------------------------------------------------------- */

.textBold,
.textBoldnUline,
.textBoldnItal,
.textBoldnUlinenItal
{
	font-weight: bold !important;
}
.textUline,
.textBoldnUline,
.textBoldnUlinenItal,
.textUlinenItal
{
	text-decoration: underline !important;
}
.textItal,
.textBoldnItal,
.textBoldnUlinenItal,
.textUlinenItal
{
	font-style: italic !important;
}


/* Content container
---------------------------------------------------------------------------------------------- */

#containerMain /*IE*/
{
	width:100%;
	height:100%;
	text-align:center;
}
#containerMain /*Firefox*/
{
	width:100%;
	height:100%;
	text-align:-moz-center;
}

#containerBodyArea {
	width:800px;
	height:100%;
}

#containerTopNavArea {
	width:800px;
	height:185px;
}

#containerContentArea {
	width:100%;
	text-align:left;
}

#containerNavArea {
	width:100%;
	height:65px;
	background:url(images/nav_backgd.gif) repeat-x;
}

#containerFooterArea {
	width:100%;
	padding-bottom:1px;
}


/* Top Navigation container
---------------------------------------------------------------------------------------------- */

.mcdlogo {
	margin:114px 0px 0px 24px !important;
	margin:114px 0px 0px 12px;
}

.mcdmain {
	margin:162px 0px 0px 16px;
}

.sitemain {
	margin:162px 0px 0px 14px;
}

.sitelogo {
	margin:15px 0px 0px 56px;
}

.soundbtn {
	margin:157px 0px 0px 100px;
}

.mcdlang {
	margin:163px 18px 0px 0px !important;
	margin:163px 9px 0px 0px;
}


/* Navigation container
---------------------------------------------------------------------------------------------- */

ul#navList {
	width:100%;
	margin:0px;
	padding:0px 0px 0px 23px;
	list-style:none;
	font-size:0px;
}

	ul#navList li {
		float:left;
		margin:0px;
		padding:0px 0px 0px 8px;
	}


/* Content container
---------------------------------------------------------------------------------------------- */

.iTableArea {
	width:100%;
	background:#FFFFE6;
}

	.iTableArea p {
		margin:0px;
		padding:19px 0px 0px 39px;
	}

	.iTableArea p.title {
		margin:0px;
		padding:19px 0px 0px 39px;
	}

.homeBtm {
	width:427px;
	height:267px;
	/*background:url(images/home_txt_04.gif) no-repeat;*/
}

	.homeBtm img {
		margin:207px 0px 0px 38px;
		padding:0px;
	}

.homeBtm1 {
	/*width:427px;*/
	/*height:267px;*/
	/*background:url(images/home_txt_04.gif) no-repeat;*/
}

	.homeBtm1 img {
		margin:30px 0px 0px 30px;
		padding:0px;
	}

.aboutLeft {
	margin:0px;
	padding:0px 0px 50px 0px;
}

	.aboutPic {
		margin:45px 0px 0px 25px;
		padding:0px;
	}

.capitalPic {
	margin:0px;
	padding:0px 0px 0px 39px;
}

	p.capitalBtn {
		margin:22px 0px 0px 68px;
		padding:0px;
	}

	.capitalBtmDesc {
		margin:0px 0px 0px 100px;
		padding:0px;
	}

.iTableBottom {
	width:100%;
	height:22px;
	background:url(images/itable_bdr_btm.jpg) no-repeat;
	font-size:0px;
}

.iTableBottom1 {
	width:100%;
	height:11px;
	background:url(images/itable_bdr_btm1.jpg) no-repeat;
	font-size:0px;
}

.iTableBottom2 {
	width:100%;
	height:22px;
	background:url(images/itable_bdr_btm2.jpg) no-repeat;
	font-size:0px;
}

.iTableBottomPure {
	width:100%;
	height:22px;
	background:url(images/itable_bdr_btmp.jpg) no-repeat;
	font-size:0px;
}