/******************************************/
/* chn.css                                */
/* using with index.html for superpix     */
/******************************************/


/******************************************/
/* Html tag styles                        */

/**********************************/
body{
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	margin: 0px;
	font-family:"ËÎÌå";
	line-height: 1.2pc;
}
p{
	line-height:2pc;
	text-align: justify;
}
/**********************************/

/**********************************/
/* hyperlink and anchor tag styles*/
/**********************************/
a{
	color:#666666;
	text-decoration:none; 
}

a:link{
	color:#666666;
	text-decoration:none;
}

a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:underline;
}
/**********************************/


/**********************************/
/* Header tag styles              */
/**********************************/
h1{	
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h3{
	color:#666666;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h5{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
/**********************************/


/**********************************/
/* List tags                      */
/**********************************/
ul{
	list-style-type:square;
}

ul ul{
	list-style-type:disk;
}

ul ul ul{
	list-style-type:none;
}
/**********************************/


/**********************************/
/* Form and related tags          */
/**********************************/
label{
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
}

input{
	font-family:"ËÎÌå";
	font-size: 12px;
}
/**********************************/


/* End Html tag styles                    */
/******************************************/


/******************************************/
/* Layout divs                            */
#title{ position:relative; height:82px; width:800px;}
#flash{height:172px; width:800px;}
#page{ position:relative; width:800px;}
#nav{
	width:212px;
	height:350px;
	float:left;
	background-image:url(../images/bg_left.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #999999;
}
#pagecell{ width:580px; float:left; margin-left:-1px; border-left:1px solid #999999;}
#clear{ clear:both;}
#siteinfo{height:120px; width:800px; border-top:1px solid #999999;}

/* End Layout divs                        */
/******************************************/


/******************************************/
/* Component divs                         */
.logo{ position:absolute; top:30px; left:16px;}
.name{ position:absolute; top:52px; left:190px;}
.utility{ position:absolute; top:15px; left:550px;}
.navtitle{ width:197px; background-color:#D9E8F7; padding:4px 10px 4px 5px;}
.newstitle{ width:190px; padding:15px 10px 0px 5px;}
.newstitle a{text-decoration:underline;}
.newstitle a:link{text-decoration:underline;}
.newstitle a:visited{text-decoration:underline;}
.newstitle a:hover{ color:#0066cc;}
.pagecelltitle{ margin-left:10px; width:540px; background-color:#D9E8F7; padding:4px 0px 4px 5px;}
.about{ margin-left:10px; width:540px;}
a.more{text-decoration:underline; color:#0066cc;}
a.more:link{text-decoration:underline; color:#0066cc;}
a.more:visited{text-decoration:underline; color:#0066cc;}
a.more:hover{text-decoration:underline; color:#ff0000;}
.products{ margin-left:10px; width:542px;}
.menu{ width:190px; padding:20px 2px 2px 0px; border-bottom:1px dashed #999999;}
.menu a{font-weight:bold; text-decoration:none; color:#666666;}
.menu a:link{font-weight:bold; text-decoration:none;}
.menu a:visited{font-weight:bold; text-decoration:none;}
.menu a:hover{ color:#0066cc;}
.submenu{ width:190px; padding:2px 2px 2px 0px;}
.article_title{ margin-left:10px; width:540px; border-bottom:1px dashed #999999; font-weight:bold; color:#0066cc; padding-left:2px; padding-bottom:2px;}
.article{margin-left:10px; width:540px;}
/* End component divs                     */
/******************************************/
