@import url("style.css");
/***** global setting *****/
#index_container {
	margin: 0 auto;
	width: 1001px;
	overflow: hidden;
	text-align: left;
}
/**** 頁首 ****/
#index_header { position:relative; background:url(../images/index_head_bg.jpg) left top no-repeat;
}
/**** 中間區塊設定  ****/
#index_content {
	width: 100%;
	text-align: left; overflow:hidden; background:url(../images/index_content.jpg) left top no-repeat #FFF; padding-bottom:10px;
	}
#index_maincontent {
	width: 90%; margin: 10px 0px 20px 32px; overflow: hidden; padding-top: 20px;
}
.index_main{

	}
.search{ display:none;}
.top_lan{ margin-top:36px;}
.logo{ top:51px; left:18px;}

.banner{ width:1001px; height:361px; background:url(../images/index_banner.jpg) left top no-repeat; clear:both;}
.slideshow2 { height: 361px; width: 377px; margin: 0 auto; float:right; }

	
/***中間標題***/
#idxMsgTitle, #idxProTitle {
	margin: 15px 0 0 0;
	text-align: left;
	background:url(../images/news_title.jpg) left top no-repeat;
	color:#333333;
	font-size: 120%;

	}
#idxMsgTitle {	width:106px;
	height:19px;
	display:block;
	text-indent:-5000px;
	float:left;
	}
.index_more{
	display:block;
	/*background:url(../images/but_bg.jpg) no-repeat;*/
	float:right;
	margin:0px;
	width:59px;
	text-align:center;
	clear:both;
	}
/***首頁訊息輪播***/
.index_left{ float:left; width:230px; margin-left:123px; margin-top:58px;}
.index_video{ width:233px; float:right;}





.index_msg{
	border-left: 0;
	padding-left: 0px;
	width: 388px;
	float:left;

	}
#index_msg_ul{
	width:222px; float:right; padding:0 15px;

	}
#index_msg_ul li{
	background:url(../images/arrow.gif) no-repeat 0 7px;
	font-size: 100%;
	list-style-type:none;
	white-space:nowrap; width:100%;
	overflow:hidden;text-overflow:ellipsis;
	}
/***首頁產品輪播***/
.index_pro{
	width:690px;
	}
#index_prod_ul{

}
#index_prod_ul li{

}
#index_prod_ul li img{
	width:100px;
	}
#index_prod_ul .index_more{
	margin-top: 10px;
	}


/***  側欄設定 ****/
#index_sidebar {
	display:none;}
/***** 頁尾設定 *****/
#index_footer { 
	clear: both;
	overflow:hidden;
	background: url(../images/footer_bg.jpg) no-repeat top #e9dbf9;
	font-size:95%;
	text-align: left;
	padding-bottom:10px;
	_display:inline-block; /***   IE6   ***/
}
