/* -----------------------------------------------------------------------
	z-index диапазоны
	[   0.. 999] статические элементы дизайна
	[1000..1999] статические и простые динамические элементы системы
	[2000..2999] динамические элементы дизайна
	[3000..3999] динамические интерактивные элементы системы
----------------------------------------------------------------------- */
#ui-datepicker-div {
	z-index: 3200 !important;
}

@font-face {
    font-family: Officina Sans Regular2;
    src: url('/tpl/fonts/Officina-Sans-Book-Regular2.eot');
    src: url('/tpl/fonts/Officina-Sans-Book-Regular2.eot#iefix') format('embedded-opentype'),
         url('/tpl/fonts/Officina-Sans-Book-Regular2.woff') format('woff');
}
@font-face {
    font-family: Officina Sans Bold;
    src: url('/tpl/fonts/Officina-Sans-Book-Bold.eot');
    src: url('/tpl/fonts/Officina-Sans-Book-Bold.eot#iefix') format('embedded-opentype'),
         url('/tpl/fonts/Officina-Sans-Book-Bold.woff') format('woff');
}

body {
	color: #000;
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
}
body.adaptive{
	padding: 50px 0 0 0;
}
body.to600{
	padding: 69px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}
h1, h3, h5{
	color: #474747;
}
h2, h4, h6{
	color: #054b81;
}
h1, h2, h3, h4, h5, h6,
.officina {
	font-family: Officina Sans Regular2;
}
.officina-bold{
	font-family: Officina Sans Bold;
}
.top h1 {
	margin: 5px 0 20px;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p, span, table, table tr, table tr th, table tr td, ul ,ul li, li {

}

p {
	text-indent: 2em;
	text-align: left;
	line-height: 1.6em;
}
.maintext p {
	line-height: 1.4em;
}
table p{
	text-indent: 0;
}
ul li, 
ol li, 
.maintext ul li, 
.maintext ol li, 
p,
.maintext p {
	color: #797572;
}

blockquote {
	margin: 0.5em 2em;
	overflow: hidden;
	font-size: 1em;
	padding: 0.5em 1.5em 0.5em 30px;
}
blockquote p, .maintext blockquote p {
	color: #888888;
	margin: 0.5em 0 0.5em 0;
	text-indent: 0;
}
.maintext table[width] {
    width: 100%;
}
.maintext td p, .fck-editing-area td p{
	text-indent: 0;
}
.cke_editable td{
	font-size: 0.9em;
}
.maintext table,
.maintext table tr{
	border: 1px solid #DDDDDD;
}
span, table, table tr, table tr th, table tr td, tr td, td {
	margin: 0;
	padding: 0;
}
table tr td{
	padding: 5px;
}
table tr th{
	padding: 6px 5px;
}
li {
    padding: 0;
}
.maintext li{
	padding: 0;
	line-height: 1.6em;
	margin: 0 0 3px 0;
}

tbody tr.last th, 
tbody tr.last td {
    border-bottom: 1px solid #DDDDDD;
}
.maintext table th, 
table th{
	background: #eee;
}

/* lnks */
a {
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
}

/* цвет служебных ссылок */
.servicelinks a, a.icon, b a, small a, #login.auth a.opt, #login.auth a.out {
	color: #000;
}

.servicelinks {
	margin: 0 5px 5px;
	padding: 5px 0 0 0;
}

.auth {
	background: url('/tpl/img/auth_bg.png');
	padding: 0px 0px 5px 5px;
}
.noauth {
	background: transparent;
}
.linkpath{
	float: left;
	width: 60%;
	min-height: 18px;
}
.linkpath, .linkpath a{
	color: #999;
}
.linkpath a{
	font-size: 0.8em;
}

.menu li.spec > a {}

.menu li.spec.act > a {}

/* обновлённые стили для кнопок (от 02.07.2012), нужно будет в будущем добавить их в стили для KickStart () */

button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"],
.servicelinks ul.button-bar li a {
	font-family: Arial, Verdana;
}

.icon {
	font-size: 18px;
}

.cart_add .icon{
	font-size: 21px;
}

