/* глобальный сброс */
* {
	margin:  0;
	padding: 0;
}

/* фоновая картинка по бокам и цвет текста */
body {
	background: url(../img/1.jpg) repeat-x fixed #0099d0;
	margin: 20px;
}
img {
	border: 0px;
}
/* главный блок */
#wrap {
	width: 995px; /* max ширина */
	margin: auto;/* выравнивание по центру */
	background-image: url(../img/fon.jpg); /* фоновая картинка */
	background-color: #0099d0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#contact_right {
	float:right;
	border: dotted;
	padding: 10px;
	margin: 5px;
}
#contact_right a {
	text-decoration: none;
}
#contact_right img {
	background-color: #ffffff;
	padding: 1px;
}
.contact {
	font: 120% "Times New Roman", Times, serif bold;
}
.logo {
	background-color: #db3204;
	font-size: 300%;
	padding-left: 5px;
	padding-right: 5px;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;

}
.slogan {
	font: 150% 'Times New Roman', Times, serif bold ;
	margin-left: 10px;



}
.head {
	display: inline;
	text-align: center;
	float: right;
	margin: 20px;
}

#menu {
	margin-left: 10px;
	clear: both;
	height:40px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	display: block;
	width: 20%;
	font: 24px 'Times New Roman', Times, serif bold ;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font: 24px 'Times New Roman', Times, serif bold ;
}
#menu a:hover {
	background-color: #db3204;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font: 23px 'Times New Roman', Times, serif bold ;

}
#menu a:active {
	color:  #e0ffff;
}
.page {
	clear: both;
	background-image: url(../img/pages.jpg);
	background-repeat: no-repeat;
	height: 265px;
	width: 995px;
}
#page_left{
	background-color: #ffffff;
	float: left;
	width: 280px;
	height: 210px;
	margin-left: 180px;
	margin-top: 30px;
}
#page_right {
	float: left;
	width: 300px;
	height: 200px;
	right: 270px;
	margin: 30px 0 0px 90px;

}
#page_right li {
	list-style: none;
}
#page_right p {
	font: 140% "Times New Roman", Times, serif;
	text-align: center;
	padding: 20px
}
.uslugi {
	float: right;
	padding: 5px;
	width: 350px;
	margin: 0px;
}
.uslugi li, a {
	color: #ffffff;
	list-style: none;
	padding-left: 20px;
}
.uslugi a:hover, a:active {
	background-color: #db3204;
	padding-left: 5px;
	padding-right: 5px;
	font: 16px 'Times New Roman', Times, serif bold ;
	text-decoration: none;

}
.content{
	float: left;
	width: 600px;
	border-right: dotted;
	padding:5px 10px 30px 20px;
}
.content p:first-letter {
	font-size: 180%;
}
.content p {
	text-indent: 30px;
	padding:10px;
}
#footer {
	clear: both;
	border-top:dotted;
	padding: 20px;
}
.counter {
	float: right;
}












#myGallery, #myGallerySet, #flickrGallery
{
	width: 300px;
	height: 210px;
	z-index:5;
	border: 1px solid #000;
}

.jdGallery a
{
	outline:0;
}


#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	width: 100px;
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../upload/gallery/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../upload/gallery/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('../upload/gallery/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('../upload/gallery/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('../upload/gallery/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('../upload/gallery/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #000000;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('../upload/gallery/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('../upload/gallery/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }


/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}








#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../upload/gallery/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url('../upload/gallery/blank.gif') no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../upload/gallery/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(../upload/gallery/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../upload/gallery/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../upload/gallery/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../upload/gallery/prev_gold.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(../upload/gallery/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../upload/gallery/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../upload/gallery/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../upload/gallery/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../upload/gallery/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../upload/gallery/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px;
				background: url(../upload/gallery/close_green.png) no-repeat; }/*  для IE6 добавил background */
	#lbClose.grey { background: url(../upload/gallery/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../upload/gallery/close_red.png) no-repeat; }
	#lbClose.green { background: url(../upload/gallery/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../upload/gallery/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../upload/gallery/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../upload/gallery/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../upload/gallery/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../upload/gallery/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../upload/gallery/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../upload/gallery/play_gold.png) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../upload/gallery/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../upload/gallery/pause_red.png) no-repeat; }
	#lbPause.green { background: url(../upload/gallery/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../upload/gallery/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../upload/gallery/pause_gold.png) no-repeat; }


.sl1 #index {
		background-color: #db3204;
}
.sl21 #usluga{
		background-color: #db3204;
}
.sl22 #tarif{
		background-color: #db3204;
}
.sl23 #video{
		background-color: #db3204;
}
.sl28 #contact{
		background-color: #db3204;
}
.sl30 .content {	border-right:none;
	width: 900px;
}
.sl35 .content {
	border-right:none;
	width: 900px;
}
.sl21 {
	background-image: url(../img/2.jpg);
}
.sl22 {
	background-image: url(../img/3.jpg);
}
.sl23 {
	background-image: url(../img/4.jpg);
}
.sl28 {
	background-image: url(../img/5.jpg);
}

.ifr
{
	margin:18px 0 0 80px;
	padding:0;
	width:320px;
	height:230px;
	border:0;
}

.tablabum{
	border-collapse:collapse;
	border:1px solid #FFFFFF;
}

.tablabum td{
	padding:5px;
	border:1px solid #FFFFFF;
}

/*right menu*/
.right_menu ul{
	padding:0 0 7px 0;
}

.right_menu ul li a:visited, .right_menu ul li a:active, .right_menu ul li a:link{
	padding:0 0 0 20px;
	background:none;
}

.right_menu ul li a:hover{
	padding:0 0 0 20px;
	margin:0;
	color:red;
	font-weight:bold;
}
/*/right menu*/

/*table vnutren*/
.table_vnutren{
	border-collapse:collapse;
	border:1px solid #FFFFFF;
	width:100%;
}

.table_vnutren th{
	border:1px solid #A6CEDB;
	background-color:#FFFFFF;
	color:#0099D0;
	padding:5px;
}

.table_vnutren td{
	border:1px solid #FFFFFF;
	padding:5px;
}
/*/table vnutren*/