﻿* {
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	cursor: default;
	background: #2c0503;
	color: #000000;
	font-size: small;
}
table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
a {
	color: #008DBD;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form, fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
ul li {
	padding-left: 15px;
	margin-top: 5px;
}
h1 {
	font-size: 150%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-size: 135%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 85%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h6 {
	font-size: 80%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
sub {
	font-size: 80%;
	position: relative;
	top: 0.3em;
	vertical-align: baseline;
}
sup {
	font-size: 80%;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
hr {
	border: none;
	border-bottom: solid #525252 1px;
	display: block;
	height: 1px;
	margin: 10px 0px;
}


/* LAYOUT ====================================================================*/


.layout {
	width: 100%;
}
.left-spacer {
	width: 10%;
}
.right-spacer {
	width: 10%;
}
.left {
	width: 24%;
}
.right {
	width: 56%;
}


/* HEADER ====================================================================*/


.header td {
	height: 357px;
	background: #ffffff url('/files/image/topbg.jpg') no-repeat center;
	width:100%;
}
.header .logo{
    position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	height: 357px;
}

/* CONTENT ===================================================================*/


.content td {
	background: #dfd1a6;
}

.content .right td {
	background: #fff;
}


/* LEFT COLUMN ===============================================================*/


.content .left {
	padding: 30px 20px 20px 0px;
}
.content .left ul {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.content .left ul li {
	padding: 0px;
	margin: 0px;
}
.content .left ul li a{
	display: block;
	padding: 5px 0px;
	color: #000000;
	text-decoration: none;
}
.content .left ul li a.selected,
.content .left ul li a:hover{
	color: #b18e43;
}
.content .left ul ul{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-weight: normal;
}
.content .left .box-banners {
	padding: 10px 0px 0px 0px;
}
.content .left .box-banners .banner {
	display: block;
	margin: 10px 0px 0px 0px;
}


/* RIGHT COLUMN ==============================================================*/


.content .right {
	background: #FFFFFF;
	padding: 0px 30px 20px 30px;
}
.content .right a{
	color: #000000;
}

.content .right cite {
	display: block;
	background: #222126;
	font-style: normal;
	font-family: Georgia, Times, serif;
	text-align: right;
	color: #939295;
	padding: 20px 30px;
	margin: 0px -30px;
}
.content .right cite em {
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	padding: 0px 0px 10px 0px;
}


.content .right .menu-path {
	margin: 20px 0px;
	padding: 0px;
	font-size: 85%;
	text-indent: -10px;
}
.content .right .menu-path a{
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.content .right .menu-path span {
	color: #000000;
}
.news-inner dl dt{
    color: #b18e43;
    font-weight: bold;
}
.news-inner dl dd{
    padding-bottom: 15px;
}


/* AUX =======================================================================*/


.aux {
	padding: 0px;
}
.aux td {
	background: #ffffff;
}
.aux ul {
	float: left;
	margin: 0px;
	padding: 20px 0px;
	font-size: 85%;
}
.aux ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.aux ul li a,
.aux ul li span {
	padding: 0px 10px;
	border-left: solid #000000 1px;
	color: #000000;
}
.aux ul li.first a,
.aux ul li.first span {
	border-left: none;
	padding-left: 0px;
}


.aux form {
	float: right;
	padding: 20px 0px;
}
.aux form .input-text {
	float: left;
	color: #000000;
	background: #FFFFFF;
	border: solid #000000 1px;
	padding: 2px;
	font-size: 85%;
}
.aux form .input-submit {
	float: left;
	border: none;
	background: none;
	color: #000000;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
}


/* FOOTER ====================================================================*/


.footer ,a{
	color: #ffffff;
}
.footer .author {
	position: relative;
	float: right;
	padding: 20px 110px 20px 0px;
}
.footer .author .counter {
	position: absolute;
	right: 0px;
	top: 20px;
	margin: -0.5em 0px 0px 0px;
}
.footer .copyright {
	float: left;
	padding: 20px 0px;
}	
.td1 {
	border:1px solid #B0AFAF;
	padding:5px;
	vertical-align: middle;
}

.image1 {
	border: solid 1px;
	border-color: #B0AFAF;
}
.image {
border: solid 1px;
border-color: #B18E43;
}

.content .right cite {
background:#C2A78E none repeat scroll 0%;
color:#939295;
display:block;
font-family:Arial;
font-style:normal;
margin:-20px -30px;
padding:20px 30px;
text-align:left;
}
