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

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

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

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

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

#layout-content {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	background: url(images/content_bg.jpg) repeat-y;
}

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

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

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

#layout-nav a {
	color: #fff;
	text-align: center;
	padding: 0 23px;
	font-size: 13px;
	background: url(images/nav_a_bg.gif) no-repeat center left;
}

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

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

/* 子菜单 */
#layout-nav li .sub {
    width: 101px;
}

#layout-nav li .sub a:link, #layout-nav li .sub a:visited  {
    color: #fff;
	background: #510e0e;
    font-weight: normal;
    padding: 5px 10px;
	width: 81px;
	margin: 0;
	height: 24px;
	line-height: 24px;
}

#layout-nav li .sub a:hover  {
	background: #631515;
	padding: 5px 10px;
}

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

#layout-header-top-links {
	position: absolute;
	top: 10px;
	left: 10px;
}

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

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

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

.layout-header-logo-text {
	position: absolute;
	left: 20px;
	top: 80px;
}

.layout-header-logo-image {
	position: absolute;
	left: 20px;
	top: 65px;
}

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

/* Footer */
#layout-footer {
    color: #fff;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 15px;
    background: #fff url(images/footer_bg.jpg) no-repeat top;
}

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

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

/* Block样式 */
.block-style-1 .layout-block-title {
    border-bottom: 1px solid #000;
}

.block-style-1 .layout-block-title-text {
	line-height: 150%;
	font-size: 16px;
	font-weight: bold;
}

.block-style-2 .layout-block-title {
    padding-bottom: 8px;
    background: url(images/block-2-title-bg.jpg) repeat-x bottom;
}

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

.block-style-3 .layout-block-title-text {
	background: url(images/block-3-title-bg-right.gif) no-repeat top right;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.block-style-4 {
	background-color: #1c2a4f;
	color: #fff;
}

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

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

.block-style-5 .layout-block-title-text {
	background: url(images/block-4-right.jpg) no-repeat top right;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.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: #19135d;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px 8px 4px 20px;
	background: url(images/detail.gif) no-repeat center left;
}

/* 文章列表 */
.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;
}

