/* CSS Document */


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


li {
	margin-left:0px;
	list-style-type: none;
}




#contentwrapper{
	width:100%;
	overflow:hidden;
}


.text_red{
	color:#F00;
}


.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}


a:link{
	color:#EE4023;
	text-decoration:underline;
}

a:visited{
	color:#EE4023;
	text-decoration:underline;
}

a:active {
	color:#EE4023;
	text-decoration:underline;
}

a:hover{
	color:#EE4023;
	text-decoration:none;
	
}
/*********** footer *************/

#footer{
	
	
}

#footer .footer_main{
	width:100%;
	height:80px;
	background-color:#663700;
	
	border-top:#321B00 1px solid;
}

#footer .footer_main .footer_content{
	width:960px;
	height:80px;
	position:relative;
	margin:0 auto;
}


#footer .footer_main .footer_content .footer_title{
	position:absolute;
	top:9px;
	left:11px;
}

#footer .footer_main .footer_content .footer_tel{
	position:absolute;
	top:16px;
	left:372px;
}


#footer .footer_main .footer_content .footer_fax{
	position:absolute;
	top:16px;
	left:554px;
}


#footer .footer_main .footer_content .footer_hr{
	position:absolute;
	top:16px;
	left:736px;
}


#footer .footer_main .footer_content .footer_businesshour{
	position:absolute;
	top:47px;
	left:372px;
}

#footer .footer_main .footer_content .footer_btn_cart{
	position:absolute;
	/*top:16px;*/
	top: 7px;/*soldout*/
	left:755px;
}







#footer .footer_copyright{
	width:100%;
	height:25px;
	background-color:#321B00;
}

#footer .footer_copyright .footer_content{
	width:960px;
	height:25px;
	text-align:right;
	position:relative;
	margin:0 auto;
}

/* rice */
.rice{
	background:url(../img/rice_bg.jpg) repeat-x left top;
}

.rice .rice_inner{
	width:940px;
	margin:0 auto;
}

.rice .rice_inner .rice_bnr{
	padding:30px 0 50px;
}


