

/* 基本樣式
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #ECF1F5 url(../images/bg.gif) left top repeat-x;
}
a {
	color: rgb(153, 0, 0);
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 981px;
	background: #ECF1F5;
	margin: 0 auto;
}

/* LOGO與導覽列
---------------------------------------------*/
#header {background: #ECF1F5 url(../images/header_bg.gif) left top repeat-x;height:166px}

#logo {float:left;background: #ECF1F5 url(../images/logo.gif) left top no-repeat;height:166px;width:234px}

#header0 {float:left;height:121px;width:746px}

#header1 {float:left;background: #ECF1F5 url(../images/header1.gif) left top no-repeat;height:121px;width:311px}

#home {float:right;height:47px;width:121px;padding-top:30px;}

#menu {float:right;padding-left:60px;width:686px;height:45px;}
	

/* 二欄式的主內容區塊
---------------------------------------------*/
#banner {
	background: #FFFFFF url(../images/banner.jpg) left top no-repeat;
	height:281px;
}

#contact {
width:100%;float:left;background: #E4E4E4 url(../images/contact_bg.gif) left top repeat-x;background-color: #E4E4E4;
margin-left:1px;margin-right:1px;margin-top:7px;
}


.bt {float:left;height:141px;width:299px;padding-left:18px;padding-right:5px;padding-top:18px;padding-bottom:18px;}

#footer {
	clear: both;
	color: #BABD8E;height:121px;
	background: #1A446A url(../images/footer_bg.gif) left top repeat-x;
}

#footer1 {
	margin: 0 auto;width:981px;color: #BABD8E;height:121px;
	background: #2064A1 url(../images/footer.gif) left top repeat-x;
	text-align:center;
}

#left {float:left;width:269px;margin-left:18px;margin-top:18px;color:#3B6287;
text-align:right;padding-right:30px }

#product_left {float:left;width:269px;height:298px;margin-left:48px;margin-top:35px;margin-bottom:18px;color:#3B6287;
padding-top:56px;background: #E5E5E5 url(../images/left1.gif) left top repeat-x; }

#product_left .bt1 {float:left;width:250px;height:40px;color:#6A6C6D;margin-left:5px;padding-left:10px;padding-top:13px;
background: url(../images/product_bt.gif) left top no-repeat; }


#right {float:right;width:570px;margin-right:18px;padding-left:5px;margin-top:18px;
background: color:#333333;padding:10px;}

#right .img {float:left;width:270px;margin-right:10px;padding-left:5px;margin-top:18px;}

#right h1 {}


/* 本文區塊
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}


