@charset "utf-8";
body{font-family:"微軟正黑體", Arial, Helvetica, sans-serif; font-size:.8em; margin:0; padding:0; /*background:#041120 background:url(/image/bg.jpg) #051f2c repeat-x;*//**/}
h1{font-family:Myriad Pro, Myriad, Arial, Helvetica, sans-serif; font-size:18px; color:#041120; line-height:25px;}
h2{font-family:"微軟正黑體", Myriad Pro, Myriad, Arial, Helvetica, sans-serif; font-size:13px; color:#041120; line-height:25px;}
h2 span{font-family:"微軟正黑體", Arial, Helvetica, sans-serif; font-size:12px; color:#666}
h3{font-family:"微軟正黑體", Myriad Pro, Myriad, Arial, Helvetica, sans-serif; font-size:13px; color:#041120; line-height:25px;}
h3 span{font-family:"微軟正黑體", Arial, Helvetica, sans-serif; font-size:12px; color:#666; font-weight:normal}
a{text-decoration:none; color:#000}
p{line-height:25px;}
/* CSS Document */
#wrapper{margin:0 auto; width:940px;}
#pageborder{margin:0 auto; width:940px; border:#041120 1px solid;}
#header{background:#FFF;}
#topnav{height:25px; /*background:url(/images/nav.gif) no-repeat #FFF; padding-right:100px; padding-top:10px; background-color:#000000;  height:30px;*/}
#banner{/*background:#FFF;*/}

#content{background:#FFF; /*background:url(/image/bg_content.jpg) #FFFFFF no-repeat;*/}
.content-body{float:left; width:680px; margin:0 0 0 20px; padding:5px 10px;}

#footer{clear:both; /*background:#041120*/}

/* company header stuff */
#company_slogan{ font-size:26px; line-height:30px; color:#000; font-weight:bold}
#company_name{}
#company_subtitle{}

#topnav ul{margin:0; padding:0;}
#topnav ul li{float:right; display:block; padding:0 5px;}
#topnav ul li a{color:#000; /*line-height:25px; font-weight:bold;*/ text-decoration:none}
#topnav ul li a:hover{color:#168eb0}

#bottomnav ul{margin:0;}
#bottomnav ul li{float:left; display:block; padding:0 5px; color:#999}
#bottomnav ul li a{color:#666; /*line-height:25px; font-weight:bold;*/ text-decoration:none}
#bottomnav ul li a:hover{color:#168eb0}

#footer a{color:#000; text-decoration:none}

.table-center th{text-align:left}
.table-center td{text-align:center}

.tbl_portfolio td{margin-bottom:10px;vertical-align:top}

.lnbr{clear:both; height:5px}

.form_email table{border:1px #E7E7E7 solid; padding:5px;}
.form_email table tr th{text-align:right; background:#E7E7E7; font-weight:normal}
.form_email table tr td{background:#F7F7F7}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:281px;	width: 550px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: -40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*-----------------------------------------------------------------*/
div#feature_list {
	width: 860px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:url('../image/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}
