@charset "utf-8";

/*-----------------------------網站背景-----------------------------*/
html, body {
	height: 100%;
	background-color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/indexbg.gif);
	background-repeat: repeat-x;
	 color: red; /* all browsers, of course */  
 color : green\9; /* IE8 and below */  
 *color : yellow; /* IE7 and below */  
 _color : orange; /* IE6 */  
	
}


img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul{ list-style:none;}
li{ list-style:none;}
.clear{ clear:both; width:100%; height:0; overflow:hidden;}

/*-----------------------------文字-----------------------------*/

.font15_c{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #6f4848;
}

.font15_red{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FF0000;
	font-weight: bold;
}

.font15_blue{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #006699;
	font-weight: bold;
}


.font15_co{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #990033;
	font-weight: bold;
}

.font15_b{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}

.font15_b2{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
}

/* ---------------網頁路徑---------------  */


#path_powered {
	text-align: right;
	float: right;
	font-size: 13px;
	font-family: "微軟正黑體";
	padding-top: 10px;
	color: #317fbd;
	background-image: url(../images/dd.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 30px;
	position: relative;
	z-index: 1004;
}


#path_powered a:link {
	color:#666666;
	text-decoration: none;
}
#path_powered a:visited { color:#086f00;text-decoration: none; }
#path_powered a:hover { color:#086f00;text-decoration: none; }
#path_powered a:active { color:#086f00;text-decoration: none; }

#path_powered2 {
	text-align: right;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	color: #317fbd;
	background-image: url(../images/dd.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 112px;
	padding-left: 5px;
	padding-right: 70px;
}

#path_powered2 a:link {
	color:#666666;
	text-decoration: none;
}
#path_powered2 a:visited { color:#086f00;text-decoration: none; }
#path_powered2 a:hover { color:#086f00;text-decoration: none; }
#path_powered2 a:active { color:#086f00;text-decoration: none; }


/*-----------------------------網站主體架構-----------------------------*/

#all_index{
	width: 1000px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.all_index{
	width: 1000px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}


.all_wap{
	width: 1000px;
	float: left;
	position: relative;
	padding-top: 15px;
}

#header{
	margin-right: auto;
	margin-left: auto;
	height: 170px;
	width: 1000px;
}


.header{
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: absolute;
	z-index: 33;
	width: 1000px;
}

#content{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#logo_l{
	float: left;
	width: 579px;
	height: 87px;
	padding-left: 39px;
}

#logo_r{
	float: left;
	width: 180px;
	padding-left: 180px;
	padding-top: 20px;
}

.logo_line{
	float: left;
}

.logo_fb{
	float: left;
}

.logo_contant{
	float: left;
}


#sidebar{
	width:942px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar_about{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../images/mainbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}


.logo_code{
	float: left;
	position: absolute;
	z-index: 999;
	height: 67px;
	width: 68px;
	left: 63px;
	top: -167px;
}


.logo_wine{
	float: left;
	position: absolute;
	z-index: 999;
	height: 120px;
	width: 204px;
	left: 31px;
	top: -98px;
}

#left{
	float: left;
	width: 195px;
	padding-top: 205px;
	padding-left: 29px;
}


#right{
	width:735px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main{
	width:688px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333333;
	font-family: "微軟正黑體";
	line-height: 22px;
	padding-left: 30px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#title{
	padding-left: 15px;
	padding-top: 5px;
}

/* ---------------------- 左邊選單 ------------------------ */


.menua {
	background-image: url(../images/l_bg_02.png);
	background-repeat: repeat-y;
	float: left;
	width: 195px;
}

.menua ul li {
	display:block;
	list-style:none;
	overflow:visible;
	background-image: url(../images/l_menu_01-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menua ul li a {
	display:block;
	height:34px;
	margin-top:0px;
	padding-left:36px;
	font-size:16px;
	color:#faedca;
	outline:none;
	font-family: "微軟正黑體";
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
}

.menua ul li a:hover {
	height:34px;
	font-size:16px;
	font-family: "微軟正黑體";
	color: #FFCC00;
}

.menua ul li .active {
	background-image: url(../images/l_menu_01-on.png);
	background-repeat: no-repeat;
	color: #FFCC00;
}

.menua ul li .inactive {
	background-image: url(../images/l_menu_01-on.png);
	background-repeat: no-repeat;
}
.menua ul li ul {
	display:none;
}
.menua ul li ul li ul {
	margin-bottom:5px;
}
.menua ul li ul li {
	display:block;
	background:none;
	font-size:13px;
	color:#8f9d4c;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	font-family: "微軟正黑體";
	list-style-type: none;
}
.menua ul li ul li a {
	font-size:13px;
	height:30px;
	color:#8f9d4c;
	font-family: "微軟正黑體";
	line-height: 30px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.menua ul li ul li a:hover {
	font-size:13px;
	height:30px;
	color:#CC0000;
}

.left_title_a{
	float: left;
	background-image: url(../images/l_bg_01.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 195px;
}

.left_down_a{
	float: left;
	width: 195px;
	background-image: url(../images/l_bg_03.png);
	background-repeat: no-repeat;
	height: 41px;
}


.left_down_a2{
	float: left;
	width: 195px;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 110px;
}

/*--------------- 浮動區 -------------------------*/

.top_float{
	width:1000px;
	position: absolute;
	z-index: 2;
	background-image: url(../images/img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 519px;
	margin: 0;
	float: left;
}

/* ---------------------- 主選單 ------------------------ */
#menu-wrap {
	width: 1000px;
	position: absolute;
	z-index: 444;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu-content {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	float: left;
}

.menu-content {
	height: 56px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


/*  */ 
#mupic ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic li{
	margin: 0px;
	float: left;
	display: inline;
}
#mupic li a {
	height: 56px;
	display: block;
	line-height: 9000px;
	overflow: hidden;
	width: 134px;
}
#mupic li.one a {
	background-image: url(../images/menu_01.png);
}
#mupic li.one a:hover{
	background-image: url(../images/menu_01-over.png);
}

/*  */  
#mupic2 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic2 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic2 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 125px;}
#mupic2 li.two a {
	background-image: url(../images/menu_02.png);
}
#mupic2 li.two a:hover{
	background-image: url(../images/menu_02-over.png);
}

