* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: #000;
}
p {
	/*\*/
	letter-spacing: 0.08em;
	/**/
}
img {
	border: 0;
}
#wrapper {
	width: 900px;
	margin: 0 auto; /* 自動調整左右邊界 */
}
#header {
	position: relative;
	width: 100%;
	height: 161px;
	background: url(imgs/bg-header.gif) top left no-repeat;
}
#logo {
	position: absolute;
	top: 46px;
	left: 330px;
	width: 241px;
	height: 54px;
	text-indent: -5000px;
	background: url(imgs/logo.gif) left top no-repeat;
	cursor: hand;
}
#navigation {
	position: absolute;
	left: 0;
	top: 130px;
	width: 900px;
	height: 31px;
	list-style-type: none;
	background: url(imgs/bg-navigation.jpg) left top no-repeat;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	width: 150px;
}
#navigation li a {
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 31px;
	padding-top: 31px;
	background-image: url(imgs/bg-navigation.jpg);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#nav01 a { background-position: 0 0; }
#nav02 a { background-position: -150px 0; }
#nav03 a { background-position: -300px 0; }
#nav04 a { background-position: -450px 0; }
#nav05 a { background-position: -600px 0; }
#nav06 a { background-position: -750px 0; }

/* mouseover的情形 */ 
#nav01 a:hover {background-position: 0 -31px; }
#nav02 a:hover {background-position: -150px -31px; }
#nav03 a:hover {background-position: -300px -31px; }
#nav04 a:hover {background-position: -450px -31px; }
#nav05 a:hover {background-position: -600px -31px; }
#nav06 a:hover {background-position: -750px -31px; }

#page1 {
	display: block;
	width: 100%;
	text-align: center;
}
.page {
	clear: both;
	font-size: 12px;
	padding:2px;
	margin-top: 30px;
}
.page a {
	border:1px solid #ccc;
	padding: 2px 6px;
	margin:3px;
	text-decoration:none;
	color:#333;
}
.page a:hover {
	background: #e6e6e6;
}
.page span {
	padding: 2px 6px;
	margin:3px;
	background:#666;
	color:#fff;
	border:1px solid #888;
}

#footer {
	clear: both;
	margin: -1.6em auto 0 auto; /* 自動調整左右邊界 */
	width: 900px;
	font-size: 82%;
	color: #666;
	line-height: 1.6em;
	padding-top: 30px;
	background: url(imgs/bg-footer.gif) top left no-repeat;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #f6f6f6;
	text-decoration: underline;
}
#container-index {
	width: 100%;	
	border-bottom: solid 1px #333230;
	background: url(imgs/bg-container.gif) left top repeat-y;
}
#container-about-us {
	width: 898px;
	height: 780px;
	margin: 0 1px;
	text-align: left;
	background: #000 url(imgs/bg-about-us.jpg) bottom center no-repeat;	
}
#about-us-content {
	margin-top:20px;
	margin-left: 400px;
	font-size: 82%;
	line-height: 1.8em;
	color: #666;
}

#about-us-content p{
	width: 95%;
	margin-top: 18px;
}
#company-info {
	margin-top: 120px;
	margin-bottom: 120px;
	color: #fff;
}
#company-info h3 {
	margin-bottom: .8em;
}
#container-service {
	width: 898px;
	margin: 0 1px;
	text-align: left;
	background-image: url(imgs/bg-service.jpg);
	background-position: 0 153px;	
	background-repeat: no-repeat;	
	background-color: #000;	
}
#service-content {
	margin-left: 280px;
	font-size: 82%;
	line-height: 1.6em;
	color: #666;
}
.service-section {
	margin-bottom: 4em;
}
.service-section p {
	margin-top: 12px;
	margin-left: 205px;
	margin-bottom: 1em;
}
#container-collection {
	width: 898px;
	margin: 0 1px;
	text-align: left;
	background-color: #000;	
}
#menu-of-collection {
	height: 23px;
	padding-top: 2em;
	margin-left: 190px;
	list-style-type: none;
	background: url(imgs/bg-menu-of-collection.jpg) left top no-repeat;
}
#menu-of-collection ul {
	list-style: none;
}
#menu-of-collection li {
	float: left;
	margin-right: 20px;
}
#menu-of-collection li a {
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 23px;
	padding-top: 23px;
	background-image: url(imgs/bg-menu-of-collection.gif);
}
#clt01  { width: 120px; }
#clt02  { width: 80px; }
#clt03  { width: 80px; }
#clt04  { width: 80px; }
#clt05  { width: 80px; }

/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#clt01 a { background-position: 0 0; }
#clt02 a { background-position: -120px 0; }
#clt03 a { background-position: -200px 0; }
#clt04 a { background-position: -280px 0; }
#clt05 a { background-position: -360px 0; }

/* mouseover的情形 */ 
#clt01 a:hover, #clt01 a.stay {background-position: 0 -46px; }
#clt02 a:hover, #clt02 a.stay {background-position: -120px -46px; }
#clt03 a:hover, #clt03 a.stay {background-position: -200px -46px; }
#clt04 a:hover, #clt04 a.stay {background-position: -280px -46px; }
#clt05 a:hover, #clt05 a.stay {background-position: -360px -46px; }


