/*
* CSS文件
* =============================================================
* 版權所有 (C) 2012 梵月工作室，並保留所有權利。
* 網站地址: http://www.vmoon.com.tw/
* =============================================================
* $Author: ashine
* $Date: 2012-03-15 $
*/
@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;
	}
	
/* 共用 */
.clear{
	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);
}

/* 外框 */
#wrapper{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	}
#footer{
	color:#999;
	text-align:center;
	line-height:20px;
	margin:10px 0;
	width:980px;
	overflow:hidden;	
	}
	
/* banner */
.banner{
	height:225px;
	overflow:hidden;
	background:url(../images/banner.png) no-repeat;
	}
	
/* con */
.conTop{
	height:59px;
	overflow:hidden;
	background:url(../images/contop.png) no-repeat;
	}
.conTop img{
	margin-left:30px;
	}	
.conBg{
	background:url(../images/conbg.gif) repeat-y;
	overflow:hidden;
	width:980px;
	}
.downloadList, .listLine{
	float:left;
	}
.downloadList{
	margin:25px 24px;
	width:251px;
	overflow:hidden;
	display:inline;
	}
	
/* 防木馬
