/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
a{ 
	color: #333333;
	text-decoration: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
html {
	background: #d4d4d4 url(design/html.gif) repeat-x bottom;
}
body {
	font: 13px Arial, "細明體";
	color: #333333;
	text-align:left;
	background: url(design/body.gif) no-repeat center bottom;
	margin:30px 0px 0px;
	min-height:810px;
}
h1{
	font-size: 18px;
	margin: 0px;
}
h2{
	font-size: 17px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
h4 {
	font-size: 15px;
	margin: 0px;
}
h5 {
	font-size: 14px;
	margin: 0px;
}
h6 {
	font-size: 13px;
	margin: 0px;
}
img {
	border: 0;
}
form{	
	margin: 0;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#header{
	color: #FFFFFF;
	margin: 0px auto;
	height: 105px;
	width: 900px;
	background: url(design/dHead.gif) no-repeat 190px top;
}
#header .left{
	float: left;
	height: 105px;
	width: 290px;
}
#header .right{
	float: right;
	background: url(design/dHead.right.gif) no-repeat right top;
	height: 105px;
	width: 610px;
}
#header .logo{
	position: absolute;
	background: #ffffff url(design/header.logo.gif) no-repeat;
	cursor:pointer;
	width:200px;
	height:120px;
	z-index: 1;
	margin: -15px 0px 0px -10px;
}
#header .slogan{
	color: #9ec146;
	font-weight:bold;
	position: absolute;
	z-index: 2;
	margin: 10px 0px 0px 75px;
}
#header .topnav{
	color: #999999;
	text-align: right;
	font-weight: bold;
	position:absolute;
	letter-spacing: 1px;
	padding: 0px 10px 0px 0px;
	height: 25px;
	width: 610px;
	top:10px;
}
#header .topnav ul{
	margin: 0;
	padding: 0;
}
#header .topnav li{
	float: right;
	list-style: none;
	padding-left: 10px;
}
#header .topnav img{
	display: block;
}
#header .topnav a{
	display:block;
	color: #999999;
	text-decoration: none;
}
#header .topnav a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#header .nav{
	position:absolute;
	width: 620px;
	top: 94px;
}
#header .nav img{
	display:block;
}
#header .menu { z-index: 1; display: block; margin: 0px; padding: 0px; position: relative; }
	#header .menu li { display: block; list-style: none; margin: 0px; padding: 0px; float: left; position: relative; }
	#header .menu a { display: block; }
		#header .menu ul { display: none; position: absolute; left: 0; margin: 0px; padding: 0px; }
		* html #header .menu ul { line-height: 0px; } /* IE6 "fix" */
				#header .menu ul a { zoom: 1; } /* IE6/7 fix */
				#header .menu ul li { float: none; }
					#header .menu ul ul { top: 0; }
/* Essentials - configure this */
	#header .menu ul { width: 130px; }
		#header .menu ul ul { left: 131px; }
/* Everything else is theming */
#header .menu { background: #FFFFFF; }
#header .menu *:hover { background: none; }
#header .menu a { color: #000000; font-size: 12px; padding: 0px; line-height: 1; }
	#header .menu ul li.hover a { background: #FFFFFF; }
		#header .menu ul { top: 31px; }
		#header .menu ul li a.hover { background: #7641b7; }
		#header .menu ul a { border-bottom: 1px solid #000000; border-right: none; opacity: 0.8; filter: alpha(opacity=80); }
			#header .menu ul li a { background: #FFFFFF; padding: 6px; }
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#wrapper{
	width: 880px;
	background: url(design/dBody.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 10px;
	overflow: hidden;
}
#left {
	float: left;
	width: 680px;
}
#right {
	float: right;
	width: 200px;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
#footer{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	width: 900px;
	height: 200px;
}
#footer .bottomnav{
	font-weight: bold; 
	background: url(design/dFooter.bottom.gif) no-repeat center top;
	padding: 40px 0 10px; 
}
#footer .bottomnav ul{
	margin: 0; 
	padding: 0;
}
#footer .bottomnav li{
	float: left;
	margin-right:10px;
	list-style:none;
}
#footer .bottomnav img{
	display: block;
}
#footer .bottomnav a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}
#footer .bottomnav a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#footer .copyright{
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#footer .author {
	color: #888888;
	font-size: 11px;
	padding-top: 40px;
}
#footer .author a {
	color: #888888;
	text-decoration: none;
}
#footer .author a:hover {
	color:#888888;
	text-decoration: underline;
}
/* 
--------------------------------------------------------------- 
--------------------------------------------------------------- 
*/
.float {
	margin: 0px auto;
	width: 900px;
}
.float div {
	position:absolute;
	width:100px;
	top:150px;
	margin-left:905px;
}
.button{
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	height: 25px;
	border: 0;
	cursor:pointer;
}
.text {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: #fff url(/module/text.gif) repeat-x top;
	border: 1px solid #c0bbb4;
	height: 12px;
	padding-top: 3px;
}
.select {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	border: 1px solid #c0bbb4;
}
.textarea {
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: #ffffff url(/module/text.gif) repeat-x;
	border: 1px solid #c0bbb4;
	padding-top: 5px;
	width:100%;
}
.clear {
	line-height: 0px;
	clear: both;
}
.beta {
	color: #ffffff;
	position: absolute;
	background: #000000;
	padding: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	clear: both;
	z-index:9999;
}
