@charset "utf-8";

* {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	border: 0;
}
body, form, div, p, ul {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	background: #fff;
	color: #000;
}
a:link, a:active, a:visited {
	color: #2f8300;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

#div_main {
	width: 850px;
	text-align: left;
}
#div_header {
	position: relative;
}
.div_top {
	height: 30px;
	background-color: #7aa3b3;
	position: relative;
}
.logo_place {
	background: url(../images/logo_place.png) no-repeat;
	width: 72px;
	height: 48px;
	position: absolute;
	z-index: 100;
	left: 60px;
	top: 0px;
	text-align: center;
}
.logo_text {
	margin-left: 135px;
}
.div_images {
	height: 150px;
	background: url(../images/bg_header.gif) repeat-x;
}
.div_images > div {
	padding-top: 15px;
}
.languages {
	position: absolute;
	right: 55px;
	top: 7px;
}

.menu_main {
	height: 48px;
	background: url(../images/bg_menu.gif) repeat-x;
}
.menu > li {
	padding: 0px 50px;
	height: 48px;
}
.menu li > div {
	margin-top: 15px;
}
.menu .border_menu {
	border-right: 1px solid #d3d3d3;
}
.menu_bottom {
	margin-top: 10px;
	color: #39494e;
}
.menu_bottom a {
	color: #39494e;
	font-weight: normal;
}

.div_menu {
	margin: 0px 22px;
}


#main_col {
	background: #fff url(../images/bg_main.gif) top repeat-x;
	position: relative;
	clear: both;
}

#main_content {
	margin: 0px 15px;
	height: 100%;
	border-left: 1px solid #cac9c9;
	border-right: 1px solid #cac9c9;
}
.block_left {
	border-right: 1px solid #cac9c9;
	padding-bottom: 95px;
}

.block_left > div > div {
	margin: 0px 12px;
}

.img_left {
	position: absolute;
	top: -96px;
	left: -8px;
	z-index: 100;
}
.news_title {
	font-weight: bold;
}

.content {
	padding: 20px;
}

.presentations {
	height: 250px;
	margin-top: 10px;
}
.presentations .simply-scroll-clip {
	height: 250px;
}
.presentations .simply-scroll-list {
	width: 160px;
}

.news {
	margin-top: 10px;
	font-size: 12px;
}
.news label {
	display: block;
	font-weight: bold;
}
.news a {
	color: #666;
	font-weight: normal;
}

#sub_content {
	
}

.title {
	font-size: 20px;
	color: #069;
}

.div_line {
	border-top: 1px solid #cac9c9;
	height: 1px;
}

#div_bottom {
	height: 60px;
	background-color: #f4f4f4;
	border-top: 1px solid #cac9c9;
	clear: both;
	position: relative;
}

.copyright {
	font-size: 11px;
	margin-top: 10px;
}

.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;
}
