/** 
 * Nulling styles
 */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color:#004898;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form input {
	font: normal 12px/12px Verdana, Geneva, sans-serif;
}
h2 {
	color: #004898;
	font: normal 18px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
h3 {
	color:#004898;
	font: normal 16px/16px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.listBlock h3 {
	margin-bottom: 10px;
}
p {
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
	color:#4b4a4a;
}
#content ul {
	margin: 0 0 2px 50px;
}
#content ul li {
	background: url(../img/list.gif) 0 3px no-repeat;
	display: block;
	padding: 0 0 13px 24px;
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	height: 1%;
	zoom: 1;
}
#content ol {
	margin: 0 0 2px 72px;
	display: block;

}
#content ol li {
	padding: 0 0 13px 0;
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	list-style-type: decimal;
}

#content .no-style {
	margin: 0;
}
#content .no-style li {
	background: none;
	display: block;
	padding: 0;
	font: normal 10px/13px Verdana, Geneva, sans-serif;
}
#content ul li p {
	font: normal 10px/13px Verdana, Geneva, sans-serif;
	padding-bottom: 0;
}
#content table {
	margin-bottom: 15px;
}
#content th, #content .darkBlue {
	background: #004898;
	color: #FFF;
	font: bold 12px Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
	padding: 6px 10px 8px 10px;
}
#content td {
	background: #e2e2e2;
	border: 1px solid #FFF;
	padding: 6px 10px 8px 10px;
	color: #4b4a4a;
	font-size: 11px;
}
#content .darkGrey {
	background: #d1d1d1;
}
p img {
	margin: 0 10px 5px 0;
}
/** 
 * Default styles
 */	
html {
	height: 100%;
	width: 100%;
	min-width: 1000px;
 width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 989 ? '990px');
}
body {
	min-height: 100%;
	height: 100%;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	background: #919191 url(../img/mainBack.gif) 50% 0 repeat-y;
}
#page {
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	width: 1000px;
	background:#fff  url(../img/leftBack.gif) 0 0 repeat-y;
}
.back_top {
	background: url(../img/gradient.gif) 0 0 no-repeat;
}
/*** =Header= ***/
#header {
	padding-top: 10px;
	background: url(../img/header.gif) 0 10px repeat-x;
	height: 100px;
	overflow: hidden;
	clear: both;
	position: relative;
}
#header .logoSite {
	position: absolute;
	top: 30px;
	left: 20px;
}
#header .searchText {
	position: absolute;
	left: 320px;
	top: 56px;
}
.searchText input {
	float: left;
}
.searchText .textInput {
	background: #FFF;
	border: 1px solid #d5d5d5;
	color: #d5d5d5;
	padding: 7px 0 7px 10px;
	width: 250px;
}
#header .topNavigator {
	display: block;
	position: absolute;
	right: 20px;
	top: 28px;
}
.topNavigator li {
	float: left;
	list-style: none;
	margin-left: 12px;
}
.topNavigator li a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../img/navigatorTop.gif) 0 0 no-repeat;
}
.topNavigator .home {
	background-position: 2px 3px;
}
.topNavigator .mail {
	background-position: -27px 3px;
}
.topNavigator .mapSite {
	background-position: -57px 3px;
}
.topNavigator .legal {
	background-position: -83px 3px;
}
.versionRU, .versionEN {
	display: block;
	position: absolute;
	right: 45px;
	width: 60px;
	top: 80px;
	color:#939393;
	padding: 0 0 0 30px;
	background: url(../img/langRU.gif) 0 3px no-repeat;
}
.versionEN {
	top: 56px;
	background:  url(../img/langEN.gif) 0 3px no-repeat;
}
/*** =Sidebar= ***/
#sidebar {
	float: left;
	width: 300px;
}
#siteMenu {
	width: 100%;
	display: block;
	position: relative;
	position: relative;
	z-index: 99999;
}
#siteMenu ul {
	width: 300px;
	position: relative;
	z-index: 99999;
}
#siteMenu li {
	display: block;
	list-style: none;
	position: relative;
	height: 100%;
	width: 100%;
	background: url(../img/bottom_line_menu.gif) 0 100% no-repeat;
	padding-bottom: 2px;
	position: relative;
	z-index: 99999;
}
#siteMenu a:hover, #siteMenu .active span {
	background: url(../img/menuActiveElement.gif) repeat-y;
	display: block;
}
#siteMenu li ul {
	display: none;
	left: 300px;
	position: absolute;
	top: -1px;
	border: 1px solid #1483ff;
	border-bottom: none;
}
#siteMenu .active {
	background: url(../img/bottom_line_menu.gif) 0 100% no-repeat;
	padding-bottom: 2px;
	display: block;
}
#siteMenu a {
	display: block;
	position: relative;
	text-decoration: none;
	background: url(../img/lineMenu.gif) repeat-y;
	cursor: pointer;
}
#siteMenu em {
	display: block;
	background: url(../img/rhomb_menu.gif) 20px 8px no-repeat;
	padding: 6px 0 5px 50px;
	font-style: normal;
	color: #FFF;
	font-size: 14px;
	line-height: 17px;
	zoom:1;
	height:1%;
}
#siteMenu li ul li {
	FLOAT: left;
	display: block;
	width: 300px;
}
#siteMenu LI:hover UL {
	display: block
}
#siteMenu LI.over UL {
	DISPLAY: block;
}
/*** =LastNews= ***/
.lastNews {
	background:#e2e2e2 url(../img/topNews.png) 0 0 no-repeat;
	padding: 20px;
}
.titleNews {
	color:#4a4a4a;
	font: normal 22px/22px Verdana, Geneva, sans-serif;
	padding-bottom: 18px;
}
.lastNews ul {
	display: block;
	width: 100%;
	overflow: hidden;
}
.lastNews li {
	list-style: none;
	display: block;
}
.smallText {
	display: block;
	font: normal 11px/11px Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
}
.lastNews a {
	font-weight: bold;
	display: block;
	margin: 5px 0;
}
.lastNews p {
	color:#4b4a4a;
	font: normal 11px/16px Verdana, Geneva, sans-serif;
	margin-top: 8px;
}
.hr {
	display: block;
	background: #bcbbbf;
	border-bottom: 1px solid #FFF;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	clear: both;
}
.linkMore, .lastNews .linkMore {
	color:#d30000;
	background: url(../img/archive.gif) 100% 3px no-repeat;
	padding-right: 15px;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: inline-block;
}
.goBack {
	color:#d30000;
	background: url(../img/goBack.gif) 0 2px no-repeat;
	padding-left: 15px;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}
