
: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;}

.png {
	behavior: url('/css/png.htc');
}

/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 130%;
}

/* removing left margin  */
.center h1, 
.center h2, 
.center h3, 
.center h4, 
.center h5, 
.center h6,
.center .hr, 
.center div.marked, 
.center .h1{
	margin-left: -15px;
}

h1 {
	font-size: 24px;
	color: Black;
	line-height: 1.2em;
	margin: 22px 0px 13px;
	background-color: transparent;
}

h2 {
	/*
	border-left: 5px solid silver;
	padding-left: 10px;
	*/
	font-size: 20px;
	line-height: 120%;
	background-color: transparent;
	margin: 20px 0px 10px 0px;
	color: #C74000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2A2821;
	margin: 10px 0px 10px;
	background-color: transparent;
}



h4 {
	font-size: 16px;
	font-weight: bold;
	color: #860000;
	margin: 10px 0px 10px;
	background-color: transparent;
}

h5 {
	font-size: 14px;
	color: #2A2821;
	margin: 10px 0px 10px;
	font-weight: bold;
	background-color: transparent;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 10px;
	background-color: transparent;
}


/* links
================================================*/
a {
	color: #C74000;
}


/* paragraphs
================================================*/

p {
	margin: 10px 0px 5px;
}

.line150{
	line-height: 1.5em;
}

small{
	font-size: 11px;
}


/* Lists
================================================*/

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

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

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 40px;
	list-style-type: none;
}
ul.question{
	padding-top: 10px;
	padding-left: 40px;
	margin-left: 0px;
	background: url(/img/ico_question.gif) no-repeat;
	font-size: 16px;
	min-height:80px;
	height:auto !important;
	height:80px;
}
ul * ul {
	margin: 4px 0px 4px 20px;
}

ul li {
	line-height: 120%;
	font-size: 100%;
	margin: 5px 0px;
	padding: 0px 0px;
	list-style: disc;
}
html>body ul li{
	margin: 5px 0px;
}


dl{
	margin: 10px 0px;
}

dl dt{
	margin: 2px 0px;
}

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


/* Tables
================================================*/

table{
	border-collapse: collapse;
	margin: 15px 0px 15px 0px;
	border: none;    
	width: 100%;
}
table td{
	border: none;
	padding: 5px;
	font-size: 100%;
	text-align: center;
}
table td strong{
	font-weight: bold;
}
table .color td{
	background: #FAF7F5;
}

table[border="1"] td{
	border-width: 1px;
	border-style: solid; 
}

table[border="1"] th{
	border-width: 1px;
	border-style: solid; 
}

table th{
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: white;
	background: #4a92ce;
	font-weight: bold;
}
table th h4{
	color: #000;
	margin: 0px;
	font-weight: bold;
}

.odd {
	background: #d4ebff;
}


/* hr
================================================*/

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

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

.hr{
	clear: both;
	margin: 15px 0px;
	border-bottom: 1px solid #EBE9E9;
	border-top: 1px solid #EBE9E9;
	height: 15px;
	background: White url(/img/hr_bg2.gif) repeat 0 0;
}

.hr hr{
	display: none;
}
* html .hr hr{
	display: none;
}

.center p.marked,
.center div.marked{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBE9E9;
	border-top: 1px solid #EBE9E9;
	background: White url(/img/hr_bg.gif) repeat 0 0;
	padding: 15px 40px 22px;
}
.big_black{
	font-size: 16px;
}
.big_red{
	font-size: 14px;
	color: #C74000;
}


.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
} 


/* clearfix
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}


/* main layout
================================================*/


body {
	color: #000;
	background: #EA7E15 url('/img/bg.gif') repeat-x 100% 0%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	12px;
	line-height: 1.4em;
}

/* rounded corners */
.t {background: url(/img/middle_top.gif) repeat-x 0 0;}
.b {background: url(/img/middle_top.gif) repeat-x 0 100%;}
.l {background: url(/img/middle_top.gif) repeat-y 0 0;}
.r {background: url(/img/middle_right.gif) repeat-y 100% 0;}
.bl {background: url(/img/middle_left_bottom.gif) no-repeat 0 100%;}
.br {background: url(/img/middle_right_bottom.gif) no-repeat 100% 100%;}
.tl {background: url(/img/middle_left_top_1.gif) no-repeat 0 0;}
.tr {background: url(/img/middle_right_top.gif) no-repeat 100% 0; 
padding:0px; 
min-height: 300px;
}

