@charset "utf-8";
/* CSS Document */

body{ /*請於此設定標準文字級數12pixel,其它css的字級與字高請均使用em為單位*/
	font-family: Arial,"新細明體" ;
	font-size: 12px;
	/*background-color: #F3E4E4; 總體背景色*/
	/*color: #4E3E3E;總體文字顏色*/
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
		

}

.royalSlider { /*Royal_Slider橫幅slider的寬和高*/
	position:relative;	
	width:960px;
	height:230px;
	overflow:hidden;
}


#all {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.edit {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.edit img {
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#all #primary-menu {
	min-height:29px;
	position: absolute;
	left: 0px;
	top: 83px;
	width: 976px;
	z-index: 100;
	/*background-color: #000; 主選單背景色*/
}


/***************************************************
			import0 slider
***************************************************/

#myGallery1 {
	width: 960px;
	height: 230px;
}
.royalSlider .sgMidText {
	font-size:1.3em;
}
.royalSlider .sgSmallText {	
	font-size:0.8em;	
}
.tintButton {
	background:no-repeat 0 0;
/*	background-color:#33383e;*/
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 1em;	
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;	
	-o-transition: background-color .2s ease-out;	
	transition: background-color .2s ease-out;
}
/*.tintButton:hover {
	background-color:#EAEAEA;
	color:#33383e;
}*/



#header-title{
	font-family: "微軟正黑體", "新細明體";
	font-size: 30px;

	
	padding-left: 10px;
	font-weight:600!important;

	padding-top: 10px;
}


/***************************************************
			DROPDOWN MENU
***************************************************/

.menu {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #90F;
	font-size:12px;
}
#menu-center{


	padding: 0px;
	}

.menu ul {
	position: absolute;
	top: -999em;
	width: 940px; /* left offset of submenus need to match (see below) */
	list-style-image: none;
	list-style-type: none;	
}
.menu ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu li:hover, .menu li.current {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float: left;
	position: relative;

	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.menu li a {
	display: block;
	position: relative;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 12px;

	padding-left: 15px;

	
}

.menu li:first-child {
	background-image: url( none);
}
.menu li a strong {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;


	height: 29px;
}
.menu li a span {
	display: block;
	font-size: 11px;

}
.menu li:hover a, .menu li.current a {	
	/*color: #676767;*/
}
.menu li:hover ul {
	left: -20px;
	top: 29px; /* match top ul list item height */
	z-index: 9999;
	/*background: #fff;*/
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	/*border: 1px solid #E6E6E6;
	border-top: 1px none #E6E6E6;*/
	width: 200px;
	padding-bottom:20px;
	
}
.menu li:hover ul li a {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
	background-image: none;
}	
.menu li:hover li ul {
	top: -999em;
	
}
.menu li li:hover ul {
	left: 200px; /* match ul width */
	top: 0;
	
	
}
.menu li ul li:hover {
	border: none;
}
.menu li:hover ul li {
	padding-bottom: 0px;
	text-align: left;	/*background: url(../images/menu-bg-border.gif) no-repeat center top;*/
}
.menu li ul li a {
	font-size: 12px;
	width: 164px; /* match ul width */
	height: auto;
	text-transform: uppercase;
	font-family: "微軟正黑體",Arial, "新細明體" ;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
/*.menu li ul li a { color: #B6B6B6!important; }
.menu li ul li:hover a { color: #676767!important; }
.menu li ul li:hover ul li a { color: #B6B6B6!important; }
.menu li ul li:hover ul li:hover a { color: #676767!important; }
.menu li ul li:hover ul li:hover ul li a { color: #B6B6B6!important; }
.menu li ul li:hover ul li:hover ul li:hover a { color: #676767!important; }*/


.menu li:hover ul li:first-child {
	background: none;
}






#all #header {
	height: 112px;
	position: relative;
}
#all #import0 {
	/*background-color: #FFF;*/
	padding-top: 7px;
	padding-bottom: 7px;
	/*border: 1px solid #EED9D9;*/
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
}
#all #header #search {/*產品搜尋*/
	position: absolute;
	top: 46px;
	right: 0px;
	font-size: 1em;
	/*color: #666666*/;
	text-decoration: none;
}
#search div .form {
	/*background-color: #EED9D9;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*color: #966;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: lighter;
	margin-right: 3px;
}
.button-search {
	/*background-image: url(../a/btn-search.gif);*/
	height: 17px;
	width: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}

#languageout {
	position: absolute;
	top: 20px;
	right: 0px;

	
}

