/*** Media Feat limited Hong Kong (August 20, 2006) ***/

/***** Body and main container *****/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* Basic HTML*/

a
{
	text-decoration: none;
}

body
{
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	
}

/**** content header ***/

#header 
{
	float:left;
	background-color:#ffffff;
	margin:20px 0px 20px 55px;
	font:100% Arial;
	text-align: justify;
	color: #333333;
	width:800px;
	
}

#header h1
{
	background: inherit;
	color: #098BF7;
	font: 180% Arial;
	text-align: center;
}

/* map Code*/

.map
{
	cursor: default;
	list-style: none;
	margin-left: 150px;
}

.map a
{
	cursor: default;
}

.map a .preview
{
	display: none;
}

.map a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.map img
{
	color: inherit;
	padding: 2px;
	vertical-align: middle;
	width: 130px;
	height: 130px;
}

.map li
{
	border-color: #098BF7 #098BF7 #098BF7#098BF7;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin:20px;
	padding: 0px;
	position: relative;
}

.map .preview
{
	border-color: #098BF7;
	width: 200px;
	height: 200px;
}

/* CONTENT TEXT */

/* content  BASE header  */

#col 
{
	background: inherit;
	margin:100px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	text-align: center;
	
}

#col p 
{
	float:left;
	font:90% Arial;
	text-align: justify;
	color: #333333;
	width:650px;
	line-height:20px;
	
}

em
{
	float:left;
	color: #0099CC;
	font: 120% Arial;
	width:650px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	word-spacing: 2px;
	z-index: inherit;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}

i 
{
	color: #336699;
	font:150% Garamond;
	font-style:italic;
	
	width:650px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
	
}

#col h1 
{
	color: #666666;
	font: 100% Arial;
	text-align: center;
	width:650px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0;
	letter-spacing: 0;
	word-spacing: 2px;
	left: 0;
	vertical-align: 0;
	z-index: inherit;
	display: table;
	white-space: normal;
	height: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
}

#col h2 
{
	color: #111;
	font: 120% Arial;
	text-align: right;
	width:650px;
	padding-top: 10px;
	padding-bottom: 0px;
	word-spacing: 2px;
	z-index: inherit;
	display: table;
	white-space: normal;
	height: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	
}

#col h3
{
	float:left;
	color: #0099CC;
	font: 90% Arial;
	width:650px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	word-spacing: 2px;
	z-index: inherit;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}


#col a:hover
{
	background: inherit;
	color: #000;
}

#col a 
{
	float:right;
	background: inherit;
	color: #CCCCCC;
	font: 70% Arial;
	text-align: right;
	line-height:5px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	
}


.img 
{
	clear:both;
	margin:40px 0px 40px 250px;
	padding:20px 0px 20px 0px;
}	

.col-txt 
{
	float:left;
	margin:-20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#col-left 
{
	float:left;
	margin:0px 0px 0px 100px;
	padding:0px 0px 0px 0px;
	font:90% Arial;
	text-align: justify;
	color: #333333;
	width:650px;
		
}

/* down */

#footer 
{
	color: #333;
	font: 80% Arial;
	width: 800px;
	text-align: center;
	margin: 0px 0px 0px -50px;
	padding: 0px 0px 0px 0px;
		
}

#footer a
{
	clear: both;
	color: #CCCCCC;
	padding: 0px 0;
	text-align: left;
	margin: 0px 0px 0px -50px;
	
}

#footer a:hover
{
	background: inherit;
	color: #000;
}

