﻿@charset "utf-8";

/*整體設定
--------------------------------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }

body {
	background-color: #1d1d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	letter-spacing: 0.1em;
}

img {
	border: none;
	vertical-align: top;
}

a {
	color: #eeeeee;
	text-decoration:none;
	noFocusLine:expression(this.onFocus=this.blur());
}

a:hover {
	color: #F3C200;
	text-decoration:underline;
}

a:focus {
-moz-outline-style:none;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9F9FA0;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: .5em;
	font-size: 18px;
}
.eng {
	letter-spacing: normal;
}

.center {
	text-align: center;
}

br.clear {
	clear: both;
}

.att {
	color: #FF9900;
}
/*頁首區塊
--------------------------------------------------------------------------------------------------------*/
#wrapperTop {
	width: 100%;
	background-color: #F3C200;
	background-image: url(../../images/wrapperTopBg.gif);
	background-repeat: repeat-x;
}

#header {
	margin: 0 auto;
	width: 995px;
	height: 60px;
	background-image: url(../../images/headBg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left: 19px;
	top: 9px;
}

#navPrimary {
	position: absolute;
	left: 173px;
	top: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navPrimary li {
	float: left;
	padding-left: 11px;
	background-image: url(../../images/linkline.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-right: 9px;
}

#navPrimary li a {
	display: block;
	color: #eeeeee;
	text-decoration:none;
}

#navPrimary li a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#othersite {
	background-image: url(../../images/othersiteBg.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 26px;
	width: 187px;
	left: 803px;
	top: 34px;
	background-position: left top;
}

#othersite select {
	font-size: 11px;
	color: #333333;
	width: 155px;
	position: absolute;
	left: 27px;
	top: 3px;
}



/*內容區塊
--------------------------------------------------------------------------------------------------------*/
#wrapperMid {
	width: 100%;
	background-color: #1d1d1d;
	background-image: url(../../images/wrapperMidBg.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 995px;
	overflow: auto;		/* fix ff bug */
	background-image: url(../../images/contentBg.png);
	background-repeat: repeat-y;
	z-index: 900;
}


/* 快速功能區塊
------------------------------------------------------------------- */
#navMember {
	position: relative;
	height: 30px;
	width: 975px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #c8c8c9;
}

#navMember.flashHome {
	margin-right: auto;
	margin-left: auto;
}

#navMember p {
	font-size: 11px;
	color: #F3C200;
	position: absolute;
	top: 9px;
	left: 0px;
}

#navMember ul {
	font-size: 11px;
	position: absolute;
	right: 0px;
	top: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMember li {
	float: left;
	background-image: url(../../images/linkline_s.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 7px;
}

#navMember li a {
	display: block;
	color: #c8c8c9;
	text-decoration:none;
}

#navMember li a:hover {
	color: #F3C200;
	text-decoration:underline;
}

/*頁尾區塊
--------------------------------------------------------------------------------------------------------*/

#wrapperBom {
	width: 100%;
	background-color: #e2e2e2;
	background-image: url(../../images/wrapperBomBg.gif);

}

#footer {
	margin: 0 auto;
	width: 995px;
	height: 55px;
	background-image: url(../../images/footerBg.gif);
	background-repeat: no-repeat;
	position: relative;
}

#footer p {
	position: absolute;
	top: 18px;
	right: 27px;
	background-image: url(../../images/footerInfo.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

#navTertiary {
	position: absolute;
	left: 120px;
	top: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#navTertiary li {
	float: left;
	background-image: url(../../images/linkline_s.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: left top;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 6px;
}

#navTertiary li a {
	display: block;
	color: #999999;
	text-decoration:none;
}

#navTertiary li a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.space {
	margin-bottom: 1em;
	display: block;
}

.englishSet {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
}
