﻿@charset "utf-8";

/* начальные установки */

* {
	margin:0;
	padding:0;
}

body{
	font-family:Tahoma; /* основной шрифт сайта */
	background:url(../img/bg.png);
}

.left{float:left}
.right{float:right}
.clear{clear:both;}

a img{border:0;}

a:hover{text-decoration:none;}

#wrap{
	width:963px;
	margin:0 auto;
	padding:50px 0 0 0;
}

/* /начальные установки */

#top_bg{
	min-width:963px;
	height:250px;
	margin:0 0 -250px 0;
	background:url(../img/bg-top.png) repeat-x;
}
#bottom_bg{
	min-width:963px;
	height:250px;
	margin:-250px 0 0 0;
	background:url(../img/bg-bottom.png) repeat-x;
}
#bottom_bg #plug{
	height:250px;
	background:url(../img/bg-bottom-plug.png) right bottom no-repeat;
}

/* header */

#header{
	float:left;
	width:923px;
	height:212px;
	background:url(../img/header-bg-tile.png) repeat-x;
}
.header_bg{
	float:left;
	width:20px;
	height:212px;
}
.header_bg.bg_left{background:url(../img/header-bg-left.png) no-repeat}
.header_bg.bg_right{background:url(../img/header-bg-right.png) no-repeat}


/* logo */
#logo{float:left;}
#logo a{
	display:block;
	margin:30px 0 0 -7px;
}
#logo img{display:block}
/* /logo */

/* top menu */
/*
#top_menu{
	float:left;
	margin:20px -50px 0 10px;
}
#top_menu li{
	list-style:none;
	float:left;
	margin:0 30px 0 -4px;
}
#top_menu li.top_delim{
	width:1px;
	height:190px;
	margin-top:-9px;
	background:url(../img/top-delim.png) no-repeat;
}
#top_menu h3{
	margin:7px -30px 0 0;
	font-family:Georgia;
	font-size:18px;
	font-weight:normal;
	color:#686868
}
#top_menu div{
	width:145px;
	margin:3px -30px 0 0;
	font-size:11px;
	color:#686868
}
*/
/* /top menu */
#top_menu {
	float: left;
	margin: 20px 0 0 0;
	width: 680px;
}
#top_menu li {
	list-style: none;
	float: left;
	margin: 0 9px 0 0;
}
#top_menu h3 {
	margin: 7px 0 0 0;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	color: #686868;
}
#top_menu div {
	width: 120px;
	margin: 3px -30px 0 0;
	font-size: 11px;
	color: #686868;
}
/* =================== */

/* tiny menu */

#tiny_menu{
	float:right;
	margin:45px -10px 0 0;
position:relative;
  top:-15px;
}
#tiny_menu li{
	list-style:none;
	float:left;
	margin:0 17px 0 0;
}
#tiny_menu li a{
	display:block;
	width:35px;
	height:35px;
}
#tiny_menu li a.home{background:url(../img/tiny-home.png) no-repeat}
#tiny_menu li a.search{background:url(../img/tiny-search.png) no-repeat}
#tiny_menu li a.contact{background:url(../img/tiny-contact.png) no-repeat}

#tiny_menu li a.flag_english {background:url(../img/flag-english.png) no-repeat}
#tiny_menu li a.flag_russian-UTF8 {background:url(../img/flag-russian.png) no-repeat}

#tiny_menu li a:hover{background-position:0 -35px}

/* /tiny menu */

/* /header */

#shadow{
	width:940px;
	height:45px;
	margin:0 auto;
	background:url(../img/shadow.png) no-repeat;
}

/* left block */

#left_block{
	float:left;
	width:200px;
}

/* left menu */

#left_menu{margin:20px 0 0 16px}
#left_menu li{
	list-style:none;
	height:37px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#686868;
}
#left_menu li a{color:#29bd2e}

/* /left menu */

/* search */

#search{
	height:105px;
	margin:35px 0 0 6px;
}
#search #input_search{
	float:left;
	width:136px;
	height:23px;
	padding:4px 0 0 12px;
	font-size:12px;
	color:#787878;
	background:url(../img/search-bg.png) no-repeat;
	border:0;
}
#search a{
	margin:7px 0 0 9px;
	font-size:12px;
	color:#009ae2;
}

/* /search */

/* contacts */

#contacts{
	margin:0 0 50px 40px;
}
#contacts #phone_pic{
	width:16px;
	height:36px;
	margin:-10px 14px 0 -30px;
}
#contacts .phone_code{
	display:block;
	font-size:15px;
	color:#4b4b4b;
}
#contacts .big_phone{
	display:block;
	margin:2px 0 7px 0;
	font-family:Georgia;
	font-size:28px;
	color:#29bd2e;
}
#contacts #just_text{
	font-size:14px;
	color:#686868;
}
#contacts #just_text a{
	text-decoration:none;
	color:#686868;
	border-bottom:1px dashed #686868;
}
#contacts #just_text a:hover{border-bottom:1px solid #686868;}
#contacts #just_text #pipka{
	margin-left:1px;
	vertical-align:baseline
}

#contacts .contacts_bg{
	width:163px;
	height:15px;
}
#add_contacts{
	margin:13px 0 0 -25px;
}


#add_contacts .contacts_bg.bg_top{background:url(../img/contacts-bg-top.png) no-repeat}
#add_contacts .contacts_bg.bg_bott{background:url(../img/contacts-bg-bott.png) no-repeat}

