/* common settings */
html,body {
	margin:0;
	padding:0;
	line-height:1;
	height:100%;
	width:100%;
}
body {
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	font-size:0.8em;
	position:relative;
}
body.main-body {
	background:#3c3c3c;
}
body.about-body {
	background:url(/common/images/main-bg3.png) 0 0 repeat-y #3c3c3c;
	
}
table {padding:0; border-collapse:collapse;}
table td {padding:0;border:0; vertical-align:top;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,ul li,ol li,h1,h2,h3,h4,h5,h6,
pre,form,div,
body,html,
p,a,blockquote,fieldset,input{margin:0;padding:0;}
ul,ol{list-style:none;}
li,dd,blockquote{margin-left:1em;}
a img,:link img,:visited img{border:none;}
fieldset{border:solid 0 transparent;}
input,select,textarea{font-size:100%;}
textarea{font-family:Arial, Helvetica, sans-serif;}

.clean {clear:both; font-size:0; line-height:0; height:0px;}
.no {display:none;}
.nobr {white-space:nowrap;}
.fleft {float:left;}
.fright {float:right;}
.fotos {position:relative; margin-bottom:0.5em;}

.tcenter {text-align:center;}
.tleft {text-align:left;}
.tright {text-align:right;}

a {text-decoration:underline; color:black;}
a:hover {text-decoration:none;}

img {border:0;}
*:focus {outline:none;}
*+html img {-ms-interpolation-mode:bicubic;}
* {zoom:1;}

/* wrapper */
.wrapper {
	width:100%;
	min-width:1000px;
	min-height:100%;
	_height:100%;
	_width:expression(document.body.clientWidth > 1000 ? "100%": "1000px");
}
.w-table {min-width:1372px; _width:expression(document.body.clientWidth > 1372 ? "100%": "1372px");}
.w-table2 {min-width:1122px; _width:expression(document.body.clientWidth > 1122 ? "100%": "1122px");}
.w-about {
	min-width:1475px;
	_width:1475px;
}

/* ------ header ------ */
#header {
	width:100%;
	height:48px;
	position:relative;
	background:url(/common/images/header-bg.png) 0 0 repeat-x #353535;
	border-bottom:4px solid #de127a;
}
.w-main #header {
	border-bottom:none;
}

/* logo */
#logo, #logo a, #logo em {
	width:181px;
	height:22px;
	position:absolute;
	display:block;
	z-index:2;
}
#logo {
	left:38px;
	top:19px;
	overflow:hidden;
}
#logo a {
	overflow:hidden;
	position:relative;
}
#logo em {
	top:0;
	left:0;
	background:url(/common/images/logo.png) 0 0 no-repeat;
}

/* ---- top-menu ---- */
#menu {
	position:relative;
	height:77px;
	padding:6px 0 0 38px;
	z-index:3;
	font-weight:bold;
}
.w-main #menu {
	padding-top:10px;
}
#menu ul.menu {
	width:167px;
}
#menu ul .link-menu {
	position:relative;
}
#menu #link-menu {
	width:167px;
	height:25px;
	padding:7px 0 0 10px;
	background:url(/common/images/menu-item.png) 0 0 no-repeat;
	color:white;
	text-decoration:none;
	display:block;
}
#menu ul div {
	visibility:hidden;
	position:absolute;
}
#menu ul ul {
	display:block;
	background:url(/common/images/menu-fly-bg.png) 0 0 no-repeat;
	width:166px;
	height:67px;
	padding:4px 0 0 11px;
	color:#3c3c3c;
}
#menu ul li:hover div, #menu ul li.over div {
	visibility:visible;
}
#menu ul ul li {padding-bottom:1px;}
*+html #menu ul ul li {padding:0; margin-top:-2px;}
* html #menu ul ul li {padding:0; margin-top:-2px;}
#menu ul ul li a {text-decoration:none;}
#menu ul ul a:hover {color:#de127a;}
* html #menu ul ul li a {position:relative;}
#menu span.active, #menu a.active {color:#de127a;}

.w-main #menu {background:#3c3c3c;}
.w-clients #menu {background:white;}

