/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 15px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #000;
}


h2 {
	margin: 20px 0px 10px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2 span {
	color: #fecd18;
}

.h_news {
	background: url('/i/ico_news.gif') no-repeat 3px 4px;
	padding-left: 27px;
}


.h_projects {
	background-image: url('/i/ico_projects.gif');
	background-repeat: no-repeat;
	background-position: 11px 7px;
	padding-left: 35px;
	position: relative;
}

.h_marked {
	background-color: #6a797d;
	border-bottom: 2px solid #a4adaf;
	padding-bottom: 5px;
	padding-top: 3px;
}

h3 {	
	font-size: 1.3em;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited, a:active {
	color: #eec015;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* Paragraphs */
 
p {
	margin: 5px 0px 12px;
}

/* Lists */

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #3a4d50 url('/i/bg_bottom.gif') repeat-x 0 100%;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}

.all {
	background: url('/i/bg_top.gif') repeat-x 0 0;
	text-align: center;
}

.frame {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.menu {
	margin: 0 0 20px 0;
	height: 73px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/i/menu_bg.gif') no-repeat;
}

.cols {
	margin: 110px 0 0 0;
	padding: 0 0 10px 0;
	background: url('/i/col_middle.gif') repeat-y 306px 0;
}

.menu li {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #c5cabe;
	width: 125px;
	height: 73px;
	list-style: none;
}

.menu li a:link, .menu li a:visited {
	color: #c5cabe;
	text-decoration: none;
}

.menu li a:link, .menu li a:visited {
	display: table; height: 73px; #position: relative; overflow: hidden;width: 125px;
}

span.menu_outer {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	#left: 50%;
}

span.menu_inner {
	#position: relative; #top: -50%;
	display: block;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	#left: -50%;
	margin: -3px 0 0 0;
}

.menu li:hover, .menu li.current {
	background: url('/i/menu_here_left.gif') no-repeat 0 3px;
/*	width: 130px;*/
}

.menu li div {
	height: 73px;
}

.menu li:hover div, .menu li.current div {
	background: url('/i/menu_here_right.gif') no-repeat 100% 3px;
}

.menu li a:hover, .menu li.current a:link, .menu li.current a:visited {
	padding: 12px 0 0 0;
/*	width: 130px;*/
	color: #FFF;
}

html:not([lang*=""]) .menu li a:hover, .menu li.current a:link, .menu li.current a:visited { padding: 5px 0 0 0; }

.col_left {
	float: left;
	display: inline;
	margin: 0 25px 0 13px;
	width: 268px;
}

.logo {
	margin: 0 0 63px 0;
}

.date {
	padding: 1px 4px;
	background: #eec015;
	font-weight: bold;
	color: #2d3a3c;
	float: left;
}

.news h2 {
	color: #fecd18;
	border-bottom: 2px solid #a4adaf;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.new {
	margin: 0 0 32px 5px;
	font-size: 12px;
	background: url('/i/dots.gif') repeat-x 0 100%;
}

.full_link {
	float: right;
}

.new_top {
	margin: 0 0 10px 0;
}

.col_right {
	float: left;
	width: 687px;
}

.col_right .wrapper {
	background: url('/i/col_top.gif') no-repeat;
	padding: 25px 10px 0 15px;
}

.top_pic {
	margin: 0 0 32px 0;
	position: relative;
	width: 652px;
	height: 147px;
}

.top_pic .lt {
	background: url('/i/lt_2.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.top_pic .rt {
	background: url('/i/rt_2.png') no-repeat 100% 0;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.top_pic .lb {
	background: url('/i/lb_2.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
}

.top_pic .rb {
	background: url('/i/rb_2.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	display: block;
}


.top_pic .t {
	background: url('/i/t_2.png') repeat-x;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_pic .b {
	background: url('/i/b_2.png') repeat-x;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_pic .l {
	background: url('/i/l_2.png') repeat-y;
	height: 99%;
	width: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.top_pic .r {
	background: url('/i/r_2.png') repeat-y;
	height: 99%;
	width: 3px;
	position: absolute;
	top: 0;
	right: 0;
}


.projects {
	margin: 40px 0 0 0;
}

.projects h2 {
	margin: 0 0 22px 0;
}

ul.projects_list {
	margin: 0;

}

ul.projects_list li {
	float: left;
	width: 202px;
	margin: 0 0 0 24px;
	display: inline;
	list-style: none;
}

ul.projects_list li:first-child {
	margin: 0;
}

.projects .pic {
	margin: 0 0 15px 0;
	display: block;
	position: relative;
	height: 89px;
	cursor: pointer;
	cursor: hand;
}

.projects a:link .pic img, .projects a:visited .pic img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.projects a:hover .pic img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

.projects .pic .lt {
	background: url('/i/lt_1.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.projects .pic .rt {
	background: url('/i/rt_1.png') no-repeat 100% 0;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.projects .pic .lb {
	background: url('/i/lb_1.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.projects .pic .rb {
	background: url('/i/rb_1.png') no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}


.projects .pic .t {
	background: url('/i/t_1.gif') repeat-x;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.projects .pic .b {
	background: url('/i/b_1.gif') repeat-x;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.projects .pic .l {
	background: url('/i/l_1.gif') repeat-y;
	height: 99%;
	width: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.projects .pic .r {
	background: url('/i/r_1.gif') repeat-y;
	height: 99%;
	width: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.footer {
	height: 142px;
	background: url('/i/col_bottom.gif') no-repeat 306px 0;
	position: relative;
}

.hr hr {
	display: none;
}

.hr {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background: url('/i/hr.gif') repeat-x;
	margin: 0 0 22px 0;
}

.footer .email {
	color: #7d878a;
	position: absolute;
	top: 53px;
	left: 15px;
	font-weight: bold;
}

.footer .email a:link, .footer .email a:visited {
	color: #bacfd3;
	font-weight: normal;
}

.copyright {
	font-size: 12px;
	position: absolute;
	top: 27px;
	left: 322px;
	color: #a7afb2;
	width: 652px;
}