.servicelinks ul.button-bar li,
.service_links ul.button-bar li,
.pics ul.button-bar li , ul.button-bar li{
	border: 1px solid #999999;
	color: #333333;
}

.servicelinks  ul.button-bar li a , ul.button-bar li a, .pics .pics_del_all a, .files_del_all a.button.small{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, sans-serif;
}

.button-bar b, .pics_del_all b{
	font-weight: normal;
}

/*---------------------------------
	Kickstart MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
border:1px solid #ccc;
text-shadow:0px 1px 1px #fff;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
z-index:600;
}

	.menu li{}

		.menu li a{
		padding:15px 20px;
		text-decoration:none;
		font-size:0.9em;
		color: #777;
		}

		.menu li.current>a,
		.menu li.current>a:hover,
		.menu li.current.hover>a{
		background: rgb(122,188,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
		color:#fff;
		text-shadow:0px -1px 0px rgba(0,0,0,0.2);
		cursor: default;
		}

		.menu li a:hover,
		.menu li.hover>a{
		background:#f5f5f5;
		}

	/* sub menus */
	.menu ul{
	background: #efefef;
	border:1px solid #ccc;
	}

	.menu ul li{}
	.menu ul li a{}

		/* sub-sub menus */
		.menu ul ul{}
		.menu ul ul li{}
		.menu ul ul li a{}

	/* меню с картинками */
	ul.menu_image{}
	ul.menu_image li{}
	ul.menu_image li .img{
		margin: 0 auto;
		display: block;
		width: 90px;
		height: 90px;
	}

	/* arrows */
	/* arrow down */  .menu li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
	/* arrow left */  .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
					   {border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
	/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}

	/* dividers */ 	  .menu ul li.divider{border-top:1px solid #ccc;}
					  .menu ul li.divider a{border-top:1px solid #fff;}

	/* icons */
	.menu .icon{margin:-10px 7px -10px -5px;vertical-align: middle;}
	.menu ul .icon{margin-left:-10px;}

/* impromptu pictures */

body#photo .pics .item {
	float: left;
}
body#photo .pics .item .hover_img a.pic {
	height: 150px !important;
}
body#photo .pics .item {
	margin: 0 10px 15px 0;
}

.photo_tpl .pics .item {
	float: left;
}

/* pictures */
.pics {
	clear: both;
	margin: 10px 0 0 0;
	width: 100%;
}
.pics .item {
	margin: 0 0.6% 15px 0.6%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.pics .item>.inner{
	padding: 0;
}
.maintext .pics .item .hover_img img{
	margin: 0;
}
.pics .item .i {
	text-align: center;
	overflow: hidden;
}
.pics .item .i img {
	display: inline-block;
}
.pics .item .t {
	margin-top: 4px;
	padding: 3px 8px;
	line-height: 1.1em;
}
.pics .item .desc {
	padding: 3px 8px 6px;
	line-height: 1.1em;
	font-size: 0.9em;
}
.pics .item .pic {
	display: block;
	width: auto;
	margin: 0 auto;
}
.pics .item .hover_img {
	min-height: 150px;
	min-width: 150px;
	margin: 0 auto;
	border: 1px solid #eee;
}
.pics .item .hover_img.adm:hover{
	border: 1px dashed #20283B;
}
.comments_list .pics .item .hover_img {
	min-height: 0;
	min-width: 0;
}

.pics .item .hover_img > a {
}
.pics .item .hover_img .arrows {
	display: none;
}
.photo_tpl .pics .item {
	float: left;
}
.pics .pics_del_all {
	text-align: center;
	margin-bottom: 10px;
}
#content .pics .item .c{
	padding: 5px;
	top: 0;
	height: 25px;
}
#content .pics .item .c,
#content .flist .servicelinks{
	background: url("/tpl/img/controlbar.jpg") repeat-x scroll 0 0 #20283B;
}
.pics .item .c {
	display: none;
	margin-bottom: -1px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0px;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-khtml-border-radius: 0 0 5px 0;
}
#content .pics .item .c i{
    font-size: 14px;
    margin: 0;
	color: #2F3F5C;
}
#content .pics .item .c i.red{
	color: #CA2200;
}
#content .pics .item .c a{
	padding: 3px 4px;
    text-align: center;
}
#content .pics .item .c a{
	width: 28px;
}
#content .pics .item:hover .c{
	display: block;
}

