@import url("reset.css");

body {
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif "微軟正黑體";
	background:url(images/background3.jpg) top fixed;
}

#LOGO{
	width:185px;
	height:112px;
	background-image:url(images/logo.png) ;
	margin:0 auto;
	margin-bottom:30px;}

.MENU{
	margin:0  auto;
	width: 840px;
	border-top:solid 1px #789161;
	border-bottom:solid 1px #789161;}
	
ul {
	list-style-type: none;
	padding:0;
	display: block;
	margin:0 auto;
	height:40px;
}

li {
	display: block;
	width: 140px;
	float: left;
	position: relative;
}
li a {
	display: block;
	text-align: center;
	line-height:40px;
	font-size: 14px;
	letter-spacing: 1px;
	color:#666;
	font-family: Arial, "微軟正黑體";
	text-decoration: none;
}
li a:hover {
	color:#789161;

}
ul ul {
	position: absolute;
	left: 0;
	top: 20px;
	width: 140px;
	height: 180px;
	padding: 0;
	padding-top:20px;
	display: none;
	z-index:1;
}
li li {
	display: block;
	width: 140px;
	background:url(images/b2.png);
}
li li a {
	display: block;
	width: 140px;
	height:35px;
	font-size:13px;
	background: none;
	color:#666;
	line-height:35px;
	font-family: Arial, "微軟正黑體";
	margin: 0 auto;
}
li li a:hover {
	color:#789161;
	border-left: 3px solid #789161;
	
}
#abgneBlock {
	width: 840px;
	height: 490px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
	margin-top:30px;
	border: 0.8px solid #CCC;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
#abgneBlock ul.list li {
	float: left;
	width: 840px;
	height: 100%;
}
#abgneBlock .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 15px;
	right: 5px;
	height: 12px;
}
#abgneBlock ul.playerControl li {
	float: left;
	width: 23px;
	height: 14px;
	cursor: pointer;
	margin: 0px 5px;
	background: url(images/rect_ctrl.png) no-repeat 0 0;
}
#abgneBlock ul.playerControl li.current { 
	background-position: 0 0;
}

#Content{
	width:840px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:55px;
	clear:both;
	overflow:hidden;
	}

.Box1{
	width:195px;
	height:165px;
	margin-right:20px;
	background-color:#9C6;
	float:left;
	background:url(images/page/index_1.jpg)}

.Box2{
	width:195px;
	height:165px;
	background-color:#FC6;
	float:left;
	margin-right:20px;
	background:url(images/page/index_2.gif);}
	
.Box3{
	width:195px;
	height:165px;
	background-color:#F99;
	float:left;
	margin-right:20px;
	background:url(images/page/index_3.jpg)}
	
.Box4{
	width:195px;
	height:165px;
	background-color:#F99;
	float:left;
	background:url(images/page/index_4.jpg)
	}

#Content a li{
	font-family:Arial, "微軟正黑體";
	font-size:15px;
	color:#666;
	background:#696;
	list-style: none;}
	
#Content p{
	font-family:Arial,"微軟正黑體";
	font-size:15px;
	letter-spacing:5px;
	background:url(images/b4.png);
	text-align:center;
	line-height:30px;
	margin-top:135px;
	}
	
#Content a{
	text-decoration:none;
	color:#666;}

#Content a:hover{
	color:#fff;
	text-shadow:1px 1px 3px #333;
	}

#Footer{
	text-align:center;
	padding:30px;
	clear: both;
	margin:0 auto;
	margin-top:60px;
	background:url(images/b3.png);
	}

#Footer p{
	font-size:13px;
	padding-top:5px;
	letter-spacing: 1px;
	font-family:Arial, "微軟正黑體";
	color:#789161;
	}	


