@charset "utf-8";
/* Основные */
* {
	margin:0;
	padding:0;
}

body {
	color:#000;
	font-family:Arial;
	font-size:12px;
	background:#F9E9D8 url(/img/design/bg.png) center top;
}

table {
	font-size:12px;
	border-collapse:collapse;
}

img {border:0;}

small {font-size:11px;}

.g-clear {
	width:100%;
	clear:both;
	float:none !important;
	overflow:hidden;
	height:0;
	font-size:0;
	border:0;
}

.g-hidden {
	visibility:hidden;
}

.g-hr {
	position:relative;
	top:40px;
	left:50%;
	margin:0 0 0 -460px;
	width:920px;
	height:60px;
	font-size:0;
	border-top:1px solid #D1D2C8;
}

a {color:#0041B5;}
a:hover {color:#D90000;}





/* Текст */
.b-text {position:relative; zoom:1; padding:0 0 20px;}

	.b-text:after {
		clear:both;
		content:"";
		display:block;
		height:0;
		visibility:hidden;
	}

.b-text h1, .b-text h2, .b-text h3 {line-height:1em; font-weight:normal;}
.b-text h1 {font-size:24px; margin:0 0 10px -15px; padding:10px 0 0.3em 0; font-family:Georgia;}
.b-text h2 {font-size:18px; padding:0.6em 0 0.4em 0;}
.b-text h3 {font-size:16px; padding:0.8em 0 0.4em 0;}

.b-text p {line-height:1.4em; padding-bottom:1.3em;}
.b-text p small {line-height:1.4em; padding-bottom:1.3em;}
.b-text p big {font-size:14px; line-height:1.4em; padding-bottom:1.3em;}
	
.b-text img.img {float:left; margin:0 20px 3em 20px; -ms-interpolation-mode:bicubic;}
	
.b-text table {margin:0 15px 2em 15px; -ms-interpolation-mode:bicubic;}

.b-text ul, .b-text ol {margin-left:5em; line-height:1.5em; padding-bottom:0.5em;}
.b-text ul ul, .b-text ol ol {margin-left:20px;}
.b-text ul {list-style:none;}
	.b-text ul li, .b-text ol li {padding-bottom:1em; line-height:1.4em;}
	.b-text ul li {background:url(/img/design/li.png) 0 0.6em no-repeat; margin:0 0 0 -20px; padding:0 0 0 20px;}
	
.b-text table th,
.b-text table td {padding:1em 2em 1em 0; border-bottom:1px solid #999;}
.b-text table th {font-weight:normal; font-size:11px; vertical-align:bottom; text-align:left;}
	
.b-text h1,
.b-text h2,
.b-text h3,
.b-text p,
.b-text ul,
.b-text ol {padding-right:30px; padding-left:30px;}





/* Выравнивание блока по центру */
.l-center {
	position:relative;
	width:100%;
}

	.l-center:after {
		content:'';
		display:block;
		clear:both;
	}
	
	.l-center-left {
		position:relative;
		right:50%;
		float:right;
	}
	
	.l-center-right {
		position:relative;
		float:left;
		z-index:1;
		right:-50%;
	}





/* Колонки */
.l-column {
	float:left;
	//text-align:left;
	min-height:1px;
}

	.l-column:after {
		content:'';
		display:block;
		clear:both;
	}
	
	.l-column-25 {width:240px;}
	.l-column-220 {width:220px;}
	.l-column-300 {width:300px;}
	.l-column-660 {width:660px;}
	.l-column-50 {width:480px;}
	.l-column-75 {width:720px;}
	.l-column-100 {width:960px;}

.l-container {
	position:relative;
	width:960px;
	margin:0 auto;
}

	.l-container:after {
		content:'';
		display:block;
		clear:both;
	}






/* Шапка */
.b-head {
	position:relative;
	width:100%;
	padding:20px 0 30px 0;
	//text-align:center;
	z-index:2;
}
	
		.b-logo {
		}
	
			.b-logo img {
				display:block;
				margin:20px 0 0 20px;
			}
	
		.b-phone {
			margin:30px 0 0 0;
			text-align:left;
		}
	
			.b-phone em {
				font-size:12px;
				font-style:normal;
			}
	
			.b-phone small {
				position:relative;
				top:-0.3em;
				margin:0 0.5em 0 0;
				font-size:12px;
				line-height:1.2em;
			}
		
			.b-phone big {
				font-family:Georgia;
				font-size:24px;
				line-height:1.2em;
			}
	
		.b-slogan {
			margin:30px 0 0 0;
			color:#7B467B;
			font-size:10px;
		}






/* Навигация */
.b-navigation {
	float:left;
	position:relative;
	width:292px;
	margin:-4px -6px 0 -6px;
	padding:23px 0 0 0;
	background:url(/img/design/navigation.png) top left no-repeat;
}
	
	.b-navigation .l-container {
		float:left;
		width:100%;
		padding:0 0 23px 0;
		background:url(/img/design/navigation.png) bottom right no-repeat;
	}
	
	.b-navigation-container {
		float:left;
		width:100%;
		background:url(/img/design/navigation.png) center center repeat-y;
	}
	
	.b-navigation a {
		display:block;
		margin:0 6px 0 6px;
		padding:0.8em 15px;
		color:#000;
		line-height:1.4em;
		cursor:pointer;
	}
	
		.b-navigation a:hover {color:#7B467B;}
	
		.b-navigation a strong {
			display:block;
			float:left;
			padding:10px 20px;
			font-weight:normal;
		}
	
		.b-navigation a.current,
		.b-navigation a:hover.current {text-decoration:none; background:#fff; border-bottom:1px solid #E4D6C5;}
	
			.b-navigation a.current strong {background:none;}






/* Форма обратной связи */
.b-feedback {
	float:left;
	position:relative;
	width:292px;
	margin:-4px -6px 0 -6px;
	padding:23px 0 20px 0;
	background:url(/img/design/navigation.png) top left no-repeat;
}
	
	.b-feedback .l-container {
		float:left;
		width:100%;
		padding:0 0 23px 0;
		background:url(/img/design/navigation.png) bottom right no-repeat;
	}
	
	.b-feedback-container {
		padding:0 0 0 26px;
		background:url(/img/design/navigation.png) center center repeat-y;
	}
	
	.b-feedback-h5 {
		font:normal 20px/1.2em "Times New Roman", Times, serif;
	}
	
	.b-feedback-note {
		display:inline-block;
		width:244px;
		padding:20px 0 0 0;
		color:#333;
	}
	
	.b-feedback-text,
	.b-feedback-textarea,
	.b-feedback-captcha,
	.b-feedback-submit {
		display:inline-block;
		margin:0 -2px;
		border:none;
		outline:none;
		resize:none;
	}
	
	.b-feedback-text {
		width:244px;
		height:30px;
		padding:0 8px;
		font-style:italic;
		//line-height:30px;
		background:url(/img/design/feedback.png) 0 0 no-repeat;
	}
	
	.b-feedback-text:focus {color:#000; background:url(/img/design/feedback.png) 0 -30px no-repeat;}
	
	.b-feedback-textarea {
		width:244px;
		height:74px;
		padding:8px;
		font:italic 12px Arial, Helvetica, sans-serif;
		background:url(/img/design/feedback.png) 0 -60px no-repeat;
		overflow:auto;
	}
	
	.b-feedback-textarea:focus {color:#000; background:url(/img/design/feedback.png) 0 -134px no-repeat;}
	
	.b-feedback-captcha {
		float:left;
		width:114px;
		height:44px;
		text-align:center;
		font-size:32px;
		//line-height:44px;
		background:url(/img/design/feedback.png) 0 -208px no-repeat;
	}
	
	.b-feedback-captcha-img {
		float:left;
		width:112px;
		height:40px;
		margin:2px 0 2px 12px;
		font-size:0;
	}
	
	.b-feedback-captcha:focus {color:#000; background:url(/img/design/feedback.png) -114px -208px no-repeat;}
	
	.b-feedback-submit {
		width:244px;
		height:30px;
		margin:10px -2px 5px -2px;
		text-align:center;
		background:url(/img/design/feedback.png) 0 -252px no-repeat;
	}
	
	.b-feedback-submit:hover {color:#000; background:url(/img/design/feedback.png) 0 -282px no-repeat;}
	.b-feedback-submit:active {color:#000; background:url(/img/design/feedback.png) 0 -312px no-repeat;}
	
	.b-feedback-complete {
		padding:5px 0;
	}
	
	.b-feedback-error {
		font-size:11px;
		color:#f00;
	}





/* Закладки */
.b-bookmarks {
	float:right;
	//display:inline;
	margin:0 1.4em 0 15px;
	padding:0 15px 0 0;
}

.b-bookmarks a {
	display:block;
	//display:inline;
	float:right;
	position:relative;
	margin:0 -1.6em 0 0;
	padding:0 1.8em;
	color:#000;
	line-height:1.8em;
	overflow:hidden;
	text-decoration:none;
	outline:none;
}

	.b-bookmarks-left-container {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:1.8em;
		height:156px;
		overflow:hidden;
	}

		.b-bookmarks-left {
			display:block;
			position:relative;
			top:1px;
			left:-60px;
			width:60px;
			height:156px;
			margin-left:1.8em;
			background:url(/img/design/bookmark-left.png);
		}

		.b-bookmarks a.current .b-bookmarks-left {background:url(/img/design/bookmark-left-current.png);}

	.b-bookmarks-right {
		display:block;
		position:absolute;
		top:1px;
		right:0;
		width:1.8em;
		height:156px;
		-margin-left:100%;
		-left:-1.8em;
		background:url(/img/design/bookmark-right.png);
	}

	.b-bookmarks a.current .b-bookmarks-right {background:url(/img/design/bookmark-right-current.png);}
	
	.b-bookmarks a strong {display:block; padding:0.8em 0; font-weight:normal; background:url(/img/design/bookmark-center.png) top left repeat-x;}

	.b-bookmarks a.current {color:#000; z-index:999;}
	.b-bookmarks a.current strong {background:url(/img/design/bookmark-center-current.png) top left repeat-x;}
	
	.b-bookmarks a.underline {text-decoration:underline;}
	.b-bookmarks a:hover {color:#7B467B;}






/* Все */
.b-all {
	position:relative;
	width:100%;
	//text-align:center;
	z-index:2;
}





/* Основное содержание */
.b-content {
	float:left;
	position:relative;
	width:672px;
	margin:-4px -6px 0 -6px;
	padding:23px 0 0 0;
	background:url(/img/design/content.png) top left no-repeat;
}
	
	.b-content .l-container {
		float:left;
		width:100%;
		padding:0 0 23px 0;
		background:url(/img/design/content.png) bottom right no-repeat;
	}
	
	.b-content-container {
		float:left;
		width:100%;
		background:url(/img/design/content.png) center center repeat-y;
	}

	.b-content-container:after {
		content:'';
		display:block;
		clear:both;
	}






/* © */
.b-copyright {
	position:relative;
	width:100%;
	//text-align:center;
	z-index:2;
}
	
	.b-copyright .l-container {
		
	}
	
	.b-copyright p {
		padding:20px 0 20px 30px;
		font-size:11px;
	}
	
	.b-copyright p.text {
		padding:20px 30px 20px 0;
	}
	
	.b-copyright p,
	.b-copyright a {
		color:#655E5E;
	}
	
	.b-copyright a:hover {
		color:#000;
	}






/* Печать */
.b-seal {
	position:absolute;
	top:82px;
	left:50%;
	width:478px;
	height:478px;
	margin:0 0 0 -422px;
	background:url(/img/design/seal.png);
	z-index:1;
}

.veriimage-container {
	display: none;
}