.pics .item .s {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	padding: 5px;
	background: #E2F1FF;
	opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
}

#content .pics .item [data-lazy-src],
.pics .item .button-bar b,
.pics .item a.icon_action b,
.flist .servicelinks .button-bar b {
	display: none;
}
.flist li.admin_border{
	padding: 11px 1px 1px;
}

.pics .item .button-bar {
	vertical-align: top;
}

.pics .item .button-bar a {
	padding: 7px 4px;
}

.pics .item .button-bar .icon_action {
	font-size: 16px;
}

.pics .item .pic-drag {
	padding: 5px 3px;
}

.pics .item .pic-drag .icon {
	margin: -5px -4px -7px -1px;
}

.pics.pic-page .item {
	display: block;
}

.pics.pic-page .pic {
	background-repeat: no-repeat;
	background-position: center;
}

/* Rating */
.rate form span {
	display: inline-block;
	vertical-align: middle;
}

.rate form span input.submit {
	width: 16px;
	min-width: 0;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: url('/tpl/img/vote_star.gif') no-repeat left bottom;
}

.rate form span:hover > input.submit {
	background-position: left top;
}

textarea {
	width: 99%;
}

input.submit {
	min-width: 96px;
	height: auto;
}

.amount {
	float: left;
}

/* login_form */

#login_form table td {
	padding: 0;
	margin: 0;
	border: none;
}

#login_form table {
	padding: 0;
	margin: 0;
}

.nav {
	text-align: center;
	width: 10%;
	margin: 0 auto;
	background: #AAA;
}

.nav a {
	margin: 0 5%;
}

.button-bar b {
	padding: 0 0 0 5px;
}

textarea, select.multiple {
	height: 150px;
}

/* cart */
.cart_clear{
	margin: 0 0 10px;
}
.cart_show .right{
	width: 90px;
	word-wrap: break-word;
}
.cart_show .item {
}
.recount_order{
	text-align:right;
	padding: 2px 143px 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){.recount_order {padding: 2px 143px 0 0}.recount_order:not(:root:root){padding:none}}
@media all, () { .recount_order {padding: 2px 143px 0 0} }
@-moz-document url-prefix(){.recount_order {padding: 2px 143px 0 0}}
@-moz-document url-prefix(){.make_order a.button.red {padding: 12px 15px;}}
.make_order{
	text-align:right;
	margin: -40px 0 0;
}
@media all, () { .make_order {margin: -38px 0 0;} } /* Опера */
html[xmlns*=""] .make_order {margin: -36px 0 0\9;]margin:default} /* IE8 */
@-moz-document url-prefix(){.make_order {margin: -40px 0 0}} /* Лиса */
@media all and (-webkit-min-device-pixel-ratio:0) {
  .make_order{ margin: -36px 0 0 } } /* Хорм */
table.sortable td.number,
table.sortable td.del{
	text-align: center;
}
table.cart_show .item ul.button-bar{
	vertical-align: middle;
}
table.sortable td.del ul.button-bar li a [class^="icon-"],
table.cart_show .item ul.button-bar li a [class^="icon-"],
.delivery_list ul.button-bar li a [class^="icon-"]{
	margin: 0;
	font-size: 14px;
}

/*  banner  */
.banner .inner{
	padding: 0;
}

/* board */
#photos {
	float: left;
	width: 40%;
}

#properties-list {
	float: right;
	width: 60%;
}

