@charset "utf-8";
/* CSS Document */

/* footer跟著頁面長度跑的css相關設定 */
html, body, #container {
	height: 100%;
}
body > #container {
	height:auto;
	min-height:100%;
}
#main {padding-bottom: 180px;} 
.clearfix:after {content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*End footer跟著頁面長度跑的css相關設定*/


body,h1,h2,h3,h4,ul,li {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
body {
	background:url(../images/bg.jpg) center repeat-y;
}
#container {
	width:1000px;
	margin:0 auto;
}
#header {
	height:250px;
	background:url(../images/header_bg.jpg) center top no-repeat;
}
#header h3 { /*Select Language*/
	float:right;
	padding:10px 40px;
	font-size:12px;
}
#header .menuButton { /*menu buttons*/
	padding-top: 149px;
	padding-right:50px;
	text-align:right;
}

#header h4{ /*location*/
	margin:0 30px;
	padding:10px 25px 5px;
	background:url(../images/point_1.jpg) 5px 10px no-repeat;
	border-bottom:1px dotted #390;
}


#footer {
	width:1000px;
	margin:0 auto;
	color:#000;
	position: relative;margin-top: -200px;height: 200px;clear:both;
	background:url(../images/footer_bg.jpg) center top no-repeat;
	background-color:#CCC;
}
#footer h3 { /*other space icon*/
	padding:20px 0 0 50px;
}
#footer h3 img {
	height:30px;
	margin:0 5px;
}
#footer h2 {
	float:right;
	padding:28px 65px 0 0;
	font-size:12px;
}
#footer h2 a {
	color:#000;
	text-decoration:none;
}
#footer h2 a:hover {
	color:#069;
	text-decoration:underline;
}
#footer h1 {
	text-align:right;
	padding-top:50px;
	padding-right:50px;
}
#copyright {
	text-align:center;
	color:#333;
	margin-top:22px;
	padding:10px 0;
	font-size:12px;
}
p.clear {
	clear:both;
}
p.clear_line {
	clear:both;
	padding:5px 0;
	margin:40px 0;
	border-bottom:1px dotted #000;
}