* html .tr{
	height: 300px;
}
.main{
	background: url('/img/fon_top.gif') repeat-x #fff;
}

#header{
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 200;
}


#content{
	position: relative;
	padding: 200px 0px 0px;
	z-index: 10;
}

.left{
	float: left;
	width: 203px;
	margin-left: -100%;
	display: inline;
	z-index: 50;
}

.main{
	margin-left: 225px;
	z-index: 70;
}

.main .right{
	float: left;
	width: 170px;
	margin-left: -185px;
	display: inline;
	z-index: 100;
}

.main .center{
	margin-right: 250px;
	margin-left: 30px;
	margin-bottom: 40px;
	z-index: 70;
}
 
.main .center .wrapper{
	padding-left: 15px;
	/* FIXME: Âêëþ÷èòü äëÿ ÈÅ5  width: 100%; */
}

.main_wrapper{
	float: left;
	width: 100%;
}

.center_wrapper{
	float: left;
	width: 100%;
}

.wrapper img {
	border: 3px solid #EFEFEF;
	margin: 10px;
}

/* Form
================================================*/

.form{
	margin: 10px 0px 10px;
	width: 100%;
	padding: 15px 0px 0px;
}
.form.redline{
	border-top: 4px solid #CBC0BC;
}
.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: 0px;
	padding: 0px;
}
.form .line{
	clear: both;
	padding: 0px 0px 6px 0px;
	width: 100%;
	margin: 2px 0px;
}
.form .line.marked{
	background: #D98C00;
	padding: 10px 0px 10px;
	color: #fff;
}
.form .line.marked label{
	margin-left: 10px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 6px 0px;
}
.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 .formw a img {
	display: inline;
	margin: 5px 0px 0px 0px;
}
.form .formw label a img {
	display: inline;
	margin: 0px 5px 0px 0px;
}
form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 99%;
	background: #fff;
	/*	border: 1px solid #C9D3DC;*/
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad{
	vertical-align: middle;
	margin: 2px 4px 0px 0px;
}
.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;}
.red{
	color: #C74000;
}
.err{
	color: #C74000;
	font-size: 83%;
	line-height: 115%;
}

/* layout
================================================*/

.logo{
	position: absolute;
	top: 23px;
	left: 11px;
}

.logo a{
	border-bottom: 0px none;
}

.foto{
	position: absolute;
	top: 0px;
	left: 226px;
}

.slogan{
	margin-left: 470px;
	margin-right: 0px;
	padding-top: 40px;
	text-align: center;
}
.slogan .text{
	margin: 0px auto;
	width: 400px; 
}
.slogan .pic {
	text-align: center !important;
}
.slogan .pic img {
	width: 237px;
	height: 66px;
}
#s_text {
	width: 420px;
	height: 66px;
	font-size: 20px;
	color: #AC191A;
	line-height: 22px;
	text-align: left;
	margin: 0px auto;
}
#s_text span {
	display: block;
	white-space: nowrap;
}
.l1 {
	margin-left: 0px;
}
.l2 {
	margin-left: 75px;
}
.l3 {
	margin-left: 145px;
}
.slogan .pic .text{
	margin: 10px auto 0px auto;
	text-align: left;
	line-height: 11px;
}
.slogan .small_text{
	font-size: 11px;
	color: #303030;
	display: block;
}
.slogan .big_text{
	color: #666666;
	font: bold 20px Arial, Helvetica, sans-serif;
}

.nav{
	padding-top: 10px;
	background: #fff url(/img/left_nav_top.gif) no-repeat 100% 0;
}
.nav_bg{
	padding-bottom: 11px;
	background: #fff url(/img/left_nav_bottom.gif) no-repeat 100% 100%;
}
.nav ul{
	border-bottom: 1px solid #ebe9e9;
	margin: 0px;
	padding: 0px;
}