/* news */
.news_list{}
.news_list ul.button-bar li a{
	padding: 3px 4px;
    text-align: center;
	color: #2F3F5C;
	font-size: 12px;
}
.news_list ul.button-bar li a i{
	font-size: 14px;
}
.news_list ul.button-bar b,
.news_list .img>.inner,
.news_list .txt>.inner{
	padding: 0;
}
.news_list .item{
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
}
.news_list .item.adm:hover{
	border: 1px dashed #20283B;
}
.news_list .item .servicelinks{
	display: none;
	position: absolute;
	margin: 0;
	z-index: 1;
	right: -1px;
	top: -1px;
	padding: 5px;
	background: url("/tpl/img/controlbar.jpg") repeat-x scroll 0 0 #20283B;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	-khtml-border-radius: 0 0 0 5px;
}
.news_list .item:hover .servicelinks,
.news_list .img a{
	display: block;
}
.news_list .date,
.news_list .img a img{
	text-indent: 0;
	margin: 0;
}
.news_list .img a{
	padding: 3px;
	background: #fff;
}
.news_list .txt .layer{
	padding: 0 10px;
}
.news_list hr{
	margin: 12px 0;
}
hr{
	border-bottom: medium none;
    border-top: 1px solid #E1E1E1;
}


#main_block{
	min-height: ;
	background: #fff url("/tpl/img/bg_main.jpg") 50% 342px no-repeat;
}
#main_block.def{
	background-position: 50% 90px;
}
#wrap {
	margin: 0 auto;
	position: relative;
	padding:0;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width: 1000px;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
.adaptive #wrap{
	width: auto;
}

.gtw #header {
	overflow: hidden;
	margin:0;
}
#header .top{
	min-height: 155px;
	background: url("/tpl/img/bg_header.png") 50% 0 repeat-x;
}
#header .logo{
	float: left;
	margin: 0 0 -65px 10px;
	padding: 0 10px;
	background: url("/tpl/img/logo.png") 50% 50% no-repeat;
	position: relative;
    z-index: 10;
}
.gtw #header .bottom {
	min-height: 44px;
    position: relative;
    z-index: 10;
}
#header .bottom .inner{
	padding: 5px 16px 0 250px;
}
#header .logo a{
	display: block;
	width: 220px;
	height: 155px;
	margin: 0 auto;
}
#header .address {
	float:right;
	text-align:right;
	padding-top:35px;
	color:#0e507d;
	font-size:1.2em;
}

			/* Главное меню */
#header .mmenu{
	overflow: hidden;
	padding: 8px 0 0;
}
#header .mmenu ul{
	text-align: right;
}
#header .mmenu ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	margin: 0 2px 0 1px;
}
#header .mmenu ul li a,
#header .mmenu ul li span{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 13px;
	display: block;
}
#header .mmenu ul li a{
	color: #000;
	text-decoration: none;
}
#header .mmenu ul li span,
#header .mmenu ul li a:hover,
#header .mmenu ul li.act a{
	color: #E31A20;
	background: #fff;
}
#header .contacts,
#content .top .contacts{
	overflow: hidden;
	padding: 0 0 0 25px;
}
#header .contacts p,
#content .top .contacts p{
	margin: 0;
	text-indent: 0;
	color: #474747;
	font-size: 1.8em;
	text-shadow: #fff 1px 0px 4px, 
			     #fff 1px 1px 4px, 
			     #fff 0px 1px 4px, 
 			     #fff -1px 1px 4px, 
			     #fff -1px 0px 4px, 
			     #fff -1px -1px 4px, 
			     #fff 0px -1px 4px, 
			     #fff 1px -1px 4px;
}
#header .contacts p span,
#content .top .contacts p span{
	vertical-align: middle;
}
#header .contacts p .index,
#content .top .contacts p .index{
	font-size: 0.65em;
    vertical-align: baseline;
}

			/* слайдер в шапке */