/*  */ 
#mupic3 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic3 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic3 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 127px;}
#mupic3 li.three a {
	background-image: url(../images/menu_03.png);
}
#mupic3 li.three a:hover{
	background-image: url(../images/menu_03-over.png);
}

/*  */  
#mupic4 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic4 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic4 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 146px;}
#mupic4 li.four a {
	background-image: url(../images/menu_04.png);
}
#mupic4 li.four a:hover{
	background-image: url(../images/menu_04-over.png);
}

/*  */  
#mupic5 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic5 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic5 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 127px;}
#mupic5 li.five a {
	background-image: url(../images/menu_05.png);
}
#mupic5 li.five a:hover{
	background-image: url(../images/menu_05-over.png);
}

/*  */  
#mupic6 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic6 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic6 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 160px;}
#mupic6 li.six a {
	background-image: url(../images/menu_06.png);
}
#mupic6 li.six a:hover{
	background-image: url(../images/menu_06-over.png);
}

/*  */  
#mupic7 ul{list-style-type: none;margin: 0px;padding: 0px;}
#mupic7 li{float: left;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;display: inline;}
#mupic7 li a {height: 56px;display: block;line-height: 9000px;overflow: hidden;width: 126px;}
#mupic7 li.seven a {
	background-image: url(../images/menu_07.png);
}
#mupic7 li.seven a:hover{
	background-image: url(../images/menu_07-over.png);
}


/*--------------- 產品區 -------------------------*/

#home_products_text{
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1002;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

/* 商品區塊 */
#home_content {
	position: relative;
}

/* 商品列表框 */
#home_products_row {
	height: auto;
	clear: both;
}

/* 商品 */
#home_products_row .home_products_case {
	clear : right;
	float: left;
}
#home_products {
	float: left;
	clear:left;
	padding-left: 20px;
	text-decoration: none;
}


DIV#home_products .home_images{
	text-align: center;
	text-decoration: none;
	border: 3px solid #FFFFFF;
	background-color: #CCCCCC;
	padding: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


DIV#home_products .home_name {
	font-size: 15px;
	color: #666666;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-family: "微軟正黑體";
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
DIV#home_products .home_name a:link{
	color: #666666;
	text-decoration: none;
}
DIV#home_products .home_name a:visited{
	color: #333333;
}
DIV#home_products .home_name a:hover{
	color: #FF0000;
}
DIV#home_products .home_name a:active{
	color: #333333;
	text-decoration: none;
}


#products_box{
	float: left;
	width: 200px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.products_img{
	height: 200px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.products_con{
	width: 100%;
}

.products_title{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	color: #666666;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.products_con2{
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	line-height: 22px;
	text-align: center;
	height: 45px;
	padding-top: 5px;
}

.products_con3{
	width: 100%;
	font-size: 12px;
	color: #999999;
	font-family: "微軟正黑體";
	text-align: center;
	float: left;
}

.products_con4{
	width: 440px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	line-height: 35px;
	float: left;
	padding-left: 6px;
}

.products_con5{
	width: 446px;
	font-size: 12px;
	color: #999999;
	font-family: "微軟正黑體";
	text-align: right;
	float: left;
}




/* ------------- 產品 ------------- */

.products1_box{
	background-color: #FFFFFF;
	padding: 5px;
	height: 190px;
	width: 208px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
}

.pro_imb_box{
	width: 100%;
	float: left;
}

.pro_imb_box_m{
	width: 670px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pro_imb_box_r{
	width: 425px;
	float: left;
	margin-right: 10px;
}

.pro_imb_box_back{
	width: 100%;
	text-align: center;
	float: left;
}

.pro_imb{
	background-color: #FFFFFF;
	padding: 5px;
	height: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
	width: 210px;
	text-align: center;
}

.pro_con{
	width: 300px;
	float: left;
	line-height: 26px;
	font-family: "微軟正黑體";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
}
.pro_con_m{
	padding: 5px;
	width: 100px;
	float: left;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.products1_title{
	width: 440px;
	float: left;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	color: #333333;
	height: 35px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.products1_title a{
	color: #FF0000;
	text-decoration: none;
}


.products1_title a:link{
	color: #333333;
	text-decoration: none;
}

.products1_title a:hover{
	color: #FF0000;
	text-decoration: none;
}

.products1_title a:visited{
	color: #333333;
	text-decoration: none;
}

/*--------------- 版權聲明區 -------------------------*/

#foot_text{
	width:940px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1002;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #FC6;
	padding-bottom: 10px;
}

#foot{
	width:100%;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.foot{
	width:1000px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1002;
}


.foot_nav{
	color: #f4f4f4;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #7d7d7d;
	float: left;
}
.foot_bar{
	line-height:32px;
	font-size:12px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	text-align: center;
	color: #987b69;
	font-family: "微軟正黑體";
	padding: 0px;
	margin-bottom: 10px;
	float: left;
}
