﻿html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{margin-bottom: 0.4em;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select,button{font-weight:inherit;}input,textarea,select,button{*font-size:100%;}legend{color:inherit;}html {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}h1{font-size:138.5%;line-height:110%;margin: 0 0 1em;}h2{font-size:123.1%;}h3{font-size:108%;}h2,h3{margin:1.4em 0 0.3em;line-height:110%;}h1,h2,h3,h4,h5,h6{font-weight:bold;}abbr,acronym{border-bottom:1px dotted;cursor:help;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}.clr{clear:both;}object,a:active{outline:none;}.nobr{white-space:nowrap;}

* html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true))
}

* html img {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/images/b.gif"):1),this.pngSet=true));
}

* html .png {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
	this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(','').replace(')',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.origBg + ", sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none",this.pngSet=true
	)));
}

html, body {
	height: 100%;
	background: #dfdfdf;
}

body {
	font-family: Tahoma;
	font-size: 15px;
	color: #000;
}

a {
	color: #11a0d5;
}
	a:hover {
		color: #1f8ab1;
	}

h1, h2 {
	color: #3aa6f1
}
h1 {
	font-size: 25px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}

#wrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	-height: 100%;
	background: #fff url(../images/bg.jpg) right top no-repeat;
}

#logo {
	position: absolute;
	left: 16px;
	top: 17px;
}

#header {
	height: 87px;
}
	#header .slogan {
		position: absolute;
		left: 314px;
		top: 31px;
		font: Verdana;
		font-size: 12px;
		color: #9f9f9f;
		width: 385px;
	}
	#header .tel {
		font-size: 30px;
		color: #0f56a6;
		position: absolute;
		right: 40px;
		top: 30px;
		white-space: nowrap;
	}
	#header .tel em {
		font-size: 17px;
	}

#nav {
	margin: 0;
	text-align: center;
	background: #c8c8c8 url(../images/menu.png) 0 0 repeat-x;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #afafaf;
	white-space: nowrap;
	position: relative;
	z-index: 10;

	*border: none;
}
	#nav li.l1 {
		display: inline-block;
		*display: inline;
		margin: -2px 0;
		vertical-align: top;
		position: relative;

		*margin: 0;
	}
	#nav li.l1 a {
		display: inline-block;
		height: 52px;
		line-height: 52px;
		font-weight: bold;
		font-size: 14px;
		padding: 0 18px;
		color: #616161;
		text-shadow: 0px 1px #efeaea;
		text-decoration: none;
		vertical-align: top:
	}
	#nav li.l1 a:hover,
	#nav li.l1:hover a,
	#nav li.l1.hover a {
		color: #2783be;
		text-shadow: none;
		height: 48px;
		line-height: 48px;
		border-top: 2px solid #b8b8b8;
		border-bottom: 2px solid #d3d3d3;
		background: #c3c3c3 url(../images/menu.png) 0 -48px repeat-x;
	}
	#nav li.l1 a.current,
	#nav li.l1 a.subactive {
		color: #fff;
		text-shadow: 0px 1px #4a555c;
		height: 48px;
		line-height: 48px;
		border-top: 2px solid #5da5ca;
		border-bottom: 2px solid #5f92c2;
		background: #5e9bc6 url(../images/menu.png) 0 -96px repeat-x;
	}

	#nav ul {
		position: absolute;
		left: 0;
		top: 52px;
		width: 179px;
		list-style: none;
		background: #e1e1e1;
		overflow: hidden;
		white-space: normal;
		margin: 0;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
		#nav ul.l2 li {
			margin: 0;
		}
		body #nav li.l1 ul.l2 a,
		body #nav ul.l2 a:hover {
			display: block;
			height: auto;
			line-height: 120%;
			text-shadow: none;
			padding: 0;
			font-size: 13px;
			font-weight: normal;
			border: none;
			text-align: left;
			background: none;

			display: block;
			padding: 4px 15px 6px;
			color: #000;
		}

		#nav ul.l2 a:hover {
			background: #2783be !important;
			color: #dbdbdb !important;
			-webkit-border-bottom-right-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			-moz-border-radius-bottomleft: 15px;
			-moz-border-radius-bottomright: 15px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		#nav ul.l2 a.current {
			font-weight: bold !important;
		}

#promo {
	margin: 30px 0 0;
	height: 267px;
	position: relative;
}
	#promo .texts {
		background: #3aa6f2 url(../images/main_textbg.png) 0 0 no-repeat;
		height: 267px;
		width: 338px;
		color: #9fe7fc;
		font-size: 15px;
		line-height: 18px;
		margin-left: 20px;
		padding: 25px 30px 0;
			width: 278px;
			height: 242px;
		position: relative;
	}
	#promo .promo_text {
		position: absolute;
		left: 30px;
		top: 25px;
		width: 278px;
	}
	#promo .texts h2 {
		font-size: 20px;
		color: #1d4e8b;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 0.5em;
		line-height: 120%;
	}
		#promo .texts h2 strong {
			font-size: 30px;
			font-weight: normal;
		}
		#promo .texts a {
			text-align: center;
			display: block;
			float: left;
			background: url(../images/main_nextbutton.png) 0 0 no-repeat;
			*background-image: url(../images/ie6_main_nextbutton.png);
			width: 77px;
			height: 35px;
			line-height: 25px;
			text-align: center;
			color: #323232;
			font-size: 13px;
			text-decoration: none;
			opacity: 0.8;

			background-image: url(../images/blue_main_nextbutton.png);
			position: absolute;
			left: 0;
			top: 191px;
			float: none;
		}
			#promo .texts a:hover {
				opacity: 1;
			}

