/* css design by Heng Kuan Yen (bigblah -at- gmail) */
/* utilizes Suckerfish Dropdowns code by Patrick Griffiths and Dan Webb */
/* last updated: 19 Dec 2005 */

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	background-image: url("img/navbg.jpg");
	background-repeat: repeat-x;
}
div.nav
{ 
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}
div.nav div
{
	width: 780px;
	height: 70px;
	margin: 0 auto;
	text-align: left;
}
/* dropdown menu */
#menu, #menu ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#menu li
{
	float: left;
}
#menu li.icon
{
	width: 100px;
	height: 70px;
}
#menu li.icon a.menu
{
	width: 100px !important;
	height: 70px !important;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 90;
	overflow: hidden;
}
#menu li.icon a.menu:hover
{
	background-color: transparent !important;
}
#menu li.icon:hover, #menu li.sfhover
{
	background-position: 0 -70px;
}
#nhome
{
	background: url(img/menu_home.jpg) top left no-repeat;
}
#nnews
{
	background: url(img/menu_news.jpg) top left no-repeat;
}
#nproducts
{
	background: url(img/menu_products.jpg) top left no-repeat;
}
#nsupport
{
	background: url(img/menu_support.jpg) top left no-repeat;
}
#nabout
{
	background: url(img/menu_about.jpg) top left no-repeat;
}
#ncn
{
	background: url(img/menu_cn.jpg) top left no-repeat;
}
#nhome_cn
{
	background: url(img/menu_home_cn.jpg) top left no-repeat;
}
#nnews_cn
{
	background: url(img/menu_news_cn.jpg) top left no-repeat;
}
#nproducts_cn
{
	background: url(img/menu_products_cn.jpg) top left no-repeat;
}
#nsupport_cn
{
	background: url(img/menu_support_cn.jpg) top left no-repeat;
}
#nabout_cn
{
	background: url(img/menu_about_cn.jpg) top left no-repeat;
}
#nen
{
	background: url(img/menu_en.jpg) top left no-repeat;
}
#menu li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	top: 60px;
	background: #007BD9;
	width: 24em;
	margin: 0;
	padding: 1em 0 1em 0;
}
#menu li li
{
	padding-left: 1em;
	padding-right: 1em;
	width: 24em;
}
#menu li ul a
{
	font-size: 1.4em;
	line-height: 1.7;
	color: #DDFFFF;
	background: transparent;
}
#menu li.icon:hover ul, #menu li.sfhover ul
{
	left: auto;
}
/* end dropdown menu */

#morenews
{
	float: right;
	width: 97px;
	height: 17px;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}
#morenews a
{
	width: 97px;
	height: 17px;
	padding: 0 0 0 97px;
	background: url(img/btn_news.jpg) top left no-repeat;
}
#morenews a:hover
{
	background-position: 0 -17px;
	background-color: transparent;
}
div.content
{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: left;
}
div.content table
{ 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 750px;
	border: 0;
}
div.content table td.titleside
{
	background-image: url("img/titleside.jpg");
	background-repeat: no-repeat;
	height: 27px;
	width: 200px;
	text-align: left;
}
div.content table td.titlebar
{
	background-image: url("img/titlebar.jpg");
	background-repeat: no-repeat;
	height: 27px;
	width: 550px;
	text-align: left;
}
div.content table td.sidebar
{
	background-color: #00DEFF;
	width: 200px;
	color: black;
}
div.content table td.sidebar2
{
	background-color: transparent;
	width: 200px;
	color: black;
	vertical-align: top;
}
div.content table td.sidebar2 div.links
{
	background-color: #00DEFF;
	padding-top: 5em;
	padding-bottom: 5em;
	width: 200px;
}
div.content table td.sidebar2 div.footer
{
	background-color: transparent;
	background-image: url("img/sidebar_bottom.jpg");
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}
div.content table td.sidebar a, div.content table td.sidebar2 div.links a
{
	color: #00189A;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.7em;
	margin-right: 1em;
}
div.content table td.sidebar a:hover, div.content table td.sidebar2 div.links a:hover
{
	background-color: transparent !important;
	color: #F98E52 !important;
}
div.content table td.sidebar div.hr, div.content table td.sidebar2 div.links div.hr {
	height: 2px;
	width: 200px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
	background-image: url("img/sidebar_line.jpg");
	background-repeat: no-repeat;
	clear: left;
}
div.content table td.sidebar div.hr hr, div.content table td.sidebar2 div.links div.hr hr {
	display: none;
}
div.content table td.maincontent {
	background-color: #CFEEFF;
	color: black;
	text-align: left;
}
div.content table td.maincontent img.left {
	margin-left: 1em;
	margin-right: 1em;
	float: left;
}
div.content table td.maincontent img.right {
	margin-left: 1em;
	margin-right: 1em;
	float: right;
}
div.content table td.maincontent div.center {
	width: 550px;
	text-align: center;
}
div.content table td.sidebottom
{	
	vertical-align: top;
	background-image: url("img/sidebar_bottom.jpg");
	background-repeat: no-repeat;
	width: 200px;
	text-align: left;
}
.rq
{
	font-family: Garamond, Sans-serif;
	font-weight: bold;
	font-size: 1.6em;	
	color: #F98E52;
	background-color: transparent;
}
div.pagefooter
{
	text-align: center;
	background-image: url("img/footerline.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 60px;
	color: black;
	padding: 2px;
	margin: 0 auto;
	font-size: 0.7em;
}
a
{
	background-color: transparent;
	text-decoration: none;
	color: rgb(0, 128, 201);
}
a:hover
{
	background-color: rgb(179, 225, 255) !important;
	color: black !important;
}
a img
{
	border-width: 0px;
}
h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #CF0000;
	padding-left: 0.6em;
	padding-right: 0.6em;
}
h2
{
	font-size: 0.9em;
	font-weight: bold;
	color: #0078AA;
	padding-left: 0.9em;
	padding-right: 0.9em;
}
p
{
	font-size: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
}
ul
{
	font-size: 0.7em;
}
li
{
	margin-bottom: 0;
	margin-top: 0;
}ol {
	font-size: 0.7em;
}

