/*---------------------------------------------- 基本設定 ---------------------------------------------*/
@charset "utf-8";
font {                               /* 使用<FONT>的預設樣式 */
    font-family:arial;
    font-size:13px;
    color:#000000;
}
span{ float:left;}                   /* 使用<SPAN>，接續前一個物件位置排列 */

/*----------------------------文字連結----------------------------*/
a {}                                 /* 文字連結基本 */
a:link {
	color:#2d2d2d;                   /* 文字有連結 */ 
	font-family:arial;
	font-size:13px;
    text-decoration: none;
}
a:visited {                          /* 點選過的連結 */
    color:#666666;
	font-size:13px;
	font-family:arial;
	text-decoration: none;
}
a:active { font-weight: bold}        /* 滑鼠按下的瞬間 */
a:hover { color:#ff9307;}             /* 滑鼠移上時 */

/*-------------------------網頁png透明(IE6)-------------------------*/
div, img, span, #x1 { behavior:url("iepngfix.htc");}

/*-----------------------------網站背景-----------------------------*/
html, body {height: 100%; background: #ffffff}
body{
	margin:0;                        /* 與外框的內距 */
	background: url(images/bodybg02.jpg) top center;
}

/*---------------------------------------------- 主架構 ----------------------------------------------*/
#all-frame{                          /* 最外層框架 */
	margin:auto;                     /* 網頁置中需設 */
	width:990px;                     /* 網頁整體寬度 */
}

#top-frame{                         /* TOP框架，供DIV定位 */
    float:left;                     /* 列定位，內容已將寬度撐開，可不設定 */
	width:100%;
	background: url(images/topbg.png) top center no-repeat;
}

#down-frame{                        /* DOWN框架 */
    float:left;                     /* 列定位，內容已將寬度撐開，可不設定 */
	width:100%;
}

#middle-frame{                       /* MIDDLE框架，內含LEFT、MAIN、RIGHT三個框架 */
	float:left;                      /* 列定位，接續TOP框架排列 */
	width:100%;
	padding-bottom: 27px;
	min-height: 422px;
}

#left-frame{                         /* LEFT框架 */
    float:left;
    width:225px;
	padding-left:35px;
	padding-right: 5px;
	padding-bottom: 93px;
}
#left-frame2{                         /* LEFT框架 */
    display:none;
}

#right-frame{                         /* RIGHT框架，接續MAIN框架 */
    float:left;
	width:250px;
	display:none;
}

#main-frame{                         /* MAIN框架，接續LEFT框架 */
    float:left;
    width:700px;
}
#main-frame2{                         /* MAIN框架，接續LEFT框架 */
    float:left;
    width:1025px;
}


/*---------------------------------------------- TOP內容 ----------------------------------------------*/
#top-frame #allbox { width:990px; margin:auto;}
/*-------- LOGO --------*/
#top-frame .logo{                    /* LOGO定位 */
    padding-left: 15px;
}
#top-frame .link{
    width:121px;
	height:30px;
	padding-top:31px;
	padding-left:540px;
	padding-right:8px;
	padding-bottom:3px;
}
#top-frame .link .q{
    padding-right:4px;
}

/*-------- MENU --------*/
#top-frame #menu{}
#top-frame .menu01{                  /* 左圖 */
    background:url(images/top_l.png);
    width:8px;
	height:74px;
}
#top-frame .menu02{}                 /* 關於我們 */
#top-frame .menu03{}                 /* 最新消息 */
#top-frame .menu04{}                 /* 電子型錄 */
#top-frame .menu05{}                 /* 常見問題 */
#top-frame .menu06{}                 /* 聯絡方式 */
#top-frame .menu07{                  /* 右圖 */
    background:url(images/top_r.png);
    width:5px;
	height:74px;
}
#top-frame .f{
    padding-left: 46px;
} 
#top-frame .f .flash{
	width: 899px;
	height:196px;
	padding: 6px;
	border: solid 1px #176ece;
} 


#top-frame .top_d{
	width:100%;
	height:61px;
	background:url(images/msgbg.jpg);
}
#top-frame .top_d #mar {
	width:990px;
	height:52px;
	margin:auto;
	background: url(images/newsmar.png) no-repeat center top;
	position: relative;
}

/*--------- 跑馬燈 ---------*/
#top-frame #mar .pic1{
	width:64px;
	height:43px;
	background:url(images/new.png);
	position: absolute;
	top: -12px;
	left: 155px;
}
#top-frame #mar .bg{ 
    width:469px;
	height:31px;
	padding-left:195px;
	padding-top:21px;
	float:left;
}
#top-frames #mar .pic2{display:none;}

/*-------------------- top 搜尋 --------------------*/
#search { width: 299px; height:52px; float:left; }