.link_red {
	color:#d30000;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: block;
}
.download_file {
	font-size: 10px;
	padding-top: 3px;
}
.download_file span {
	color:#bcbbbf;
	font-size: 16px;
	margin: 0 5px;
	line-height:16px;
	margin-top: -4px;
	display:  inline-block;
}
.download_file a {
	margin-right: 5px;
	margin-top: -3px;
}
.word_file {
	display: inline-block;
	background: url(../img/word.gif) 0 0 no-repeat;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
}
.pdf_file {
	display: inline-block;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
	background: url(../img/pdf.gif) 0 0 no-repeat;
}
.file {
	display: inline-block;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
	background: url(../img/doc.gif) 0 0 no-repeat;
}
.errorMess, .okMess {
	background: #e2e2e2;
	border-left: 10px solid #d30000;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	height: 1%;
	zoom: 1;
}
.errorMess b, .okMess b {
	display: block;
	margin-bottom: 5px;
	color: #d30000;
	font-size: 13px;
}
/*** =form= ***/
.okMess {
	padding-bottom: 5px;
	border-color: #004898;
}
.okMess b {
	color:#004898;
	font-size: 16px;
}
.form {
	background: #e2e2e2;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 0;
	height: 1%;
	zoom: 1;
	position: relative;
}
.form form {
	display: block;
}
.line_form {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.small_margin {
	margin-bottom: 5px;
}
.form label {
	padding: 5px 20px 0 20px;
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.containerInput {
	display: table;
	height: 1%;
	zoom: 1;
	width: 490px;
}
.form small {
	display: block;
	font-size: 10px;
	margin-top: 2px;
	font-weight: normal;
}
.red {
	color: #d30000;
}
.textInput {
	display: block;
	width: 470px;
	border: 1px solid #bcbbbf;
	font: normal 12px/12px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	padding: 5px 0 5px 10px;
}
.error {
	border: 1px solid #d30000;
}
.containerInput textarea {
	display: block;
	width: 470px;
	border: 1px solid #bcbbbf;
	font: normal 12px/14px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	padding: 5px 0 5px 10px;
	height: 100px;
	overflow-y: auto;
}
.simbol {
	background: url(../img/simbol.gif) 96% 10px no-repeat;
}
.imgCode {
	margin: 10px 0 0 0;
}
.imgCode img {
	float: left;
	margin-right: 10px;
}
.line_form span.simbol {
	background: url(../img/simbol.gif) 0 4px no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
}
/*** =mainbar= ***/
#contentAllPage {
	overflow: hidden;
	width: 100%;
	background:#fff  url(../img/leftBack.gif) 0 0 repeat-y;
}
#content {
	margin-left: 300px;
	position: relative;
	padding: 0 20px;
	background: #FFF;
	width:660px;
	padding-bottom: 15px;
}
.collage {
	position: relative;
	height: 300px;
	margin: 0 0 0 300px;
	padding-bottom: 15px;
	width: 700px;
	background: #FFF;
}
.inform_line {
	position: absolute;
	bottom: 0;
	background: url(../img/information_line.png) repeat-x;
	width: 100%;
	left: 0;
	padding: 9px 0;
}
.inform_line span {
	color: #004898;
	font: normal 11px/11px Verdana, Geneva, sans-serif;
	display: block;
	padding-left: 20px;
}
.mainbarWrapper {
	float: right;
	width: 100%;
	margin-left:-300px;
}
.title, h1 {
	background: url(../img/title.gif) 0 0 no-repeat;
	padding: 4px 0 20px 40px;
	color: #004898;
	font: normal 22px/22px Verdana, Geneva, sans-serif;
	display: block;
}
/*** =LineBanners= ***/
.lineBanners {
	border-top: 1px solid #dadada;
}
.lineBanners ul {
	display: block;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}
