@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
body{
	background:url('/img/bg_bd.jpg')repeat #eeeeee;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#23005e;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
}
.h1, .h2{
	font-size: 20px;
    line-height: 1.3em;
}
.main{
	margin:0px auto;
	width:980px;
	background:#f8f8f8;
	box-shadow:inset 0 0 5px #b4b4b4;
	padding:10px;
}
.top_header{
	padding:15px 0;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:600px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:430px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#23005e;
	line-height:1.3em;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#666;
	font-size:16px;
	line-height:1.3em;
	text-decoration:none;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:right;
	width:360px;
	color:#666;
	font-size:13px;
	line-height:1.3em;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .search_form_string{
	width:185px;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#000;
}
.small-phone{
	font-size:16x;
	padding:2px 3px 0 0;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:22px;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.menu{
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin-bottom:15px;
	background: rgb(140,99,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(140,99,206,1) 0%, rgba(109,72,196,1) 50%, rgba(69,0,160,1) 51%, rgba(143,54,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,99,206,1)), color-stop(50%,rgba(109,72,196,1)), color-stop(51%,rgba(69,0,160,1)), color-stop(100%,rgba(143,54,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(140,99,206,1) 0%,rgba(109,72,196,1) 50%,rgba(69,0,160,1) 51%,rgba(143,54,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(140,99,206,1) 0%,rgba(109,72,196,1) 50%,rgba(69,0,160,1) 51%,rgba(143,54,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(140,99,206,1) 0%,rgba(109,72,196,1) 50%,rgba(69,0,160,1) 51%,rgba(143,54,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(140,99,206,1) 0%,rgba(109,72,196,1) 50%,rgba(69,0,160,1) 51%,rgba(143,54,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c63ce', endColorstr='#8f36d8',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 5px #b4b4b4;
	padding:0 10px 0 10px;
	text-shadow:1px 1px 1px #5c5c5c, 0 0 2px #797979;
}
.menu .level-0 li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
}
.menu .level-0 ul{
	display:none;
	line-height:0;
	font-size:0;
}
.menu .level-0 li a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	text-decoration:none;
}
.menu .level-0 li:hover a{
	background-color:#eaedee;
	color: #000;
	text-shadow:none;
}
.menu .level-0 .current a{
	background-color:#400c74;
	color: #fff;
	text-shadow:none;
}
.menu .level-0 .current a:hover{
	color: #000;
	text-shadow:none;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:40px;
	left:0;
	z-index:100;
	width:220px;
	font-size:14px;
	line-height:1.3em;
	background-color:#ddd;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
}
.menu .level-0 .level-1 li a{
	color: #000;
	text-decoration:underline;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
}
.menu .level-0 .level-1 li a:hover{
	color: #fff;
	background-color:#8f8f8f;
	text-decoration:none;
}
.menu .level-0 .level-1 .current a{
	color: #250c69;
	text-decoration:none;
}
.show_all{
	text-align:right;
	margin-top:20px;
	font-style:italic;
}
.photoalbum_index{
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(201,201,201,1) 46%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(46%,rgba(201,201,201,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(201,201,201,1) 46%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(201,201,201,1) 46%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(201,201,201,1) 46%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(201,201,201,1) 46%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 5px #b4b4b4;
	padding:10px;

}
.photo_list li a img{
	padding:9px;
	background:#fff;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	margin:10px 0;
}
.photo_list li a:hover img{
	box-shadow:0 0 6px #634e8f;
}
.photo_list li{
	width:180px;
	padding:10px;
	margin:0 10px;
	vertical-align:top;
}
.index_content .main_content{
	float:right;
	width:720px;
	background:#f0f0f0;
	box-shadow:inset 0 0 5px #b4b4b4;
	padding:10px;
}
.index_content .left_block{
	width:220px;
	float:left;
}
.left_block .index_news, .left_block .custom_block_1, .left_block .custom_block_2{
	margin-bottom:10px;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item{
	margin-bottom:0px;
}
.index_news .news .news_item  .news_title{
	margin-bottom:2px;
}
.index_news .news .news_item .text{
	font-size:12px;
	line-height:1.3em;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
}
.main_top_date{
	margin-top:4px;
}
.photoalbum_index{
	margin-top:15px;
}
.main_image img{
	margin-bottom:15px;
}
.breadcrumbs{
	margin:0 0 10px 0;
	line-height:1.3em;
	font-size:11px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#23005e;
	color:#fff;
}
.lower_menu{
	margin-top:25px;
	text-align: center;
}
.lower_menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 5px 10px;
	border-right: 1px dotted gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #23005e;
}
.lower_menu ul li a:hover{
	color: #000;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}