p,h1,h2,h3,h4,h5,h6,ul,il,dl,dt,form{
	margin:0px;
	padding:0px;
}
a:link{
	color: #FFF;
}
a:hover{}
td{
	text-align:left;
}
p{
	line-height:1.5em;
}
img{
	border:0px;
}

.left{
	text-align:left;
}
.center{
	text-align:center;
}
.clear {
	clear: both;
}
.clear-right {
	clear: right;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.f-left{
	float:left
}
.f-right{
	float:right;
}
.note {
	margin-right: 45px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/*------------*/
body  {
	font: 100% Verdana, Geneva, sans-serif;
	background: #DCD0B6;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #333;
	overflow:scroll;
}

#container { 
	width: 1024px;  /* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	background: #000;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
} 
#header {
	padding: 0px;  /* 這個欄位間隔符合下面顯示的 Div 中，元素的靠左對齊。如果在 #header 中使用影像而非文字，您可能會想要移除欄位間隔。 */
	position:relative;
	height:135px;
	background-color: #fff;
	background-image: url(../images/indexhead.jpg);
	width: 1024px;

} 
#container #header h1 {
	padding-top:33px;
	margin-left: 43px;

} 
.menu{
	position: absolute;
	bottom:5px;
	left: 275px;
	font-size:15px;
	list-style-type: none;
	background-image: url(../images/headmenubg.gif);
	height: 26px;
	width: 770px;
	background-repeat: no-repeat;
}
.menu li{
	float:left;
}
.menu li a{
	display:block;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li a:hover{
	color: #000;
}
.menu .m_news a{
	padding:4px 57px;
}
.menu .m_news a:hover{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -26px;
}
.menu .m_newsint{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -26px;
}
.menu .m_aboutus a{
	padding:4px 30px;
	margin-left:-19px;	
	margin-right:19px;
}
.menu .m_aboutus a:hover{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: -130px -52px;
}
.menu .m_aboutusinto{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: -130px -52px;
}
.menu .m_products a{
	padding:4px 60px;
	margin-left:-39px;	
	margin-right:19px;
}
.menu .m_products a:hover{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: -280px -79px;
}
.menu .m_productsinto{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position: -280px -79px;
}
.menu .m_contact a{
	padding:4px 50px;
	margin-left:-53px;	
	margin-right:19px;
}
.menu .m_contact a:hover{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position:-428px -105px;
}
.menu .m_contactinto{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position:-428px -105px;
}
.menu .m_sitemap a{
	padding:4px 46px;
	margin-left:-39px;	
	margin-right:19px;
}
.menu .m_sitemap a:hover{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position:-578px -131px;
}
.menu .m_sitemapinto{
	background-image: url(../images/headmenubg.gif);
	background-repeat: no-repeat;
	background-position:-578px -131px;
}


/*--------------------*/
#sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 230px; /* 在符合標準的瀏覽器或 Internet Explorer 的標準模式中，這個 Div 的實際寬度 (除了寬度以外) 將會包含欄位間隔和邊框 */
	padding: 10px 10px 15px 20px;
}
.sidebarmenu li{
	list-style-type: none;
}
.sidebarmenu li a{
	display:block;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	margin:8px 0px;
	padding:5px 8px 5px 25px;
	border: 1px solid #999;
	font-size: 15px;
	background-color: #000;
	background-image: url(../images/sidebarmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -99px;
}
.sidebarmenu li a:hover{
	color: #FF7F00;
	border: 1px solid #FF7F00;
	background-image: url(../images/sidebarmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -66px;
}
.sidebarmenu li a:hover{
	color: #FF7F00;
	border: 1px solid #FF7F00;
	background-image: url(../images/sidebarmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -66px;
}
li.sidebarmenuinto a {
	color: #FF7F00;
	border: 1px solid #FF7F00;
	background-image: url(../images/sidebarmenubg.gif);
	background-repeat: no-repeat;
	background-position: left -66px;
}
li.sidebarmenuH2 a {
	color: #666666;
	border: 1px solid #333333;
	background-color: #333333;
	background-image: none;
}
li.sidebarmenuH2 a:hover {
	color: #FFF;
	border: 1px solid #999999;
	background-color: #999999;
	background-image: none;
}
li.sidebarmenuH2into a{
	color: #FFF;
	border: 1px solid #999999;
	background-color: #999999;
	background-image: none;
}
li.sidebarmenuH2into a:hover{
	color: #FFF;
	border: 1px solid #999999;
	background-color: #999999;
	background-image: none;
}

/*-------------------------*/
#mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
	min-height:610px;
}
#mainContent2{ 
	margin: 0 0 0 0px;
	padding: 0 20px;
}
/*-------------------------*/


#footer {
	margin-top:10px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-y;
	padding:0px 20px;
} 
#footer p {
	text-align:center;
	font-size:11px;
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 8px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
	color: #FFF;
}
/*-------------------------*/
.samepage {
	margin-top:10px;
	padding:5px;
}
.samepage h2{
	font-size:13px;
	color: #000;
	margin-bottom:7px;
	background-image: url(../images/pageBgH2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:35px;
	margin-top:10px;
	margin-bottom:20px;
}
.samepage h3{
	font-size:13px;
	color: #BFCAE2;
	margin-bottom:7px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left:35px;
	margin-top:20px;
	margin-bottom:10px;
}
.samepage p{
	margin-top:10px;
	color:#FFF;
	line-height:1.5em;
	font-size:13px;
	padding:0px 10px 0px 35px;
}
p.newsmap{
	float:left;
	width:180px;
	color: #BFCAE2;
}
ul.newslist{
	font-size: 13px;
	color: #FFF;
	margin-bottom:10px;
}
.newslist li{
	margin-bottom:5px;
	list-style-type: square;
	margin-left:55px;
}
/*----------------*/

table.inquiryform {
	font-size: 13px;
	padding-left:50px;
	margin-top:20px;
}
.inquiryform th{
	font-size: 13px;
	text-align: right;
	font-weight: normal;
	color: #FFF;
	vertical-align: top;
	white-space: nowrap;
}

ul.newproductslist{
	padding-left:50px;
}
.newproductslist li{
	list-style:none;
	float:left;
	width:180px;
	color: #BFCAE2;
	position:relative;
	margin-bottom:30px;

}
.newproductslist li a span{
	position:absolute;
	top:8px;
	left:8px;
	font-size:15px;
	color: #000;
	text-decoration: none;
}
.newproductslist2 li{
	width:160px;
}
.newproductslist3 li{
	width:130px;
}
.newproductslist.txtsmall span{
	font-size: 9px;
}
.picbg{
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/picbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:103px;
	height:103px;
}
.picbg2{
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/picbg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:150px;
	height:97px;
}
/*-------------*/
.productsPic{
	background-color: #FFF;
}
.productsPic img{
	width:500px;
}

.productsPic table{
	border:1px solid #CCC;
	font-size:13px;
	background-color: #FFF;
	width:100%;
}
.productsPic table tr .odd {
	background-color: #CCCCCC;
}
.productsPic table td{
	padding:5px;
}

.contentCol {
	float: left;
	width: 34%;
	margin-right: 12%;
	margin-bottom: 5%;
}
li.sitemaptitle a{
	color: #333;
	background-color: #CCCCCC;
}
/*pagintion*/
div.pagination {
    overflow: hidden;
    font-size: 9pt;
    padding: 10px 0;
	clear:both;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
	text-align:right;
	padding-right:40px;
}

div.pagination li {
    display: inline;
}
div.pagination.digg {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination.digg a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666666;
	background-color: #666666;
	text-decoration: none; /* no underline */
	color: #000;
}

div.pagination.digg a:hover, div.pagination.digg a:active {
	border: 1px solid #333;
	color: #000;
}

div.pagination.digg li.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;

	font-weight: bold;
	background-color: #CCCCCC;
	color: #000;
}

div.pagination.digg li.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.newslist .finish {
	color: #999;
}
