body{
	font-family: 		arial, helvetica, sans-serif;
	font-size:			12px;
	margin:			0px;
	padding:			0px;
	background-color:		#00513e;
	color:			#00513f;
}



div.background{
	width:			100%;
	height:			100%;
	
	position:			absolute;
	z-index:			0;
}

div.background_heading{
	width:			100%;
	height:			162px;
	background:		url(/images/resources/background-top-gradient.jpg);
}

div.background_middle{
	width:			100%;
	min-height:		400px;
	
	background-color:		#FFFFFF;
}
div.background_bottom{
	width:			100%;
	min-height:		60px;

	border-top-style:		solid;
	border-top-width:		1px;
	border-top-color:		#a9c4be;
}

div.background_dragon{
	width: 			268px;
	height: 			380px;
	background:		url(/images/resources/dragons.jpg) no-repeat;
}


div.pageoverlay{
	width:			100%;
	min-height:		600px;
	
	position:			absolute;
}

div.header{
	width:			736px;
	margin-top:		10px;
}

div.header_phone{
	text-align:		right;
	color:			#FFFFFF;
	
	font-size:			1em;
	font-weight:		bold;
	
	cursor:			pointer;
	padding-right:		5px;
	
}

div.header_logo{
	width:			89px;
	height:			75px;
	
	background:		url(/images/resources/logo_cathayherbal.jpg) no-repeat;
	
	float:			left;
	
	cursor:			pointer;
}

div.header_menu{
	margin-top:		3px;
	padding-top:		11px;
	width:			640px;
	height:			60px;
	
	float:			right;
	
	background-image:		url(/images/resources/header_menu_bg.jpg);
}

div.pagecontent{
	clear:			both;
	width:			738px;
	
	padding-top:		3px;
}


div.pagecontent_heading{
	width:			750px;
	height:			11px;
	background:		url(/images/resources/pagecontent_top.png);
}

div.pagecontent_middle{
	width:			727px;
	min-height:		450px;
	background:		url(/images/resources/pagecontent_middle.png);
	
	padding:			0px 10px 0px 10px;
	text-align:		left;
}




div.pagecontent_bottom{
	width:			747px;
	height:			40px;
	background:		url(/images/resources/pagecontent_bottom.png);
}


div.pagecontent_actual{
	position:			absolute;
	z-index:			1;
}




td.menuitem_home{
	width:			53px;
	height:			45px;
	background:		url(/images/resources/menu_home.jpg) no-repeat;
	cursor:			pointer;
}
td.menuitem_home:hover{
	background:		url(/images/resources/menu_home_overlay.jpg) no-repeat;
}
td.menuitem_aboutus{
	width:			53px;
	height:			45px;
	background:		url(/images/resources/menu_aboutus.jpg) no-repeat;
	cursor:			pointer;
}
td.menuitem_aboutus:hover{
	background:		url(/images/resources/menu_aboutus_overlay.jpg) no-repeat;
}
td.menuitem_products{
	width:			53px;
	height:			45px;
	background:		url(/images/resources/menu_products.jpg) no-repeat;
	cursor:			pointer;
}
td.menuitem_products:hover{
	background:		url(/images/resources/menu_products_overlay.jpg) no-repeat;
}
td.menuitem_education{
	width:			53px;
	height:			45px;
	background:		url(/images/resources/menu_education.jpg) no-repeat;
	cursor:			pointer;
}
td.menuitem_education:hover{
	background:		url(/images/resources/menu_education_overlay.jpg) no-repeat;
}
td.menuitem_contactus{
	width:			53px;
	height:			45px;
	background:		url(/images/resources/menu_contactus.jpg) no-repeat;
	cursor:			pointer;
}
td.menuitem_contactus:hover{
	background:		url(/images/resources/menu_contactus_overlay.jpg);
}


h1{
	color:			#00513f;
}