@charset "utf-8";
#upper, #wrapFooter { min-width: 1000px; }
#topMenuWrapper, #content, #footer { max-width: 1200px; }
body, html {
	height: 100%;
	margin: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border: none;
}
#upper {
	min-height: 100%;
	overflow: hidden;
}
#wrapFooter {
	height: 135px;
	margin-top: -135px;
	background-color: #000;
}
#header {
	height: 238px;
	background-color: #4a2d8a;
	min-width: 100px;
}
#decorLine {
	height: 10px;
	background-color: #4a2d8a;
}
#arch {
	height: 135px;
	width: 100%;
	background: url(../decor/arch.png) center top no-repeat;
	position: relative;
}
#arch .archFields {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../decor/arch.png) 0 -135px repeat-x;
}
#arch .leftField {
	left: -245px;
}
#arch .rightField {
	right: -245px;
}
#arch .swirls {
	background: url(../decor/swirls.png) no-repeat;
	height: 125px;
	width: 391px;
	position: absolute;
}
#arch .leftField .swirls {
	right: -60px;
	background-position: 0 -125px;
}
#arch .rightField .swirls {
	left: -65px;
	background-position: 0 0;
}
#arch .text {
	color: #fff;
	position: absolute;
	line-height: 1.4;
	width: 100%;
}
#arch .text span {
	background-color: #000;
}
#arch .leftField .text span {
	float: right;
	clear: right;
	font-size: 24px;
	letter-spacing: 7px;
	padding: 0 0 0 7px;
	border-radius: 7px;
	margin: 8px -10px 0 0;
}
#arch .rightField .text span {
	float: left;
	clear: left;
	font-size: 16px;
	padding: 0 5px 0;
	border-radius: 5px;
	margin: 5px 0 0 -10px;
}
#arch .leftField .text span:first-child {
	margin-top: 20px;
}
#arch .rightField .text span:first-child {
	margin-top: 30px;
}
#header .logo {
	margin: -105px auto 0;
	height: 147px;
}
#header .logo a {
	margin: 0 auto;
	display: block;
	height: 147px;
	width: 254px;
	position: relative;
}
#header .logo img {
	position: absolute;
	top: 0;
	left: 0;
}
#topMenuWrapper {
	margin: 4px auto 0;
	padding: 0 20px;
}
#topMenuCenter {
	height: 42px;
	position: relative;
}
#topMenuCenter .line {
	margin: 0 480px;
	height: 1px;
	background-color: #fff;
	position: relative;
}
#topMenu .line .lineField {
	background-color: #4a2d8a;
}
#topMenuCenter .line .lineField {
	width: 480px;
	height: 100%;
	position: absolute;
	background-image: url(../decor/arch.png);
}
#topMenuCenter .line .leftField {
	left: -480px;
	background-position: left -270px;
}
#topMenuCenter .line .rightField {
	right: -480px;
	background-position: right -271px;
}
#topMenu {
	font-size: 18px;
	margin: 0 auto;
}
#topMenu td > a {
	display: block;
	padding: 0 11px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#topMenu.script_off td:hover a.emptyLink, #topMenu td.hover a.emptyLink {
    background: url(../decor/ghf.png) no-repeat center bottom;
}
#topMenu td:hover, #topMenu td.hover {
	background-color: #000;
}

#topMenu .subMenu {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #000;
	z-index: 10;
	overflow: hidden;
	box-shadow: 0 0 5px #000;
}

#topMenu.script_off .subMenu {
    display: none;
}
#topMenuCenter .subMenu > ul {
	padding: 5px;
	margin: 0;
	overflow: hidden;
	border: 4px solid #4a2d8a;
}
#topMenuCenter .subMenu > ul > li {
	padding: 0;
	margin: 0;
	display: block;
	width: 33.3%;
	float: left;
}
#topMenuCenter .subMenu > ul > li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}#topMenu.script_off td:hover > div {
	display: block;
}
#topMenuCenter .subMenu > ul > li a:hover {
	background-color: #333;
}
#content {
	margin: 0 auto 160px;
	text-align: justify;
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
    color: #333;
}
#content ul {
	padding-left: 30px;
	margin: 20px 0;
}
#content ul li {
	list-style: none;
	margin: 15px 0;
	background: url(../decor/ok.png) no-repeat;
	padding-left: 30px;
}
#content h1, #content h2, #content h3 {
	color: #4a2d8a;
	margin: 0.8em 0;
}
#content h1 {
	font-size: 2em;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.17em;
}
#content img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
#content img.right {
	float: right;
	margin: 10px 0 10px 10px;
}
#content strong { color: #4a2d8a; }

