a { color: #393939; }

a img { border: none; }

a:hover { text-decoration: none;}


#sidebar a { text-decoration: none; }

#sidebar a:hover { text-decoration: none; }

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.jpg) repeat left top;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #212121;
}

h1 { font-size: 2.4em; }

h1, h2, h3 { margin-top: 0px; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.4em; }


/* Footer */
#footer {
	clear: both;
	width: 950px;
	height: 21px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	background: #9D969D url(images/footer_bk.jpg) no-repeat right top;

	font-size:0.9em;
	color:#999;
}

#footer a { color: #FFFFFF; }

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

/* Header */
#header {
	width: 950px;
	height: 56px;
	margin: 0px auto;
	background: #98999d none repeat scroll 0 0;
	font-size: 1.1em;
}

#header a {
	text-decoration: none;
	color: #6a6b6e;
	background: none;
}

#header a:hover { text-decoration: none; color: #e6e7e7; }

/* Logo */
#logo {
	float: left;
	padding-left: 1px;
	width: 224px;
	height: 56px;
}

#logo a {
	position: absolute;
	display: block;
	font-size: 1px;
	width: 224px;
	height: 56px;
	color: #97999c;
	z-index: 111;
}

#logo h1 {
	position: absolute;
	background: url(images/logo.gif) no-repeat left top;
	float: left;
	width: 224px;
	height: 56px;
	z-index: 9;
}

/* Menu */
#menu {
	float: right;
	margin: 0 0 0 0;
	width: 650px;
	font-size: 1.11em;
	font-family: tahoma;
	text-align: center;
	letter-spacing: 0.1em;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: right;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	width: 86px;
	height: 30px;
	background: url("images/menu_now.jpg") no-repeat left top;
}

#menu a ,
#menu .menu_now{
	display: block;
	color: #e6e7e7;
	
}
#menu .menu_now,
#menu .menu_now a{
	color: #6c6d6f;
	background: url("images/menu_now.jpg") no-repeat left -26px;
}
#menu a:hover{
	height: 30px;
	color: #6c6d6f;
	background: url("images/menu_now.jpg") no-repeat left -26px;
}
.menu_now a:hover{
	
	background:none;
}



/* Page */
#mid_row {
	width: 950px;
	margin: 0px auto;
	padding: 24px 0px;
	background: #d1d3d4;

	min-height:460px;
    height:auto !important;
    height:460px;
    overflow:visible;
	
	line-height: 1.6em;
	

}

/* Sidebar */
#sidebar {
	float: left;
	width: 370px;width: 452px;/*zhang*/
	padding-top: 20px;
	padding-left: 16px;padding-left: 22px;
	background: #d1d3d4;
	border: 0px solid #245756;/*debug*/
	/*letter-spacing: 0.1em;*/
	
}



/* Content */
#content { 
	float: right; 
	width: 550px;
	width: 497px;/*zhang*/
	
	 
	}

#content #content_inner {
	float: left;
	background: #d2d3d5;
	color: #797a79;
	border: 0px solid #394852;/*debug*/
}

/*content and sidebar:20px;*/
#content,#sidebar{ margin-bottom: 20px; }

#sidebar h2 { padding: 4px 20px; background: #515; color: #FFFFFF; }

#sidebar li li { padding: 5px 0; border-bottom: #BFC9AE dashed 1px; }

#sidebar li ul { margin-bottom: 1.8em; list-style: none; }

#sidebar ul { margin: 0px; padding: 0px; list-style: none; }

#sidebar-bgbtm { height: 3px; }

#sidebar-bgtop { height: 3px; }

#sidebar-content { padding: 20px; border: 1px solid #444; }

/* user Menu */
#usermenu {
	float: right;
	margin: 5px 0 5px 0;
	width: 600px;
	text-align: center;
	color: #545557;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.15em;
}

#usermenu .usermenu-left{ width: 400px; float: left; text-align: right; }

#usermenu .usermenu-right{ width: 184px; float: right; text-align: right; }


/*页面翻页 导航 宽度在其他的具体栏目中设置*/
.fine_food_page_nav{
	
	line-height:2em;
	font-size: 1.15em;

    color:#77787b;
	font-family: Tamoho;

	border-top:#777 double;
	text-align:right;
	float:left;
}
/*页面翻页 导航*/
.fine_food_page_nav a{

	background-color:#666;
	padding:2px;
    color:#aaa;
	
}
/*页面翻页 导航*/
.fine_food_page_nav a:hover{

    color:#fff;
	
}

