/* 整站背景 */
.main-background {
	margin: 0;
	background: #fff7d4 url("images/main_bg.jpg") repeat top;
}

/* 布局修正 */
#layout-background {
    padding-top: 0px;
}

/* 链接定义 */
.main-background a, .main-background a:visited {
    color: #816742;
	font-weight: normal;
    text-decoration: underline;
}

.main-background a:hover {
    color: #bd9f74 ;
	text-decoration: none;
}

/* 内容区 */
#layout-container {
	color: #94721a;
	margin: 0px auto 0 auto;
	position: relative;
	background: #FFFFFF url(images/content_bg.gif) repeat-y  scroll center top;
}

#layout-content {
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	background:none;
}

.layout-column-spacer {
    width: 0;
}

/* 菜单 */
#layout-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 285px;
	background: none;
}

.layout-nav-wrapper {
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#layout-nav li {
	background: url(images/nav_a_bg.gif) no-repeat right center;
}

#layout-nav .menuLast{
    background:none;
}

#layout-nav a {
    padding: 0 0 0 15px;
	background:url(images/nav_a_bg.jpg) no-repeat left center;
	color: #fffec4;
	width: 85px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#layout-nav .menuFirst a{
    width: 65px;
    padding: 0 0 0 30px;
    background: url(images/nav_first_a_bg.jpg) no-repeat center center;
}

#layout-nav a:hover, #layout-nav a:active #layout-nav .sfhover a, #layout-nav .sfactive a{
	color: #f7d971;
	background: url(images/nav_a_hover_bg.jpg) no-repeat center center;
}

#layout-nav .menuFirst a:hover, #layout-nav .menuFirst a:active{
	color: #f7b20f;
	background: url(images/nav_first_a_hover_bg.jpg) no-repeat center center;
}
 
/* 子菜单 */
#layout-nav li .sub {
	margin-top: -1px;
	margin-left: -1px;
	width: 96px;
}

#layout-nav li .sub a:link, #layout-nav li .sub a:visited  {
    color: #f7b20f;
	background: #9a061c ;
    font-weight: normal;
    padding: 10px;
	width: 65px;
	height: 15px;
	line-height: 15px;
	margin:0;
	
}

#layout-nav li .sub a:hover  {
	color:#f7b20f;
    background:#8b0101;
	padding: 10px;
}

/* Header */
#layout-header {
	background:transparent url(images/header_bg.jpg) no-repeat scroll center top;
	height: 515px;
	width:937px;
	top: 0px;
}

#layout-header-search-btn {
    margin-top:-1px;
}

#layout-header-top-links {
	padding: 0px;
}

#layout-header-search {
	position: absolute;
	right: 147px;
	top: 9px;
}

#layout-header-search-input {
    color: #7d6011;
	width: 120px;
	border: #faf3e9 1px solid;
	padding: 2px;
	background-color: #faf3e9;
}

.layout-header-logo-text {
	position: absolute;
	left: 110px;
	top: 100px;
}

.layout-header-logo-image {
	position: absolute;
	left: 110px;
	top: 100px;
}

#layout-header-logo a {
	color: #000;
}

/* Footer */
#layout-footer {
    color: #593308;  
	background: url(images/footer_bg.jpg) no-repeat center bottom;
}

#layout-footer a {
    color: #755709;
    font-weight: bold;
}

#layout-footer #copyright {
	margin-top: 8px;
}

#layout-footer #beian {
    padding:0;
    text-align:center;
}

/* Block样式 */

.block-style-1 {
    background: #f5efe5;
}

