/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width:100%;
	height:100%;
	font-size: 100.01%;
}

body {
	font: 0 'Arial', sans-serif;
	width:100%;
	height:100%;
}
section{
	background: white;
}

ol, ul {
	list-style: none;
}

a, a:focus, a img, a img:focus {
	border: 0 none;
}

a, a:focus, a img, a img:focus, textarea, input:focus, input {
	outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Plain text section */

p{
	font-size: 14px;
	color: #8e8e8e;
	margin: 10px 0;
}

input[type="text"], input[type="password"], input[type="submit"]{
	width: 100%;
	height: 28px;
	font-size: 13px;
	border: 1px solid #ccc;
	color: #333;
	padding: 0 20px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
textarea{
	width: 100%;
	border: 1px solid #ccc;
	color: #64707b;
	padding: 3px 5px;
	resize: none;
	font-size: 13px;
	border-radius: 2px;
	line-height: 20px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]{
	background: #265d87;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 20px;
	height: auto;
	width: auto;
	cursor: pointer;
	margin-bottom: 0;
	font-family: Arial;
	border: 1px solid #265d87;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-webkit-transition: 1s ease;
}
.lang_line{
	float: right;
	padding-right: 10px;
}
.lang_line .lang{
	margin-top: 3px;
}
.lang_line .set_lang{
	display: none;
}
.lang li{
	display: inline-block;
	margin-left: 5px;
}
.lang-c.off{
	opacity: 0.5;
}
.lang-c.off:hover{
	opacity: 1;
}
.lang-c.on a{
	cursor: default;
}
.top_menu{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.top_menu li{
	display: inline-block;
}
.top_menu span{
	color:#000;
	font-weight:100;
}
.top_menu a{
	color:#0000ee;
}
.top_menu a.active{
	font-weight:700;
	color:#000;
}
.top_menu a:hover{
	text-decoration: underline;
}
.top_menu div input[type="text"], .top_menu div input[type="submit"]{
	width:192px !important;
	
}
header .fl_l{
	margin: 7px 10px 0 10px;
}
header .fl_l select{
	display: none;
}
form{
	font-size: 14px;
	color: #8e8e8e;
}
	.form_l{
		float: left;
		width: 100px;
		color: #444;
	}
	.form_r{
		margin-left: 110px;
	}

.bl_r{
	width: 320px;
	margin-left: 40px;
}
.date{
	font-weight: bold;
	color: #666;
}
/* MIXINS */

.inlineblock {
	display: inline-block;
	vertical-align: top;
	
	zoom: 1 !ie;
	display: inline !ie;
}

.clearfix {
    *zoom: ~"expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif')";
    zoom: 1 !ie;
} 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}	
.clearfix:after {
	clear: both;
}
.overflow{
	overflow: hidden;
	max-width:526px;
	margin-bottom:50px;
}
.fl_r{
	float: right;
}
.fl_l{
	float: left;
}

/* Headers section */
header{
	height: 30px;
	position: relative;
	background: url(../img/top_menu.png);
}
/* CSS */

/* Secondary section */

.container {
	width: 1000px;
	margin: 0 auto;
}
header+.container{
	margin-top: 30px;
}
.empty {
	position: relative;
	height: 1em;		
}

footer {
	position: relative; 
	margin-top: -1em; 
	height: 1em; 
	width: 100%; 
}