/* 全域設定  開始----------------------------------------------------------------------------*/ 

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(imgs/body-bg.gif) repeat-x;
	text-align: center;
}
#wrapper {
	width: 791px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url(imgs/footer-bg.gif) center bottom no-repeat;
}
#header {
	position: relative;
	padding: 0 13px;
	height: 73px;
	background: url(imgs/header-bg.gif) top left no-repeat;
}

/* 主選單設定  開始------------------------ */ 
#globalNav {
	position: absolute;
	top: 36px;
	left: 297px;
	width: 480px;
	height: 37px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 80px;
}
#globalNav li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 37px;
	padding-top: 37px;
	background-image: url(imgs/global_nav.gif);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#nav01 a { background-position: 0 0; }
#nav02 a { background-position: -80px 0; }
#nav03 a { background-position: -160px 0; }
#nav04 a { background-position: -240px 0; }
#nav05 a { background-position: -320px 0; }
#nav06 a { background-position: -400px 0; }
/* mouseover的情形 */
#nav01 a:hover { background-position: 0 -37px; }
#nav02 a:hover { background-position: -80px -37px; }
#nav03 a:hover { background-position: -160px -37px; }
#nav04 a:hover { background-position: -240px -37px; }
#nav05 a:hover { background-position: -320px -37px; }
#nav06 a:hover { background-position: -400px -37px; }
/* 現在位置 */ 
#nav01 a.stay { background-position: 0 -74px; }
#nav02 a.stay { background-position: -80px -74px; }
#nav03 a.stay { background-position: -160px -74px; }
#nav04 a.stay { background-position: -240px -74px; }
#nav05 a.stay { background-position: -320px -74px; }
#nav06 a.stay { background-position: -400px -74px; }
/* 主選單設定  結束------------------------ */ 




#footer {
	clear: both;
	padding: 6px 20px;
	background: url(imgs/content-bg.gif) repeat-y;
}
#footer p {
	font-size: 90%;
	color: #ffffff;	
	text-align: center;
	line-height: 25px;
	background: #cccccc;
}


/* 全域設定  結束----------------------------------------------------------------------------*/ 