/*網頁通用設定*/
* {
	font-family: Verdana, Geneva, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	text-decoration: none;
	color: #36C;
}
a:hover,a:active {
	text-decoration: underline;
}
img {
	border: 0;
}
/*網頁本體*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/*網頁頁首*/
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 163px;
	width: 1000px;
	position: relative;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	width: 270px;
	left: 30px;
	top: 0px;
	position: absolute;
	height: 83px;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 83px;
	width: 270px;
}
#header h2 {
	position: absolute;
	left: 300px;
	top: 0px;
	margin: 0px;
	padding-top: 10px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	right: 22px;
	text-align: right;
	width: 350px;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header ul li a {
	color: #FFF;
	float: right;
}
#header ul li a:hover {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#header ul li em {
	font-style: normal;
	color: #FFF;
	float: right;
	padding: 0 8px;
}
#header ol {
	padding: 0px;
	top: 83px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header ol li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header ol li a {
	display: block;
	float: left;
	height: 43px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#habout a   {
	background: url(../images/btn_01_a.jpg) no-repeat;
	width: 148px;
}
#halbum a   {
	background: url(../images/btn_02_a.jpg) no-repeat;
	width: 126px;
}
#hnews a   {
	background: url(../images/btn_03_a.jpg) no-repeat;
	width: 129px;
}
#hrate a   {
	background: url(../images/btn_04_a.jpg) no-repeat;
	width: 129px;
}
#hproduct a   {
	background: url(../images/btn_05_a.jpg) no-repeat;
	width: 126px;
}
#htechnology a   {
	background: url(../images/btn_06_a.jpg) no-repeat;
	width: 129px;
}
#hcustomer a   {
	background: url(../images/btn_07_a.jpg) no-repeat;
	width: 150px;
}
#habout a:hover   {
	width: 148px;
	background-image: url(../images/btn_01_b.jpg);
	background-repeat: no-repeat;
}
#halbum a:hover   {
	background: url(../images/btn_02_b.jpg) no-repeat;
	width: 126px;
}
#hnews a:hover   {
	background: url(../images/btn_03_b.jpg) no-repeat;
	width: 129px;
}
#hrate a:hover   {
	background: url(../images/btn_04_b.jpg) no-repeat;
	width: 129px;
}
#hproduct a:hover   {
	background: url(../images/btn_05_b.jpg) no-repeat;
	width: 126px;
}
#htechnology a:hover   {
	background: url(../images/btn_06_b.jpg) no-repeat;
	width: 129px;
}
#hcustomer a:hover   {
	background: url(../images/btn_07_b.jpg) no-repeat;
	width: 150px;
}
#lantern {
	background-image: url(../images/header_2_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	height: 37px;
	width: 950px;
	line-height: 2em;
	text-align: center;
	color: #666;
	padding: 0 25px;
}
#lantern h2 {
	position: absolute;
	left: 26px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: lighter;
}
#lantern h2 a {
	color: #666;
}


/*網頁內容*/
#container {
	float: left;
	width: 1000px;
}
#secondary {
	padding: 0 0 0 15px;
	float: left;
	width: 197px;
}
#service {
	background-image: url(../images/menu_title_extend.jpg);
	background-repeat: repeat-y;
}
#serve {
	background-image: url(../images/menu_title_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 197px;
}

#service h2 {
	background-image: url(../images/menu_title_top.jpg);
	height: 64px;
	width: 197px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#service ul {
	width: 191px;
	margin: 0 auto;
	padding: 0px;
}
#service ul li {
	list-style-type: none;
	height: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	line-height: 1.8em;
	background-color: #F0F0F0;
	padding: 0 23px;
	margin: 0px;
	font-size: small;
}
#service ul li a {
	color: #36C;
	font-weight: bold;
}
#service ul li a:hover {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

#service h3 {
	padding: 2px 0 0 0;
	height: 38px;
	margin: 0px;
}

#service h3 a{
	background-image: url(../images/menu_allservice.jpg);
	height: 25px;
	width: 191px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
/*網頁頁尾*/
#footer {
	background: url(../images/footer_bg.jpg) repeat-x;
	clear: both;
	height: 95px;
	text-align: center;
}
#footer h2 {
	position: absolute;
	font-size: x-small;
	color: #666;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	bottom: 59px;
	left: 26px;
}
#footer h2 a {
	font-size: x-small;
	color: #666;
}
#footer ul {
	padding-top: 20px;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-size: small;
	color: #666;
	font-weight: lighter;
}
#footer ul li strong {
	padding: 0 35px 0 0;
	font-weight: lighter;
}
#footer ul li em{
	color: #C33;
	padding: 0 11px;
	font-style: normal;
}
#footer ul li a{
	color: #C33;
	font-weight: lighter;
	padding: 0 11px;
}
#nowpos {
	text-align: right;
	padding-bottom: 15px;
	margin-top: -20px;
}
#pronowpos {
	text-align: right;
}
