/* 整站背景 */
.main-background {
	margin: 0;
}

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

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

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

.layout-column-spacer {
	background: url(images/dot.jpg) scroll repeat-y center;
}

/* 内容区 */
#layout-container {
	background-color: #e8ddbd;
	color: #463b27;
	margin: 0px auto 0 auto;
	position: relative;
}

#layout-content {
	margin-top: 0px;
	clear: both;
}

/* 菜单 */
#layout-nav {
	margin: 0;
	padding: 0;
	position: absolute;
    top: 50px;
    left: 280px;
    width: 650px;
}

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

#layout-nav li {
}

#layout-nav a {
	color: #ddd;
	padding: 0px 11px 0px 11px;
	font-size: 13px;
	border-right: 1px solid #666;
}

#layout-nav a:hover {
	color: #fff;
}

/* sfhover状态的菜单项 */
#layout-nav .sfhover a {
	color: #fff;
}

/* 子菜单 */
#layout-nav li .sub {
	background: #999;
	border-bottom: 1px solid #000;
	margin-top: 2px;
}

#layout-nav li .sub a:link, #layout-nav li .sub a:visited  {
    color: #000;
    font-weight: normal;
    padding: 10px;
}

#layout-nav li .sub a:hover  {
	color:#000;
	background: #ccc;
	padding: 10px;
}

/* Header */
#layout-header {
	height: 330px;
	background: url(images/header_bg.jpg) no-repeat bottom;
}

#layout-header-top-links {
	padding-left: 270px;
	padding-top: 12px;
}

#layout-header-top-links .langStyle {
    float: left;
}

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

#layout-header-search-input {
	width: 100px;
	border: #777777 1px solid;
	padding: 2px;
}

.layout-header-logo-text {
	position: absolute;
	left: 300px;
	top: 125px;
}

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

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

/* Footer */
#layout-footer {
	border-top: 2px solid #4b4223;
	background-color: #837653;
	color: #e8ddbd;
	margin-top: 0px;
}

#layout-footer a {
    color: #fff;
}

#layout-footer a:hover {
    color: #fff;
}

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

/* Block样式 */
.block-style-1 .layout-block-title-text {
	font-size: 14px;
	color: #463b27;
}

/* 更多 */
.article-detail, .article-list-detail, .product-detail {
	background-color: #837653;
	border: 1px solid #4b4223;
	padding: 2px 4px;
	float: right;
	width: auto;
}

.article-detail a:link, .article-detail a:visited, .article-list-detail a:link, .article-list-detail a:visited, .product-detail a:link, .product-detail a:visited {
	color: #e8ddbd;
	text-decoration: none;
}

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

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

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

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

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

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

