/*------------------------------
BASIC SETUP
------------------------------*/
/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

/* Tell the browser to render HTML5 elements as block */
header, footer, section, aside, nav, article {display: block;}

html {height: 100%;}   
body {
    width: 100%;
	height: 100%;
    margin: 0; 
	padding: 0;
    background: #1d1d1d;	
	font: 12px Verdana, "Geneva CY", "DejaVu Sans", sans-serif; 
	color: #424f57;
}
img {border: 0;}
.clear {	clear: both;}
.left {float: left;}
.right {float: right;}
/*------------------------------
TILES
------------------------------*/
.t73   {width: 73px;  height: 73px;}
.t115 {width: 115px; height: 115px;}
.t240 {width: 240px; height: 240px;}

.pack_2_115 {
	width: 240px;
	height: 115px;	
	margin-bottom: 10px;
}
.pack_3_73 {
	width: 240px;
	height: 73px;	
	margin-bottom: 10px;
}

#about {background: url('../img/bg_about_2.gif') center center no-repeat #0062dd;}
#about:hover {background: url('../img/bg_about_2.gif') center center no-repeat #026cf0;}

#scheme {background: url('../img/bg_scheme.png') center center no-repeat #009afe;}
#scheme:hover {background: url('../img/bg_scheme.png') center center no-repeat #01ace2;}

#lang {background: url('../img/bg_lang_ru.gif') center center no-repeat #01a87a;}
#lang:hover {background: url('../img/bg_lang_ru.gif') center center no-repeat #02c18c;}

#lang_eng {background: url('../img/bg_lang_eng.gif') center center no-repeat #01a87a;}
#lang_eng:hover {background: url('../img/bg_lang_eng.gif') center center no-repeat #02c18c;}

#mail {background: url('../img/bg_mail.png') center center no-repeat #88b828;}
#mail:hover {background: url('../img/bg_mail.png') center center no-repeat #94cc23;}

#map {background: url('../img/bg_map.png') center center no-repeat #ff9d25;}
#map:hover {background: url('../img/bg_map.png') center center no-repeat #ffac2a;}

#smap {background: url('../img/bg_smap.png') center center no-repeat #ff9d25;}
#smap:hover {background: url('../img/bg_smap.png') center center no-repeat #ffac2a;}

#contacts {background: url('../img/bg_contacts_3.png') center center no-repeat #01ace2;}
#contacts:hover {background: url('../img/bg_contacts_3.png') center center no-repeat #1dbbed;}

#cont {background: url('../img/bg_contacts_2.gif') center center no-repeat #01ace2;}
#cont:hover {background: url('../img/bg_contacts_2.gif') center center no-repeat #1dbbed;}

#photo {background: url('../img/bg_photo.png') center center no-repeat #6a60a7;}
#photo:hover {background: url('../img/bg_photo.png') center center no-repeat #786dbd;}

#video {background: url('../img/bg_video.png') center center no-repeat #6a60a7;} 
#video:hover {background: url('../img/bg_video.png') center center no-repeat #786dbd;} 

#articles {background: url('../img/bg_articles.gif') center center no-repeat #88b828; margin-bottom: 10px;}


#contacts>p {
	padding-top: 15px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
}
#contacts>p>span {
	font-size: 13px;
	font-weight: bold;
}
.tlink {		
	position: relative;
	cursor: pointer;
}
a.mini {
	position: absolute;
    bottom: 10px;
	left: 7px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	text-decoration: none;
}
a.big {
	position: absolute;
    bottom: 15px;
	left: 15px;
	font: bold 16px/14px Verdana;	
	color: #FFF;
	text-decoration: none;
}
/* a:hover.mini, a:hover.big {text-decoration: underline;} */
/*------------------------------
HEADER
------------------------------*/
header {
	width: 990px;
	height: 615px;	
	margin: 10px auto; 
}
header>div {
	float: left;
	width: 490px;
	height: 115px;
	background: #FFF;
}
#logo {margin-right: 10px;}
#logo img {
	margin-left: 41px;
	margin-top: 27px;	
}
#quick_links div {
	width: 50%;
	float: right;
}
#quick_links span {
	display: block;
	margin-left: 45px;
	margin-top: 10px;
	color: #424f57;
	font-weight: bold;	
}
ul.cl {
	padding-top: 0px;
	padding-left: 45px;
	list-style-image: url(../img/arr.gif);
}
#quick_links a {
	color: #424f57;
	text-decoration: none;
}
#quick_links a:hover {
	color: #74a72f;
	text-decoration: underline;
}
/*------------------------------
TOP MENU
------------------------------*/
div.top_menu {
	width: 100%; 
	height: 490px; 
	margin-top: 10px;
	background: #1d1d1d;
}
/*------------------------------
NAVIGATION (Services)
------------------------------*/
nav.services {
	width: 990px;	
	margin: 0 auto; 
}
nav.services ul a {
	color: #fffefa;
	text-decoration: none;
}
nav.services ul a:hover {text-decoration: underline;}
nav.services>div {
	width: 240px;
	height: 320px;
	float: left;
	margin-right: 10px;	
}
#block_1 {background: #098853;} 
#block_2 {background: #00a97a;}
#block_3 {background: #48ad2f;} /* #5cc841 */

