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

body {
	font: 12px arial, sans-serif;
	background: #FFF url(images/site-bg.jpg) top center repeat-x; 
	margin: 0;
	padding: 0;
	color: #333;
	list-style-type: none;
	line-height: 18px;
}
object {
	display:block;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 { font-size:13px; }
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}
/* ~~ 這個固定寬度的容器環繞著所有其他 Div ~~ */

.content2 a:link {
	text-decoration:none;
}
.content2 a:visited {
	text-decoration:none;
}

.container {
	width: 954px;
	background: url(images/page-bg.jpg) top left repeat-y;
/*	background: url(images/background_layout_1.gif) top left repeat-y;*/
	margin: 0px auto;
	padding: 0px; 
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	/*width: 770px; */
}
.container2 {
	/*background: url(images/background_layout_2.gif) top left repeat-y;*/
}
.container3 {
	/*background: url(images/background_layout_3.gif) top left repeat-y;*/
}
.container4 {
	/*background: url(images/background_layout_4.gif) top left repeat-y;*/
}

/* ~~頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代。~~ */
.header {
	height: 200px;
	width: 954px;
	margin: 0 auto;
}

.sidebar1 {
	float: left;
	padding-bottom: 0px;

}

.content {
	width: 698px;
	float: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right:0;
	margin-left: 0px;
	margin-bottom:0px;
	margin:0;
	padding:0;
	padding-left: 6px;
}

.content-product {
	width: 667px;
	float: left;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 35px;
}

.sidebar2 {
	float: left;
	width: 160px;
}
/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}
/* ~~ 導覽清單樣式 (如果選擇使用 Spry 之類的預製飛出選單，則可移除) ~~ */
.nav {
	background-color:#000;
}
ul.nav {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus { /* 這會同時變更滑鼠及鍵盤導覽器的背景及文字顏色 */
	background-image: url(images/sidebar2/menu8-2.gif);
	text-decoration:none;
}
ul.nav li ul li a { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: block; /* 這會為錨點提供區塊屬性，使錨點能填滿包含它的整個 LI，讓整個區域都能回應滑鼠點按動作。 */
	width: 138px;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	background-image: url(images/sidebar2/menu8-1.gif);
	border-bottom: 1px solid #666; /* 這會建立按鈕分隔 */
}
.first ul {
	margin-left: 8px;
}
/* ~~ 頁尾樣式 ~~ */
.footer {
	position: relative;/* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	clear: both; /* 這個 clear 屬性可以強制 .container 辨識欄結束於何處以及包含欄的位置 */
	text-align: center;
	font-size: 11px;
	margin: 0 auto;
	width: 954px;
	line-height:18px;
	padding:15px 0;
/*	border-top: solid 1px #EEEEEE; */
/*	background-color: rgb(128,161,202); */
	background-color: #48728B;
	
/*	color: rgb(255,255,255);*/
	color: #fff;
	border-bottom: 5px solid #6C7280;
}

.footer a {color: #fff; text-decoration: underline;}
.footer a:hover {color: #rgb(0,0,0); text-decoration: none;}


/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 .container 內最後一個浮動 Div 後方的最後一個元素 (如果從 .container 移除或取出 .footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.page-title { margin-bottom:0px; text-align:left; width:400px; height:35px; padding-top:8px; padding-top:11px\9; *padding-top:11px; font-size:13px; color:#333; font-weight:100; margin-left:16px;  }


.news_title {
	margin-bottom:5px; color:#4F4B37;
}


/* navigation */
/*
.navigation {
	background: #FFF url(images/bgnavigation.gif) repeat-x;
	font: bold 12px Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 806px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}
*/




/* sub navigation */
/*
.sidenav {
	float: right;
	width: 160px;
}

.sidenav h1 {
	background: #BCB39F url(images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 12px;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	padding-top:8px;
}

.sidenav h1 a {
	text-decoration: none;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
*/

.sidenav { float: left; width: 236px; margin: 0px; margin-top:-5px; padding: 0px;  font-size: 12px; color:#FFFFFF;
background:url(images/side-bar.jpg) bottom left no-repeat;  
}

.sidenav ul { width: 236px; margin: 0px 0px 0px -5px; padding: 0px; border-bottom:0; height:29px; }	/*dotted 1px #d8d8d8;*/
.sidenav li { list-style: none; margin: 0px; padding:5px;  }
.sidenav li.title { margin: 0px 0px 0px 0px; color: #fff; text-transform: uppercase; font-size: 12px; }
.sidenav li a { width:208px; padding: 5px 0px 4px 28px; display: block; min-height: 20px; height: auto !important; height: 20px; line-height: 20px; margin: 0px; color: #fff; text-decoration: none; font-size: 12px; background: url(images/but1.jpg) no-repeat; }
.sidenav li a:hover, .sidenav li a.selected { color: #fff; background: url(images/but2.jpg) no-repeat; }/*藍3899E5*/




.sidebar-maintitle { margin: 0px 0px 10px 0px; padding: 6px 10px 5px 10px; background-color: rgb(156,186,214); color: #fff; text-transform: uppercase; font-weight: bold; font-size: 12px;}
.sidebar-title-noshade { margin: 0px; padding: 8px 10px 8px 10px; border-top: solid 1px rgb(215,215,215); color: rgb(75,75,75); font-weight: bold; font-size: 12px;}
.sidebar-title-noshade a { text-decoration: none; }
.sidebar-title-noshade a:hover, .sidebar-title-noshade a.selected { text-decoration: underline; }


.sidebar-txtbox-noshade {margin: 0px 0px 5px 0px; padding: 2px 10px 3px 10px;}
.sidebar-txtbox-noshade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 15px; font-size: 12px;}