#slider{
	background-color: #fecc00;
	position: relative;
	margin: 0 auto;
}
#slider,
#slider .items,
#slider .arr,
#slider .item{
	height: 285px;
}
#slider .item{
background-color: #fecc03 !important;
}
#slider .items{
	position: relative; 
	overflow: hidden;
}
#slider .item .txt{
	padding: 100px 0 0;
	color: #fff;
	text-align: center;
}
#slider .item .txt .title{
	text-shadow: rgba(102,102,102,0.5) 1px 0px 5px, 
			     rgba(102,102,102,0.5) 1px 1px 5px, 
			     rgba(102,102,102,0.5) 0px 1px 5px, 
 			     rgba(102,102,102,0.5) -1px 1px 5px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px;
	font-size: 3.8em;
}
#slider .item .txt .desc{
	text-shadow: rgba(102,102,102,0.5) 1px 0px 5px, 
			     rgba(102,102,102,0.5) 1px 1px 5px, 
			     rgba(102,102,102,0.5) 0px 1px 5px, 
 			     rgba(102,102,102,0.5) -1px 1px 5px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px, 
			     #333 0px 0px 1px;
	font-size: 1.6em;
}
#slider .control{
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
}
#slider .control,
#slider .control .inner{
	height: 0;
}
#slider .control .inner{
	width: 1000px;
	margin: 0 auto;
}
#slider .arr{
	width: 43px;
	cursor: pointer;
	background-color: transparent;
}
#slider .prev{
	float: left;
}
#slider .next{
	float: right;
}
#slider .arr .pointer{
	margin: 121px 0 0 0;
	height: 43px;
	width: 43px;
}
#slider .prev .pointer{
	background: url("/tpl/img/arr_prev.png") 50% 0 no-repeat;
}
#slider .next .pointer{
	background: url("/tpl/img/arr_next.png") 50% 0 no-repeat;
}
#slider .arr:hover .pointer{
	background-position: 50% 100%;
}
/* Баннер№1 "О SUN Studio" на главной */
.banner.n1{
	margin: 0 0 30px;
}
#about p{
	font-size: 1.4em;
	color: #585858;
	text-align: center;
	text-indent: 0;
}
/* Меню "Наши возможности" на главной */
#we_made{
	margin: 0 0 10px;
}
#we_made a{
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e1e1e1;
	padding: 130px 0 0 0;
	text-decoration: none;
	overflow: hidden;
}
#we_made a .txt{
	background: #fff;
	padding: 22px 30px;
	text-align: center;
}
#we_made a .txt .title{
	font-size: 1.6em;
	color: #484848;
	margin: 0 0 4px;
}
#we_made a .txt .desc{
	font-size: 1.1em;
	color: #7c7974;
}

.gtw .maintext{
	padding: 0 0 25px;
}
			/* Галерея изображений на главной */
#gallery{
	margin: 0 0 55px;
}
#gallery .head{
	margin: 0 0 30px;
}
#gallery .head,
#gallery .head p{
	text-align: center;
}
#gallery .head p{
	margin: 0 0 0.4em;
}
#gallery h2{
	font-size: 2em;
	margin: 20px 0 0;
	text-transform: uppercase;
}
#gallery a.img,
#gallery a.more{
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
}
#gallery a.more{
	background: #054b81;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}
#gallery a.more span{
	display: block;
    line-height: 1.4em;
    padding: 30px 20px 0 30px;
}
#gallery .body .item{
	
}


#content {
	padding: 0px;
}
#content .wrapper{
	padding: 40px 10px 0;
    width: 980px;
	background: #fff;
	min-height: 600px;
}
.def #content .wrapper{
	padding: 0 10px 40px 10px;
	width: 950px;
}
.maintext>.inner,
#content .lcol>.inner,
#gallery .body .item>.inner{
	padding: 0;
}
#content .maintext .layer{
	padding: 10px;
}
.def #content .maintext .layer{
	padding: 0px 10px 10px;
}
.def #content .lcol .layer{
	padding: 85px 10px 10px;
}
#content .alone .top{
	padding: 0 0 0 238px;
}


			/* Меню подразделов на внутренних */