#search .pic1{        /* 左邊圖片 */
    display: none;
}
#search .pic2{      /* 右邊圖片 */
    display: none;
}
#search .serbg{                           /* 背景 */
    width:180px;
	height:52px;
    background:url(images/ser_01.png) no-repeat;
}
/*-------- 欄位 --------*/
#search .inputspan{                    /* 欄位定位 */
    width:123px;
	padding-left: 42px;
	padding-top: 17px;
}
#search .input1{                      /* 欄位樣式 */
    border:0px; 
	font-size:12px; 
	width:125px; 
	height:16px;
}
/*-------- 按鈕 --------*/
#search .buttenbg{                    /* 按鈕背景 */    
    width:115px;
	height:35px;
    background:url(images/ser_02.png) no-repeat;
	padding-top: 17px;
	padding-left: 4px;
}
#search .buttenbg .butten1{           /* 按鈕樣式 */
	border:0px;
	width:103px;
	height:17px;
    background:url(images/ser_icon.png) no-repeat;
}

/*---------------------------------------------- DOWN內容 ----------------------------------------------*/
#down-frame .down{
	width:100%;
	height:100%;
	background: #eeeeee;  /* DOWN背景圖 */
	background-position: bottom;
	border-top: solid 1px #e0dfdf;
}
/*-------- 內容 --------*/
#down-frame #down{                    /* 定位 */
	width:990px;
	margin:auto;
	position: relative;
}
#down-frame .q{                    /* 定位 */
    width:89px;
	height:66px;
	position: absolute;
	background:url(images/down_icon.png);
	top:-54px;
	left:40px;
}
/*-------- 文字 --------*/
#down-frame .txtspan{                /* 文字定位 */
	padding-left:47px;
	padding-top:23px;
	padding-bottom: 26px;
	width:760px;
	float:left;
}
#down-frame .txt{                    /* 文字樣式 */
	font-size:12px;
	color:#383838;
	font-family:arial;
}
#down-frame a{                      /* 文字連結 */
    text-decoration: underline;
    font-size:11px;
}
#down-frame .title{       /* 網站名稱 */
    width:219px; 
	padding-bottom:4px;
}
#down-frame .mail{    /* EMAIL */
	font-family: Verdana, Regular,;
	font-size: 12px;
    padding-bottom:6px;

}  
                 
#down-frame .company{        /* 公司 */

	padding-bottom:4px; 
	font-family: Verdana, Regular;
	font-size: 12px;
}  
#down-frame .copyright{  /* 版權宣告 */
	width:448px;
	color:#4e7abb;
	font-family: Arial, Regular;
	font-size: 11px;
}
#down-frame .c_logo{  
	width:140px;
	padding-top: 12px;
	padding-left: 13px;
	float:left;
}



/*---------------------------------------------- LEFT內容 ----------------------------------------------*/
/*---------------------- menu_p、s、q產品目錄 ----------------------*/
#menu .hearder{
    background:url(images/l_menutle.png);
	width:225px;
	height:53px;
}
#menu .hearder2{
    background:url(images/about_menutle.png);
	width:225px;
	height:53px;
}

#menu .bottom{
    background:url(images/l_menubottom.png);
	width:225px;
	height:48px;
}
/*-------- 分區 --------*/
#menu #area{width:100%}
#menu .area {
    width:100%;
	background: url(images/area.png) no-repeat;
	padding:8px 0 0 30px;
	height:22px;
}
#menu .area a {
    font-size:15px;	
	color:#333333; 
	text-decoration:none;
	font-family: "微軟正黑體", Regular;
}
#menu .area a:hover {color:#0052ac;}

#menu .area_on {
    width:100%;
	background:url(images/area_on.png) no-repeat;	
	padding:5px 0 0 45px;	
	height:25px;
}
#menu .area_on a {
    font-size:15px;
    color:#ffffff; 
	font-weight :bold;	
    text-decoration:none; 
	cursor:hand;
	font-family: "微軟正黑體", Regular;
}
#menu .area_on a:visited {
    color:#ffffff; 
	text-decoration:none; 
	cursor:hand;
}
/*-------- 分類 --------*/
#menu #cat{}
#menu .cat {
    font-size:13px;
	background:url(images/cat.png) repeat-y; 
	padding:6px 0 7px 45px;
	width:100%;
}
#menu .cat a {
    color:#333333; 
	text-decoration:none;
	font-family: "微軟正黑體", Regular;
}

#menu .cat a:hover {color:#ff9307;}
#menu .cat_on {
    font-size:13px;
	width:100%;
	font-weight:bold;
	background:url(images/cat_on.png) repeat-y; 
	padding:6px 0 7px 45px;
}
#menu .cat_on a{
    color:#ff9307; 
	text-decoration:none;
	font-family: "微軟正黑體", Regular;
	cursor:hand;
}
#menu .cat_on a:hover {color:#0052ac;}


/*--------------------------------------------- RIGHT內容 ---------------------------------------------*/

/*--------------------------------------------- MIDDLE內容 ---------------------------------------------*/
