html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	position:relative;
	background: url('/images/body_back.jpg') repeat left top;
}

html>body #container {
	height: auto;
	min-height: 100%;
}

a{
	font: bold 14px Arial, Tahoma;
	color: #f6d466;
	text-decoration: underline;
	margin-bottom: 2px;
}

img {
	border: none;
}

ul, li, input, form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

/*****************************************/
/*------------Общие стили-------------------*/
/*****************************************/

/*-------------Основной контейнер для траницы-------------*/
#container {
	margin: 0 auto;
	position: relative;
	height: 100%;
	color: #fff;
	max-width: 1270px;
	width: 100%;
	min-width: 1004px/*1014px*/;
}

#header {
	max-width: 1270px;
	min-width: 1014px;
	height: 598px;
	background: url(/images/header_back.jpg) no-repeat center top;
}

#page-empty {
	max-width: 1270px;
	min-width: 1014px;
	height: 195px;
	/*background-color: #FFF000;*/
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 64px;
	height: 121px;
	background: url('/images/footer_back.jpg') no-repeat left top;
}

#footer  #info {
	float: right;
	text-align: right;
	margin-right: 53px;
	font: 12px Tahoma, Arial;
	color: #B7B96D;
}

*html #footer  #info {
	margin-right: 26px;
}

/*-------------Основное содержание-------------*/
#content .wrapContent {
	width: 100%;
	float: left;
}

#content .wrapContent .content {
	float: left;
	margin: 0px 408px 0px 340px;
	/*background-color: #F00;*/
}

* html #content .wrapContent .content {
	display: inline;
}

#content h2 {
	font: 30px Arial Narrow, Tahoma;
	color: #f5f6b1;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

#content p {
	margin: 0px;
	margin-bottom: 22px;
	padding: 0px;
	font: 14px Arial, Tahoma;
	color: #b7b96d;
}

/*-------------Меню слева-------------*/
#content #menu {
	margin-left: -100%;
	float: left;
	width: 234px;
	padding: 12px 53px 0px 53px;
}

#content #menu ul {
	list-style-type: none;
}

#content #menu li {
	padding-left: 18px;
	height: 29px;
	border-bottom: 1px dotted #7e8b00;
	background: url('/images/menu_back.gif') no-repeat left 50%;
}

#content #menu li.no-border {
	border-bottom: none;
}

#submenu ul li a {
	bottom: 1px;
	text-transform: uppercase;
	font: 14px/29px Arial Narrow, Tahoma;
	color: #f6d466;
	text-decoration: none;
}

#submenu ul li a:hover {
	text-decoration: underline;
}

#content #menu ul li a {
	position: relative;
	bottom: 1px;
	text-transform: uppercase;
	font: 14px/29px Arial Narrow, Tahoma;
	color: #f6d466;
	text-decoration: none;
}

#content #menu ul li a:hover {
	text-decoration: underline;
}

#content #menu #phones {
	height: 122px;
	margin-top: 50px;
	/*background: url('/images/phones2.png') no-repeat;*/
  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:24px;
  color: #f5f6b1;
  letter-spacing: 1px;
  padding-top: 19px;
}
#content #menu #phones div i {
  font-style: normal;
  color: #6e1604;
}
#content #menu #phones div.phone-1 {
  color: #c1c383 !important;
}
/*
*html #content #menu #phones {
	filter:expression(PNG(this));
}
*/

/*-------------Каталог справва-------------*/

#content #catalog h2 {
	font: 30px Arial Narrow, Tahoma;
	color: #f5f6b1;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px 0px 22px 0px;
}

#content #catalog {
	float: left;
	width: 302px;
	padding: 0px 53px;
	margin-left: -408px;
	/*background-color: #00F;*/
}

#content #catalog .catalog-item {
	margin-bottom: 29px;
}

#content #catalog .img {
	padding: 3px;
	border: 1px dotted #7e8b00;
	float: left;
	margin-right: 10px;
}

#content #catalog .img img {
	border: 1px solid #9ea078;
}

#content #catalog .name {
	font: bold 14px Arial, Tahoma;
	color: #f6d466;
	text-decoration: underline;
	margin-bottom: 2px;
}

#content #catalog p {
	font: 14px Arial, Tahoma;
	color: #b7b96d;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content #catalog .price {
	font: 18px Arial, Tahoma;
	color: #fff;
	padding: 3px 6px;
	float: right;
	background-color: #710202;
}

li{
	font: 14px Arial, Tahoma;
	color: #b7b96d;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.order{
	font: 14px Arial, Tahoma;
	color: #b7b96d;
}
#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;

	z-index:100;
	width:100%;
	height:auto;

	text-align:center;
	color:#333333;

	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;

	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover { text-decoration:underline; color:#999999; }

#lightbox-overlay { z-index: 90; background-color:#000000; height: 100%; position:fixed; }
#lightbox-overlay-text { text-align: right; margin-right: 20px; margin-top: 20px; color: white; font-size: 12px; cursor: default; line-height:normal; }
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link { color:white; }
#lightbox-overlay-text span { padding-left:5px; padding-right:5px; }

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }
#lightbox-imageBox { position:relative; border:1px solid black; background-color:white; width:400px; height:400px; margin:0 auto; }

#lightbox-imageContainer { padding:1px; }
#lightbox-loading { position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0; }
#lightbox-nav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
/* #lightbox-imageBox > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }*/

#lightbox-nav-btnPrev,  #lightbox-nav-btnNext {
	display:block; width:49%; height: 100%;
	background:transparent url(../../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */ zoom:1; padding:0px; margin:0px; }
#lightbox-nav-btnPrev { left:0; right:auto; float:left; }
#lightbox-nav-btnNext { left:auto; right:0; float:right;}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox { font:10px Verdana, Helvetica, sans-serif; background-color:#FFFFFF; margin:0 auto; padding:0px; /* width: 100%; padding: 0 10px 0; */ }

#lightbox-infoContainer { padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; color:#666; line-height:normal; /* height:30px; */ }
#lightbox-infoHeader { width:100%; text-align:center; }
#lightbox-caption { text-align:justify; }
#lightbox-caption-title { font-weight:bold; }
#lightbox-caption-description { font-weight:normal; }

#lightbox-infoFooter { margin-top:3px; color:#999999; }
#lightbox-currentNumber { display:block; width:49%; 	float:left; text-align:left; }
#lightbox-close { display:block; width:45%; float:right; text-align:right; }
#lightbox-close-button { padding-left:30%; }
#lightbox-close-button:hover { color:#666666; }
#lightbox-infoContainer-clear { clear:both; visibility:hidden; }




#tissue dt {
	display: none;
}
#tissue dd {
	padding: 0; margin: 0; float: left; width: 25%;
}
#tissue img {
	width: 150px; height: 150px; display: block;
}
#tissue a {
	border: 2px solid #9EA078;
	padding: 3px; margin: 4px; display: inline-block;
}
#tissue a.selected {
	border-color: red;
}