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

body{ /*請於此設定標準文字級數12pixel,其它css的字級與字高請均使用em為單位*/
	/*	background-image: url(../a/bg.jpg);*/
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	/*	color: #666;*/
	text-decoration: none;
	font-family: "微軟正黑體", "新細明體", Arial;
	/*background-attachment: scroll;*/
}
#all{ /*請於此設定標準文字級數12pixel,其它css的字級與字高請均使用em為單位*/
	/*	background-image: url(../a/bg.jpg);*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.cleancss {
    clear:both;
}





/*#myGallery1 {
	width: 940px;
	height: 400px;
}
.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;
}*/
#co {
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 70px;
}

*+html #header { /* IE7 */
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: -70px;
}



/***************************************************
			ROYAL SLIDER 變更尺寸
***************************************************/
.royalSlider {
	position:relative;
	/* set width and height of slider here, in px, % or em*/
	width:940px;
	height:400px;
	/* Used to prevent content "jumping" on page load. this property is removed when javascript is loaded and slider is instanciated */
	overflow:hidden;
}



/***************************************************
			DROPDOWN MENU
***************************************************/
#primary-menu {
	float: left;
	width: 900px;
	-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;
	-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);
/*	background-color: #fff;*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: absolute;
	z-index: 10000;
}
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.menu {
	float: left;
}
.menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width: 100%;
}
.menu li:hover, .menu li.current {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.menu li a {
	display: block;
	position: relative;
	text-decoration: none;
/*	color: #B6B6B6;*/
	padding-right: 17px;
	margin-right: 17px;
/*	background-image: url(../images/menu_right_line.jpg);*/
	background-repeat: no-repeat;
	background-position: right 0px;
}
.menu li a:last-child {
	border-right: none;
}
.menu li a strong {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}
.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: 57px; /* 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;
}
.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;
/*	background: url(../images/menu-bg-border.gif) no-repeat center top;*/
}
.menu li ul li a {
	font-size: 1em;
	padding: 12px 0;
	margin: 0 18px;
	width: 164px; /* match ul width */
	height: auto;
	text-transform: uppercase;
}
/*.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;
}
/***************************************************
			LOGO
***************************************************/
#logo {
	float: left;
	padding-top: 45px;
	padding-bottom: 45px;
}
#logo a {	
	float: left;
	margin-right: 25px;    
}
#logo span {
	float: left;
	margin-top: 20px;
}

.social-bookmarks {
	float: right;
	list-style-type: none;
	padding-top: 45px;
	position: relative;
	width: 380px;
}
.social-bookmarks a{
/*	color: #ADB0B7;*/
	text-decoration: none;
	margin-right: 25px;
}
.social-bookmarks a:hover{
/*	color: #333;*/
	text-decoration: none;
}

/***************************************************
				      SEARCH
***************************************************/
#search {
	width: 190px;
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
/*	background-color: #5C5C5C;*/
}
#search input {
	width:87%;
	float: left;
	padding: 0;
	margin: 0px;
	border: none;
	font-size: 0.9em;
/*	background-color: transparent;
	color: #ADB0B7;*/
	font-family: Arial, Helvetica, sans-serif;
}
#search input:focus {
}
#search .search-button {
	width: 35px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-attachment: scroll;
/*	background-color: transparent;
	background-image: url(../images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -184px;
}
#search .search-button:hover {
	background-attachment: scroll;
	background-color: transparent;
/*	background-image: url(../images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -217px;
}
/*#search input:focus {
	color: #CC66CC;
}*/
#import {
	height: 400px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-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;
	-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);
}
#import_bg {

}
#about {
/*	background-color: #181818;*/
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
/*	border-bottom-color: #B9B9B9;*/
}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-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;
	-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);
}
.title_en {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
/*	color: #999999;*/
	text-decoration: none;
	padding-bottom: 10px;
}

.title_en2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
/*	color: #5B5B5B;*/
	text-decoration: none;
	padding-bottom: 10px;
}

.title_tw {
	font-size: 1.3em;
	font-weight: bold;
/*	color: #999999;*/
	padding-bottom: 10px;
}
.title_tw2 {
	font-size: 1.3em;
	font-weight: bold;
/*	color: #5B5B5B;*/
	padding-bottom: 10px;
}

