* {
	padding: 0;
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #EFE2D9 url("/_common/_img/bcg.jpg") repeat;
	color: #504848;
	font-size: 80%;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
}

div {
	border: 0px solid black;
}

img {
	/*border:0;*/
}

a {
	text-decoration: underline;
	color: #6D1F1D;
}

	a:hover {
		text-decoration: none;
	}

	a:visited {
	}

p {
	padding: 10px 0px 10px 0px;
}

ul, ol {
	padding-left: 30px;
}

ul li {
	padding: 3px;
}

dt {
	font-weight: 600;
}

dd {
	margin-bottom: 20px;
}

h1 {
	color: #6D1F1D;
	font-weight: normal;
	font-size: 220%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #6D1F1D;
	font-weight: normal;
	font-size: 180%;
	margin-top: 10px;
	margin-bottom: 10px;
}

	h2 a {
		text-decoration: none;
	}

		h2 a:hover {
			text-decoration: underline
		}

h3 {
	color: #373737;
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

	h3 a {
		text-decoration: none;
	}

		h3 a:hover {
			text-decoration: underline;
		}

h4 {
	color: #353535;
	font-weight: bold;
	font-size: 113%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr {
	border: 0;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
	background-color: #B1A98A;
	color: #B1A98A;
}

.active, a.active {
	text-decoration: none;
}

table.marking {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid black;
	empty-cells: show;
}

table.marking td {
	vertical-align: top;
	border: 0px solid black;
	empty-cells: show;
}

.inpt {
	width: 500px;
}




/* Классы */

#wrapper-main .col-right {
	float: right;
	width: 500px;
}

#wrapper-main .col-left {
	margin-right: 500px;
	overflow: visible;
	height: 1%;
}

*html #wrapper-main .col-left {
}


	#wrapper-main .col-left .left {
		float: left;
		width: 50%;
		max-width: 345px;
		padding-right: 20px;
	}

	*html #wrapper-main .col-left .left {
		width: expression(document.body.clientWidth > 1300 ? "345px" : ((document.documentElement.clientWidth || document.body.clientWidth) < 1100 ? "270px" : "40%"));
	}
		
/* ### */

#wrapper .col-right {
	float: right;
	width: 290px;
}

#wrapper .col-left {
	margin-right: 290px;
	overflow: visible;
	height: 1%;
}

*html #wrapper .col-left {
}


	#wrapper .col-left .left {
		float: left;
		width: 40%;
		max-width: 341px;
		padding-right: 20px;
	}

	*html #wrapper .col-left .left {
		width: expression(document.body.clientWidth > 1300 ? "345px" : ((document.documentElement.clientWidth || document.body.clientWidth) < 1100 ? "270px" : "30%"));
	}
	
	#wrapper .col-left .right {
	}

/* Объекты */

#wrapper, #wrapper-main {
	position: relative;
	overflow: hidden;
	min-width: 1002px;
}

#wrapper	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	}
*html #wrapper, *html #wrapper-main {
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1002 ? "1002px": "auto");
	overflow: visible;
}

	#plate {
		position: absolute;
		right: 0px;
		top: 180px;
		width: 606px;
		height: 623px;
		background: transparent url("/_common/_img/content/plate.png") no-repeat left top;
		z-index: 2;
	}	

	#wrapper-main #logo {
		position: absolute;
/*		width: 213px;
		height: 154px;*/
		width: 244px;
		height: 193px;
		right: 25px;
		top: 330px;
		background: transparent url("/_common/_img/content/logo.png");
		z-index: 3;
	}

	#lenta {
		position: absolute;
		right: 0px;
		top: 180px;
		width: 238px;
		height: 312px;
		background: transparent url("/_common/_img/content/lenta.png") no-repeat left top;
		z-index: -1;
	}

#header-main {
	height: 145px;
	padding-top: 70px;
	text-align: center;
}

#header {
	height: 215px;
	margin-right: 290px;	
	border-top: 1px solid #EFE2D9
}

	#header .header-left {
		margin-top: 30px;
		float: left;
		width: 40%;
		height: 145px;
		max-width: 341px;
		padding-right: 20px;
		text-align: center;		
	}

	*html #header .header-left {
		width:expression(document.body.clientWidth > 1300 ? "345px" : ((document.documentElement.clientWidth || document.body.clientWidth) < 1100 ? "270px" : "33%"));
	}

		#header .header-left #logo  {
			display: block;
			height: 150px;
			background: transparent url("/_common/_img/header/_logo.png") no-repeat center center;	
			cursor: pointer;
		}

		*html #header .header-left #logo {
			width: 192px;
			cursor: pointer;
		}

	#header .header-right {
		margin-top: 70px;
	}

	#header-text {
		font-size: 1.8em;
		color: #504848;
	}
	
		#header-text span {
			color: #451616;
		}
	
	#header-auditory {
		font-size: 1.4em;
		color: #1E1E1E;
	}
	
		#header-auditory span {
			color: #451616;
		}
		
#workarea {
	overflow: hidden;
}

