@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #BBD2FF;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #FF6600;
	text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

/* ~~ 這個固定寬度的容器環繞著其他 Div ~~ */
.container {
	width: 1010px; /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#parallax{
	height: 224px;
	overflow: hidden;
	position: relative;
	top: -100;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#oct-logo {
	position: relative;
	top: -190px;
	height: 150px;
	text-align: center;
}

/* ~~ 這是版面資訊。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。此 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

*/


#oct-menu {
	position: relative;
	top: -150px;
	margin-left: 10px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體";
	text-decoration: none;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: -15px;
	margin-right: 10px;
	padding-left: 10px;
}
#oct-menu ul {
	list-style: none;
}

#oct-menu li {
	display: inline;
}

#oct-menu a {
	float: left;
	width: 135px;
	height: 30px;
	display: block;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #00587B;
	border-left-color: #00587B;
	color: #FFF;
	text-decoration: none;
}

#oct-menu a:hover {
	width: 135px;
	height: 60px;
	color: #ff0000;
	text-decoration: underline;
	background-image: url(images/menu-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: -20px;
}


.content {
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	top: -150px;
}


/* ~~ 頁尾 ~~ */
.footer {
	background-color: #FCF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.container .footer p {
	margin-top: 10px;
	margin-bottom: -5px;
}


/* ~~ 其他 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;
}
.index-table-title-1 {
	background-image: url(images/table_title.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-family: "微軟正黑體", "新細明體";
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: -10px;
}
.index-table-border {
	border: 2px solid #333;
}
.index-table-list {
	font-family: "微軟正黑體", "新細明體";
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	list-style-type: square;
	margin-left: 20px;
}
h1 {
	font-family: "微軟正黑體", "新細明體";
	font-size: 30px;
	font-weight: bold;
	color: #3B5274;
	text-decoration: underline;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	color: #C00;
}

.text {
	font-family: "微軟正黑體", "新細明體";
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.prod-line {
	border-top-width: 3px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
.support-tab-title1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/support_tab-title.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}