.lineBanners ul li {
	list-style: none;
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	background:#fff url(../img/shadowBanner.gif) 50% 100% no-repeat;
	padding: 30px 0;
}
/*** =content= ***/
.infoBlock {
	overflow: hidden;
	clear: both;
}
.imgImfo {
	float: left;
	background:  #e2e2e2;
	width: 220px;
	padding: 10px;
	margin: 0 20px 10px 0;
}
.imgImfo small {
	display: block;
	margin-top: 10px;
	color: #4b4a4a;
	font: normal 10px/14px Verdana, Geneva, sans-serif;
}
.listBlock {
	overflow: hidden;
	margin-bottom: 28px;
	height:1%;
	zoom: 1;
}
.manage_data {
	display: table;
	height: 1%;
	zoom: 1;
}
.about_manage {
	overflow: hidden;
	clear: both;
}
.title_link, .blue_text {
	clear: both;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	margin-bottom: 13px;
	color: #004898;
}
.listBlock .imgBlock {
	float: left;
	display: inline-block;
	margin: 0 20px 10px 0;
}
.imgBlock img {
	border: 1px solid #d1d1d1;
}
.listBlock p {
	font-size: 11px;
	margin-bottom: 8px;
}
.pages {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.pages span {
	float: left;
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
}
#content .pages ul li {
	float: left;
	margin: 0 5px;
	font: bold 12px/15px Verdana, Geneva, sans-serif;
	padding-top: 3px;
}
#content .pages ul li img {
	margin-top: 3px;
}
#content .no-style .currentPage {
	background: #d30000;
	color: #FFF;
	padding: 3px 6px 4px;
}
/*** =histoty= ***/
.history {
	background: #e2e2e2;
	padding: 8px 0 10px 20px;
	font-size: 11px;
	overflow: hidden;
	line-height: 13px;
	margin: 0 -20px 10px -20px;
	line-height: 20px;
}
.history a {
	background: url(../img/histoty.gif) 100% 2px no-repeat;
	padding: 0 15px 0 0;
	margin-right: 10px;
}
/*** =list file= ***/
#content .listDoc {
}
#content .listDoc li {
	margin-bottom: 20px;
}
.list_manager .title_link {
	margin-bottom: 5px;
}
.select_category {
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 5px;
}
.select_category span {
	display: inline-block;
	background: url(../img/category_midle.gif) repeat-x;
	color: #FFF;
	margin: -5px 5px 0 10px;
}
.select_category span strong {
	display: inline-block;
	background: url(../img/category_left.gif) 0 0 no-repeat;
}
.select_category span strong em {
	display: block;
	font-style: normal;
	background: url(../img/category_right.gif) 100% 0 no-repeat;
	padding: 4px 14px 5px;
}
.select_category a {
	display: inline-block;
	margin: 0 5px 0 10px;
}
.select_category h2 {
	display: inline-block;
	margin-top: -4px;
}
.select_category h2 {
	float: left;
}
/***  =galery= ***/