/* small */
.small {
	position:absolute;
	display:block;
	left:837px;
	top:21px;
}
.small li {
	display:block;
	float:left;
	width:25px;
	height:24px;
	margin-right:9px;
}
.small li.google {background:url(/common/images/ico-google.png) 0 0 no-repeat;}
.small li.yandex {background:url(/common/images/ico-yandex.png) 0 0 no-repeat;}
.small li a {
	height:24px;
	width:25px;
	display:block;
	position:relative;
	text-indent:-5000px;
	overflow:hidden;
}
.w-about .small {left:1381px;}
.w-table .small {left:1279px;}

/* main-content */
div.main-cont {
	padding:45px 40px 20px 38px;
	background:url(/common/images/main-bg.png) 0 231px repeat-x #3c3c3c;
	position:static;
}
.w-clients div.main-cont {
	background:url(/common/images/main-bg2.jpg) 0 231px repeat-x white;
}
#main-gallery {
	background:url(/common/images/main-box.png) 0 0 no-repeat;
	width:856px;
	padding:3px 0 9px 2px;
}
.w-clients #main-gallery {
	background-image:url(/common/images/main-box2.png);
}
.w-clients #main-gallery .in {
	height:380px;
}
#main-gallery .in {
	position:relative;
}
div.main-cont .foot {
	padding:23px 0 0 2px;
	width:850px;
	color:white;
}
div.main-cont .foot a {
	color:white;
}
div.main-cont .foot .author {
	font-size:0.85em;
}
div.main-cont .foot .fright {
	font-size:1.1em;
	text-align:right;
}


/* content */
.content {
	padding:45px 40px 40px 40px;
	line-height:1.2;
	z-index:2;
	position:relative;
}
.w-table .content {
	width:1292px;
}
.content .bigger {
	font-size:1.25em;
}
.content .bigger .smaller {
	font-size:0.8em;
}
div.w292, div.w208 {line-height:0; font-size:0; height:0;}
div.w292 {width:292px;}
div.w208 {width:208px;}
.content .pink {
	background:#f2a0ca;
	color:white;
	font-weight:bold;
	padding:4px 6px 3px 6px;
	margin-bottom:18px;
}
.content td.sep div {width:42px;}