.block-style-1 .layout-block-title {
	background: url(images/block-1-title-left.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

.block-style-1 .layout-block-title-text {
    color: #8d7047;
    font-size: 14px;
	background:  url(images/block-1-title-right.gif) no-repeat right	top;
	display: block;
	padding: 11px 0px 11px 10px;
}

.block-style-1 .layout-block-content {
    color: #81654e;
	padding: 6px 6px 8px 0;
	margin-left: 6px;
}

.block-style-1 a:link, .block-style-1 a:visited {
    color: #c29727;
}

.block-style-1 a:hover{
    color: #94721a;
}

.block-style-2 .layout-block-title {
	background: url(images/block-2-title-left.gif) no-repeat left top;
	padding: 0 0 0 30px;
}

.block-style-2 .layout-block-title-text {
    color: #5c431f;
    font-size: 16px;
	background:  url(images/block-2-title-right.gif) no-repeat right	top;
	display: block;
	padding: 15px 0px 5px 5px;
}

.block-style-2 .layout-block-content {
    color: #cbbaa6;
	padding: 6px 6px 8px 6px;
	background: #4d3102;
}

.block-style-2 a:link, .block-style-2 a:visited {
    color: #e9e5e4;
}

.block-style-2 a:hover{
    color: #bea693;
}

.block-style-3 {
    background: #fff ;
}

.block-style-3 .layout-block-title {
	background: url(images/block-3-title-left.gif) no-repeat left top;
	padding: 0 0 0 65px;
}

.block-style-3 .layout-block-title-text {
    color: #8d724f;
    font-size: 14px;
	background:  url(images/block-3-title-right.gif) no-repeat right	top;
	display: block;
	padding: 10px 65px 15px 0px;
	text-align: center;
}

.block-style-3 .layout-block-content {
    color: #8d724f;
}

.block-style-3 a:link, .block-style-3 a:visited {
    color: #5e492d;
}

.block-style-3  a:hover{
    color: #4a3600;
}

.block-style-4 {
    color: #a99780;
	background: #f5f0ea url(images/roundedcornr_4_bl.gif) no-repeat left bottom;
}

.block-style-4 .layout-block-title {
	background: url(images/roundedcornr_4_tl.gif) no-repeat left top;
	padding: 0 0 0 8px;
}

.block-style-4 .layout-block-title-text {
    color: #8a6331;
    font-size: 14px;
	background: url(images/roundedcornr_4_tr.gif) no-repeat right	top;
	display: block;
	padding: 10px;
}

.block-style-4 .layout-block-content {
	background: url(images/roundedcornr_4_br.gif) no-repeat right	bottom;
	padding: 6px 6px 8px 0;
	margin-left: 6px;
}

.block-style-4 a:link, .block-style-4 a:visited {
    color: #a99780;
}

.block-style-4  .article-list-title a:hover{
    color: #8a6331;
}

.article-detail, .article-list-detail, .article-list-detail, .product-detail {
	margin-top: 15px;
	margin-bottom: 8px;
}

.article-list-detail a:link, .article-list-detail a:visited, .article-detail a:link, .article-detail a:visited, .product-detail a:link, .product-detail a:visited, .product-list-detail a:link, .product-list-detail a:visited {
    background: url("images/detail_bg.gif") no-repeat scroll right bottom;
	padding: 5px 13px 4px 20px;
	text-decoration: none;
}

.detail-text {
    visibility: hidden;
}

/* 文章列表 */
.article-list-style-1 li {
	list-style-type: none;
	background: url(images/arrow2.gif) 0px 6px no-repeat;
	padding-left: 16px;
}

.article-list-style-2 li {
	list-style-type: none;
	background: url(images/arrow1.gif) 0px 6px no-repeat;
	padding-left: 16px;
}

.article-list-style-3 li {
	list-style-type: none;
	background: url(images/arrow3.gif) 0px 6px no-repeat;
	padding-left: 18px;
}

/* Breadcrumbs */
.product-breadcrumb {
    background: transparent url(images/breadcrumb.gif) no-repeat left;
    padding-left: 16px;	
}

.article-breadcrumb {
    background: transparent url(images/breadcrumb.gif) no-repeat left;
    padding-left: 16px;
}

/* 导航列表 */
.nav-article-list li {
	background: url(images/arrow2.gif) 0px 8px no-repeat;
	padding-left: 18px;
}

