/*	CSS-Framework

	Version		: 0.3.1
	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%;*/ color: #000; background:#fff; font: 0.80em/1.5 Tahoma,Arial, Helvetica, sans-serif;background: url('/assets/templates/dom/img/bg_header2.jpg') repeat-x left top; 
}
body { /*height: auto !important; height: 100%; min-height: 100%;*/} /* body height 100% */

a { color: #00588A; /*color: #00589D*/}
a:visited {  }
a:hover {  }
a:active {  }
			
/* Layout Boxs
------------------------------ */

#header {
	background: url('/assets/templates/dom/img/header4.jpg') no-repeat right top;
	position:absolute;
	top:0px; left:0px;
	height:180px;
	width:100%;
	border-bottom:2px solid #659FCD;
}

#header .logo {
position:absolute;top:30px;left:25px; z-index:1;
}

#header h1 {font-size:0.8em; display:block; width:213px; height:58px; /*background: url('/assets/templates/dom/img/logo2.gif') no-repeat left top;*/ top:30px; left:29px; position:absolute;}
#header h1 a span{display:none}
#header p.slogan {font: 1em Arial, Helvetica, sans-serif; top:80px; left:29px; position:absolute;width:250px;display:block;color:#fff;font-style:italic}

#topmenu {
	position:relative;
	top:2px;
	margin-left:255px;
}

#top {
	background: #00588A url('/assets/templates/dom/img/bg_menu.gif') repeat-x right top;
	height:	53px;
	position:absolute;
	top:180px;
	left:0;
	width:100%;
}

#leftcol {
	position:absolute;
	top:232px;
	width:205px;
	left:0px;
	padding:20px 0 1.5em 30px;
}

#content {
	margin-top:232px;
	margin-left:255px;
	border-left:1px solid #d3d3d3;
	padding:1.5em 255px 1.5em 2em;
	clear:both;
min-height: 250px; height: auto !important;height: 250px;
background:#fff;
}

#footer {
	clear:both;
	/*border-top:30px solid #3F7EA7;*/
border-left:1px solid #D3D3D3;
	padding:32px 28px 18px 28px;
	margin-left:255px;
/*background: url('/assets/templates/dom/img/bottom-bg.jpg') left bottom;*/
background:#fff;
color:#000;
font-size:0.85em
}

#links {
position:absolute;
top:8px;
right:395px;
height:27px;
}

#counters {
	position:relative;
	right:0;
	top:0;
	float:right;
}

.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */
			
/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; /*border-left: 1px solid #ccc; */ background:url('/assets/templates/dom/img/topmenu_sep.gif') no-repeat left center; padding:15px 0 17px 18px}
.menu-h li { float: left; list-style: none; padding: 0 0.8em; /*border-right: 1px solid #ccc;*/ }
.menu-h a { text-decoration: underline; display: block; font-weight:bold; font-size:0.9em; color:#fff;}
.menu-h a:hover { text-decoration: underline; }
			
/* Vertical Menu
------------------------------ */

.menu-v { /*border-top: 1px solid #ccc; margin-left:10px */}
.menu-v li { padding: 2px 0; padding-left:17px; list-style: none; /*border-bottom: 1px solid #f9f9f9; */ background: url('/assets/templates/dom/img/arrow1.gif') no-repeat left 10px;font-weight:bold
}
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; /*border-top: 1px solid #f9f9f9;*/font-weight:normal}
.menu-v a { text-decoration: underline; display: block; font-size:1em;color:#B6422E}
.menu-v a:hover { text-decoration: underline; }
.menu-v li.active {
	/*background:#B8C0C7;*/
	color:#fff;
	text-decoration:none;
}
.menu-v li.active a {color:#000;}
.menu-v li ul {display:none}
.menu-v li.active ul {display:block}
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4, #leftcol h1 { font: 1.6em Arial, Helvetica, sans-serif; margin-bottom: .6em;}
.content h2 { font-size: 1.3em; }
.content h3 { font-size: 1.1em; font-weight: bold; }
.content h4 { font-size: 1.0em; font-weight: bold; }
.content h1, #leftcol h1 { margin-bottom: 0.5em;color:#000}/*BB000B*/


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; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }
hr.foot {background-color: #ccc; height: 1px; margin-top:-1.5em}

.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; }

a.home, a.sitemap, a.contacts {float: left; display:block; width:27px; height:26px; margin-right:10px}
a.home {background:url('/assets/templates/dom/img/home.gif') no-repeat left top;}
a.sitemap {background:url('/assets/templates/dom/img/sitemap.gif') no-repeat left top;}
a.contacts {background:url('/assets/templates/dom/img/contacts.gif') no-repeat left top;}

a.home_act, a.sitemap_act, a.contacts_act, a.home:hover, a.sitemap:hover, a.contacts:hover {float: left; display:block; width:27px; height:26px; margin-right:10px;}
a.home_act, a.home:hover {background:url('/assets/templates/dom/img/home_act.gif') no-repeat left top;}
a.sitemap_act, a.sitemap:hover {background:url('/assets/templates/dom/img/sitemap_act.gif') no-repeat left top;}
a.contacts_act, a.contacts:hover {background:url('/assets/templates/dom/img/contacts_act.gif') no-repeat left top;}


.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; margin:0.5em 0 2.0em 0}
table th, table td { border: 1px solid #ccc; padding: 4px 5px; vertical-align: top; font-size:0.9em}
table th { background: #E4EBF1 }
table td {background:#F7FBFE  }

form table td {border:none; background:none}

/*	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-top: 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, textarea { vertical-align: middle; width:300px}
.FSF_submit {width:70px;}
input.search {width:192px; color:#000; font-size:11px;padding:3px 8px; border:1px solid #427da9}
.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; }

.error,
.notice, 
.success    { padding: .5em; margin-bottom: 1em; border: 1px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: red; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
			

table.links_seo_p4 td {
  border:none;
}

.links_seo_p4 {
  border-top:1px solid #ccc;
}

.links_seo_p4, .links_seo_p4 a {
  color:#545454;
  font-size:10px;
}

.dop_menu li, .dop_menu li a {
  font-size:11px;
  color:#545454;
}

.dop_menu li {
  margin-left:15px;
} 