#block_1 ul, #block_2 ul, #block_3 ul {
	padding-top: 20px;
	padding-left: 13px;
	list-style-type: none;
}
#block_1 ul  li, #block_2 ul  li, #block_3 ul  li {
	padding-left: 23px;
	margin-top: 17px;
	margin-bottom: 17px;
}
#block_1 ul  li {background: url('../img/li_1.gif') 0px 3px no-repeat;}
#block_2 ul  li {background: url('../img/li_2.gif') 0px 3px no-repeat;}
#block_3 ul  li {background: url('../img/li_3.gif') 0px 3px no-repeat;}

#block_1  ul li a:hover, #block_2  ul li a:hover, #block_3  ul li a:hover {color: white;}

li  hr {
	height: 1px;
	margin-right: 15px;
	margin-top: 15px;    
	border-width: 0px;
}

*:first-child+html li hr {margin-top: 5px;} /* Хак для IE7 */

#block_1 li  hr{	
	color: #005e36;
	background-color:#005e36;	
}
#block_2 li hr{	
	color: #046d4f;
	background-color:#046d4f;	
}
#block_3 li  hr{	
	color: #217b0a;
	background-color:#217b0a;	
}
#block_4 {
	background: #b6c0c2;
	margin-right: 0;	
	text-align: center;
}
#block_4 p {
	padding-top: 12px;
	padding-bottom: 5px;
	color: #fffffd;
	font-size: 22px;
}
#block_4 span {
	color: #435058;
	font: bold 13px Verdana;
}
#block_4>img {padding: 35px 0;}
/*------------------------------
NEWS
------------------------------*/
#news_wrap {
	width: 990px;
	height: 365px;
	margin: 10px auto;
}
#n_left {
	width: 490px; 
	height: 115px; 	
	float: left;	
}
#n_hd {
	height: 115px; 
	margin-bottom: 10px;
	background: url('../img/tile_news.png') no-repeat #0e88d5; 
}
#n_hd p, #n_hd a {
	padding-left: 190px;
	padding-top: 35px;
	color: #fffdff;
	font-size: 22px;
}
#n_hd a {font-size: 11px;}

