﻿/* CSS Document */

/*-----------------------------------------------------------------------------------------------------------top  menu */

#language a{
	font-family:Arial, "細明體";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/icon_language.gif) no-repeat;
	padding-left:20px;
	padding-right:20px;
}


#mn a{
	font-family:Arial, "細明體";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/icon_mn.gif) no-repeat;
	padding-left:10px;
	padding-right:60px;
}

/*-----------------------------------------------------------------------------------------------------------pro menu */
#pro a{
	font-family:Arial, "細明體";
	font-size:13px;
	color:#333333;
	display:block;
	background:url(images/pro_bg.gif) left  no-repeat #ebebeb;
	padding-left:60px;
	padding-top:10px;
	margin-top:5px;
	height:40px;
	text-decoration:none;
}
#pro a:hover{
	color:#F0B833;
	text-decoration:underline;
}
#proe a{
	font-family:Arial, "細明體";
	font-size:12px;
	color:#333333;
	display:block;
	background:url(images/pro_bg1.gif) left top no-repeat #ebebeb;
	height:65px;
	padding-left:50px;
	line-height:20px;
	text-decoration:none;
	border-bottom:dashed 1px #999999;
}
#proe a:hover{
	color:#F0B833;
	text-decoration:underline;
}

/*-----------------------------------------------------------------------------------------------------------index */

#text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	display:block;
	text-indent:20px;
	text-decoration:none;
	padding:10px 10px;
	background:url(images/icon_more.gif) right bottom no-repeat;
}
#text a:hover{
	color:#999999;
	text-decoration:underline;
}









/*-----------------------------------------------------------------------------------------------------------company */
#com{
	font-family:Arial, "細明體";
	font-size:15px;
	color:#333333;
	text-indent:30px;
	padding:20px 30px;
}




/*-----------------------------------------------------------------------------------------------------------產品css */
#serch{
	font-family:Arial, "細明體";
	font-size:18px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	background:url(images/serch_pro.gif) top left no-repeat;
	height:56px;
	padding-top:25px;
	padding-right:30px;
}
#title{
	font-family:Arial, "細明體";
	font-size:16px;
	font-weight:bold;
	color:#F0B833;
	padding-left:20px;
}



/*-----------------------------------------------------------------------------------------------------------copyright */
#copyright{
	font:"Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	background:url(images/logo_botton.gif) top left no-repeat #333333;
	padding-left:140px;
	padding-top:20px;
	height:50px;
}
/*
#copyright span{
	color:#eb0000;
	font-weight:bold;
}
*/
#copyright a:link, #copyright a:visited, #copyright a:active{
	color:#CCCCCC;
	text-decoration:none;
}
#copyright a:hover{
	color:#666666;
	text-decoration:underline;
}