@charset "utf-8";
/* CSS Reset */
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, hr, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	/*vertical-align:baseline;*/
	font-family:inherit;
	font-size:100%;
}
abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, figure, footer, header, mark, menu, meter, nav, output, progress, section, time, video { display:block; }
:focus { outline:none; }
/* ******** end CSS Reset ******** */
body {
	color: #3f3f3f;
	background-color: #e0e0e0;
	font-size: 81.25%;
}
/* text */
th, h1, h2, h3, h4, h5, h6 { font-weight:normal; }
dfn, i, cite, var, address, em { font-style:normal; }
blockquote, q { quotes:none; }
q:before, q:after, blockquote:before, blockquote:after {
	content:'';
	content:none;
}
ol, ul { list-style:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: normal;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.news span {
	float:none;
	display:block;
	font-weight:normal;
}

.date {
	font-style:Italic;
}

.news li {
	font-weight:bold;
}
h1 {
	font-size:1.433em;
	line-height:normal;
	margin-bottom: 0.55em;
	font-weight: normal;
	color: #494949;
}
h2 {
	font-size:1.1em;
	font-weight: normal;
	margin-bottom: 0.55em;
	color: #494949;
}
h3 { font-size:125%; font-weight: normal; }
h4 {
	font-size:110%;
	font-weight:bold;
	line-height:1.2;
}
h5 { font-size:100%; }
h6 {
	font-size:100%;
	font-weight:bold;
}
p, h3, h4, h5, h6 { margin:0 0 .8em 0; }
hr, ul, ol, table { margin-bottom: 1.143em; }
hr {
	margin-top: 1.143em;
	background-color: #e9edf0;
	border: 0px;
	height: 2px;
}
table h2, table h3 { margin-bottom: 0em; }
em { font-style: italic; }
small { font-size: smaller; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/* lists */
.node ul { padding-left: 1.8em; }
.node ul li, .node ol li { margin-bottom: 5px; }
.node ul li {
	list-style-type: disc;
}
/*.node ul.menu li { list-style-image:none; list-style-type:none; }*/
ol { list-style-type: decimal; margin-left:2em; }
/* links */
a:link *, a:visited * { cursor:pointer; }
a:link, a:visited {
	color: #ff7f00;
	text-decoration: underline;
}
a:hover {  }
a:active, a.active {
	color: #ff9225;
}
h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
/* table */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td { /*vertical-align:middle;*/}
.node table {
	border-spacing: 1px !important;
	border: 1px solid #999;
	width: 100%;
}
.node caption, .node th, .node td {
	font-weight: normal;
	border: 1px solid #999 !important;
	padding: 3px 4px;
}
.node caption {
	color: #0071bc;
	text-align: left;
	border-bottom-style: none;
	padding:4px;
	background: #e0e0e0;
}
.node th {
	font-weight: normal;
	color: #464646;
	background-color: #ddd;
	text-align: center;
}
.node th p, .node td p { margin-bottom:0px; }
/* FORMS */
textarea, input, select {
	font-family:inherit;
	font-size:1em;
}
fieldset {
	border: 1px solid #c9c9c9;
	padding: 0.5em 1em;
	margin: 0.5em 0px;
}
legend { background-color: transparent; padding: 0px 5px; }
textarea, input[type=text], input[type=password] {
	color: #545658;
	border: 1px solid #b9b9b9;
	background: #fff;
	padding: 5px 2px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
fieldset, textarea, input[type=text], input[type=password], .gb-item .content, .submessage-content .gb-item {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover { border-color: #999; }
textarea:focus, input[type='text']:focus, input[type='password']:focus {
	border-color: #888;
}
input[type='text'], input[type='password'] { cursor: text; }
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.right { float: right; }
.left { float: left; }

/* drupal */
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}
.messages { border: 1px solid #b8d3e5; font-size: 0.9em; }
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}
div.status {
	color: #33a333;
	border-color: #a2ea7a;
	background: #ebffdf;
}
div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
  padding: .5em 1em;
}
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}
div.admin, div.admin .left, div.admin .right { margin: 0; padding: 0; }
.description {
	margin-bottom: 0.75em;
	font-size: 13px;
}
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dd {
	font-size: 13px;
	margin: 0em 0em 0.75em 1em;
}
.node-type-list, .admin-list { margin: 0.5em 0 1em 1.5em; }
.node-type-list dd, .admin-list dd { margin: 0 0 .5em 1.5em; font-size: 13px; }
thead th {
	border-bottom: 2px solid #dfdbbe;
	font-weight: bold;
}
td, th { padding: 0.15em 0.3em; }
tr.even, tr.odd, tbody th {
	border: solid #dfdbbe;
	border-width: 1px 0;
}
tr.odd, tr.info { background: #fbfaf0; }
tr.even { background-color: #f7f5e1; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #e8ebef; }
tr.even td.active { background-color: #f6f8f8; }
tr.odd .form-item, tr.even .form-item { white-space: normal; }
td.region, td.module, td.container, td.category {
	border-top: 1.5em solid #fff;
	border-bottom: 1px solid #d6dfe6;
	background-color: #d6dfe6;
	color: #28485d;
	font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
.help {
	background: #f2f4f6;
	padding: 0.75em 1em;
	border: 1px solid #e9edf0;
	margin: 0.5em 0px 1em;
}
.help p { margin: 0px; }
ul.pager { margin: 1em 0px; }
.item-list .pager li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 0.929em;
	zoom:1;
}
ul.pager li a {
	text-decoration: none;
	color: #4d4d4d;
}
ul.pager li a:hover { background: #fafafa; }
ul.pager li a.active { padding: 2px 6px; zoom:1; }
ul.pager li.pager-current {
	background: #fafafa;
	padding: 2px 6px;
	font-weight: bold;
}
/*.block { margin-bottom: 2em; }*/
input#edit-preview, .report-form .teaser-checkbox { display:none; }
.report-form .form-textarea { height: 180px; }
.report-form .node-form .form-text { width:auto;}
ul.primary {
  padding: 0 0 0 0.5em;
  white-space: normal;
  margin: 0px 0px 0.5em;
  border: none;
}
ul.primary li {
  display: inline;
  line-height: 2em;
}
ul.primary li a {
	color: #f9f9f9;
	background-color: #666666;
	border: none;
	margin-right: 0.5em; /* LTR */
	padding: 0.25em 1em;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
ul.primary li.active a {
  background-color: #64a22c;
  border: none;
}
ul.primary li a:hover {
  background-color: #7abc2d;
}
.search{
	color:#b2b2b2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.search .search_box {
	width: 613px;
	height: 30px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	margin: 0 0 6px;
	position: relative;
}
.search a{
	color:#ff7f00;
	text-decoration:underline;
	}
.search a:hover{
	color:#606060;
	}
.search .form-item {
	margin: 0px;
}
.search .form-item input.form-text{
	color:#777;
	border:0 solid #FFF;
	width:525px;
	height:19px;
}
.search .form-submit {
	width: 82px;
	height: 27px;
    position: absolute;
	right: 1px;
	top: 2px;
	border: 0;
	color: #fff;
	font-size: 14px;
	background: url(images/searchbutton.png) repeat-x;
	cursor: pointer;
}
.gb-item { margin: 15px 0px; }
.gb-item .submitted {
	margin: 0px 0px 19px;
	padding: 0px;
}
.gb-item .gb-item .submitted { margin: 0px 0px 8px; }
.gb-item .content {
	background: #f7f9f8;
	border: 1px solid #c8c8c8;
	padding: 14px;
	position: relative;
}
.gb-item .com_bg {
	top: -15px;
	left: 14px;
	border: 0 solid #c8c8c8;
	border-width: 0 15px 15px 15px;
}
.gb-item .com_bg span {
	top: 2px;
	left: -13px;
	border: 0 solid #f7f9f8;
	border-width: 0 13px 13px 13px;
}
.gb-item .com_bg, .gb-item .com_bg span {
	position: absolute;
	width: 0;
	height: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}
.submessage-content .com_bg { display: none; }
.submessage-content .gb-item {
	background: #fffff0;
	border: 1px solid #b9b9b9;
	padding: 14px;
	position: relative;
	margin-top: 18px 0;
}
.submessage-content .content {
	background: none;
	border: 0px;
	padding: 0px;
}
/* site */
body {
	font-family: Tahoma, Geneva, sans-serif;
}
#illustrate {
	clear: both;
}
#illustrate a {
	display: inline-block;
	margin: 0px 1em 1em 0px;
}
#illustrate img {
	border: 1px solid #cdcdcd;
}
/*Шапка*/
.main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.header{
	overflow:hidden;
	width:960px;
	margin: 0 auto;
	position:relative;
	}
.logotype{
	margin-top:38px;
	background-image:url(images/logotype.jpg);
	width:488px;
	height:107px;
	}
.info{
	top:48px;
	right:0;
	position:absolute;
	font-size:16px;
	color:#3f3f3f;
	}
.info p {
	margin:7px 0 0 0;
	font-size:12px;
}
.info a {
	color: #3f3f3f;
}
.links_div{
	background-image:url(images/menu_bg.png);
	height:62px;
	width:942px;
	margin: 0 auto;
	padding-top:9px;
	position:relative;
	}

.links_div ul{
	list-style-type: none;
	margin:0;
	padding:0;
	}
.links_div div.left{
	position:absolute;
	background-image:url(images/menu_left.png);
	width:9px;
	height:67px;
	left:-9px;
	top:0;
	}
.links_div div.right{
	position:absolute;
	background-image:url(images/menu_right.png);
	width:9px;
	height:67px;
	right:-9px;
	top:0;
	}
.links_div ul.links a {
	text-decoration: none;
	color: #4a4a4a;
	font-size: 18px;
}
.links_div ul.links li{
	margin-left:0px;
	float: left;
    height:36px;
	display:inline;
	list-style: none;
	background: url('images/li_border.png') no-repeat right top;
	padding-left:18px;
	padding-right: 17px;
	padding-top:15px;
  }
.links_div ul.links li:hover {
	background-color:#f0f0f0;
}
.links_div ul.links li.last{
	background:none;
}
.links_div ul.links li.last:hover {
	background-color:#f0f0f0;
}
.links_div ul.links li.active-trail,.links_div ul.links li.active {
	background:url(images/menu_actived.png) repeat-x;
}
.links_div ul.links li.active-trail a , .links_div ul.links li.active a{
	color:#fff;
}
.links_div ul.links a.active {
	color:#fff;
}
/*Предвадительное*/
.boxtop{
	height:293px;
	width:942px;
	margin: 10px auto;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFF;
}
.boxtop div.image {
	margin: 2px;
	position: relative;
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
    *display: inline;
	width:486px;
	height:289px;
}
.boxtop div.image img {
	position: absolute;
	top: 0;
	left: 0;
}
.boxtop div.text{
	margin:30px 1px 1px 28px;
	vertical-align:top;
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
    *display: inline;
	width:408px;
	color:#3f3f3f;
	font-size:13px;
}

.boxtop div.text h2{
	font-size:24px;
	color:#0f6188;
	}
.aside {
	float: left;
	overflow: hidden;
	margin-right: -277px;
	position: relative;
	left: 0;
	padding: 20px 0 0;
}
.aside .block {
	width: 258px;	
	position: relative;
	background-image:url(images/pole_center.png);
	margin: 0 0 37px 0;
	padding: 0 10px;
	line-height: 1.5em;
}
.aside .block h2 {
	color: #3f3f3f;
	background: url(images/pole_h2_bg.png) repeat-x bottom left;
	padding: 3px 10px 9px 20px;
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
}
#block-block-5 img {
	width: 210px !important;
	height: auto !important;
}
.aside .block .content {
	padding: 15px 10px 10px 20px;
}
.aside ul.menu {
	padding: 0;
	margin: 0 0 0 -5px;
}
.aside ul.menu ul {
	margin: 0 0 -7px 0px;
}
.aside ul.menu a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.aside ul.menu a:hover {color: #666; }
.aside ul.menu a.active, .aside .content a {
	color: #ff7f00;
}
.aside ul.menu li {
	background: url(images/li_style.png) no-repeat left 9px;
	padding: 6px 0 6px 20px;
	margin: 0;
	list-style: none;
	list-style-image: none;
    border-bottom: 1px solid #e4e4e4;
}
.aside ul.menu li.last, .aside ul.menu li.expanded {
	 border: 0;
}
.aside div.block div.top{
	margin-left:-10px;
	position:absolute;
	top:-11px;
	width:278px;
	height:11px;
	background: url(images/pole_top.png) no-repeat;
}
.aside div.block div.bottom{
	margin-left:-10px;
	position:absolute;
	bottom:-20px;
	width:278px;
	height:20px;
	background: url(images/pole_bottom.png) no-repeat;
}
.aside .block img {
	padding: 5px;
	border: 1px solid #e4e4e4;
}
.aside .faq {
	background: url('images/quest.png') no-repeat left top;
	padding: 0 0 0 45px;
	margin-left: -10px;
	font-size: 14px;
}
.aside div.block table{
	font-size:13px;
	width:204px;
	}
.aside div.block table tr.vid{
    color:#00a800;
	}
.aside .block .alinks {
	text-align: center;
	padding-right: 10px;
}
.aside .block .alinks img {
	border: 0;
	padding: 0;
}
.aside .block .alinks a {
	color: #565656;
}
.aside div.block div.alinks a:hover {
	color: #999;
}
.page {
	width: 682px;
	margin: 0 0 0 277px;
    float: left;
    padding: 16px 0 20px;
}
.page .pg_block {
	position: relative;
	padding: 10px 20px 5px 30px;
	margin: 0 0 30px;
	background: url(images/center_body.png) repeat-y;
}
.page .pg_block .top, .page .pg_block .bottom {
	position:absolute;
	width: 680px;
	height: 12px;
}
.page .pg_block .top {
	left: 1px;
	top:-12px;
	background: url(images/center_top.png) no-repeat;
}
.page .pg_block .bottom {
	left: 0;
	bottom: -12px;
	background: url(images/center_bottom.png) no-repeat;
}

.page #page {
	width: 622px;
	position: relative;
	padding: 20px 30px 10px;
	background: url(images/center_body.png) repeat-y;
}
.page #page div.top{
	width:680px;
	height:12px;
	left:1px;
	top:-12px;
	position:absolute;
	background: url(images/center_top.png) no-repeat;
}
.page #page div.bottom{
	width:680px;
	height:12px;
	left:0px;
	bottom:-12px;
	position:absolute;
	background: url(images/center_bottom.png) no-repeat;
	zoom: 1;
	overflow: hidden;
}
.page #page .page_content  div.top {
	display:none;
	background:none;
}
.page #page .page_content  div.bottom {
	display:none;
	background:none;
}
.node {
	width: 612px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 1.5em;
}
.node a {

	text-decoration:underline;
}
.node a:hover {
	color: #606060;
}
.node h2.basis,  h1.basis, #page .block h2 {
	margin-left: -32px;
	width: 413px;
	height: 47px;
	color: #fff;
	padding: 3px 0 0 34px;
	font-size: 24px;
	background: url(images/h1_bg.png) no-repeat;
	position: relative;
}
.node h2.basis a {
	color: #fff;
}
.node ul li a:link, .node ul li a:visited {
	color:#3f3f3f;
}
.news-item{
	margin-bottom: 30px;
}
.news-item h3 {
	width: 540px;
}
.news-item .date {
	margin: -27px 0 15px;
	text-align:right;
	font-size:12px;
	color:#9a9a9a;
	padding-bottom:8px;
	border-bottom:1px solid #e4e4e4;
}
.news-item .content {
	position: relative;
	padding: 0 0 0 235px;
}
.no-cover .content {
	padding: 0;
}
.news-item .cover-preview {
	position: relative;
	left: -235px;
	float: left;
	margin-right: -235px;
}
.news-item .cover-preview img {
	border:1px solid #e4e4e4;
	padding:8px;
}
.block-block{
	vertical-align:top;
}
#faq h3 a {
	text-decoration: none;
	border-bottom: 1px dashed #ff7f00;
}
.footer {
	width:940px;
	margin: 0px auto 10px;
	color: #9a9a9a;
	font-size: 12px;
}
.footer a:link, .footer a:visited{
	color: #9a9a9a;
}
.footer a:hover{
	color: #666;
	}
.footer .right{
	text-align:right;
	}