@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-color:#000;
	font-family:新細明體, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	scrollbar-3dlight-color:#1e1e1e;
    scrollbar-arrow-color:#000;
    scrollbar-track-color:#000;
    scrollbar-darkshadow-color:#1e1e1e;
    scrollbar-face-color:#1e1e1e;
    scrollbar-highlight-color:#1e1e1e;
    scrollbar-shadow-color:#1e1e1e;
}
.photo_caption{
	font-family:新細明體, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:3em;
	color:#ffc452;
	background-color:#333;
	border-top:1px solid #666;
	}
.border_wraper{
	height:674px;
	width:1116px;
}
.application_bg{
	background-color:#000 filter:alpha(opacity=45);
}
.landing_wraper{
	height:400px;
	width:800px;
}
.img_float_left{
	float:left;
	margin:0px 20px 0px 0px;
}
.img_float_right{
	float:right;
	margin:0px 0px 20px 20px;
}
.header_bg{
	background-image:url(../images/header_img.jpg);
	background-repeat:no-repeat;
	width:1116px;
	height:109px;
}
.menu_bg{
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:540px;
}
.home_bg{
	background-image:url(../images/index_content_bg.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.news_bg{
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.media_bg{
	background-image:url(../images/media_bg.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.about_bg{
	background-image:url(../images/about_bg.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.assistant_bg{
	background-image:url(../images/assistant.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.application_bg{
	background-image:url(../images/application.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.contact_bg{
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:540px;
}
.contact_bg a:link, .contact_bg a:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#999;
}
.contact_bg a:hover{
    color:#ffc452;
}
.content_title{
	color:#666;
	border-bottom:1px dashed #333333;
	padding-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_bg{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1116px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#333;
	letter-spacing:0.2em;
	padding:5px;
	text-align:right;
}
.content_container{
	width:800px;
	height:400px;
	margin:80px 30px 20px 80px;
	text-align:justify;
	overflow:auto;
	padding-right:20px;
}
.content_container p{
	font-size:15px;
	color:#FFF;
	line-height:1.7em;
	text-align:justify;
}
.menu_div{
	width:186px;
	height:144px;
	margin-top:100px;
}
.menu_line_bg{
	background-image:url(../images/menu_line_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
}
.menu_line_bg_right{
	width:150px;
}
.header_logo_button{
	width:160px;
	height:45px;
	display:block;
	margin:35px 0 0 42px;
}
.news_table{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #1e1e1e;
}
.news_table a:link, .news_table a:visited{
	color:#FFF;
	text-decoration:none;
}
.news_table a:hover{
	color:#ffc452;
	text-decoration:none;
}
.font_arial{
	font-family:Arial, Helvetica, sans-serif;
}
.font_chi{
	font-family:新細明體, Arial, Helvetica, sans-serif;
}
.btn_common{
	color:#fff;
	background-color:#666;
	padding:3px 6px;
	border:none;
}
.orange_font{
	color:#ffc452;
}
.form_input{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#eee;
	border:none;
	margin:1px;
	width:200px;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 0px;
	padding: 10px 10px;
	float: left;
	position: relative;
	width: 172px;
	height: 114px;
	background: url(images/drop-shadow.png) no-repeat center bottom;
	text-align:center;
}
.gallery img {
	background: #fff;
	border: none;
}

.gallery span {
	width: 172px;
	height: 114px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/glossy-gradient.png) no-repeat;
	border: solid 1px #000;
}
.gallery span:hover {
	border: solid 1px #fff;
}
.gallery a {
	text-decoration: none;
}

	
