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

body {
	font: 12px arial, sans-serif;
	background: #fff url(images/bg.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
	color: #76624F;
	list-style-type: none;
	line-height: 18px;
}
/* ~~ 元素/標籤選取器 ~~ */
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: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}
/* ~~ 這個固定寬度的容器環繞著所有其他 Div ~~ */

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


#wrapper {
	width: 974px;/*954*/
	/*background: #fff;*/
	/*background: url(images/background_layout_1.gif) top left repeat-y;*/
	margin: 0px auto 0px;/*先抓高度*/
	*margin: -18px auto 0px;
	padding: 0px; 
	/*width: 770px; */
	position:relative;
}

#wrapper #logo{
	/*width: 200px;*/
	top: 0px ;/*logo原與wrapper齊頭*/ /*再抓距離*/
	*top: 18px ;
	left: 10px; 
	position:absolute;
	z-index:999;
}
#wrapper #slogan{

	top: 57px ;/*logo原與wrapper齊頭*/ /*再抓距離*/
	*top: 75px ;
	left: 288px; 
	position:absolute;
	z-index:999;
}

#wrapper #top-flash-language-navigation{
	width: 370px;
	top: -99px ;/*logo原與wrapper齊頭*/
	*top: -80px ;
	right: -68px; 
	height:23px;
	position:absolute;
}

#wrapper .left {
    background: url("images/sideLine.png") no-repeat 0 0 transparent;
    float: left;
    height: 798px;
    width: 10px;
}
#wrapper .right {
    background: url("images/sideLine-right.png") no-repeat 0 0 transparent;
	
    float: left;
    height: 905px;
    width: 10px;
}
#wrapper .container {
	float:left;
	width:954px;
	background:#FFFFFF;
	overflow:hidden;
}




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

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

}

.content {
	border-top: 34px solid #CCC;
	width: 646px;
	float: left;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	min-height:365px;
	border-left: 1px solid #CCCCCC;
	position:relative;
}

.content-product {
	border-top: 34px solid #CCC;
	width: 706px;
	float: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	min-height:365px;
	border-left: 1px solid #CCCCCC;
	position:relative;
}

.sidebar2 {
	float: left;
	width: 160px;
}
/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}
/* ~~ 導覽清單樣式 (如果選擇使用 Spry 之類的預製飛出選單，則可移除) ~~ */
.nav {
	background-color:#77A13A;
}
ul.nav {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li {
	list-style: none; /* 這會移除清單標記 */
}
ul.nav li a { /* 將這些選取器放入群組，即可確保您的連結即使在受到點擊後仍保有按鈕外觀 */
	display: block; /* 這會為錨點提供區塊屬性，使錨點能填滿包含它的整個 LI，讓整個區域都能回應滑鼠點按動作。 */
	width: 146px;  /*這個寬度使整個按鈕都可用於 IE6 的點按動作。如果不需要支援 IE6，就可將其移除。請從側邊列容器的寬度減去此連結的間距來計算適當的寬度。 */
	text-decoration: none;
	background-image: url(images/sidebar2/menu8-1.gif);
	border-bottom: 1px solid #666; /* 這會建立按鈕分隔 */
	padding-top: 6px;
	padding-top: 8px\9;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-bottom: 4px\9;
	padding-left: 22px;
}
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: #F7F7F7;
	
/*	color: rgb(255,255,255);*/
	color: #333333;
}

.footer a {color: rgb(255,255,255); 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 { position:absolute; top:-35px; top:-38px\9; 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 }


.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: 247px; margin: 0px; padding: 0px; color: rgb(75,75,75); font-size: 10px;}
.sidenav ul {width: 247px; margin: 0px 0px 0px 0px; padding: 0px;  background:#F9F9F9; }	
.sidenav li {list-style: none; margin: 0px;}
.sidenav li.title { margin: 0px 0px 0px 0px;   color: rgb(255,255,255); text-transform: uppercase; font-size: 12px;}
.sidenav li.group a {display: block; min-height: 17px; height: auto !important; height: 17px; line-height: 25px; margin: 0px; padding: 5px 7px 5px 15px;  border-left: solid 7px #333; color: rgb(75,75,75); font-size: 12px; border-bottom:1px solid #CCC;}
.sidenav li a {padding: 5px 5px 4px 18px; display: block; min-height: 17px; height: auto !important; height: 17px; line-height: 17px; margin: 0px;  color: rgb(75,75,75); text-decoration: none; font-size: 12px; background-color: #red;}
.sidenav li a:hover, .sidenav li a.selected { background:#ccc; border-left: solid 7px #333; text-decoration: none; color: #fff;}/*藍3899E5*/




.sidebar-maintitle {margin: 0px 0px 10px 0px; padding: 6px 10px 5px 10px; background-color: rgb(156,186,214); color: rgb(255,255,255); 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;}