#leftb,
#rightb {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 402px;
	top: 112px;
	cursor: pointer;
}

#rightb {
	left: 892px;
}

#promo .pic {
	position: absolute;
	left: 460px;
	top: 0;
	width: 416px;
	height: 275px;
	overflow: hidden;
}
	#promo .pic span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/main_photooverlay.png) 0 0 no-repeat;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main_photooverlay.png');
		width: 416px;
		height: 275px;
		z-index: 1;
	}
	#promo .pic img {
		position: absolute;
		left: 0;
		top: 0;
	}
#contacts {
	margin: 30px 0;
	padding: 0 75px;
	background: #4eb3f4;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
}
	#contacts p {
		margin: 0;
	}
	#contacts a {
		color: #084793;
	}
		#contacts a:hover {
			color: #fff;
		}
	#contacts .email {
		float: left;
	}
	#contacts .address {
		float: right;
	}

#teasers {
	margin-bottom: 30px;
	text-align: center;
}

#breadcrumbs {
	margin: 25px 22px;
	font-size: 12px;
	color: #a5a5a5;
}
	#breadcrumbs a {
		color: #a5a5a5;
	}

.content {
	padding: 0 20px;
	zoom: 1;
}

.clrfooter {
	clear: both;
	height: 100px;
}

.content[class] ol ul {
	margin-left: 2.3em;
}

.content[class] ul {
	margin-left: 1.23em;
}
	.content[class] ul > li {
		text-indent: -1.23em;
		list-style: none;
	}
	.content[class] ul > li:before {
		content: '\2014\a0';
		font-weight: bold;
	}
	.beforeli {
		content: '\2014\a0';
		font-weight: bold;
	}
	.content[class] ul > li {
		*behavior: expression( !this.before && this.parentNode && 'UL' == this.parentNode.nodeName && this.parentNode.parentNode.className == 'content' ? this.before = this.innerHTML = '<span class="beforeli">&mdash;&nbsp;</span>' + this.innerHTML : '' );
	}


.content table td,
.content table th {
	border: 1px solid #999;
}

	.content table.inv {
		margin: 0 auto 1em;
	}
	.content table.inv th,
	.content table.inv td {
		border: none;
		padding: 5px;
	}

.content.main {
	/*float: left;
	-display: inline;
	-width: 410px;
	*/
}

.right {
	float: right;
	margin-right: 20px;
	-display: inline;
	width: 470px;

	margin-bottom: 20px;
	margin-left: 50px;
}
	.right .calc {
		padding-top: 15px;
		margin-top: 3em;
	}
	.right .calc img {
		float: left;
		margin-top: -15px;
		margin-right: 12px;
	}
	.right .calc a {
		font-size: 25px;
	}



.nicethumb {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	width: 105px;
	padding: 116px 8px 0 3px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
}
	a.nicethumb * {
		cursor: pointer;
	}
	.nicethumb img {
		width: 95px;
		height: 102px;
		padding: 2px 4px 6px 4px;
		position: absolute;
		left: 4px;
		top: 0;
	}
	.nicethumb i {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 4px;
		display: block;
		width: 103px;
		height: 110px;
		background: url(../images/nicethumb_overlay.png) 0 0 no-repeat;
		-background-image: url(../images/ie6_nicethumb_overlay.png);
	}
	a.nicethumb:hover i {
		background-position: 0 -110px;
	}


#footer {
	height: 75px;
	border-top: 2px solid #dfdfdf;
	width: 920px;
	padding: 15px 20px;
	margin: -78px auto 0;
	background: #fff;
	position: relative;
	font-size: 13px;
	color: #818181;
}
	#footer .counter {
		position: absolute;
		top: 14px;
		right: 25px;
	}

.ymap table,
.ymap td {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

img.il {
	float: left;
	margin: 0 10px 0.5em 0;
}
img.ir {
	float: right;
	margin: 0 0 0.5em 10px;
}
img.ic {
	display: block;
	margin: 0 auto 0.5em;
}

.atip {
	border: 1px solid #999;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFFDDF;
	padding: 3px 5px;
	z-index: 2000;
	opacity: 0.95;
	max-width: 300px;
	text-align: center;
	font-size: smaller;
	display: none;
}
	.atip * {
		*display: inline;
	}
	.atip .tip-text {
		font-size: smaller;
		color: #4d5255;
		display: none;
	}


/* calc */

table.oknacalc td {
	border: none !important;
}

table.form .r1 {
	text-align: right;
	vertical-align: top;
}
table.form td {
	padding: 1px 3px;
	font-size: 100%;
}
table.form td.header {
	font-size: larger;
	padding-top: 1em;
	font-weight: bold;
}

table.form input, table.form textarea {
	width: 200px;
	font-family: inherit;
	font-size: 12px;
}
	table.form textarea {
		height: 100px;
	}
	table.form input.checkbox {
		width: auto;
	}

td.total {
	font-weight: bold;
}
#totalprice {
	color: green;
}
.req {
	color: red;
}

.album_list .item {
	overflow: hidden;
	width: 455px;
	float: left;
}
	.album_list .shadowpic {
		float: left;
		margin-right: 15px;
	}
	.album_list h2 {
		margin-left: 10px;
	}

.shadowpic {
	display: inline-block;
	width: 209px;
	height: 137px;
	padding: 9px 10px 11px 10px;
	background: url(../images/shadowpic.png) 0 -203px no-repeat;
	margin-right: 2px;
	margin-bottom: 12px;
}
	a.shadowpic:hover {
		background-position: 0 0;
	}

.inline_album {
	text-align: center;
	margin: 1em -10px;
}