.lcol .smenu{}
.lcol .smenu>ul{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 18px;
	border: 1px solid #efefef;
	box-shadow: 0px 3px 5px #c9c9c9;
	-moz-box-shadow: 0px 3px 5px #c9c9c9;
	-webkit-box-shadow: 0px 3px 5px #c9c9c9;
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF */
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome */
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(255, 255, 255, 1) 0%,); /* Opera11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffa901',GradientType=0 );
}
.lcol .smenu>ul>li{
	margin: 14px 0;
}
.lcol .smenu>ul>li a,
.lcol .smenu>ul>li span{
	line-height: 1.2em;
}
.lcol .smenu>ul>li a{
	color: #585858;
}
.lcol .smenu>ul>li a:hover,
.lcol .smenu>ul li.act>a,
.lcol .smenu>ul>li span{
	color: #E31A20;
}
.lcol .smenu>ul li.separator{
	display: none;
}
.lcol .smenu>ul>li>a,
.lcol .smenu>ul>li>span{
	font-size: 1.4em;
	line-height: 1.1em;
	display: block;
}
.lcol .smenu>ul>li>ul{
	padding: 10px 0 1px 15px;
}
.lcol .smenu>ul>li>ul>li{
	margin: 8px 0;
}
.lcol .smenu>ul>li>ul>li a,
.lcol .smenu>ul>li>ul>li span{
	display: block;
	padding: 0 0 0 10px;
}
.lcol .smenu>ul>li>ul>li a{
	background: url("/tpl/img/marker.png") 0 6px no-repeat;
}
.lcol .smenu>ul>li>ul>li span,
.lcol .smenu>ul>li>ul>li a:hover,
.lcol .smenu>ul>li>ul>li.act>a{
	background: url("/tpl/img/marker.png") -246px 6px no-repeat;
}


.lcol.static .smenu>ul{
	
}
.lcol.static .smenu>ul>li{
	margin: 0 0 8px;
}
.lcol.static .smenu>ul>li>span,
.lcol.static .smenu>ul>li>a{
	line-height: 1.2em;
}
.lcol.static .smenu>ul>li span,
.lcol.static .smenu ul li.act>a{
	color: #356295;
}
.lcol.static .smenu ul li.spec>a,
.lcol.static .smenu ul li.spec>span{
	color: #cf3e2b;
}
.lcol.static .smenu>ul>li span{
	font-weight: bold;
}
.lcol.static .smenu>ul>li ul{
	padding: 15px 0 5px 20px;
}
.lcol.static .smenu>ul>li ul li{
	margin: 0 0 6px;
	font-size: 0.9em;
}
	/* меню с картинками */
#menu_image_static ul.menu_image{}
#menu_image_static ul.menu_image li{
	display: inline-block;
	width: 20%;
	min-width: 90px;
	margin: 10px 1.3%;
	padding: 5px 1%;
	vertical-align: top;
	text-align: center;
}
#menu_image_static ul.menu_image li.spec{
	background: #eab4ad;
	-webkit-border-radius: 4px;
	moz-border-radius: 4px;
	border-radius: 4px;
}
#menu_image_static ul.menu_image li .img{
	display: block;
	margin: 0 auto 5px;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 3px;
	moz-border-radius: 3px;
	border-radius: 3px;
}
#menu_image_static ul.menu_image li.spec .txt{
	color: #cf3e2b;
}


#footer {
	padding: 5px 20px 20px 20px;
	background: #1e1e1e;
	font-size: 0.8em;
}
#footer .wrapper{
	width: 946px;
}
#footer, #footer p, #footer a{
	color: #989898;
}
#footer p{
	text-indent: 0;
	margin-top: 0;
}
#footer .addr p{
	color: #cccccc;
	margin-top: -2px;
	line-height: 2em;
}
#footer .addr .big{
	font-size: 2em;
}

.caret,
.caret-up {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.caret-up {
	border-bottom: 4px solid;
	border-top: none;
}

.i-dl {
	line-height: 17px;
}

.i-dl img {
	float: right;
	vertical-align: top;
	margin: 5px 0 0 5px;
}

.i-dl b {
	padding: 0;
}
#upload-type{
	display: none;
}

.map iframe {
	width: 100%;
}
#social_footer{}
#social_footer ul{margin:0;padding:0 0 10px;list-style: none;}
#social_footer ul li{margin:0 5px 10px;display: inline-block;}
#social_footer ul li a{color:#fff;text-align:center;opacity:1;border:1px solid #FFF;display:block;font-size:16px;width:35px;height:35px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-decoration: none;}
#social_footer ul li a i{line-height:34px!important;}
#social_footer ul li a:hover{background:#fff;color:#cc0000}
