@charset "utf-8";

* {
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	border: 0;
}
body, form, div, p, ul {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	background: #fff;
	color: #666;
}
a:link, a:active, a:visited {
	color: #900;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input, select {
	border: 1px solid #999;
}

#div_main {
	width: 1030px;
	text-align: left;
	position: relative;
	margin-top: 15px;
}
#div_header {
	height: 230px;
}
#div_header .div_header_corner_left {
	background: url(../images/header_corner_left.png) top left no-repeat;
	position: absolute;
	top: 0px;
	left: -6px;
	width: 576px;
	height: 230px;
}
#div_header #div_info {
	width: 460px;
	height: inherit;
	float: right;
	background: url(../images/header_corner_right.jpg) bottom right no-repeat;
}
#div_header .logo {
	margin: 30px;
	float: left;
}

#div_footer {
	height: 80px;
	clear: both;
	color: #999;
	padding: 10px 15px 0px 15px;
}

#div_content {
	padding: 10px 0px;
}
#block_menu {
	background-color: #c00;
	height: 40px;
	border-bottom: 3px solid #ccc;
	position: relative;
}
.item_menu {
	position: relative;
	top: -5px;
}
.item_menu > a {
	padding-left: 18px;
	background: url(../images/item_menu_el.gif) bottom left no-repeat;
}
.div_menu {
	background: url(../images/div_menu.gif) right no-repeat;
}

.block_left {
	border-bottom: 10px solid #c00;
	white-space: nowrap;
}
.block_right {
	width: 270px;
	border-bottom: 10px solid #ccc;
	padding: 0px 25px;
}

.block_links {
	list-style: none;
	list-style-type: none;
}
.block_links li {
	margin: 8px;
	color: #900;
}
.block_links li a {
	text-decoration: none;
}
.block_links li a:hover {
	text-decoration: underline;
}

.block_news {
	list-style: none;
	list-style-type: none;
}
.block_news li {
	margin: 8px;
}
.block_news li a {
	font-size: 11px;
	color: #06c;
}

#content_place {
	padding: 15px;
}
.div_line {
	height: 2px;
	background-color: #ccc;
	margin: 12px 0px;
}
#block_lang {
	text-align: right;
}

#block_info {
	background-color: #eee;
	border-top: 3px solid #ccc;
	padding: 20px;
}

.title {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	border-left: 1px solid #999;
	padding-left: 15px;
	position: relative;
	left: -15px;
	white-space: normal;
}

.title1 {
	font-size: 14px;
	color: #333;
	padding-left: 8px;
	background: url(../images/arrow_r.gif) left no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
.title2 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.bmenu {
	list-style: none;
	list-style-type: none;
}
.bmenu li {
	float: left;
	padding: 0px 5px;
}
.bmenu li a {
	color: #333;
	text-transform: capitalize;
}
.bmenu .div_bmenu {
	border-right: 1px solid #333;
}

.copyright {
	font-size: 11px;
	display: block;
	margin: 5px;
}

.form_feedback {
	width: 350px;
	text-align: left;
}
.form_feedback input {
	background: #fff;
	color: #000;
	border: 1px solid #999;
	margin-bottom: 6px;
	padding: 5px;
}
.form_feedback textarea {
	background: #fff;
	color: #000;
	border: 1px solid #999;
	margin-bottom: 6px;
	padding: 5px;
}
.form_feedback label {
	width: 150px;
	float: left;
	clear: left;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
}

div#warning {
    border: 1px solid red;
    margin: 5px;
    padding: 5px;
}
div#warning ul li {
    list-style-type: disc;
    margin-left: 20px;
}
div#warning { display: none; }

.info {
	color: #09F;
}
label.error {
	color: #f00;
	display: block;
	font-size: 11px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}

#loader {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px ridge #ccc;
    background-color: #e95555;
    color: #eee;
    padding: 3px;
    display: none;
}