.main_text1 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#products_news_div {
/*	background-color: #FEFEFE;*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#products {
	float: left;
	width: 620px;
}

.products_one {
	float: left;
	width: 180px;
	margin-right: 20px;
}
.products_one_title {
/*	color: #999999;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.products_one_img {
	border: 1px solid #E7E7E7;
}*/


#news {
	float: right;
	width: 290px;
}
.news_list {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	border-bottom-color: #CCCCCC;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.news_date {
	font-size: 0.9em;
/*	color: #CC66CC;*/
	text-decoration: none;
	padding-bottom: 5px;
}
#news a{
/*	color: #666;*/
	text-decoration: none;
}
#news a:hover{
/*	color: #CC66CC;*/
	text-decoration: underline;
}





#footer {
/*	background-image: url(../a/index_product_down_pic.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#footer_menu {
	padding-bottom: 20px;
}
.footer_menu_links {
}
.footer_menu_links a{
/*	background-image: url(../images/footer_links_line.gif);*/
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 10px;
	margin-right: 10px;
/*	color: #999999;*/
	text-decoration: none;
}
.footer_menu_links a:hover{
/*	color: #CC66CC;*/
	text-decoration: underline;
}
#footer_Info {
	padding-bottom: 20px;
}
#footer_Info a{
	text-decoration: none;
/*	color: #999999;*/
}
#footer_Info a:hover{
/*	color: #CC66CC;*/
	text-decoration: underline;
}
#footer_design {
/*	background-color: #181818;*/
	padding: 12px;
}
#footer_design a{
	text-decoration: none;
/*	color: #666666;*/
}
#footer_design a:hover{
/*	color: #CC66CC;*/
	text-decoration: underline;
}



/***************************************************
				PORTFOLIO
***************************************************/
#masonry-wrap {
}
#portfolio-post-item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.portfolio-list {
	width: 220px;
}
.portfolio-list img{
	border: 1px none #FFF;
}
.portfolio-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: -27px;
}
.portfolio-list ul li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 27px;
}
*+html .portfolio-list ul li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

.portfolio-list ul li .portfolio-item-thumb a {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg-zoom-hover.png);
	display: block;
	height: auto;
	width: auto;
	background-color: #fff;
}
.portfolio-list ul li a.hide {
	display: none;
}
.portfolio-item-info .post-category .left, .portfolio-item-info .post-category .right {
	width: 100%;
}
.portfolio-item-info {
	padding: 5px;
	float: left;
}
.portfolio-item-info .title a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.loading_item {
	width: 25px;
	height: 22px;
	background: url(../images/loading_item.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
.portfolio-item-thumb {
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.portfolio-list .col1 {
	width: 920px;
	margin: 0 0 25px 27px;
	padding-top: 25px;
	border-top: 1px dotted #ddd;
	background-image: none;
}
.portfolio-list .col1:first-child {
	border-top: none;
	padding-top: 0;
}
.portfolio-list .col1 .portfolio-item-thumb {
	margin-bottom: 0;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dotted #ddd;
}
.portfolio-list .col1 .portfolio-item-info {
	float: left;
	width: 250px;
	padding: 0;
}
.portfolio-list .col2 {
	width: 445px;
	margin-right: 2px;
}
.portfolio-list .col3 {
	width: 285px;
	margin-right: 5px;
}
.portfolio-list .col4 {
	width: 208px;
	margin-right: 2px;
}



/***************************************************
				FONT-SIZER
***************************************************/
/* Font-Sizer Specific Styling */

.fsizer { } /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 12px; height: 14px; padding-top: 1px; }
.fsizer a#fs_lrg { font-size: 16px; height: 15px; padding-top: 0px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */
.language_text {
	font-size: 12px;
}




#fontsizer {
	background-image: url(../../js-list/sticklr_sticky_side/img/fontSizer_title.png);
	background-repeat: no-repeat;
	background-position: 12px 14px;
	padding-left: 72px;
	height: 15px;
	width: 	80px;
	margin-top: 2px;
	margin-left: 4px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