#all #header #language {
	font-size: 12px;
	/*	color: #AA8C8C;*/
	text-decoration: none;
	font-family: "新細明體", Arial;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-bottom: 7px;
	display: inline;
	float: right;
}
.language{
	display: inline;
	float: right;
	margin-left: 15px;	
	}
#all #header #language a {


	/*color: #AA8C8C;*/
	text-decoration: none;

}

#all #header #language a:hover {
	/*color: #990066;*/
	text-decoration: underline;
}


#all #header #logo {
	position: absolute;
	position: relative;
	left: 0px;
	top: 10px;
	
}



#all #main {
	/*background-image: url(../a/index_main_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
}

#all #main #about {
	float: left;
	width: 253px;
	position: relative;
}
#all #main #about h3{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "新細明體", Arial;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: lighter;
	text-decoration: none;
}
#all #main  .title {
	position: relative;
	width: 250px;
	height: 60px;

}
#all #main  .title .xy {
	position: absolute;
	left: 2px;
	top: 20px;
	}
#all #main  .title  .xy  .title-eng {
	font-family: 'Cagliostro', sans-serif;
	font-weight: lighter;
	font-size: 24px;
	font-weight:400!important;
	
/*	color: #543435;*/

}
#all #main  .title  .xy  .title-cht {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-weight:400!important;
	
	margin-left: 5px;
}

#all #main #about .pic {
/*	background-color: #FFF;
	border: 1px solid #EED9D9;	*/
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	}







#all #main #news{
	float: right;
	width: 285px;
	margin: 0px;
	padding: 0px;

}
#all #main #news #news-list {
	position: relative;
	margin-right: 0px;
}
#all #main #news #news-list ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#all #main #news #news-list ul li {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 0px;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#all #main #news #news-list  ul li:first-child {
	border-top-style: none;
}
#all #main #news #news-list .date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	-webkit-transform:scale(0.83);
	/*	color: #009900;*/
	text-decoration: none;
	display: block;
	padding: 0px;
	float: left;
	width: 74px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#all #main #news #news-list a {
	font-weight: lighter;
	/*	color: #804D62;*/
	text-decoration: none;
	font-size: 1em;

	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 6px;
	display: block;
	margin-bottom: 0px;
	width: 198px;
	float: right;

}
#all #main #news #news-list a:hover {
/*	color: #F09;*/
	text-decoration: underline;
}




#all #main #product{
	display: block;
	padding: 0px;
	margin-right: 334px;
	margin-left: 298px;
	position: relative;
	min-height:210px;
}

 .product-one {
	padding: 0px;

	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:12px;
}
#footer_fb{

	}


 .products_one_title{
	font-family: "微軟正黑體", "新細明體", Arial;
	font-weight:500!important;

	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	/*	color: #C00;*/
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}
 .products_one_text{
	font-family: "新細明體", Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

.products_one_img{
	padding: 5px;

	}
.products_one_img div{
	text-align: center;
	width: 82px;

	}
.product-one div img {
	/*background-color: #FFF;
	border: 1px solid #EED9D9;*/
	padding: 0px;

	margin: 0px;
	}



.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	/*color: #F90;*/
	text-decoration: none;
}
.more:hover {
	/*color: #F09;*/
	text-decoration: underline;
}
#all #main #news #import1{
	position: relative;
	}
#all #main #news #import1 ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}
#all #main #news #import1 .pic {
	/*background-color: #FFF;
	border: 1px solid #EED9D9;*/
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	}



#footer { /*底部*/
	/*background-image: url(../a/footer-bg.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size:1em;
}
#footer-menu{ /*底部選單*/
	font-family:  Arial, "新細明體";
	font-size: 1em;
	line-height: 1.3em;
	font-weight: lighter;
	/*color: #FFF;*/
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
ul.footer_menu_links{ /*底部選單*/
	padding: 0px;
	list-style-image: none;
	list-style-type: none;

	display: inline-table;
	margin: 0px;
}
ul.footer_menu_links li{ /*底部選單*/
	float: left;
	

}
ul.footer_menu_links li:first-child  a{ /*底部選單*/
	border-left-style: none;
	padding-left: 0px;	

}
ul.footer_menu_links a.link,ul.footer_menu_links a.year{ /*底部選單連結*/
	/*color: #FFF;*/
	text-decoration: none;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
}
ul.footer_menu_links a:hover{ /*底部選單連結換色*/
	/*color: #FC0;*/
}

#footer-message .homepage_footer-set-line {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color: #CC3366;*/
}
#visitor *  {
	font-size:12px;
	/*color: #AA8C8C;*/
}

#ezlink a:hover {
	text-decoration: underline;
}



.clear-float{
	clear: both;
	margin: 0px;
	padding: 0px;
	}