.nav ul li{
	border-top: 1px solid #ebe9e9;
	padding: 8px 11px 8px 11px;
	background: #fff url(/img/left_nav_bg_off.gif) repeat-y 100% 0;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	vertical-align: bottom;
	list-style-type: none;
}
.nav ul li.here a {
	color: #C74000;
}
.nav ul li.here {
	background: #EFEFEF url(/img/left_nav_bg_on.gif) repeat-y 100% 0;
	padding-right: 0px;
}
.nav ul li.here ul {
	margin: 10px 0px -10px -10px;
}
.nav ul li.here ul li {
	padding-left: 30px;
	background: #F9F9F9;
}
.nav ul li.here ul li a {
	font-weight: normal;
	color: #333366;
}
.nav ul li.here ul li.here a {
	color: #C74000;
	background: url(/img/left_nav_li.gif) no-repeat -400px 5px;
}

.nav ul li a{
	color: #333366;
	background: url(/img/left_nav_li.gif) no-repeat 0 5px;
	padding-left: 18px;
	display: block;
	border-bottom: 0px none;
}
.nav ul li a:hover{
	color: #C74000;
	background: url(/img/left_nav_li.gif) no-repeat -400px 5px;
	padding-left: 18px;
	display: block;
}
.nav ul li span{
	color: #333366;
	background: url(/img/left_nav_li.gif) no-repeat 0 5px;
	padding-left: 18px;
	display: block;
	border-bottom: 0px none;
}

.left p.marked{
	border-left: 4px solid #E8E8E8;
	padding-left: 11px;
}

.left p{
	margin: 10px 0px; 
	padding: 0px 15px;
}

.whitebox{
	margin: 20px 0;
	padding-top: 10px;
	background: #fff url(/img/left_box_bg_top.gif) no-repeat 100% 0;
}
.whitebox_bg{
	padding-bottom: 10px;
	background: #fff url(/img/left_box_bg_bottom.gif) no-repeat 100% 100%;
}
#subscribe a {
	border: none !important;
}
#subscribe .form{
	margin: 0px 6px 0px 15px;
	width: auto;
}
#subscribe .line{
	width: 100%;
}
#subscribe .label{
	width: 9%;
	overflow: hidden;
}
#subscribe .formw{
	overflow: hidden;
	width: 80%;
}
#subscribe_box{
	margin: 15px 0px 0px;
}
#subscribe_box .label{
	float: none;
	width: auto;
	font-size: 10px;
	color: #666666;
}
#subscribe_box .formw{
	float: none;
	width: auto;
}
#subscribe_box .formw .text{
	width: 95px;
	border: 1px solid #ccc;
	font-size: 13px;
	margin-right: 2px;
	vertical-align: middle;
}
#subscribe_box .formw .btn{
	width: 80px;
	font-size: 11px;
	vertical-align: middle;
}
#contacts a{
	color: #000;
	text-decoration: underline;
	border-bottom: 0px none;
}
.dd{
	padding-left: 2.9em;
	display: block;
}

/* main */

.img_right{
	float: right;
	margin: 7px 0px 10px 10px;
}

.img_left{
	float: left;
	margin: 7px 10px 10px 0px;
}

.h1{
	font: 24px Arial, Helvetica, sans-serif;
	color: #C74000;
	margin: 23px 0px 0px;
}

.h2{
	font: 18px Arial, Helvetica, sans-serif;
	color: #C74000;
	margin: 23px 0px 0px;
}

.arrow{
	background: url(/img/ico_more.gif) no-repeat 0px 3px;
	padding-left: 18px;
	display: block;
	float: left;
}

a{
	border-bottom: 1px dashed #C74000;
}

.cont{
	margin: 0px 0px 0px -15px;
}

/* footer */

#footer{
	margin: 5px 0px 0px 0px;
	width: 100%;
	position: relative;
	min-height: 76px;
	background: #E47712 url(/img/footer_bg_left.gif) repeat-y 0 0;
}

* html #footer{
	height: 76px;
}

.footer_bg{
	min-height: 76px;
	background: url(/img/footer_bg_right.gif) repeat-y 100% 0;
}