#content a { color: #333; }
#content a:hover { color: #4a2d8a; text-decoration: none; font-weight: bold; }

#footer {
	height: 125px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
#creanix-logo {
	height: 15px;
	width: 174px;
	background: url(../decor/creanix-logo.png) left top no-repeat;
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding-top: 75px;
	text-align: center;
}
#creanix-logo:hover {
	background-position: right top;
	text-decoration: underline;
}
#bottomMenu {
	padding: 25px 20px 0 270px;
	text-align: justify;
}
#bottomMenu a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#bottomMenu a:hover {
	text-decoration: underline;
}
.newline {
	display: inline-block;
	height: 0;
	width: 100%;
}
#footer .copy {
    font-size: 14px;
    position: absolute;
    left: 270px;
    bottom: 5px;
}


#shopsMap {
	border: 1px solid #4a2d8a;
	overflow: hidden;
}
#shopsMap > ul {
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#shopsMap > ul li {
	padding: 7px 15px 7px 35px;
	margin: 0;
	text-decoration: underline;
	background-position: 15px 7px;
}
#shopsMap > ul li.city {
	padding: 7px 15px 7px 15px;
	font-weight: bold;
	background: none;
}
#shopsMap > ul li:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #ddd;
}
#shopsMap > div {
	float: right;
	width: 74%;
	height: 550px;
}
/* for gallery ----------------------------------------------------------*/
#gallery { line-height: 0px; }
#gallery img { cursor: pointer; background: url(../decor/loader.gif) center center no-repeat; margin: 2px; border: 3px solid #fff; }
#gallery img:hover { border-color: #4a2d8a; }
#galleryPopUp { position: fixed; height: 100%; width: 100%; background-color: rgba(112, 112, 112, .8); top: 0; left: 0; overflow: auto; z-index: 2345934; }
#galleryPopUp .mainWindow { background-color: #fff; padding: 10px; position: absolute; }
#galleryPopUp .imgWrap { position: relative; }
#galleryPopUp [class$="Column"] { background: rgba(112, 112, 112, .5); height: 100%; width: 40px; position: absolute; top: 0; z-index: 100; }
#galleryPopUp .closeColumn { right: 0; }
#galleryPopUp .backColumn { left: 0; }
#galleryPopUp [class$="Column"]:hover {	background: rgba(112, 112, 112, .8); }
#galleryPopUp [class$="Column"] div { position: absolute; left: 50%; margin-left: -13px; width: 26px; background: url(../decor/galleryNav.png) no-repeat; top: 15px; }
#galleryPopUp .closeColumn div { height: 24px; background-position: bottom left; }
#galleryPopUp .backColumn div { height: 22px;  background-position: top left; }
/*--------------------------------------------------------------------------------------------------------------------*/
#slider { overflow: hidden; position: relative; width: 70%; background: #fff; margin: 0 auto; }
#slider .slide_wrapper { width: 100%; height: 100%; background: url(../decor/sliderLoader.gif) center center no-repeat; position: absolute; }
#slider .slide_wrapper img { width: 100%; height: 100%; }
#slider .slides { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }
#slider .navigation_button { width: 78px; height: 140px; background: url(../decor/slider.png) no-repeat; position: absolute; top: 50%; margin-top: -70px; cursor: pointer; }
#slider .navigation_left { background-position: 0 0; left: 0; }
#slider .navigation_right { background-position: -78px 0; right: 0; }
#slider .navigation_left:hover { background-position: 0 -140px; }
#slider .navigation_right:hover { background-position: -78px -140px; }
#slider .navigation_progress_bar { position: absolute; bottom: 1px; height: 5px; width: 100%; background: url(../decor/slider.png) 0 0; }
#slider .navigation_progress_bar > div { height: 100%; width: 0; background: url(../decor/slider.png) 0 -140px; }
#slider .navigation_points { bottom: 20px; position: absolute; width: 100%; text-align: center; }
#slider .navigation_points div { width: 15px; height: 15px; background: url(../decor/slider.png) no-repeat 0 -280px; display: inline-block; cursor: pointer; }
#slider .navigation_points div:hover { background-position: -15px -280px; }
#slider .navigation_points div.active { cursor: default; background-position: -15px -280px; }
/*--------------------------------------------------------------------------------------------------------------------*/
.shop_info { overflow: hidden; }
.shop_info .gallery_table { width: 50%; float: left; border-spacing: 10px; }
.shop_info .gallery_table th { background: url(../decor/fon_gallery.png); }
.shop_info .big_picture { height: 400px; background: url(../decor/loaderCycl.gif) center no-repeat; overflow: hidden; position: relative; }
.shop_info .big_picture img { position: absolute; cursor: pointer; }
.shop_info .big_picture, .preview_wrapper { padding: 2px; }
.shop_info .preview_wrapper { height: 80px; width: 80px; background: url(../decor/fon_gallery.png); line-height: 100%; cursor: pointer; overflow: hidden; }
.shop_info .preview_wrapper:hover { background: #b5e61d; }
.shop_info .preview_wrapper.active { background: #b5e61d; }
.shop_info .preview_wrapper img { width: 100%; height: 100%; }
.shop_info .gallery_table td:first-child { width: 87px; }
.shop_info .gallery_table .zaglushka { width: 80px; }
.shop_info .gallery_table td + td .preview_wrapper { float: right; }
.shop_info .description { width: 47%; float: right; }
.shop_info .works_time table { width: 100%; }
.shop_info .works_time table tr { background-color: #e0d7ff; height: 26px; }
.shop_info .works_time table tr + tr td, .works_time table tr + tr th { border-top: 1px dashed #fff; }
.shop_info .works_time table th { width: 30%; border-right: 1px dashed #fff; padding: 0 5px; position: relative; z-index: 2; }
.shop_info .works_time table th div { margin: 0 -20px 0 -5px; padding: 0 20px 0 5px; height: 26px; line-height: 26px; }
.shop_info .works_time table th.active div { background: url(../decor/active_day.png) right; color: #fff; }
.shop_info .works_time table td { position: relative; width: 70%; z-index: 0; }
.shop_info .works_time table .progress  { height: 26px; width: 0; background: #b5e61d; top: 0; left: 0; margin-bottom: -26px; }
.shop_info .works_time table .open, .works_time table .delimiter, .works_time table .close { float: left; height: 26px; line-height: 26px; }
.shop_info .works_time table .open { width: 36%; text-align: right; }
.shop_info .works_time table .delimiter { width: 28%; text-align: center; }
.shop_info .works_time table .close { width: 36%; }
.shop_info .phone_number p { background: url(../decor/phone_icon.png) no-repeat left center; font-weight: bold; padding-left: 40px; }


#overlay { position: fixed; height: 100%; width: 100%; background-color: rgba(112, 112, 112, .8); top: 0; left: 0; overflow: auto; z-index: 2345934; }
#gallery_popup { position: absolute; background: url(../decor/loaderCycl.gif) #fff no-repeat center; padding: 10px; top: 0; left: 0; min-width: 50px; min-height: 50px; }
#gallery_popup .imgWrap { position: relative; overflow: hidden; }
#gallery_popup [class$="Column"] { background: rgba(112, 112, 112, .5); height: 100%; width: 40px; position: absolute; top: 0; z-index: 100; }
#gallery_popup .closeColumn { right: 0; }
#gallery_popup .backColumn { left: 0; }
#gallery_popup [class$="Column"]:hover { background: rgba(112, 112, 112, .8); }
#gallery_popup [class$="Column"] div { position: absolute; left: 50%; margin-left: -13px; width: 26px; background: url(../decor/galleryNav.png) no-repeat; top: 15px; }
#gallery_popup .closeColumn div { height: 24px; background-position: bottom left; }
#gallery_popup .backColumn div { height: 22px;  background-position: top left; }



/*
playback timings (ms):
  load_resource: 344.294
  LoadShardBlock: 3534.079 (3)
  captures_list: 3570.939
  exclusion.robots: 0.208
  RedisCDXSource: 12.573
  exclusion.robots.policy: 0.193
  PetaboxLoader3.datanode: 1138.912 (4)
  CDXLines.iter: 19.983 (3)
  esindex: 0.01
  PetaboxLoader3.resolve: 2692.002 (4)
*/