#add_contacts ul{
	padding:0 0 20px 0;
	margin:0 0 -41px 0;
}
#add_contacts .hider{
	width:161px;
	background:url(../img/contacts-bg.png) repeat;
	border-left:1px solid #d3d4d6;
	border-right:1px solid #d3d4d6;
}
#add_contacts ul li{
	list-style:none;
	margin:0 0 0 19px;
	font-size:12px;
	line-height:20px;
	color:#686868
}
#add_contacts .contacts_delim{
	width:119px;
	height:1px;
	margin:4px 0 20px 0;
	border:0;
	background:#ccc;
}
#add_contacts .hider{overflow:hidden}
#add_contacts a{
	font-weight:bold;
	color:#0099e1
}

/* /contacts */

/* /left block */

/* central block */

#central_block{
	float:left;
	width:568px;
}
#central_block img.big_picture{
	display:block;
	margin:0px -50px -30px -100px;
	position:relative;
	z-index:-1;
}

/* content */

#content{margin:0 0 80px 0;}

#content h2{
	font-family:"Times New Roman";
	font-size:38px;
	font-weight:normal;
	color:#545454
}

#content p{
	margin:12px 0 22px 0;
	font-size:12px;
	line-height:20px;
	text-indent:35px;
	color:#545454;
}
#content p a{
	font-weight:bold;
	color:#545454;
}

/* /content */

/* bottom-menu */

.bottom_menu_bg{
	float:left;
	width:25px;
	height:43px;
}
.bottom_menu_bg.bg_left1{background:url(../img/bottom-menu-bg-left.png) no-repeat}
.bottom_menu_bg.bg_right1{background:url(../img/bottom-menu-bg-right.png) no-repeat}
#bottom_menu{
	float:left;
	width:518px;
	height:43px;
	background:url(../img/bottom-menu-bg-tile.png) repeat-x;
}
#bottom_menu ul{
	float:left;
	width:100%;
	margin:11px 0 0 0;
	text-align:center;
}
#bottom_menu li{
	list-style:none;
	display:inline;
	font-family:Arial;
	font-size:12px;
}
#bottom_menu li a{color:#000;}
#bottom_menu li span{
	margin:0 15px;
	color:#b9b9b9;
}

#bottom_shadow{
	width:514px;
	height:16px;
	margin:0 auto;
	background:url(../img/bottom-shadow.png) no-repeat;
}

/* /bottom-menu */

/* footer */

#footer{
	margin:42px 0 37px 0;
	font-family:Arial;
	font-size:12px;
}
#footer .right a{color:#59bedb;}
#footer .delim{
	height:16px;
	border-bottom:1px dashed #7a7a7a;
}

#footer #counters{margin:10px 0 0 0;}

#footer #counters li{
	list-style:none;
	float:left;
	margin:0 5px 0 0;
}
#footer #counters li img{display:block}

/* /footer */

/* /central block */


/* right block */

#right_block{
	float:right;
	width:192px;
}

/* /form */

#form{
	width:192px;
	background:#dde5e8;
margin-top:15px;
}
#form #form_bg_top{
	background:url(../img/form-bg-top.png) top no-repeat;
	padding:13px 0 0 16px;
}
#form_bg_bottom{
	height:10px;
	background:url(../img/form-bg-bottom.png) no-repeat;
}

#form #letter{
	float:left;
	width:29px;
	height:16px;
	margin:0 8px 21px 0;
	background:url(../img/letter.png) no-repeat;
}
#form #c_head{
	float:left;
	font-size:14px;
	font-weight:normal;
	margin:-3px 0 0 0;
	color:#fff;
}

#form input{
	display:block;
	width:146px;
	height:23px;
	margin:0 0 5px 0;
	padding:3px 0 0 13px;
	background:url(../img/input-bg.png);
	border:0;
	color:#787878
}
#form input#phone_n{margin-top:23px;}

#form input#e_mail{margin-bottom:17px;}

#form textarea{
	display:block;
	width:144px;
	height:100px;
	margin:-5px 0;
	padding:0 0 0 13px;
	border:0;
	background:#f3f1f1;
	color:#666;
	font-family:Tahoma;
	font-size:12px;
}
#form .text_bg_middle{
	width:157px;
	border-left:1px solid #aeb5b7;
	border-right:1px solid #aeb5b7;
	background:#f3f1f1;
}
#form .text_bg{
	height:13px;
	width:159px;
	background:url(../img/input-bg.png);
}
#form .text_bg.bg_top{background-position:0 0;}
#form .text_bg.bg_bottom{background-position:0 -13px;}

#form a{
	margin:16px 16px 10px 0;
	font-size:12px;
	color:#009ae2;
}

/* /form */


/* /right block */


.last span{display:none}



#artcl h3{
	font-family:"Times New Roman";
	font-size:24px;
	font-weight:normal;
	color:#545454
}

#artcl p{
	font-size:12px;
	color:#545454;
}
#artcl p a{
	color:#545454;
}

.top-article{background-image: url(../img/menu-top1.png);background-repeat:no-repeat;width:163;height:17px;}
.bottom-article{background-image: url(../img/menu-button1.png);background-repeat:no-repeat;width:163;height:17px;}
.all-article{background-image: url(../img/all-article.png);background-repeat:repeat-y;}
.all-article .article-text{padding-left:5px;width:153px;}
.all-article h3 {color:#29BD2E;font-family:Georgia;font-size:40px;  font-weight:normal;  position:relative;  top:-10px;}
.all-article .article-text ul{list-style:none}
.all-article .article-text ul span{float:left;  padding-top:10px;color:#009ae4;}
.all-article .article-text ul li a{color:#009ae4;font-size:12px;font-weight:bold;}
.all-article .article-text ul li {border-bottom:solid 1px #cdcdce;padding-top:10px;padding-left:20px;}
.all-article .article-text ul li p{color:#686868;font-size:12px;padding-bottom:10px;}
.all-article .article-text .link-article{font-size:12px;color:#009ae4;padding-left:20px;}