.gallery-area {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	padding-top: 50px;
	height: 600px;
}
.highslide-caption {
	text-align: center;
	width: 100%;
	top: -450px;
	position: absolute;
	color:#004898;
	font:  bold 16px/16px Verdana, Geneva, sans-serif;
}
.highslide-number {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
.highslide-controls .highslide-play a {
	position: relative;
	z-index: 9999;
}
.highslide-previous {
	position: relative;
}
.highslide-controls {
	position: relative;
	display: block;
	z-index: 9999;
}
.galeryPage {
	height: 600px;
}
.highslide-full-expand {
	display: none;
}
.highslide-close {
	display: none;
}
.controls-in-heading .highslide-controls ul {
	margin-left: 20px;
}
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.container_select h2 {
	float: left;
	margin-right: 20px;
	position: relative;
	height: 25px;
}
.forSelect {
	width: 400px;
	float: left;
}
#content .resultSearch {
	margin-left: 0;
	overflow: hidden;
	zoom: 1;
	height: 1%;
	padding-top: 5px;
}
.resultSearch a {
	font-size: 12px;
	display: inline-block;
	margin: -3px  0 10px 0;
	line-height: 16px;
}
#content .resultSearch  p {
	font-size: 12px;
}
#content .resultSearch .source {
	font-size: 11px;
}
.print {
	display: inline-block;
	background: url(../img/print.gif) 0 0 no-repeat;
	padding: 0 0 5px 25px;
}

