@charset "utf-8";


body {
	background-image: url(../img/background.gif);
}


ul#hor-menu{
	border:0;
	border-left:px solid white;
	height:20px;
	list-style:none;
	margin:1px auto;
	padding:0px;
	position:relative;
	width:480px;
}
ul#hor-menu li{
	display:block;
	float:left;
}
ul#hor-menu li a{
	background:#232323;
	border-left:1;
	color:white;
	display:block;
	float:left;
	font:normal 16px arial;
	height:20px;
	margin:0px;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	width:120px;
	behavior: url(PIE.htc); /* IE */
}

ul#hor-menu li a:hover, ul#hor-menu li:hover a{
	background:#4b764f;
}

ul#hor-menu li ul{
	display:none;
	list-style:none;
	left:-58px;
	position:absolute;
	top:29px;
	z-index:10;
}

ul#hor-menu li:hover ul{
	border:0px;
	display:block;
	float:none;
	padding:0px;
	width:600px;
}

ul#hor-menu li:hover ul li a{
	background:#ccc;
	border:0;
	color:black;
	display:inline;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0;
	text-align:center;
	white-space:nowrap;
	width:150px
}

ul#hor-menu li:hover ul li a:hover{
	background:#aaa;
	text-decoration:underline;
}

p {
	line-height: 1.5em;
}

ul#vert-menu, ul#vert-menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 10em;
}

ul#vert-menu a {
	display: block;
	text-decoration: none;
}

ul#vert-menu li {
	margin-top: 1px;
}

ul#vert-menu li a {
	background: #232323;
	color: #fff;	
	padding: 0.5em;
}

ul#vert-menu li a:hover {
	background: #4b764f;
}

ul#vert-menu li ul li a {
	background: #ccc;
	color: #000;
	padding-left: 20px;
}

ul#vert-menu li ul li a:hover {
	background: #aaa;
	padding-left: 15px;
}


ul#left-right, ul#left-right ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 30px;
	line-height: 25em;
}

ul#left-right a {
	display: block;
	text-decoration: none;
}

ul#left-right li {
	margin-top: 1px;
}

ul#left-right li a {
	background: #232323;
	color: #fff;	
	padding: 1.1em;
}

ul#left-right li a:hover {
	background: #4b764f;
}

.code { 
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}

.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0;
}

.code li {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}

.indent1 {
	padding-left: 1em;
}

.indent2 {
	padding-left: 2em;
}

.p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px;	
}

.p2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.p3-contacts {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 40px;
}
.p4 {
	margin: 25px;	
}

.p5 {
	width:348px;
	height:120px;
	bgcolor:#6c4141;	
}

.banner {
	padding: 1px;
}

.img-button-main {
	font-size:18px;
	margin:10px;
	border: 0px solid silver;
	border-radius:25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	background:#efefb6;
	behavior: url(PIE.htc); /* IE */
}

.img-button-main-2 {
	font-size:18px;
	border:2px solid #999999;
	border-radius:30px 3px 3px 30px;
	-moz-border-radius:30px 3px 3px 30px
	-webkit-border-radius:30px 3px 3px 30px
	-khtml-border-radius:30px 3px 3px 30px;
	behavior: url(PIE.htc); /* IE */
}

.text-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:36px;
	text-align:center;
	border: 0px solid silver;
	border-radius:25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(PIE.htc); /* IE */
}

.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	text-align:center;
}

.window-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	width: 635px;
	background:#F5F5DC;
	border:2px solid #999999;
	border-radius:3px 30px 30px 3px;
	-moz-border-radius:3px 30px 30px 3px;
	-webkit-border-radius:3px 30px 30px 3px;
	-khtml-border-radius:3px 30px 30px 3px;
	behavior: url(PIE.htc); /* IE */
}

.img-button {
	border:0px solid #999999;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-khtml-border-radius:2px 2px 2px 2px;
	behavior: url(PIE.htc); /* IE */
}

.menu-button {
	border: 0px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.menu-button-2 {
	border: 0px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	behavior: url(PIE.htc); /* IE */
}

.left-right-button {
	border: 0px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	behavior: url(PIE.htc); /* IE */
}

.img-border {
	margin: 10px;
	border: 2px solid black;
	border-radius:25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	behavior: url(PIE.htc); /* IE */
}

.img-border-2 {
	margin:10px;
	border: 2px solid silver;
	border-radius:25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
}

.comment-button {
	margin:10px;
	border: 0px solid silver;
	border-radius:25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px;
	background:#82cc6e;
}


.comment-form {
	border: 0px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
	width: 384px;
}

.comment-form-2 {
	border: 0px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
	width: 384px;
	height: 128px;
}


#thumbs {
	padding-top: 10px;
	overflow: hidden;
}

