@charset "utf-8";
body  {
overflow-x: scroll;
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-image: url(../images/index_layout_bg.jpg);
	margin: 0px;
	behavior:url(../style/csshover.htc);
}
#divMenu{
	z-index: 999;
}
#container-bg {
	text-align: center;
	padding: 0px;
	width: 999px;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg2.jpg);
} 
#container {
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background-color: #000000;
	padding: 0px;
	width: 956px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container-index {
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background-color: #5F5657;
	padding: 0px;
	width: 956px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #divMenu {
	z-index: 100;
}
#index-header{
	position: relative;
	height: 490px;
	width: 956px;

}
#index-content{
	background-image: url(../images/index_layout_main_bg.gif);
	width: 956px;
}

#header-index {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	height: 254px;
	width: 956px;
	position: relative;	
} 

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 101;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/main_layout_heard.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 956px;
	position: relative;
} 
#header-package {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/main_layout_heard_package.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 956px;
	position: relative;
} 
#header-echo {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/main_layout_heard_echo.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 956px;
	position: relative;
}

#sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 298px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	text-align: center;
	background-color: #483D3E;
}
#sidebar2 {
	float: right; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 272px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	z-index: 3;
}
#index-news {
	background-image: url(../images/index_news_bg.jpg);
	margin: 0px;
	width: 272px;
	background-repeat: no-repeat;
	height: 277px;
	padding: 0px;
	position: relative;
	z-index: 100;
}
#index-news marquee {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 85px;
	width: 200px;
	height: 150px;

}



#other {
	position: relative;
	width: 272px;
}
#ps {
	position: absolute;
	left: 12px;
	top: 7px;
	width: 110px;
}

#new-case {
	position: absolute;
	left: 122px;
	top: 11px;
	width: 138px;
}

#new-case ul {
	padding: 0px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 29px;
}
#new-case li {
	margin-top: 2px;
	list-style-image: url(../images/index_newcase_dot.gif);
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F5657;
}

#new-case a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #B7AAAC;
	text-decoration: underline;
	display: block;
}
#new-case a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#index-news ul{
	padding: 0px;
	margin: 0px;
}
#index-news li{
	list-style-image: url(../images/index_news_dot.jpg);
	list-style-type: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	background-image: url(../images/index_news_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#index-news a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
#index-news a:hover{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#mainContent {
	margin-top: 0;
	margin-right: 272px;
	margin-bottom: 0;
	margin-left: 298px;
	background-image: url(../images/index_title02.jpg);
	background-repeat: no-repeat;
	padding-top: 59px;

} 
#mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;

}
#mainContent li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
#title01{
	background-image: url(../images/index_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#title01 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/index_dot01.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#title02{
	background-image: url(../images/index_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#title02 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/index_dot02.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#title03{
	background-image: url(../images/index_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#title03 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/index_dot03.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#title04{
	background-image: url(../images/index_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#title04 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/index_dot04.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#title05{
	background-image: url(../images/index_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


#title05 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4E4E4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/index_dot05.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #C6C4C4;
	text-decoration: none;
	font-weight: lighter;
	padding-right: 15px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#mainContent img {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#success {
	background-image: url(../images/index_title01.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 49px;
}

.website-item1 {
	background-image: url(../images/item_product.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 298px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	position: relative;
}
.website-item2 {
	background-image: url(../images/item_shopping.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 298px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	position: relative;
}
.website-item2 {
	background-image: url(../images/item_shopping.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 298px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	position: relative;
}
#success a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
	width: 40px;
	position: absolute;
	left: 47px;
	top: 24px;
	text-decoration: none;
}

#footer {
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(../images/index_content_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#main-footer {
	text-align: center;
	background-color: #DDDDDD;


	margin: 0px;

	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 


#other-menu{
	width: 150px;

	position: absolute;
	top: 65px;
	right: 30px;
	text-align: right;
}
#other-menu ul{
	list-style-type: none;
}
#other-menu li{
	padding-top: 6px;
	padding-bottom: 6px;
}
#other-menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #AC2000;
	text-decoration: none;
}
#other-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
#ad01{
	padding-top: 3px;
	padding-bottom: 5px;
}
#ad01 img{
	margin-left: 4px;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 3px;
}
#ad01 img:hover{
	margin-left: 4px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 5px;
}
#index-search{
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#down-message{
	background-image: url(../images/index_down_bg.jpg);
	text-align: left;
	padding-top: 8px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	padding-bottom: 13px;

}
#contactus{
	float: right;
	margin-top: -8px;
}


#down-menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 402px;


}

#down-menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
}
#down-menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: underline;
	margin-top: 20px;
}


#clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
	margin: 0px;
	padding: 0px;


}
.click-img {behavior:url(../Scripts/png.htc)}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF9900;
	text-decoration: underline;
}
.content-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: super;
}
#apDiv_online_servise {
	position:absolute;
	left:1198px;
	top:43px;
	width:99px;
	height:115px;
	z-index:1;
}