*html  #workarea {
	overflow: visible;
	height: 1%;
}

	#menu-bar {
		height: 280px;
		background: transparent url("/_common/_img/content/menu-bcg.png") no-repeat right top;		
	}

	*html #menu-bar {
		background: transparent url("/_common/_img/content/menu-bcg-ie6.gif") no-repeat right top;
	}
	
		#menu-items {
			float: right;
			height: 195px;
			padding: 40px 60px 40px 0px;
			font-size: 1.4em;
		}

			#menu-items table {
				height: 100%;
			}

				#menu-items table a {		
					color: #65201E;
				}
		
	#left-links {
		margin-top: 35px;
		text-align: center;
	}

		#left-links div {
			margin-bottom: 40px;
		}

		#left-links a {
			color: #65201E;
			font-size: 1.4em;
		}
		
	#content {
		position: relative;
		margin-right: 5%;
		overflow: hidden;
		padding-bottom: 365px;
	}
		#content img	{
			margin: 0px 10px 10px 0px
			}

	*html #content {
		overflow: visible;
		height: 1%;
	}

	#ear {
	}

		#ear .left, #ear .right, #ear .center {
			width: 15px;
			height: 15px;
		}

		#ear .header {
			height: 15px;
			background: transparent url("/_common/_img/content/frame-rt.png") no-repeat right top;
		}

			#ear .header .left {
				float: left;
				background: transparent url("/_common/_img/content/frame-lt.png");
			}

			#ear .header .right {
				float: right;
				background: transparent url("/_common/_img/content/frame-lt.png");
			}

			#ear .header .center {
				margin: 0px 15px;
			}

		#ear .content {
		}

		#ear .footer {
			height: 15px;
		}

			#ear .footer .left {
				float: left;
				background: transparent url("/_common/_img/content/frame-lb.png");
			}

			#ear .footer .right {
				float: right;
				background: transparent url("/_common/_img/content/frame-lb.png");
			}

			#ear .footer .center {
				margin: 0px 15px;
			}

	#wrapper-main #contacts {
		float: right;
		margin-top: 470px;
		margin-right: 50px;		
		overflow: hidden;
	}


	.reg #contacts {
		position: absolute;
		bottom: 0px;
		height: 300px;
		left: 30%;
	}

	*html #contacts {
		overflow: visible;
		height: 1%;
	}

		#contacts #call {
			
		}
		
		#contacts #call {
			overflow: hidden;
		}


			#contacts .contacts-left {
				float: left;
				width: 70px;
				margin-top: 40px;
				font-size: 0.9em;
				color: #7D746B;
				text-align: right;
				margin-right: -70px;
			}

			#contacts .contacts-right {
				margin-left: 75px;
			}


			#call .header, #write .header {
				color: black;
				font-size: 1.3em;
			}

			#call .info {
				color: #451616;
				font-size: 2.8em;
			}


		#contacts #write {
			margin-top: 20px;
			overflow: hidden;
		}


			#write .info {
				font-size: 1.9em;
			}

				#contacts-main #write .info a {
					color: #451616;
				}

			#contacts #write .contacts-left {
				margin-top: 30px;
			}

		#contacts #htc-info {
			margin-top: 110px;			
		}

		#contacts #htc-info {
			clear: both;
			margin-top: 50px;
		}

			#contacts #htc-info .contacts-left {
				margin-top: 0px;
			}

			
			#htc-info .header {
				color: black;
				font-size: 0.9em;
			}

			#htc-info .info a {
				color: #451616;
				font-size: 0.9em;
			}

#page-header {
	overflow: hidden;
}

*html #page-header {
	overflow: visible;
	height: 1%;
}

	#page-header .header-right {
		float: right;
		width: 140px;
		padding-top: 18px;
		text-align: right;
	}

	#page-header .header-left {
		margin-right: 140px;
	}

#status-bar {
	font-size: 0.9em;
	margin-bottom: 40px;
}

#menu-child {
	float: right;
	padding-right: 150px;
	padding-top: 80px;
	font-size: 1.4em;
}
	#menu-child .menu3	{
		font-size: 0.8em;
		padding-left: 10px;
		}

/* ##### Inputs ##### */

#otziv-form {
	margin: 70px 40px 0px 13px;
}

*html #otziv-form {
	oveflow: visible;
	height: 1%;
}

	#otziv-form .inpt {
		width: 100%;
		color: gray;
	}

	#otziv-form input {
		height: 24px;
	}

	#otziv-form span {
		color: #3B388F;
		font-size: 1.5em;
	}

#thanks-you {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#suggest_name, #suggest_email, #suggest_message {
	width: 100%;
	margin-top: 15px;
	border: 0px;
}

#suggest_message {
	font-family: "Arial";
	height: 190px;
}

#otziv-form-controls input.inpt {
	height: 24px;
}

#otziv-form-controls span {
	display: block;
	color: #3B388F;
	font-size: 1.5em;
}

#btnSendMessage {
	width: 100px;
	margin-top: 20px;
}

/* Ухо на главной */
.ear	{
	background: url('/_common/img/corners-border.gif') 0px 100% repeat-x;
	}
.tb	{
	background: url('/_common/img/corners-border.gif') top left repeat-x;
	height: 7px;
	width: auto !important;
	width: 98%;
	overflow: hidden;
	}
	.tbb	{
		height: 7px;
		width: auto !important;
		width: 98%;
		overflow: hidden;
		}
	.t, .b	{
		height: 7px;
		}
	.l	{
		float: left;
		width: 7px;
		height: 7px;
		}
	.r	{
		float: right;
		width: 7px;
		height: 7px;
		}
	.tl	{
		background: url('/_common/img/corners.gif') 0px 0px no-repeat;
		}
	.tr	{
		background: url('/_common/img/corners.gif') -7px 0px no-repeat;
		}
	.bl	{
		background: url('/_common/img/corners.gif') 0px -7px no-repeat;
		}
	.br	{
		background: url('/_common/img/corners.gif') -7px -7px no-repeat;
		}
.corners-content	{
	padding: 10px 15px 15px 15px !important;
	padding: 0px;
	border-left: 1px solid #bba59e;
	border-right: 1px solid #bba59e;
	width: auto !important;
	width: 98%;
	font-size: 1.3em;
	}
	.corners-content small	{
		font-size: 0.7em
		}
		.corners-content small a	{
			color: #8b6d68
			}
a img	{border: 0px}
.komos	{margin-top: 220px}
#content .komos	{margin: 0px;}
