@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #efefef;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight:normal; 
}
a img {
	border:none;
}
ul {
	list-style-image: url(images/li.png);
}
hr {
	background: #CCC;
	border: none;
	height: 1px;
}
.header_bg {
    background: url(images/header_bg.png);
	height: 129px;
	margin: auto;

}
.header {
	background: url(images/header.jpg);
	width: 927px;
	height: 129px;
	margin: auto;
}
.flags {
	width: 60px;
	height: 15px;
	float: left;
}
.menu {
	width: 158px;
	height: 129px;
	float: right;
}
.menu_btn {
	background: url(images/menu_predel.png) no-repeat bottom;
	width: 158px;
	height: 30px;
	float: right;
	font-size: 14px;
	margin: 6px 0px;
	line-height: 30px;
	color: #323232;
	text-align: center;
	font-weight: bold;
}
.menu_btn a {
	text-decoration:none;
}
.menu_btn:hover {
	color: #894b0f;
}
.main_bg {
	background: url(images/main_bg.png);
	height: 345px;
	margin: auto;
}
.main {
	background: #FFF url(images/pecat.jpg) bottom right no-repeat;
	width: 887px;
	margin: auto;
	padding: 10px 20px;
	overflow:hidden;

}
.footer_bg {
	background: url(images/footer.jpg);
	width: 927px;
	height: 38px;
	margin: auto;
	position:relative;


}
.copyright {
	font-size: 12px;
	color: #6f6f6f;
	float: right;
	text-align:right;
	margin:10px 0px;
	display:block;
}
.menu_footer {
	color: #323232;
	font-size: 13px;
	text-align: center;
	line-height: 50px;
	margin: 0px 55px;
	float:right;
}
.menu_footer a {
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}
.menu_footer a:hover,.menu_footer .active {
	color: #894b0f;
}
.footer_img {
	position:absolute;
	top: -4px;
	left: 10px;
	float: left;
	display:block;
}
.footer_logo {
	float:left;
	position:absolute;	
	margin: 10px 0px 0px 70px;
}
h1
{
	font-size: 1.8em;
	color: #c70000;
	font-weight: bold;
}
h2
{
	font-size: 1.5em;
	color: #c70000;
	font-weight: bold;
}
h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #c70000;
}
h4
{
	font-size: 1.1em;
}
ul,ol
{
	padding-left: 20px;
}
a
{
	color: #c70000;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #894b0f;
}
