@charset "utf-8";
/* CSS Document */


img{
	border:none;
}

td{
	color:#666;
	font-family:12px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	line-height:16px;
}



h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

/* 消除連結虛線 For IE */
a{
noFocusline:expression(this.onFocus=this.blur());
}

/* 消除連結虛線 For Firefox */
a:focus{
-moz-outline-style:none;
}

	
a:link{
	color:#999;
	text-decoration:none;
}

a:visited{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#58401b !important ;
	text-decoration:none;
}

a:active{
	text-decoration:none;
}

ul,ol {
margin:0;
padding:0;
list-style:none
}


/**************************************************************************************************/
/*                               top                                                             */
/*************************************************************************************************/

div#header{
	width:900px;
	height:96px;
	background-image:url(../images/bg_topbar.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:left;
	margin: 0 auto;
}

div#logo{
	width:166px;
	height:61px;
	margin-top:19px;
	margin-left:24px;
	position:absolute;
}


/*****************************產品搜尋************************************************/
#topSearch{
	width:186px;
	text-align:left;
	float:right;
	height:18px;
}

#topSearchForm{
	width:132px;
	float:left;
	padding-left:3px;
	padding-top:2px;
}

#bt-topsearch{
	width:35px !important ;
	*width:40px;
	float:left;
    padding-left:5px; 
}

.topSearchForm{
	border:#969696 1px solid;
	color:#666;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	font-size:10px;
	background-color:#fff;
}

/*****************************上方連結選單************************************************/
#toplink_outline{
	width:358px;
	height:18px;
	margin-top:9px;
	margin-left:542px;
	position:absolute;
	text-align:right;
}

#toplink{
	float:left;
	color:#999999;
	font-size:11px;
	padding-top:3px;
}

#toplink a{
	font-family:Verdana, Geneva, sans-serif, "新細明體";
	color:#999;
	font-size:11px;
	text-decoration:none;
}
#toplink a:hover{
	color:#58401b !important ;
	text-decoration:none;
}

/**************************************************************************************************/
/*                             主選單                                                          */
/*************************************************************************************************/	


#navigation{
	width:695px;
	height:45px;
	margin-top:35px;
	margin-left:203px;
	position:absolute;
}

.menu{
	float:left;
}






