@charset "utf-8";
/* CSS Document */
/**************************************************************************************************/
/*                               框架                                                           */
/*************************************************************************************************/
#main{
	width:950px;
	padding-top:12px;
	text-align:left;
	margin:0px auto;
}

#mainDw{
	clear:both;
	height:24px;
}
/**************************************************************************************************/
/*                               內容                                                           */
/*************************************************************************************************/
/*************aboutus*********************/

#aboutus{
	width:239px;
	height:231px;
	background:url(../images/bg-aboutus.gif) top left no-repeat;
	float:left;
	
}

#aboutus p{
	padding:0px;
	margin:0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#666;
	padding-top:140px;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}

#aboutus .more{
	padding-top:8px;
	padding-left:10px;
}

#aboutus .more a:link, #aboutus .more a:visited{
	padding-left:10px;
	background:url(../images/icon-more.gif) top left no-repeat;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#0860a8;
	text-decoration:none;
	font-weight:bold;
}

#aboutus .more a:hover{
	color:#f3670b !important ;
	text-decoration:underline;
}




/***************pd************************/

#pdList{
	width:692px;
	height:231px;
	background:url(../images/bg-prod.gif) top left no-repeat;
	float:right;
	padding-top:11px;
}

#pdList .more a:link, #pdList .more a:visited{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:11px;
	color:#0860a8;
	text-decoration:none;
	font-weight:bold;
	padding-left:640px;
}

#pdList .more a:hover{
	color:#f3670b !important ;
	text-decoration:underline;
}

.pdList{

	padding-top:30px;
}


.pd{
	width:153px;
	height:113px;
	background:#FFF;
	float:left;
	margin-left:9px;
	margin-right:10px;
}

.pdImg{
	width:113px;
	margin:0 auto;
	
}


.pd h1{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#333;
	padding-bottom:3px;
	padding-top:10px;
	text-align:center;
}

.pd h1 a:link,.pd h1 a:visited{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.pd h1 a:hover{
	color:#f3670b !important ;
	text-decoration:underline;
}


.pdSummary{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#999;
	line-height:16px;
	text-align:center;
}

.pdline{
	clear:both;
	height:1px;
}