.content h1, .content h2, .content h3 {font-weight:bold;color:#de127a;}
.content h4, .content h5, .content h6 {font-weight:normal;color:#de127a;}
.content h1 {margin-bottom:0.5em;}
.content h2 {margin-bottom:0.5em;}
.content h4, .content h5, .content h6 {color:#de127a; margin-bottom:0.2em;}
.content p, .content ul, .content ol {margin-bottom:0.5em;}
.content a {color:#666;}
.content hr {
	height:1px;
	color:#999;
	border:none;
}
html>body .content hr {
	height:1px; 
	background-color:#999;
	border:none;
	border:0px solid #999;
}
.content table {margin-bottom:0.5em;}
.content table td {
	border:1px solid #999;
	padding:0.3em;
}
.content ul {
	line-height:1.2;
	margin-left:2em;
	list-style:disc;
	*list-style-position:inside;
	*margin-left:1.5em;
}
.content ol {
	line-height:1.2;
	margin-left:2.5em;
	list-style:decimal;
}
.content table.noborder td {border:none;}
.content table.nopadding td {padding:0;}
.content table.noall td, .content table.table td {border:0; padding:0;}
.content table.form td {border:none;}
.content table.table td.w292 {width:292px;}
.content table.table td.w208 {width:208px;}

.w-contacts .content {
	width:856px;
	height:390px;
}
.w-contacts .map {
	position:absolute;
	right:40px;
	top:45px;
}
.w-contacts address {
	display:block;
	position:absolute;
	left:40px;
	bottom:45px;
	font-style:normal;
}
.w-contacts address .crimson {
	text-transform:uppercase;
	font-weight:bold;
	color:#de127a;
}

.menu ul, #link-menu, .small li, #main-gallery, .gallery-preview, #thumbs-adv, #gallery-adv {_filter:expression(fixPNG(this));}

.slideshow-label-place {
	position:absolute;
	height:16px;
	left:0;
	bottom:-1px;
	padding:5px 0 0 0;
	background:#666;
	text-align:center;
	color:white;
	z-index:2;
}
.slideshow-panel-place {
	position:absolute;
	bottom:0;
	z-index:3;
}
.slideshow-panel-place a.button {
	position:absolute;
	bottom:3px;
	color:white;
	z-index:3;
}
.slideshow-panel-place a.prev {
	left:5px;
}
.slideshow-panel-place a.next {
	right:5px;
}

.w-about .leftbar {
	width:453px;
	float:left;
	position:relative;
	z-index:1;
	padding:0 90px 0 0;
}
.w-about .rightbar {
	margin:0 0 0 -543px;
	width:100%;
	position:relative;
	float:left;
}
.w-about .rightbar .in1 {
	position:relative;
	margin:0 0 0 543px;
	z-index:1;
}

.w-service .content {
	padding:45px 0 40px 0;
}

.w-service .content .table-service {
	width:100%;
}
.w-service .content .table-service a {
	color:#de127a;
	text-decoration:none;
}
.w-service .content .table-service a:hover {
	text-decoration:underline;
}
.w-service .content .table-service th {
	color:white;
	font-weight:bold;
	text-align:left;
	padding:2px 10px;
}
.w-service .content .table-service th.col1 {
	background:#f2a0ca;
	padding-left:40px;
}
.w-service .content .table-service th.col2 {
	background:#ea67aa;
}
.w-service .content .table-service th.col3 {
	background:#e54597;
	width:100%;
}
.w-service .content .table-service td {
	padding:19px 19px 0 0;
	border:none;
}
.w-service .content .table-service td.col1 {
	padding-left:40px;
}
.w-service .content .table-service .col1 div {width:240px;}
.w-service .content .table-service .col2 div {width:250px;}

.gallery-block {
	background:url(/common/images/main-bg4.png) 0 bottom repeat-x;
	padding:0 0 30px 39px;
}

/* gallery wiht thumbs */
#gallery-adv {
	width:858px;
	height:396px;
	background:url(/common/images/main-box4.png) 0 0 no-repeat;
	padding:0 0 0 1px;
	margin-bottom:5px;
}
#gallery-adv .in {
	position:relative;
	border-top:3px solid #272727;
	background:#666;
	width:850px;
	height:384px;
}
#slideshow-adv .tcenter {
	padding-top:2px;
	*padding-top:4px;
	color:white;
}
#thumbs-adv {
	width:858px;
	height:95px;
	background:url(/common/images/main-box5.png) 0 0 no-repeat;
	padding:0 0 0 1px;
}
#thumbs-adv .in {
	position:relative;
	background:#666;
	width:850px;
	height:88px;
}
#thumbs-adv .pagination {
	height:0;
	font-size:0;
	line-height:0;
}
.thumbs, .content ul.thumbs, .content .gallery-preview ul.thumbs,
.thumbs2, .content ul.thumbs2, .content .gallery-preview ul.thumbs2 {
	margin-left:41px;
	list-style:none;
	line-height:1;
}
.thumbs li, .content .gallery-preview ul.thumbs li,
.thumbs2 li, .content .gallery-preview ul.thumbs2 li {
	float:left;
	margin:0;
	display:block;
}
.thumbs li, .thumbs2 li a {
	display:block;
	float:left;
}
.nav-controls a {
	display:block;
	position:absolute;
	width:41px;
	height:88px;
	background:url(/common/images/gallery-btn.png) 0 0 no-repeat #3c3c3c;
	top:0;
	left:0;
	overflow:hidden;
	text-indent:-5000px;
}
.nav-controls a.next {
	background-position:right 0;
	left:auto;
	right:0;
}
.prev-next a {
	display:block;
	position:absolute;
	width:200px;
	height:360px;
	background:url(/common/images/ico-prev.png) 0 center no-repeat;
	_background-image:url(/common/images/ico-prev.gif);
	top:-399px;
	left:0;
	overflow:hidden;
	text-indent:-5000px;
	z-index:10;
	opacity:0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
.prev-next a.next {
	background:url(/common/images/ico-next.png) right center no-repeat;
	_background-image:url(/common/images/ico-next.gif);
	left:auto;
	right:0;
}
#loading-adv {
	display:block;
	position:absolute;
	width:44px;
	height:44px;
	left:50%;
	top:50%;
	margin:-22px 0 0 -22px;
	background:url(/common/images/loader.gif) center center no-repeat transparent;
}
