/*	CSS-Framework

	Version		: 0.21
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* 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, img {
	border: none!important;
}
.container {
	overflow: hidden;
}
.img-repl {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* Main custom rules
------------------------------ */

html {
	background: #0d5ea2;
	font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
body {
}
a {
}
a:visited {
}
a:hover {
}
a:active {
}
/* Demo Template
------------------------------ */

#site {
	background: #ffffff;
	border:15px #0d5ea2 solid;
	min-width: 1220px; 
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1220? "1220px": "auto");
}
#header {
	padding-top:32px;
	background:url(../img/logo_right.gif) right top no-repeat;
	height:184px;
	margin-right:-9px;

}
#bg_head {
	background:url(../img/bg_search.gif) bottom repeat-x;
	margin-left:9px;
	margin-right:9px;
}
#search {
	height:50px;
	position:relative;
	z-index:33;
	margin-right:9px;
}
#sled {
	padding-top:35px;
	margin-right:180px;
	background: url(../img/bg_logo.jpg) bottom repeat-x;
}
#obr {
	background:url(../img/dfo.gif) right bottom no-repeat;
	height:315px;
	margin-left:9px;
	margin-right:9px;
	margin-top:-315px;
}
#obr_text {
	background:#f7f2ec;
	margin-top:9px;
	margin-right:9px;
	margin-left:9px;
	padding:13px 320px 0 16px;
	height:192px;
	border-bottom:#814400 7px solid;
}
#col-left {
	float: left;
	width: 240px;
	margin:0 0 0 9px;
	display:inline;
	padding:10px 10px 0 0;
}
#content {
	float: left;
	width:70%;
	padding:30px 0 20px 20px;
}
#footer {
	clear: both;
	padding-top: 1em;
	height:65px;
	background: #0d5ea2;
	vertical-align:middle;
	color:#FFF;
	padding-left:20px;
	padding-top:35px;
}
#bg_col {
	background:url(../img/bg_left.jpg) right top no-repeat #fff;
	float:left;
	/*margin-top:-30px;*/
}

#bg_col_second {
	background:url(../img/bg_left_second.jpg) right top no-repeat #fff;
	float:left;
	margin-top:20px;
}


.obr_text img {
	margin: 5px 15px 0 5px;
	border: 5px solid #fff!important;
}
.obr_text img.null-image {
	padding: 0!important;
	border: none!important;
	margin: 0!important;
}
.date {
	background:#0d5ea2 url(../img/strelka.gif) right no-repeat;
	height:18px;
	width:90px;
	color:#FFF;
	text-align:left;
	padding:0 3px;
	float:left;
}
.old_date {
	background:#4291d4 url(../img/strelka_off.gif) right no-repeat;
	height:18px;
	width:90px;
	color:#FFF;
	text-align:left;
	padding:0 3px;
	float:left;
}
.news_text {
	padding-left:115px;
}
.news {
	margin-top:15px;
}
.pad {
	display: block;
	color:#000;
	padding-left:25px;
}
/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a {
	display: block;
	color:#000;
	text-decoration:underline;
	padding-left:25px;
}
.menu-v a:hover, .menu-h a:hover {
	text-decoration: none;
}
.menu-v {
	padding-top:15px;
}
.menu-v li {
	list-style:none;
	padding-top:10px;
        padding-bottom:14px;
        background:url(../img/li_bogder.png) bottom left no-repeat;
}
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 {
	font: 1.7em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
.content h2 {
	font-size: 1.5em;
}
.content h3 {
	font-size: 1.3em;
}
.content h4 {
	font-size: 1.1em;
	font-weight: bold;
}
blockquote {
	margin-left: 10em;
	padding-left: 1em;
	border-left: 2px solid #ccc;
}
pre, code {
	font: 1.2em/1.8 "Courier New", Courier, monospace;
	border: 1px dashed #aaa;
	padding: 1em;
	background: #eee;
}

.content ul, .content ol {
	margin-left: 3em;
	line-height: 1.3em;
}
.content ul li, .content ol li {
	margin-bottom: .2em;
}
.icons a, .icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom: 1em;
}
/* 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;
}

/* 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;
}
/* Content Form
------------------------------ */

.search form {
padding-top:30px;
}

.search .input {
float: left;
padding-left:30px;
width: 150px;  font: 1em sans-serif; 
}


.now {
float:right;
padding-right:400px;
margin-top:-18px;
}


/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
