body{
	background-color:#fafafa !important;
	font-family: Helvetica Neue, Helvetica, Heiti TC, 微軟正黑體, Microsoft Sans Serif, Helvetica, Geneva, sans-serif;
}

a {
	border:0px;
	color:#8c8274;
	text-decoration:none;
}

a:hover{
	color:#8c8274;
	text-decoration:underline;
}
.wrapper{
	width:980px;
	background-color:#ffffff;
	float: left;
	color:#8c8274;
}

.menubar{
	padding:50px 20px 70px 20px;
}

.menu{
	padding-left:300px;
	float:left;
}
.menu ul {margin:0px;}

.lavaLampWithImage {
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}
                    
.lavaLampWithImage li.back {
	background: url("images/lava.gif") no-repeat right -30px;
    width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}
                        
.lavaLampWithImage li.back .left {
	background: url(images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

.lavaLampWithImage li a {
	font-family: Helvetica Neue, Helvetica, Heiti TC, 微軟正黑體, Microsoft Sans Serif, Helvetica, Geneva, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-decoration: none;
	color: #8c8274;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;    
}
                        
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {border: none; color:#ffffff;}

.lavaLampWithImage li a:visited {border: none;}

.lavaLampWithImage li.current a{
	color:#464646;
}

/*slider*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.flexslider {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0, .2);
}

.flex-container {
	/*min-width: 150px;
	max-width: 960px;*/
	width: 840px;
	height:420px;
	margin: 0px auto;
	margin-bottom: 80px;
}

.flexslider .slides { zoom: 1; }

.flex-direction-nav a {
	display: block;
	position: absolute;
	margin: -17px 0 0 0;
	width: 35px;
	height: 35px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9999;

	background-color: #e4dbcf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dbcf), to(#c9c3b9));
	background-image: -webkit-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: -moz-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: -o-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: linear-gradient(to bottom, #e4dbcf, #c9c3b9);
}

.flex-direction-nav a:before {
	display: block;
	position: absolute;
	content: '';
	width: 9px;
	height: 13px;
	top: 11px;
	left: 11px;
	background: url(images/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
}

.flex-direction-nav .flex-next {
	right: -5px;

	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
	left: -5px;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
	right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #c9c3b9;
}

.flex-direction-nav .flex-prev:after {
	left: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #c9c3b9;
}

.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: -40px;
	text-align: center;
	margin: 0 0 0 -10px;
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background-color: #c9c3b9 \9;

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	-webkit-box-shadow: inset 0 0 0 2px #c9c3b9;
	-moz-box-shadow: inset 0 0 0 2px #c9c3b9;
	box-shadow: inset 0 0 0 2px #c9c3b9;
}

.flex-control-paging li a.flex-active {
	background-color: #e4dbcf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4dbcf), to(#c9c3b9));
	background-image: -webkit-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: -moz-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: -o-linear-gradient(top, #e4dbcf, #c9c3b9);
	background-image: linear-gradient(to bottom, #e4dbcf, #c9c3b9);

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.flexslider .slides p {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 5px 5px;
	margin: 0;

	font-family: Helvetica Neue, Helvetica, Heiti TC, 微軟正黑體, Microsoft Sans Serif, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: white;

	background-color: #222222;
	background: rgba(0,0,0, .9);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.newsboxbg{
	float:left;
	padding:5px 0px;
	background-color:#e4dbcf;
}

.newsboxbgb{
	float:left;
	padding:10px 0px;
	background-color:#e4dbcf;
	border-top: 1px dashed #bab3a6;
	border-bottom: 1px dashed #bab3a6;
}

.newsbox {
	padding: 20px 70px 15px 70px;
	background: url(images/newsbg.jpg) repeat top;
	line-height: 2.0em;
	float: left;
}

.news_left{
	float:left;
}

.news_feat{
	width:328px;
	background-color:#f7f2ec;
	padding:15px 15px 16px 15px;
	font-size:16px;
	color:#8c8274;
	margin:0px;
}

.linebg{
	width:2px;
	height: 353px;
	background: url(images/linebg.jpg) repeat top;
	margin:0px 20px;
	float:left;
}

.news_item{
	margin-bottom:27px;
	float:left;
}

.news_item_title{
	font-size:16px;
	float:left;
	width:200px;
	color:#504C46;
	line-height: 1.6em;
}

.news_item_title a, .news_item_title a:visited{
	color:#504C46;
}

.news_item_title a:hover{
	color:#504C46;
}

.news_item img{
	margin-right:15px;
	float: left;
}

.btn_more{
	position: relative;
	top: -13px;
	left: 825px;
	width: 65px;
	height: 30px;
}

.hotprod_wrap{
	padding:50px 70px 0px 70px;
	float:left;
	width:840px;
}

.hotprod_title{
	color:#8c8274;
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px solid #8c8274;
	margin-bottom: 18px;
}

.hotprod_item{
	margin-right:35px;
	width: 140px;
	/*height: 208px;*/
	float: left;
}

.hotprod_box{
	background-color:#e4dbcf;
	width:110px;
	height:110px;
	padding:15px;
	
}

.hotprod_innerbox{
	background-color:#ffffff;
	/*width:90px;*/
	height:90px;
	padding:10px;
	text-align: center;
	padding: 10px;
}

.hotprod_innerbox_lens{
	background-color:#ffffff;
	/*width:90px;*/
	height:90px;
	padding:10px;
	text-align: center;
	padding: 20px 10px 0px 10px;
}

.hotprod_name{
	color:#8c8274;
	line-height:2.0em;
	padding: 10px 30px 10px 15px;
}

.hotprod_name a, .hotprod_name a:visited, .hotprod_name_lens a, .hotprod_name_lens a:visited{
	color:#8c8274;
}

.hotprod_name a:hover, .hotprod_name_lens a:hover{
	color:#8c8274;
}

.hotprod_item_last{
	margin-right:0px;
	width: 140px;
	height: 208px;
	float: left;
}

.hotprod_name_lens{
	color:#8c8274;
	line-height:2.0em;
	padding: 10px 15px;
}

.hotprod_corner{
	position:absolute;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 8px;
	width:40px;
	height:40px;
	color: #ffffff;
}

.facebook{
	color:#8c8274; 
	margin: 40px 0px 30px 70px;
	float: left;
}

.facebook_text{
	color:#8c8274; 
	margin: 42px 0px 30px 0px;
	float: left;
}

.list_newsboxbg{
	float:left;
	padding:5px 0px;
	background-color:#e4dbcf;
	margin:0 0 50px 70px;
}

.list_newsboxbgb{
	float:left;
	padding:10px 0px;
	background-color:#e4dbcf;
	border-top: 1px dashed #bab3a6;
	border-bottom: 1px dashed #bab3a6;
}


.list_highlight{
	float:left;
}

.list_newsbox{
	padding: 35px;
	background: url(images/newsbg.jpg) repeat top;
	line-height: 2.0em;
	float: left;
	width: 775px;
}

.listnews_left{
	float:left;
	width:495px;
}

.listnews_feat {
	width: 200px; 
	height: 200px; 
	overflow: hidden; 
	position: relative;
	float:left;
	margin-right:20px;
}

.listnews_feat img {
	position:absolute;
	left:-70px;
}

.listnews_title{
	color:#504C46;
	font-size:15px;
	float:left;
	width:275px;
	margin-bottom:50px;
}

.listnews_title a, .listnews_item_title a{
	color:#504C46;
}

.listnews_title a:hover, .listnews_item_title a:hover{
	color:#504C46;
}
.listnews_info{
	color:#504C46;
}

.list_linebg{
	width:2px;
	height: 200px;
	background: url(images/linebg.jpg) repeat top;
	margin:0px 30px;
	float:left;
}

.listnews_item{
	float:left;
	width:218px;
	font-size:12px;
}

.listnews_item img{
	padding-right:15px;
	float:left;
}

.listnews_item_title{
	font-size:12px;
	float:left;
	color:#8c8274;
	line-height: 1.6em;
	width: 103px;
}

.leftcolumn{
	width:547px;
	float:left;
	padding:0px 48px 0 70px;
}

.list_articlebox{
	border: 1px dotted #bab3a6;
	padding:30px;
	width:485px;
	margin-bottom: 25px;
	background-color:#f8f7f5;
	float:left;
	position:relative;
}

.list_articlebox img{
	padding-right:20px;
	float:left;
}

.list_articlebox_title{
	float: left;
	width: 240px;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 34px;
	padding-right: 55px;
}

.list_articlebox_info{
	line-height: 1.6em;
}

.list_articlebox_tab{
	background: url(images/list_tab.png) no-repeat;
	position:absolute;
	width:64px;
	height:69px;
	top: -7px;
	right: 17px;
}

.list_year{
	font-size:18px;
	color:#ffffff;
	text-align:center;
}

.list_monthday{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.list_articlebox_date{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	padding: 10px 0px 0px 6px;
}

.rightcolumn{
	float:left;
	width:250px;
}

.list_hotprod_wrap{
	/*padding:50px 70px 0px 70px;*/
	float:left;
	width:250px;
}

.list_hotprod_item{
	width: 250px;
	float: left;
	margin-bottom:20px;
}

.list_hotprod_box{
	background-color:#e4dbcf;
	width:110px;
	height:110px;
	padding:15px;
	float:left;
}

.list_hotprod_name{
	color:#8c8274;
	line-height:2.0em;
	padding: 15px 0px 0px 10px;
	width:97px;
	float:left;
}

.list_facebook{
	color:#8c8274; 
	float: left;
	margin-bottom:50px;
}

.list_facebook_text{
	color:#8c8274; 
	width: 190px;
	float: left;
	line-height: 1.9em;
}

.readnews_wrapper{
	width:980px;
	background-color:#ffffff;
	float: left;
}

.readnews_line{
	margin:0 auto;
	width:840px;
	height:1px;
	border-bottom: 1px solid #8c8274;
	padding-top:15px;
}

.readnews_wrap a{
	color: #145fb4;
}

.readnews_wrap a:hover{
	color:#ff6600;
}

.readnews_wrap{
	margin-top:20px;
	padding: 0px 70px 30px 70px;
	background-color:#ffffff;
}

.news_cate{
	color:#504C46;
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px solid #504C46;
	margin-bottom: 18px;
}

.article_content_div{
	width: 840px !important;

}