body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#clear{
	clear: both;
	width: 100%;
	height: 1px;
}
table{
	font-size: 11px;
	color: #666666;
}








/* Absolute positioned DIVs*/
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
}
#leftBanner{
	position: absolute;
	left: 0px;
	top: 100px;
}
#navbar{ /* top nav bar with home, chi and eng */
	position: absolute;
	left: 330px;
	top: 25px;
}

/* The main nagivation bar styles, including the sub-nav */
#navCol{
	position: absolute;
	left: 175px;
	top: 90px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	width: 120px;
}
#navCol li{
	list-style-type: none;
	color: #555555;
	font-size: 12px;
}
#navCol a{
	text-decoration: none;
	color: #008855;
}
#navCol a:hover{
	color: #888888;
}
#productList{ /* sub nav for the products page */
	margin-top: -6px;
}
#productList a{
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}










/* Content */
#wrapper {
	width: 420px;
	min-height: 450px;
	margin-left: 330px;
	padding-top: 90px;
	font-size: 11px;
	color: #666666;
}
#content{
	width: 345px;
	float: left;
} 
#contentPdtList{ /* for the pdts listing, hovering over shows details*/
	width: 175px;
	margin-left: 170px;
	float: left;
}
#banner{
	width: 75px;
	float: left;
}
/* The tricky stuff*/

#content a, #contentPdtList a{
	text-decoration: none;
	font-weight: bold;
	color: #CC9900;
	font-size: 10px;	
}
#content a:hover, #contentPdtList a:hover{
	background-color: #FFFFFF;
}
#content a span, #contentPdtList a span {
	display: none;
}
#content a:hover span, #contentPdtList a:hover span {
	display: block;
	position: absolute;
	top: 200px;
	left: 330px;
	width: 320px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
#img{
	float: left;
	width: 150px;
	height: 150px;
	padding-right: 15px;
	padding-bottom: 15px;
}






/* Footer DIVs*/
#footer{
	width: 750px;
	height: 70px;
	text-align: center;
	margin-top: 25px;
	font-size: 11px;
	color: #666666;
}
#footer1{
	width: 750px;
	height: 40px;
	font-size:9px;
	color: #555555;
	text-align: center;
	margin-top: 10px;
}
#footerCopyright{
	padding-top: 25px;
	width: 700px;
	float: left;
}
#footerCEH{
	width: 50px;
	float: right;
}







/* For the Front Page */
.fpTable{
	width: 420px;
	margin-top: 15px;
}
.fpTableCol{
	width: 140px;
	float: left;
}
#contents1{
	padding-top: 15px;
	padding-bottom: 5px;
	clear: left;
}