#thumbs img, #largeImage {
	border: 1px solid gray;
	padding: 4px;
	background-color: white;
	cursor: pointer;
}

#thumbs img {
	float: left;
	margin-right: 6px;
}

#description {
	background: black;
	color: white;
	position: center;
	bottom: -4px;
	padding: 10px 20px;
	width: 1000px;
	margin: 5px;
	left: -100px;
}

#gallery {
	width: 66em;
	margin: auto;
}

/**#gallery div {
	width: 65em;
	margin: auto;
}**/

#panel {
	position: relative;
}

ul {
	margin: 1px;
	list-style-type: none;
	width: 600px;    
}

#commentRoot li {
	margin: 15px 0 7px 7px;
}

#commentRoot li a {
	margin-left: 502px;
	border: 0px solid silver;
	border-radius:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background:#82cc6e;
}

#commentRoot li .commentContent {
	background:#F5F5DC;
	font-size: 20px;
	padding: 10px 10px;
	border: 1px solid silver;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: !important;
}

#commentRoot li h6 {
	color: green;
	font-size: 20px;
}

#commentRoot li h6  span {
	color: #666;
	font-size: 15px;  
	margin-left: 30px;
}

#commentRoot li .comment {
	margin-top: 10px;
}

#commentRoot li a.reply {
	font-size: 15px;
}    

.border-radius-header {
	border:0px solid #999999;
	border-radius:30px 30px 3px 3px;
	-moz-border-radius:30px 30px 3px 3px;
	-webkit-border-radius:30px 30px 3px 3px;
	-khtml-border-radius:30px 30px 3px 3px;
	behavior: url(PIE.htc); /* IE */
}

.border-radius {
	border:3px solid #999999;
	padding:2px;
	background-color:#6c4141;
	border-radius:40px 40px 40px 40px;
	-moz-border-radius:40px 40px 40px 40px;
	-webkit-border-radius:40px 40px 40px 40px;
	-khtml-border-radius:40px 40px 40px 40px;
	behavior: url(PIE.htc); /* IE */
}


.border-radius-2 {
	border:0px solid #999999;
	padding:5px;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-khtml-border-radius:3px 3px 3px 3px;
	behavior: url(PIE.htc); /* IE */
}

.number-mebel {
	display:inline-block;   
	position:relative;
	
 
}
.number-mebel span {
	display:inline-block;
	position:absolute;
	top:10px;   
	left:10px;
	border:2px solid #000000;
	border-radius:9px 0px 15px 0px;
	//moz-border-radius:9px 0px 15px 0px;
	-webkit-border-radius:9px 0px 15px 0px;
	-khtml-border-radius:9px 0px 15px 0px;
	behavior: url(PIE.htc); /* IE */
	
     
	/* ���������� ������ */
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
     
	/* ��� */
	background: rgb(137,159,132); /* �� ������, ���� ��������� ������ �� ��������� */
	background-color:rgba(137,159,132,.9);
	padding:3px 3px;
}







/* Код увеличителя начинается здесь */
/* Если ваше изображение не связано ссылкой с другой страницей, оставьте ссылку в виде <a href="#nogo"> 
Иначе увеличительне будет работать в IE6 */

.large {
	float: left;
	clear: none; /* Можно установить left или right по необходимости */
	padding-bottom: 5px; /* Расстояние между миниатюрами. Лучше не трогать данное поле */
	padding-right: 5px; /* Расстояние между миниатюрами и окружающим текстом */
}

.large a { 
	display:block;
	text-decoration: none;
/* Если добавить правило cursor:default;, то отключится курсор в виде руки */
}

.large a:hover{ /* Не надо изменять тип позиционирования */
 	position:relative;
}

.large a span {  /* Для большого изображения и названия */
	position: absolute;
	display:none;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.large img { /* Для IE, чтобы не было рамки вокруг ссылки */
	border-width: 0;
}

.large a:hover span { 
	display:block;
	top: -140px; /* Большое изображение выскакивает вверх на 50px от миниатюры */
	left: 100px; /* Большое изображение выскакивает влево на 90px от миниатюры */
	z-index: 100;
	
/* Если добавить правило cursor:default;, то отключится курсор в виде руки на большом изображении */
}

.small {
	margin-bottom:5px;
	width: 87px; /* Вводим нужный размер миниатюры здесь */
	height : 46px;
}

/* Код увеличителя закончен */