* html .footer_bg{
	height: 76px;
}

#footer address{
	padding: 15px 0px 15px 15px;
	width: 50%;
	color: #fff;
	font-size: 11px;
}
#footer .b88{
	position: absolute;
	top: 9px;
	right: 167px;
	width: 20%;
	text-align: right;
}
#footer .webdevelopment{
	position: absolute;
	top: 9px;
	right: 20px;
	width: 140px;
	text-align: right;
	font-size: 11px;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}

.colored_block_1 {
	margin: 10px 5px;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	color: #333366;					/*#3d3d3d;*/
	background: url(/img/colored_block.gif) repeat 0 0;
	font-style: italic;
	font-weight: bold;
}

.colored_block {
	width: 85%;
	margin: 10px 5px;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	color: #333366;					/*#3d3d3d;*/
	background: url(/img/ico_sel.gif) no-repeat 0 0;
	font-style: italic;
	font-weight: bold;
	padding-left: 80px;
}

.colored_block h2 {
	margin: 10px 10px 10px 15px;
	font-style: normal;
	border: 0;
}
.colored_block ul {
	padding: 0px 15px;
	margin: 0px;
}


.uncolored_block {
	margin: 10px 5px;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	color: #3d3d3d;
	font-style: italic;
}
.uncolored_block h2 {
	margin: 10px 10px 10px 15px;
	font-style: normal;
	border: 0;
}
.uncolored_block ul {
	padding: 0px 15px;
	margin: 0px;
}

.newsblock {
}

.newsblock h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.zagolovok {
	font-size: 14px;
	color: #C74000;
	text-transform: uppercase;
}



.tree img {
	margin: 0px !important;
	border: none !important;
	float: left !important;
}
.tree a {
	clear: right !important;
	display: block;
	min-height: 23px;
	// height: 23px;
	border: none !important;
}

.xlink {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#logo_as {
	display: none;
	text-align: center;
	margin: 100px 0px 0px 0px;
	padding: 0px;
}
#logo_as a {
	display: block;
	height: 65px;
	width: 95px;
	margin: 0px auto;
	background: url('/img/as.gif') no-repeat;
	text-decoration: none;
}

#content {
	height: 1%;
}

.label {
	padding: 0px !important;
	width: 100%;
	text-align: left !important;
}
.controls {
	padding: 0px !important;
	width: 100% !important;	
}
.mailform td {
	text-align: left;
}
#logo_applied {
	width: 174px;
	height: 110px;
	display: block;
	margin: 20px 0px 0px 15px;
	cursor: pointer;}


.label {
	font-size: 11px;
	vertical-align: top;
	text-align: right;
	padding: 3px 7px 3px 7px;
	width: 100px;
	text-transform: lowercase;
	white-space: nowrap;
}

.controls {
	font-size: 11px;
	vertical-align: top;
	padding: 1px 3px 0px 7px;
	width: 100%;
}

.controls input {
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	border: 2px solid #CCCCCC;
}

.controls input.input_checkbox {
	width: 20px;
	margin-right: 5px;
}

.controls input.input_radio {
	width: 20px;
	margin-left: 5px;
}

.controls input.file {
	width: 100px;
}

.controls select.calendarDateInput {
	width: 50px;
	height: 19px;
}
.controls input.calendarDateInput {
	width: 40px;
}

.controls textarea {
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	border: 2px solid #CCCCCC;
	height: 60px;
}

.controls select {
	font-size: 11px;
	font-family: Arial;
	border: 2px solid #CCCCCC;
}

.img_noborder {
	border:medium none !important;
	float: left;
	margin: 0px !important;
}

.btmenu {
	margin: 0px 0px 0px 260px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.btmenu ul {
	margin: 5px 0px !important
}
.btmenu li {
	padding: 0px 5px;
	float: left;
	border-left: 1px solid white;
	color: white;
	font-size: 9px;
	display: block;
}
.btmenu li a {
	color: white;
	font-size: 9px;
	border-bottom: 1px dashed white;
}
.btmenu li.here a {
	color: gray;
	font-size: 9px;
	border-bottom: 1px dashed gray;
}
