@charset "utf-8";
* {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#474747;
}
/* common style by polo chan */
/***************************************/
a {
	noFocusLine:expression(this.onFocus=this.blur());
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a, textarea {
	outline: none;
}
.none {
	display:none;
}
.balance {
	overflow:hidden;/* for FF,Opera ，固定寬度;隱藏多餘的字符*/
	word-wrap:break-word;
	word-break:normal;/* for IE,Safari ，支持自動換行*/
	text-align:justify;
}
.clear {
	clear:both;
}
.errorBox {
	color:#F41373;
	margin:3px 0 0 0;
}

/***************************************/
html, #container{
	background:#f1f1f2 url(../../images/bg.png) repeat-x 0 0 ;
}

#container{
	width:1000px;
	margin:0 auto;
}


/***************************************/
/* header */
#header-logo{
	float:left;
	width:154px;
	height:23px;
	margin:28px 0 0 19px;
}

#header-menu{
	float:right;
	width:520px;
	height:51px;
}

#header-menu li{
	float:left;
	margin:0 0 0 -1px;
}

#header-menu li a.a, #header-menu li a.b, #header-menu li a.c, #header-menu li a.d{
	display:block;
	height:51px;
	text-indent:-9999px;
	background-color:#FFF;
}



#header-menu li a.a{
	width:112px;
	background:url(../../images/btn_home.png) no-repeat 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_home.png', sizingMethod='crop');
	height:51px;
}
#header-menu li a.a:hover, #header-menu li a.a.select{	
	background:url(../../images/btn_home.png) no-repeat 0 -51px;
	filter:none;
}
	
	
	
#header-menu li a.b{
	width:145px;
	background:url(../../images/btn_aboutus.png) no-repeat 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_aboutus.png', sizingMethod='crop');
	height:51px;
}
#header-menu li a.b:hover, #header-menu li a.b.select{	
	background:url(../../images/btn_aboutus.png) no-repeat 0 -51px;
	filter:none;
}



#header-menu li a.c{
	width:144px;
	background:url(../../images/btn_product.png) no-repeat 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_product.png', sizingMethod='crop');
	height:51px;
}
#header-menu li a.c:hover, #header-menu li a.c.select{	
	background:url(../../images/btn_product.png) no-repeat 0 -51px;
	filter:none;
}



#header-menu li a.d{
	width:115px;
	background:url(../../images/btn_contactus.png) no-repeat 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_contactus.png', sizingMethod='crop');
	height:51px;
}
#header-menu li a.d:hover, #header-menu li a.d.select{	
	background:url(../../images/btn_contactus.png) no-repeat 0 -51px;
	filter:none;
}
/***************************************/




/***************************************/
/* footer */
#footer{
	padding:20px 0 10px;
}
#footer-copyright{
	float:left;
	width:400px;
	font-size:.9em;
}
#footer-design{
	float:right;
	width:200px;
	text-align:right;
}

#footer-design a:hover{
	color:#F90;
}

#footer-design a{
		font-size:.9em;
}
/***************************************/