/*---------------------------------------------- 基本設定 ---------------------------------------------*/
@charset "utf-8";
font {                               /* 使用<FONT>的預設樣式 */
    font-family:arial;
    font-size:13px;
    color:#000000;
}
span{ float:left;}                   /* 使用<SPAN>，接續前一個物件位置排列 */

/*----------------------------文字連結----------------------------*/
a {}                                 /* 文字連結基本 */
a:link {
    color:#59554c;                   /* 文字有連結 */ 
	font-family:arial;
	font-size:13px;
    text-decoration: none;
}
a:visited {                          /* 點選過的連結 */
    color:#707070;
	font-size:13px;
	font-family:arial;
}
a:active { font-weight: bold}        /* 滑鼠按下的瞬間 */
a:hover { color:#31a032}             /* 滑鼠移上時 */

/*-------------------------網頁png透明(IE6)-------------------------*/
div, img, span, #x1 { behavior:url("iepngfix.htc");}

/*-----------------------------網站背景-----------------------------*/
html, body {height: 100%; background-color:#FFFFFF;}
body{
	margin:0;
	background-image: url();
	background-repeat: repeat-x;
	background-position: center top;
}


/*---------------------------------------------- 主架構 ----------------------------------------------*/
#all-frame{                          /* 最外層框架 */
	margin:auto;                     /* 網頁置中需設 */
	width:990px;                     /* 網頁整體寬度 */
}

#top-frame{                         /* TOP框架，供DIV定位 */
    float:left;                     /* 列定位，內容已將寬度撐開，可不設定 */
	width:100%;
}
#down-frame{                        /* DOWN框架 */
    float:left;                     /* 列定位，內容已將寬度撐開，可不設定 */
	width:100%;
}
#middle-frame{                       /* MIDDLE框架，內含LEFT、MAIN、RIGHT三個框架 */
	float:left;                      /* 列定位，接續TOP框架排列 */
	width:100%;
}
#left-frame{                         /* LEFT框架 */
    float:left;
    width:330px;
	display:none;
}
#right-frame{                         /* RIGHT框架，接續MAIN框架 */
    float:left;
	width:300px;
	display:none;
}
#main-frame{                         /* MAIN框架，接續LEFT框架 */
    float:left;
    width:360px;
	display:none;
}
/*---------------------------------------------- TOP內容 ----------------------------------------------*/
#top-frame span{float:left;}
/*-------- LOGO --------*/
#top-frame #top_btn{ width:990px; height:48px;float:left}
#top-frame #top_btn #add{ float:left;padding-left:4px;padding-top:7px;color:#bfbaba;}
#top-frame #top_btn #add a{ color:#6a6a6a; font-size:12px; font-weight:500; line-height:31px; font-family:Arial, "新細明體"}
#top-frame #top_btn #add a:hover{ color:#999999;}
/*-------- MENU --------*/
#top-frame #menu{position: relative; z-index:10;float:left}
#top-frame .logo{}
#top-frame .menu01{}
#top-frame .menu02{}                 /* 關於我們 */
#top-frame .menu03{}                 /* 最新消息 */
#top-frame .menu04{}                 /* 電子型錄 */
#top-frame .menu05{}                 /* 線上購物 */
#top-frame #flash{ width:990px;height:474px;position: relative; z-index:1;float:left }
#top-frame .flash_top{ width:990px; height:25px;position: relative; z-index:1;float:left }
#top-frame .flash_bg{width:990px;height:474px;text-align:center;}


/*-------------------- search_model.asp產品搜尋 --------------------*/
#search .bg{
	padding-left:684px;                           /* 背景 */
	width:159px;
	height:47px;
    background:url(images2/aa_02.jpg) no-repeat 684px;
}
/*-------- 欄位 --------*/
#search .inputspan{                    /* 欄位定位 */
    padding-left:30px;
	padding-top:15px;
}
#search .input1{                      /* 欄位樣式 */
    border:0px; 
	font-size:12px; 
	width:96px; 
	height:15px;
}
/*-------- 按鈕 --------*/
#search .buttenbg{
    padding-left:7px;
}                    /* 按鈕背景 */

#search .buttenbg .butten1{           /* 按鈕樣式 */
    border:0px; 
	width:24px;
	height:47px;
    background:url(images2/aa_02-2.jpg);
}

/*---------------------------------------------- DOWN內容 ----------------------------------------------*/
#down-frame span{float:left;}
#down-frame .down{
	width:100%;
	background-image: url(images/down2.png);  /* DOWN背景圖 */
	background-repeat: repeat-x;
}
#down-frame #down2{
    width:990px;
    margin:auto;
}
#down-frame .bg{                    /* 定位 */
	width:100%;
	height:67px;
	background-image: url(images2/aa_15.jpg);
	background-repeat: no-repeat;
}   
                  /* LOGO定位 */
/*-------- 文字 --------*/
#down-frame .txtspan{                /* 文字定位 */
	padding-left:40px;
	padding-top:24px;
	font-size:12px;
	font-family:arial;
	color:#666666;
}
#down-frame a{                      /* 文字連結 */
    font-size:12px;
}
#down-frame .address{width:446px;}     /* 地址 */
#down-frame .tel{width:124px;}         /* 電話 */
#down-frame .fax{width:124px;}         /* 傳真 */
#down-frame .mail{width:190px;}                    /* EMAIL */
#down-frame .inquiry a{
    text-decoration: underline;
    font-size:12px;
	color:#4eaf0d;
}          /* 最佳解析度 */

/*--------------------------------------------- MIDDLE內容 ---------------------------------------------*/

/*--------- 跑馬燈 ---------*/
#mar .bg{
    width:860px; 
	background:url(images2/aa_14.jpg) no-repeat 0 8px; 
	height:31px;
	padding-top:19px;
	padding-bottom:10px;
	padding-left:110px;
	padding-right:20px;
}
