@charset "utf-8";

/*---------------reset start---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: normal;
}

/*---------------reset end---------------*/


/*------------------body-----------------*/
body {
	background: #ffffff url('../images/bg.jpg') top repeat-x;
	font-family: 'Arial', '新細明體';
	font-size: 12px;
	line-height: 1.5em;
	color: #7b7b7b;
}

h2, h3 {
	color: #323232;
}

a {
	color: #7b7b7b;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

p {
	margin-bottom: 20px;
}

img {
	display: block;
}

#wrap {
	width: 100%;
	height: 100%;
}

#container {
	margin: 0 auto;
	width: 982px;
}

#language_bar {
	text-align: right;
	padding: 8px 21px 0 0;
	height: 30px;
}

#language_bar select {
	border: #cccccc 1px solid;
}

#top_menu {
	line-height: 25px;
	display: block;
	height: 25px;

}

#top_menu li {
	float: left;
}

#top_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 22px;
	display: block;
}

#top_menu li a:hover, #top_menu li.active {
	background: #00c8c8;
}

#top_menu li.home a {
	background: url('../images/home_btn.jpg') no-repeat;
	width: 35px;
	height: 25px;
	padding: 0;
	text-indent: -9999px;
	margin-left: 30px;
}

#top_menu li.home a:hover {
	background: url('../images/home_btn_hover.jpg') no-repeat;
}

#header h1, #header h2, #header h3.slogan {
	text-indent: -9999px;
	float: left;
}

table th, table td {
	color: #333333;

}

#footer {
	width: 100%;
	clear: both;
}

#footer ul {
	display: block;
	width: 272px;
	height: 14px;
	font-size: 0.9em;
	margin: 25px auto 3px;
	padding-top: 10px;
}

* html #footer ul {
	margin-top: 0;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	border-right: #9c9c9c 1px solid;
	line-height: 12px;
	padding: 0 5px;
	color: #9c9c9c;
}

#footer ul li a:hover {
	color: #666666;
}

#footer ul li.last a {
	border: none;
}

#footer p {
	display: block;
	height: 22px;
	width: 100%;
	line-height: 22px;
	color: #6b6b6b;
	margin: 0;
	text-align: center;
}

