﻿/*	CSS-Framework

	Version		: 0.3
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */
		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%; background: #f4f4f4; font: 0.75em/1.5 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; color:#304a67; background:#5a708b; } /* body height 100% */

a { color: #0066сс; text-decoration:none;}
a:visited {  }
a:hover { text-decoration:underline; }
a:active {  }
hr { background-color:#2b4a70; border:0; height:1px;}

/* Layout Boxs
------------------------------ */

.page-layout { margin-right: 0px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 100%; } /* 100% */
.lb-l { width: 100%;}
.lb-c { width: 97%; padding-right:5px;} 
.lb-r { } 
.lb-4 { width: 100%; } /* 25% */
			
			
/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; }
.menu-h a { text-decoration: none; display: block; }
.menu-h a:hover { text-decoration: underline; }
			
/* Vertical Menu
------------------------------ */

.menu-v {margin:0; padding:0;}
.menu-v li { padding: 4px 0; list-style: none; margin:0;}
.menu-v li ul { padding-left: 1em; margin-top: 4px; margin-left:20px; }
.menu-v li li { border: none; }
.menu-v a {color:#304a67; font-size:12px; text-decoration: none; display: block; }
.menu-v a:hover { text-decoration: underline; color:#666666; } .menu-v a:active { text-decoration: underline; color:#c0383c; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Tahoma, Geneva, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse;}
table th, table td { border: 0px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
/*IDS*/
#page { background:#d8dede url(../i/rm_bg.jpg) no-repeat; width:1000px; height:100%; margin:0 auto; position:relative; display:block}
#page #LOGO { position:absolute; top:50px; left:80px;}
#map_search {position:absolute; top:170px; left:80px; z-index:10; width:180px;}
.inputText { border:#1b3d66 solid 1px;}
#top {height:400px;}
#page #MM { position: absolute; right:40px; top:340px;} #page #MM a { color:#304a67; text-decoration:none; font-size:12px; text-transform:uppercase} #page #MM a:hover { color:#304a67; text-decoration:underline; font-size:12px; text-transform:uppercase}
.ahor {padding: 0!important; border: none!important; margin:0px 15px 0 15px !important;}
#centerContainer { background:#d8dede; padding:0 40px 0 40px; }
.news1 {margin-top:20px;} .news1 span {color:#666;} .news1 a {color:#304a67;}
.news2 {margin-top:20px;} .news2 span {color:#395295;} .news2 a {color:#395295;}
.link1 {margin-top:10px;}.link1 a{color:#666}
#footer {padding:20px 40px 20px 40px; display:block; position:relative; margin-top:10px; clear:both;}
.footer_info { font-size:11px; color:#666; width:200px; float:right; margin-bottom:10px;} .footer_info a{ font-size:11px; color:#666;}
#page #lang { position:absolute; top:50px; left:20px;} #lang a{color:#1b3d66;} #lang a:hover{color:#666;} #lang a:active{color:#c0383c;}

.text {
	font-size: 12px;
	color: #304a67;
	text-decoration: none;
}

.text a {color:#304a67; font-size:12px; font-weight: bold;}
.text a:hover {color:#304a67; font-size:12px; font-weight: bold;}


h1 {
font-size:12px;
}
.form {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #5440ff;
}