@charset "utf-8";

.input{
	background-color: #1E1E1E;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button{
	color: #FFF;
	background-color: #F60;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 0px solid #FFF;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}



.title{
	padding-left: 20px;
}

h1{
	font-size: 20px;
	font-family: "微軟正黑體";
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-weight: normal;
}
h1 span{
	font-family: 'Tienne', serif;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 34px;
	margin-right: 15px;
}

h2{

}
h3{
	font-family: "微軟正黑體";
	font-size: 22px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
	color: #FFF;
}
h3 span{
	font-family: 'Tienne', serif;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}
h4{
	font-size: 15px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: 15;
	font-family: "微軟正黑體";
	color: #F60;
}
h5{
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.font-20{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.font-30{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}

.leftimg{
	float: left;
	margin-right: 20px;
}

.color-1{
	color: #FF6600;
}

#iconbox{
	height: 60px;
	width: 100%;
	margin-top: 20px;
}
.icon{
	float: left;
	height: 45px;
	width: 60px;
	background-image: url(../images/icon-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 10px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

.icon:hover{
	background-image: url(../images/icon-hover.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #393;
}

.icon span{
	font-size: 24px;
}


body.index{
	background-image: url(../images/bg-index.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	height: 100%;
	width: 100%;
}
body.aboutus{
	background-image: url(../images/bg-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 100%;
	width: 100%;
}

body.service{
	background-image: url(../images/bg-service.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 100%;
	width: 100%;
}




body.products{
	background-image: url(../images/bg-products.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	height: 100%;
	width: 100%;
}


body.contactus{
	background-image: url(../images/bg-contactus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 100%;
	width: 100%;
}





.botton{
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0,0,0, .3);
	text-align: center;


	background: #56472C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AA9060), to(#56472C));
	background: -webkit-linear-gradient(#AA9060, #56472C);
	background: -moz-linear-gradient(#AA9060, #56472C);
	background: -ms-linear-gradient(#AA9060, #56472C);
	background: -o-linear-gradient(#AA9060, #56472C);
	background: linear-gradient(#AA9060, #56472C);
-pie-background: linear-gradient(#AA9060, #56472C);
	behavior: url(css/PIE.htc);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 8px;
	border: 1px solid #76633F;
}

.botton:hover  {
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgba(0,0,0, .3);
	border: 1px solid #D3AA2C;


}
.botton:active {
position: relative;
top: 2px;
left: 2px;
}





















.input-text{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999999;
	background-color: #151515;
	border: 1px solid #333333;
	padding: 3px;
	behavior: url(css/PIE.htc);
	font-size: 12px;
}










/* video */


#youtube-left{
	width:590px;
	float:left;
	margin-right: 20px;
	height: 415px;
	background-image: url(../images/video-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 15px;
}






.slide-pic UL LI P {
	OVERFLOW: hidden;
	width: 260px;
	height: 90px;
	color: #B6B6B6;
	line-height: 1.3;
	font-size: 12px;
	background-image: url(../images/slide-pic-li-bg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.slide-pic UL LI.hover P {
	BORDER-LEFT-COLOR: #666666;
	BORDER-BOTTOM-COLOR: #666666;
	BORDER-TOP-COLOR: #666666;
	BORDER-RIGHT-COLOR: #666666;
	color: #FFFFFF;
	
}
.slide-pic UL LI P IMG {
	WIDTH: 110px;
	HEIGHT: 75px;
	float: left;
	margin-right: 10px;
	margin-top: -3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.slide-pic UL LI.cur P {
	color: #FFFFFF;
	background-image: url(../images/slide-pic-li-bg04.png);
	background-repeat: no-repeat;
	background-position: left top;
}





/* news */

.news-list-pic{
	height: 120px;
	width: 200px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #333333;
}




/* banner */






/* datetable */

.datetable{
	border: 3px solid #454545;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
	background-color: #242424;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #CCC;
}
.datetable th{
	padding: 5px;
	font-family: "微軟正黑體";
	font-size: 13px;
	font-weight: bold;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
}
.datetable td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #454545;
	border-bottom-color: #454545;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.8;
}







/* datetable */

.datetable2{
	border: 3px solid #454545;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
	background-color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 13px;
}
.datetable2 th{
	padding: 3px;
	font-weight: bold;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
}
.datetable2 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #454545;
	border-bottom-color: #454545;
	padding: 5px;
	font-size: 12px;
}

/* geometry */

.geometry{
	border: 3px solid #454545;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
	background-color: #242424;
	font-size: 12px;
	color: #CCC;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
}
.geometry th{
	padding: 3px;
	font-weight: bold;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
	text-align: center;
	background-color: #333;
}
.geometry td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #454545;
	border-bottom-color: #454545;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-align: center;
}








.bg-color-blue{

	background-color: #0066CC;
}
.bg-color-pink{
	background-color:#CC3399;
}



