﻿/* 整站背景 */
.main-background {
	margin: 0;
}

/* 布局修正 */
#layout-background {
    padding-top: 0px;
}

/* 链接定义 */
.main-background a, .main-background a:visited {
	color: #a31f08;
	font-weight: normal;
    text-decoration: underline;
}

.main-background a:hover {
	color: #1d2088;
	text-decoration: none;
}

/* 内容区 */
#layout-container {
	color: #000;
	background-color: #d9effd;
	margin: 0px auto 0 auto;
	position: relative;
	/*
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	*/
}

#layout-content {
	margin-top: 15px;
	clear: both;
}

.layout-column-spacer {
    width: 0;
}

/* 菜单 */
#layout-nav {
	margin: 0;
	padding: 0;
	position: absolute;
    top: 122px;
    left: 200px;
    width: 660px;
}

.layout-nav-wrapper {
    margin-left: auto;
    margin-right: auto;
}

#layout-nav li {
	background: url(images/menu_divider.gif) no-repeat right;
}

#layout-nav a {
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	width: 92px;
}

#layout-nav a:hover {
	color: #fff;
	background: transparent url("images/menu_hover_bg.gif") repeat-x 50% 50%;
}

/* sfhover状态的菜单项 */
#layout-nav .sfhover a {
	color: #fff;
	background: transparent url("images/menu_hover_bg.gif") repeat-x 50% 50%;
}

/* 子菜单 */
#layout-nav li .sub a:link, #layout-nav li .sub a:visited  {
    color: #fff;
	background: #9fd002;
    font-weight: normal;
    padding: 10px;
}

#layout-nav li .sub a:hover  {
	color:#000;
	background: #f7f7f7;
	padding: 10px;
}

/* Header */
#layout-header {
	height: 350px;
	background: url(images/header_bg.jpg) no-repeat bottom;
}

#layout-header-top-links {
	padding-left: 5px;
	padding-top: 5px;
}

#layout-header-search {
	position: absolute;
	right: 13px;
	top: 66px;
}

#layout-header-search-input {
	width: 100px;
	border: #666 2px solid;
	padding: 2px;
	background-color: #eeeeee;
}

.layout-header-logo-text {
	position: absolute;
	left: 60px;
	top: 120px;
}

.layout-header-logo-image {
	position: absolute;
	left: 60px;
	top: 90px;
}

#layout-header-logo a {
	color: #000;
}

/* Footer */
#layout-footer {
	background-color: #011e2a;
	color: #fff;
	margin-top: 20px;
}

#layout-footer #copyright {
	margin-top: 3px;
}

/* Block样式 */
.block-style-1 {
}

.block-style-1 .layout-block-title {
	line-height: 32px;
	background: transparent url("images/people.gif") no-repeat 0px 3px;
}

.block-style-1 .layout-block-title-text {
	color: #011e2a;
	padding-left: 30px;
	font-size: 16px;
}

.block-style-2 {
	background: #fff url("images/block2-bg.gif") repeat-x;
}

.block-style-2 .layout-block-title {
	line-height: 50px;
	background: #fff url("images/arrow.gif") no-repeat left top;
	padding: 0 0 0 8px;
}

.block-style-2 .layout-block-title-text {
	color: #011e2a;
	background: transparent url(images/roundedcorners-1-tr.png) no-repeat right top;
	padding-left: 42px;
	display: block;
	font-size: 16px;
}

.block-style-3 {
}

.block-style-3 .layout-block-title {
	line-height: 200%
}

.block-style-3 .layout-block-title-text {
	font-size: 16px;
	color: #333;
}

.article-detail, .article-list-detail, .article-list-detail, .product-detail {
	margin-top: 15px;
	margin-bottom: 8px;
}

.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: #fff;
	text-decoration: none;
	background-color: #f3521b;
	border: 1px solid #bbb;
	padding: 3px 7px;
}

/* 文章列表 */
.article-list-style-1 li {
	list-style-type: none;
	background: url(images/arrow2.gif) 0px 8px no-repeat;
	padding-left: 16px;
}

.article-list-style-2 li {
	list-style-type: none;
	background: url(images/dot1.gif) 0px 8px no-repeat;
	padding-left: 18px;
}

.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: 13px;	
}

.article-breadcrumb {
    background: transparent url(images/breadcrumb.gif) no-repeat left;
    padding-left: 13px;
}

/* 导航列表 */
.nav-article-list li {
	background: url(images/arrow2.gif) 0px 8px no-repeat;
	padding-left: 18px;
}

