@import url("style.css");
/***** global setting *****/
body {
	margin: 0px;
	background:url(../images/index-body_bg.jpg) no-repeat center top #eeecdf;
}
#index_container {
	margin: auto;
	width: 1000px;
	border:blue 0px solid;
	overflow: hidden;
	text-align: left;
}
/**** header setting ****/
#index_header {
	height: 750px; width:1000px; position:relative;
	text-align: left;
}
.banner_index{top:390px;}
/**** 中間區塊設定  ****/
#index_content {
	float:right; display:none;
	width:100%;
	text-align: left;
	}
.index_main{
	margin:10px; 
	overflow:hidden;
	}
#index_maincontent {
}
/***中間標題***/
#idxMsgTitle, #idxProTitle {
	background:#ededed;
	border-left: 8px solid;
	color: #40649B;
	font-size: 120%;
	margin: 0 8px 8px 0;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
	}
.index_more{
	display:block;
	/*background:url(../images/but_bg.jpg) no-repeat;*/
	float:right;
	width:59px;
	height:21px;
	text-align:center;
	}
/***首頁訊息輪播***/
.index_msg{
	border-left: 0;
	width:230px;
	}
#index_msg_ul{

	}
#index_msg_ul li{
	background:url(../images/arrow.gif) no-repeat 0 7px;
	font-size: 105%;
	list-style-type:none;
	}
/***首頁產品輪播***/
.index_pro{
	width:400px;float:left;
	}
#index_prod_ul{
}
#index_prod_ul li{
	margin:0 14px 0 0;
}
#index_prod_ul li img{
	width:90px;
	}
#index_prod_ul .index_more{
	margin-top: 10px;
	}

/***  側欄設定 ****/
#index_sidebar {
	display:none;
	}
/***** 頁尾設定 *****/
.index_str_content{width:33%;float:left;}
#index_footer { 
	clear: both; font-size:95%;
	text-align: center;
	padding-bottom:10px;
	_display: inline-block; /*  IE 6 */
}