@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: #E6E6E6 url(imgs/bg-all.gif) top center repeat-y;
}
.t1{
	font-family: Arial;
	line-height: 1.4;
	color: #646464;
	font-size: 13px;
	}
p {
	/*\*/
	letter-spacing: 0.08em;
	/**/
}
#wrapper {
	width: 960px !important; 
	height: 100%;
	margin: 0 auto; /* 自動調整左右邊界 */
	text-align: left; /* 設定靠左對齊﹙修正#body的設置﹚ */
}
#header { position: relative; /* 子物件以此為座標軸 */ width: 940px; height: 300px; background: url(imgs/header.jpg) top center no-repeat; margin-right: auto; margin-left: auto; text-align: left; padding-left: 20px; 
}
#logo { position: relative; top: 8px; left: 17px; width: 177px; height: 64px; text-indent: -5000px; background: url(imgs/logo.gif) left top no-repeat; 
}
#navigation {
	position: absolute;
	left: 219px;
	top: 33px;
	list-style-type: none;
	background: url(imgs/bg-navigation.gif) left top no-repeat;

}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	width: 85px;
}
#navigation li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 44px;
	padding-top: 44px;
	background-image: url(imgs/bg-navigation.gif);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#nav01 a { background-position: 0 0; }
#nav02 a { background-position: -86px 0; }
#nav03 a { background-position: -172px 0; }
#nav04 a { background-position: -258px 0; }
#nav05 a { background-position: -344px 0; }
#nav06 a { background-position: -430px 0; }

/* mouseover的情形 */ 
#nav01 a:hover { background-position: 0 -44px; }
#nav02 a:hover { background-position: -86px -44px; }
#nav03 a:hover { background-position: -172px -44px; }
#nav04 a:hover { background-position: -258px -44px; }
#nav05 a:hover { background-position: -344px -44px; }
#nav06 a:hover { background-position: -430px -44px; }

#flash { position: absolute; top: 122px; left: 178px; width: 497px; height: 99px; 
}
#title { position: relative; width: 900px; margin: 0px; padding: 0px; 
}
#container { position: relative; /* 子物件以此為座標軸 */ width: 815px !important; width /**/ : 960px; padding-left: 145px; margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; background-image: url(imgs/bg-container.gif); background-repeat: no-repeat; background-position: center top; 
}
h3 {
	width: 647px !important;
	width /**/ : 677px;
	height: 32px !important;
	height /**/ : 37px;
	color: #002DAE;
	font-size: 122%;
	padding-top: 5px;
	padding-left: 30px;
	background: url(imgs/bg-h3.gif) top left no-repeat;
}
#about {
	margin-top: 1em;
	margin-left: 45px;
}
#content { margin-top: 2em; margin-left: 60px; margin-bottom: 3em; width: 580px; font-size: 90%; color: #646464; text-align: left; 
}

#content p {
	margin-bottom: 2em;
}
#top {
	margin-left: 620px;
}
#top2{
	margin-left: 650px;
}
.black {
	color: #000;
}
#products {
	margin-top: 2em;
	margin-left: 25px;
	margin-bottom: 3em;
	width: 650px;
}
#product-list {
	text-align: center;
}
#product-list dl {
	width: 160px;
	font-size: 90%;
	color: #2B94FF;
}
#product-list dt {
	padding: 3px 0;
	background: #f6f6f6;
}
#product-list dd {
	padding: 3px 0 15px 0;
	text-align: right;
}
h5 {
	color: #7B0000;
	text-align: left;
	padding: 3px 5px;
	border-left: 10px solid #E69129;
	background: #F8EAC7;
}
.empty {
	height: 40px;
	padding: 3px 0;
}
#footer {
	width: 960px !important; 
	padding: .6em 0; 
	margin: 0 auto; /* 自動調整左右邊界 */
	font-size: 79%;
	color: #fff;
	line-height: 1.5em;
	background: #a5a5a5;
}
#footer ul{ margin-right: auto; margin-left: auto; width: 750px; height: 20px; }
#footer li{ display: block; width: 120px; float: left; list-style-type: none; margin: 0px; padding: 0px; }
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* --------------聯絡表單-------------- */
#inquiry {
	margin-bottom: 3em;
	width: 550px;
	font-size: 90%;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: none; 
	padding: 10px;
}
#inquiry th {
	border-top: none; 
	border-right: none;
	border-bottom: 1px solid #CCCCCC; 
	border-left: 6px solid #CCCCCC; 
	padding: 10px; 
	background-color: #F3F3F3; 
	font-weight: normal;
	width: 150px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1, .text2, .text3, .text4 { /* 相同的就一齊設 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {/* 姓名 */
	width: 180px;
}
.text2 {/* 郵遞區號 */
	width: 4em;
}
.text3 {/* 地址、大樓名、email */
	width: 98%;
}
.text4 {/* 內容 */
	width: 98%;
}
#inquiry select {/* 下拉式選單 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {/* 送出按鈕 */
	text-align: center;
	margin-top: 30px;
}
.toptxt { font-size: 12px; color: #999; }
#wrapper table tr th {
	color: #00F;
}
#wrapper table tr td {
	color: #00F;
}