#n_right {
	width: 490px; 
	height: 365px; 	
	float: right; 	
}
.n_block{	
	width: 490px;
	height: 115px;
	margin-bottom: 10px;
	background: #fff;
	cursor: pointer;
}
.n_date {
	width: 56px; 
	height: 56px;
	float: left;
}
.n_cont {
	width: 374px; 
	height: 90px; 
	float: left;
	overflow: hidden;
	margin: 11px 0 0 15px;
	background: #FFF;	
}
.n_cont p:first-child  {
	font-weight: bold;
	padding-bottom: 5px;
}
.n_cont p:first-child  + p:hover {
	color: #2299eb;
	text-decoration: underline;
}
.n_arr {
	width: 45px; 
	height: 115px; 
	float: right;
	background: url('../img/arr_circ.gif') bottom right no-repeat #FFF;	
}
.n_dm, .n_y {
	width: 56px; 
	height: 28px; 
	display: block; 
	font: bold 12px Verdana;
	color: #fefefe;
	text-align: center;
}
.n_dm {background: #009afe;}
.n_y {background: #26599a;}

.n_dm span {
	display: block; 
	padding-top: 10px;
}
.n_y span {
	display: block; 
	padding-top: 3px;
}
/*------------------------------
ARTICLE
------------------------------*/
#article_aside_wrap {
	width: 990px;
	margin: 10px auto;
	overflow: hidden;
	background: url('../img/article_aside_bg.gif') repeat-y;
}
article {
	width: 690px;
	padding: 30px 25px;
	float: left;
	background: #FFF;
}
h1 {
	padding-bottom: 20px;
	font: normal 22px Verdana;
	color: #2499e8;
}
h2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
h2 a, h3 a {text-decoration: none;}
h2 a:hover, h3 a:hover  {text-decoration: underline;}

#ancm h3 a {color: #2299eb;}
article p {
	padding-bottom: 12px;
	text-align: justify;
	line-height: 1.5; 
}
article p a, ul li a {color: #2499e8;}
article p a:hover, ul li a:hover {color: #56b6f9;}

a.left  img {
	margin: 4px 19px 7px 0;
	float: left;
}
a.right img {
	margin: 4px 0 7px 19px;
	float: right;
}
article img.left {margin: 4px 19px 7px 0;}
article img.right {margin: 4px 0 7px 19px;}
article ul, article ol {
	padding: 5px 0 20px 30px;
	/*line-height: 15px;*/
}
article ul li, article ol li {padding-bottom: 10px;}
/*------------------------------
ASIDE
------------------------------*/
aside {
	width: 240px;
	float: right;
	background: #1d1d1d;
}
#ancm {
	width: 210px;
	background: #FFF;
	padding: 15px;
	margin-bottom: 10px;
}
#ancm h2, #q_links h2 {
	padding: 8px 0;
	font: bold 16px Verdana;
	
}
#ancm h3 {
	padding: 5px 0;
	font: normal 12px Verdana;
	color: #2299eb;
}
#ancm a {
	color: #424f57;
	text-decoration: none;
}
#ancm a:hover {
	color: #2299eb;
	text-decoration: underline;
}
#ancm hr {
	height: 1px;
	margin: 12px 0;    
	border-width: 0px;
	color: #b3b3b3;
	background-color:#b3b3b3;	
}
#ancm img {float: right;}
#stati {
	width: 210px;
	background: #9ea8aa;
	padding: 15px;	
	margin-bottom: 10px;
}
#stati>a {
	padding-top: 5px;
	padding-bottom: 15px;
	font: bold 16px Verdana;	
	color: #FFF;
	text-decoration: none;
}
#stati ul {
	padding-top: 5px;
	list-style-type: none;
}
#stati ul  li {
	padding-left: 23px;
	margin-top: 17px;
	margin-bottom: 17px;
	background: url('../img/li_4.gif') 0px 3px no-repeat;
}
#stati ul li a {
	color: #FFF;
	text-decoration: none;
}
#stati ul li a:hover {text-decoration: underline;}
/*------------------------------
FOOTER
------------------------------*/
footer {
	width: 990px;
	height: 270px;
	margin: 10px auto;	
	background: #2e2e2e;
}
.gray_line {
	width: 990px; 
	height: 1px; 
	background: #4e4e4e;
}
#address_wrap {
	width: 225px;
	height: 245px;
	margin: 22px 70px 15px 22px;
	float: left;
}
address, #address_wrap p {
	color: #a6a6a6;
	font-size: 11px;
	font-style: normal;
	margin-top: 12px;
}
#address_wrap a {	
	color: #028454;
	font-size: 11px;
}
#col_1, #col_2, #col_3 {float: left;}

#col_1 {	width: 200px;}
#col_2 {	width: 240px;}
#col_3 {	width: 200px;}

.footer_nav {margin: 0 20px 20px 0;}
.footer_nav ul {list-style-type: none;}

.footer_nav ul li a {
	color: #a7a7a7;
	text-decoration: none;
	line-height: 16px;
}
.footer_nav ul li a:hover {text-decoration: underline;}
nav.footer_nav ul li:first-child  {padding-bottom: 10px;}
nav.footer_nav ul li:first-child a {	
	color: #028454;
	font: bold 12px Verdana;
} 
