/*
* CSS文件
* =============================================================
* 版權所有 (C) 2011 小兵立大功，並保留所有權利。
* 網站地址: http://www.505.com.tw/
* =============================================================
* $Author: ashine
* $Date: 2011-08-08 $
*/
@charset "utf-8";
/* CSS Document */

/* 基本 */
body{
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:none;
	color:#666;
	font:12px "Arial", 新細明體;
	background:url(../images/bg.gif) repeat-x top;
	}
a{
	text-decoration:none;
	color:#666;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	}
a:hover{
	text-decoration:none;
	color:#333;
	}
a.getFlash { 
	background:url(../images/get_flash_player.gif) center no-repeat; 
	display: block;	
	width: 100%;
	}
img{
	border:none;
	display:inline;
	}
input, form{
	margin:0px;
	padding:0px;
	}
h1, h2{
	font-size:15px;
	margin:10px 0px 0px;
	padding:0px 0px 0px 23px;
	line-height:34px;
	width:609px;
	display:block;
	}
	
/* 共用 */
.clean{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	}
.lineD{
	height:1px;
	line-height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	background:url(../images/line_d.gif) repeat-x;
	clear:both;
	}
.line{
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	border-top:1px solid #ddd;
	}
	
/* png 背景透明 */
.png {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/FixPng.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

/* 外框 */
#wrap{
	width:auto;
	background:url(../images/footerbg.gif) repeat-x bottom;
	margin:0;
	}
#main{
	width:945px;
	overflow:hidden;
	margin:0 auto;
	}
#container{
	width:945px;
	overflow:hidden;
	margin-bottom:20px;
	}
#leftPage{
	width:231px;
	overflow:hidden;
	float:left;
	}
#rightPage{
	width:642px;
	overflow:hidden;
	float:right;
	background:url(../images/rightbg.jpg) no-repeat top;
	padding:0 36px;
	}
#footer{
	height:82px;
	overflow:hidden;
	background:url(../images/footerbg02.gif) no-repeat;
	letter-spacing:1px;
	}
	
/* header */
#header{
	width:945px;
	overflow:hidden;
	position:relative;
	}
#banner{
	width:945px;
	height:280px;
	overflow:hidden;
	}
.home{
	position:absolute;
	left:777px;
	top:5px;
	z-index:2;
	}
	
/* leftmenu */
.leftMenu{
	width:231px;
	overflow:hidden;
	}
.leftMenuBg{
	background:url(../images/menutop.gif) no-repeat;
	width:231px;
	overflow:hidden;
	}
.leftMenuBg table{
	margin-left:35px;
	}
.leftMenuBg a{
	width:161px;
	height:32px;
	overflow:hidden;
	display:block;
	padding-left:30px;
	line-height:32px;
	background:url(../images/menuout.png) no-repeat;
	_background:url(../images/menuout.gif) no-repeat;
	color:#fff;
	}
.leftMenuBg a:hover{
	background:url(../images/menuover.png) no-repeat;
	_background:url(../images/menuover.gif) no-repeat;
	color:#244f7b;
	}
	
/* 精選案例 */
.leftCase{
	width:231px;
	overflow:hidden;
	}
	
/* right */
.nav, .nav a, .nav span{
	color:#b2b2b2;
	}
.nav span{
	text-decoration:underline;
	}
.marqueeBg{
	width:556px;
	height:60px;
	overflow:hidden;
	line-height:55px;
	background:url(../images/marqueebg.gif) no-repeat;
	padding:0 66px 0 20px;
	color:#a5a5a5;
	}
.marquee{
	width:556px;
	}
.btn{
	margin-top:20px;
	}
	
/* product */
.productList, .newsList{
	width:642px;
	overflow:hidden;
	padding:5px 0;
	}
.productList .photo{
	width:200px;
	height:133px;
	overflow:hidden;
	background:url(../images/goodsbg.png) no-repeat;
	padding:10px 0 0 10px;
	float:left;
	display:inline;
	margin-left:10px;
	}
.productList .photo02{
	width:200px;
	height:133px;
	overflow:hidden;
	background:url(../images/goodsbg.png) no-repeat;
	padding:10px 0 0 10px;
	float:right;
	display:inline;
	margin-right:10px;
	}
.productList .info{
	width:400px;
	float:right;
	display:inline;
	margin-right:10px;
	}
.productList .info02{
	width:400px;
	float:left;
	display:inline;
	margin-left:10px;
	}
.productList .info table, .productList .info02 table, .newsList table{
	margin-top:5px;
	}
.productList .info table th, .productList .info02 table th, .newsList table th, .newsList table th a{
	color:#333;
	font-size:13px;
	line-height:30px;
	}
.newsList table th a:hover{
	text-decoration:underline;
	color:#666;
	}
.productList .infoText, .newsList table .infoText{
	line-height:20px;
	color:#999;
	width:400px;
	overflow:hidden;
	}
.productList .infoText{
	width:400px;
	}
.newsList table .infoText{
	width:630px;
	}
.newsList table .date{
	font-size:11px;
	color:#999;
	line-height:20px;
	}
.vInfoText{
	line-height:30px;
	width:630px;
	overflow:hidden;
	padding:10px 0;
	margin:0 auto;
	}
.productList .detail{
	padding-top:10px;
	}
.bgColor{
	background-color:#f7f7f7;
	}
.productTitle{
	margin-top:10px;
	}
.productTitle th{
	color:#163a5e;
	font-size:15px;
	}
.activityView{
	margin:20px 0 60px;
	overflow:hidden;
	width:642px;
	}
.roundabout-holder {
	list-style: none;
	width: 642px;
	height: 302px;
	margin: 0 auto;
	overflow:hidden;
	}
.roundabout-moveable-item {
	width: 453px;
	height: 302px;
	cursor: pointer;
	}
.roundabout-moveable-item img {
	width: 100%;
	}
.roundabout-in-focus {
	cursor: auto;
	}
.productInfo{
	width:622px;
	overflow:hidden;
	line-height:24px;
	padding:10px 10px 30px;
	}
	
/* contact */
.contactText{
	width:630px;
	overflow:hidden;
	line-height:24px;
	margin:20px auto;
	}
.contactText span{
	font-size:15px;
	font-weight:bold;
	color:#183d63;
	}
.map{
	width:642px;
	overflow:hidden;
	}
.googleLink{
	background:url(../images/maps.gif) no-repeat top;
	width:642px;
	height:42px;
	overflow:hidden;
	line-height:42px;
	}
	
/* about */
.aboutBg{
	background:url(../images/aboutimg.jpg) no-repeat bottom;
	width:642px;
	height:494px;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;
	}
.aboutBg span, .aboutBg strong{
	color:#244f7b;
	}
	

/* footer */
#footer table{
	width:930px;
	margin-top:15px;
	}
.footerMenu{
	margin-bottom:10px;
	}
.footerMenu a{
	color:#616161;
	}
.footerMenu a:hover{
	color:#999;
	}
.footerText, .footerDesign, .footerDesign a{
	color:#b5b5b5;
	line-height:18px;
	}
.footerDesign a:hover{
	color:#999;
	}
	
/* 分頁 */
.pager{
	margin-top:20px;
	}
.pager a{
	margin:0px 10px;
	color:#979797;
	}
.pager a:hover, .pager .current{
	margin:0px 10px;
	color:#18476b;
	text-decoration:underline;
	}
	
/* 防木馬