/*** =Map-site= ***/
.site_map {
}
#content  .site_map ul {
	list-style:none;	
	margin-left: 15px;
}
#content .site_map ul li {
	list-style:none;
	background: none;
	font-size: 12px;
	line-height: 15px;
	display: block;
	zoom: 1;
	padding: 0;

}
#content .site_map ul li h3 {
	margin-bottom: 4px;
	font-weight: bold;
}
.items, .items_last,  .items_open {
	background: url(../img/map/tree_items.gif) 6px 8px no-repeat;
	display:block;
	padding: 6px 0 6px 40px;
	zoom: 1;
}
.items_last {
	margin-top:0;
	background: url(../img/map/tree_items_last.gif) 7px 0 no-repeat;
}
.items_open {
	background:url(../img/map/tree_items_open.gif) 7px 1px no-repeat;
}
.line {
	background:url(../img/map/tree_line.gif) 7px 0px repeat-y;
}
.site_map h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}
.items_open a {
	margin-bottom: 5px;
	display: inline-block;
}
.items a, .items_last a {
	display: inline;
}
.small_margin {
	margin: 2px 0 15px;
}
/*** =Footer= ***/
#footerGuarantor {
	height: 60px;
	clear: both;
}
#footer {
	margin: 0 auto;
	margin-top: -60px;
	height: 60px;
	clear: both;
	background: #f3f3f3 url(../img/gradient.gif) 0 100% no-repeat;
	color: #b0b0b0;
	width: 1000px;
	position: relative;
	font: normal 9px Verdana, Geneva, sans-serif;
	border-top:1px solid #DADADA;
}
#footer .footerNavigator {
	position: absolute;
	display: block;
	left: 20px;
	top: 10px;
}
.footerNavigator li {
	list-style: none;
	float: left;
	font-weight: bold;
}
.footerNavigator li a {
	font-weight: normal;
}
.footerNavigator li span {
	margin: 0 9px;
}
#footer .developer {
	position: absolute;
	top: 30px;
	left: 20px;
}
.cotyrightLine1 {
	left: 400px;
	top: 5px;
	position: absolute;
}
.cotyrightLine2 {
	position: absolute;
	left: 400px;
	top: 20px;
	width: 400px;
}
@media print {
	#printButton {
		display: none;
	}
}
input.red, textarea.red {
	border: 1px solid #D30000;
}
.commnet_foto {
	display: inline-block;	
	padding: 10px 0 0 0;
}
.counter {
	position: absolute;
	right: 10px;
	top: 5px;
}
/*** =Contracting with Us= ***/
.UserLogin {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
.UserLogin  .containerInput {
	width: 300px;
}
.UserLogin .textInput {
	width: 300px;
}
.UserLogin .button_enter {
	padding-left: 160px;
}
.UserLogin .button_enter input {
	margin-right: 20px;
}
.UserLogin  .button_enter a {
	display: inline-block;
	padding-top: 5px;
}
.UserLoginSide {
	width: 250px;
	margin: 0 auto;
	padding-bottom: 0;
}
.UserLoginSide h3 {
	margin: 0 0 -7px;
}
.UserLoginSide label {
	padding: 0 0 3px 0;
}
.UserLoginSide .containerInput {
	width: 220px;
}
.UserLoginSide .textInput {
	width: 230px;
}
.UserLoginSide .button_enter input{
	margin-right: 10px;
}
.titleForUser {
	width: 500px;
	margin: 0 auto 10px;
}
.userProfile {
	width: 250px;
	margin: 20px auto 0;
}
.userLink {
	margin-bottom: 20px;
}
.userLink li {
	margin-bottom: 10px;
	font-size: 12px;
}
.listStep {
	margin-left: 20px;
	margin-top: 15px;
}
.listStep div {
	font-size: 11px;
	font-weight: bold; 
	margin-bottom: 13px;
}
.formStep label {
	width: 200px;
}
.formStep .containerInput {
	width: 400px;
}
.formStep  .textInput, .formStep  textarea {
	width: 380px;
}
.forRadioLabel {
	width: 480px;
	padding: 5px 20px 0 20px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.forRadioLabel  .simbol {
	background-position: 100% 0;
}
.RadionButton {
	width: 140px;
	float: right;
	text-align: left;
	padding-top: 5px;
	margin-bottom: -10px;
}
.RadionButton label {
	font-weight: normal
}
.RadionButton span {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.RadionButton span  input {
	float:left
}
.RadionButton span  label {
	padding: 0;
	width: 90px;
}
.formStep .commentLine {
	margin-bottom: 0;
	text-align: left;
	padding-left: 20px;
}
.buttonLine input  {
	margin-right: 30px;
}
.inputFile {
	margin: 5px 0 10px;
	display: block;
}
.linkAddFile {
	display: inline-block;
	margin-bottom: 15px;
}
.formStep .labelForTextArea {
	display: block;
	width: auto; 
	padding-right:30px;
	margin-bottom: 10px;
}
.formStep .textareaContainer {
	margin: 0 0 0 20px;
	width: 610px;
}
.textareaContainer textarea {
	width: 98%;
}
.lineSeparator {
	margin: 10px 0 20px;
	background: #E2E2E2;
	height: 1px;
	overflow: hidden;
}
.formStep .lineSeparator {
	background: #f7f7f7;
	margin: 10px 20px;
}
.navigationButton {
	text-align: center;
}
.navigationButton a {
	margin-right: 10px;
}
.linkLine {
	font-size: 11px;
	line-height: normal;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}
.link_all_ads {
	margin-top: 15px;
}
.listFirm {
	margin: -10px 0 12px 15px;
}
.lineFirm {
	margin-bottom: 5px;
}
.lineFirm span {
	color: #999;
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	text-align: right;
}
.lineFirm a {
	font-size: 12px;
	font-weight: bold;
}
.radioComment {
	clear: both;
	margin: 5px 20px 0;
}
.lost_password {
	width: 465px;
}
.lost_password .line_form {
	margin-bottom: 0;
}
.lost_password label {
	width: auto;
}
.lost_password  .containerInput {
	width: 150px;
	float: left;
	margin-right: 30px;
	margin-top:2px
}
.lost_password  .containerInput .textInput {
	width: 100%;
}
.button_accept {
	float: left;
}