body {
	/*background: url('../img/shadow.png') no-repeat top center;*/
	background: url('../img/wood.jpg') top center;
	font-family: Tahoma;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

a {
	color: #000;
}

.container {
	min-width: 1200px;
}

.minWidth {
	width: 1000px;
	height: 10px;
}

.header {
	margin-top: 10px;
	/*border-top: 1px solid #8c0121;*/
	background-color: #fff;
	height: 150px;
	/*background-image: url('../img/main_bg.png');*/
}

.logo {
	float: left;
	width: 520px;
	height: 100px;
	margin: 20px 0 0 20px;
	background: url('../img/logo.png') 0 top no-repeat;
	cursor: pointer;
}

.tel {
	float: right;
	margin: 4px 20px 0 0;
	font-size: 24px;
	line-height: 24px;
	color: #5a5a5a;
	text-align: right;	
}

.tel small {
	font-size: 14px;
}

.menu {
	background-color: #fff;
	height: 30px;
	position: relative;
}

.menu div {
	height: 30px;
}

.menuLeft {
	background-image: url('../img/menu_left.png');
	width: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.menuCenter {
	background-image: url('../img/menu_bg.png');
	margin: 0 35px 0 35px;
}

.menuRight {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../img/menu_right.png');
	width: 35px;
}

.menuItem {
	
}

.menuItem a {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.menuItemFirst {
	margin-left: 10px;
}

.menuSplit {
	width: 20px;
	background-image: url('../img/menu_split.png');
}

.news {
	background-color: #fff;
	/*background-image: url('../img/main_bg.png');*/
	overflow: hidden;
}

.newsItem {
	float: left;
	width: 23%;
	height: 120px;
	margin: 10px 0 0 20px;
	overflow: hidden;
}

.newsItem img {
	float: left;
	margin-right: 10px;
	border: 1px solid #8c0121
}

.newsTitle {
	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}

.newsText {
	overflow: hidden;
	font-size: 11px;
	padding-top: 10px;
}

.body {
	background-color: #fff;
	/*background-image: url('../img/main_bg.png');*/
	overflow: hidden;
}

.bodyLeft {
	margin: 20px 0 20px 20px;
	float: left;
	width: 280px;
	/*background-image: url('../img/body_left_bg.png');*/
	overflow: hidden;
}

.bodyBlockTop {
	height: 29px;
	color: #fff;
	line-height: 29px;
	text-indent: 10px;
	font-size: 13px;
	font-weight: bold;
}

.bodyLeftTop {
	background-image: url('../img/body_left_top.png');
}

.bodyLeftContent {
	border-bottom: 1px solid #8c0121;
	background-image: url('../img/body_left_bg.png');
}

.bodyRight {
	margin: 20px 0 20px 20px;
	padding-left: 20px;
	overflow: hidden;
}

.bodyRightTop {
	position: relative;
	/*background-image: url('../img/body_right_top.png');*/
	background-color: #8c0121;
}

.bodyRightTopLeft {
	height: 29px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/top_left.png');
}

.bodyRightTopRight {
	height: 29px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../img/top_right.png');
}

.bodyRightContent {
	height: auto;
	border: 1px solid #8c0121;
	border-top: none;
	overflow: hidden;
}

.bodyRightContent h4
{
	font-size: 13px;
	color: #8c0121;
}

.bodyRightContent .block
{
	float: left;
	width: 280px;
}

.bodyRightContent .block ul li
{
	font-size: 12px;
	padding-left: 0px;
	margin-left: 13px;
}

.bodyRightContent .clear
{
	clear: both;
}

.advItem {
	height: 70px;
	margin: 10px;
	width: 260px;
}

.advItem img {
	float: left;
	margin-right: 10px;
	border: 1px solid #8c0121;
}

.advItem .advTitle, .advItem .advTitleDescr, .advItem .advTitleSpec {
	width: 200px;
	float: left;
	overflow: hidden;
	/*white-space: nowrap;*/
}

.advBigItem {
	height: 100px;
	margin: 0 10px 10px 10px;
	width: 260px;
}

.advBigItem img {
	float: left;
	margin-right: 10px;
	border: 1px solid #8c0121;
}

.advBigItem .advTitle, .advBigItem .advTitleDescr, .advBigItem .advTitleSpec {
	width: 150px;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}

.advBigItem .advTitle {
	font-size: 14px;
}

.advTitle {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.advTitleDescr {
	color: #5a5a5a;
	font-size: 11px;
	font-weight: bold;
}

.advTitleSpec {
	font-size: 11px;
}

.footer {
	height: 50px;
	background: url('../img/footer_bg.png') repeat-x;
}

.footer div {
	line-height: 40px;
	color: #fff;
}

.footerMenu {
	margin-right: 20px;
	float: right;
}

.footer a {
	color: #fff;
	/*text-decoration: none;*/
}

.footerCopy {
	margin-left: 20px;
	float: left;
}

.footerMenu img {
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.empty10 {
	height: 10px;
}

.margin20 {
	margin: 20px;
}

.pen {
	position: absolute;
	left: 440px;
	margin: 90px 0 0 50%;
	z-index: 10;
	width: 182px;
	height: 800px;
	background-image: url('../img/pen.png');	
}

.bodyLeft .left_divider
{
  height: 20px;
  width: 280px;
  position: relative;
  clear: both;
}

.seo {
	font-size: 9px;
	line-height: 9px;
}

#sitemap a
{
  font-size: 11px;
  text-align: left;
}

#sitemap blockquote
{
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comment_item
{
	overflow: hidden;
}

.comment_item img
{
	border: 1px solid #901230;
}

/* Board */

.boardBlock
{
    position: relative;
    clear: both;
}

.boardPhoto
{
    float: left;
    width: 110px;
    position: relative;
}

.boardPhoto img
{
    border: none;
}

.boardText
{
    float: right;
    width: 450px;
}

.boardText h1
{
    font-size: 14px;
    line-height: 14px;
}

.boardDivider
{
    height: 1px;
    border-bottom: 1px dotted #999;
    /*position: relative;*/
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* new menu */

.menuCenter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuCenter ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	background: url(../img/menu_split.png) top right no-repeat;
}

.menuCenter ul li.last {
	padding-right: 0;
	background: none;
}

.menuCenter ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	clear: both;
}

.menuCenter ul li ul {
	position: absolute;
	margin-left: -10px;
	display: none;
	overflow: hidden;
	background: #8c0121;
}

.menuCenter ul li ul li {
	background: none;
	float: none;
	height: 26px;
	padding-left: 10px;
}

.menuCenter ul li ul li a {
	font-weight: normal;
	text-decoration: underline;
	line-height: 26px;
}

/* end menu */

.showHidden {
	cursor: pointer;
	border-bottom: 1px dotted #000;
}

.hidden {
	display: none;
}

.newsHeaders {
	margin: 0 20px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #8c0121;
}

.newsHeaders h3 {
	display: block;
	float: left;
	width: 50%;
	margin: 10px 0;
	padding: 0;
	text-indent: 5px;
}

.slider {
	float: left;
	width: 1px;
	background-color: #8c0121;
	height: 120px;
	margin: 0 0 0 10px;
}

.dict_item {
	padding-left: 30px;
	display: none;
}