* {
	margin:0;
	padding:0;
	outline:none
}
html {
	font-size:100.01%;
}

input {
border:1px solid #999999;
margin:10px;
width:100px;
}

textarea {
border:1px solid #999999;
margin:10px;
width:100px;
height:50px;
}

body {
	font-family:Arial;
	font-size:12px;
	color:#6B4702;
	background:#fff url("/images/bg-left.jpg") no-repeat left bottom;	
	position:relative;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
a, a:visited {
	color:#000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	color:#EF7601;
	}
a:focus {
	outline:none;
	}
:focus, :active { 
	outline: 0; 
	}
img {
	border:0;
	}
form {
	margin:0;
	padding:0;
	}
ol, ul {
	list-style: none;
	}
.clr {
	content: ".";
	display: block;
	float:none;
	clear:both;
	height:0;
	overflow: hidden;
	}
	
.clrx{ 
	clear:both;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
}
* html #wrapper {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height:39px;
	overflow:hidden;
	background:url("/images/header-bg.jpg") repeat-x 0 0;
}
#header .header-s {
	height:39px;
	background:url("/images/header-shadow.jpg") no-repeat 50% 0;
}
#header ul {
	margin:0 auto;
	width:100%;
	text-align:center;
}
.header-s ul {
	display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}
.header-s li {
	flex: 0 0 auto;
}
.header-s ul::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1024px) 
{
	.header-s ul {
	display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: left;
  -webkit-overflow-scrolling: touch;
}
.header-s li {
	flex: 0 0 auto;
}
.header-s ul::-webkit-scrollbar {
    display: none;
}
}
#cont_cat {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
} 
#cont_cat .cat-obj {
	flex: 0 0 auto;
}
#header ul {
	margin:0 auto;

}
#header li {
	float:left;
	padding:10px 5px;
}
#header li a {
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	margin-right:10px;
	font-weight:200;
	padding:0px;	
	height:22px;
	color:#fff;	
}
#header li a span {
	padding:2px 10px;
	line-height:18px;
	display:inline-block;
	height:18px;
}
#header li:hover a {
	background:url("/images/top-menu-act-l.png") no-repeat 0 0;
}
#header li:hover a span {
	background:url("/images/top-menu-act-r.png") no-repeat right top;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 85px;
	height: 1%;
	position: relative;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding:0px 0px 10px 300px;
	
}

#content .top {
	background: url("/images/middle-bg.jpg") no-repeat 55px 15px;
	position:relative;
	padding:15px 0 0 0;
	height:314px;
	margin-right:250px;
}
#content .img-box {
	background: url("/images/middle-top-block-s.png") no-repeat left bottom;
	position:absolute;
	padding:0 0 22px 0px;
	right:0px;
	width:478px;
	height:292px;
}
#content .img-box .images {
	background: url("/images/middle-img.jpg") no-repeat right top;
	position:relative;
	width:478px;	
	height:292px;
}
#content .img-box .box-middle {
	background: url("/images/box-middle-right.png") no-repeat 0 0;
	position:absolute;
	display:none;
	height:200px;
	width:350px;
	left:65px;
	top:72px;
}
#content .img-box .box-middle .list {
	padding:15px 0 0 15px;
	float:left;
	width:163px;
}
#content .img-box .box-middle .list li {
	background: url("/images/object-arrow.gif") no-repeat 0 12px;
	padding:5px 0 5px 25px;
}
#content .img-box .box-middle .list li a {
	color:#000;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}
#content .img-box .box-middle .image {
	float:left;
	height:187px;
	width:165px;
	overflow:hidden;
	margin:6px 0 0 0;
	padding:2px 2px 3px 2px;
	position:relative;
}
#content .img-box .box-middle .image .shadow {
	background: url("/images/middle-box-img.png") no-repeat 0 0;
	position:absolute;	
	height:192px;
	width:169px;
	z-index:10;
	left:0px;
	top:0px;
}
#content .img-box .box-middle .image img {
	width:165px;
	max-width:165px;
	min-height:187px;	
}


#middle p {
margin-bottom:5px;
text-align:justify;
}

#content .middle-text {
	padding:0 0 30px 0px;
}

#content .content-box {}
#content .content-box .top {
	height:10px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background: url("/images/content-top-bg.png") repeat-x 0 0;
}
#content .content-box .top div {
	background: url("/images/content-top-l.png") no-repeat left top;
}
#content .content-box .top div div {
	background: url("/images/content-top-r.png") no-repeat right top;
	overflow:hidden;
	height:10px;
}

#content .content-box .bottom {
	height:10px;
	overflow:hidden;
	background: url("/images/content-bottom-bg.png") repeat-x 0 0;
	
}
#content .content-box .bottom div {
	background: url("/images/content-bottom-l.png") no-repeat left top;
}
#content .content-box .bottom div div {
	background: url("/images/content-bottom-r.png") no-repeat right top;
	overflow:hidden;
	height:10px;
}
#content .content-box .middle {
	border-left:2px solid #f0f0f0;
	border-right:2px solid #f0f0f0;
	padding:0 20px 10px 20px;
	margin:0px;
}


#content .breadcrumb {
	background: url("/images/object-arrow.gif") no-repeat 0 8px;
	padding:2px 10px 2px 27px;
	margin:0 0 15px 0px;
	line-height:16px;
	height:16px;
}
#content .breadcrumb a {
	display:inline-block;
	font-size:12px;
	padding:0px 3px;
	color:#765c4c;
}
#content .breadcrumb a:hover {
	text-decoration:none;
}
#content h1 {
	font-family:"Times New Roman", Times, serif;
	padding:12px 0px 17px 0px;
	font-weight:200;
	text-align:left;
	font-size:24px;
	color:#765d4d;
}

.imgtov {
width:100%;
height:100%;
margin-left:-20px;
float:left;
}

.pagetovs {

}

.pagetovs  img{
position:static;
}

#content ul.list {
	margin:10px 0 20px 0px;
}
#content ul.list li {
	padding:3px 0px 3px 25px;
	background: url("/images/object-arrow.gif") no-repeat 0 9px;
}
#content ul.list li a {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-style:italic;
	font-size:15px;
	color:#765d4d;
}

#content .object {
	font-size:26px;
	color:#657b00;
	font-weight:400;
	height:45px;
	margin:30px 0 0 25px;
	padding:15px 0 0 30px;
	font-family:"Times New Roman", Times, serif;
	background: url("/images/object-title.jpg") no-repeat 0 0;	
}
#content .object-block {
	padding:0 0 100px 10px;
}
#content .cat-obj {
	width:400px;
	text-align:right;
	float:left;
}

#content .cat-info {
	float:left;
	margin-top:30px;
	width:180px;
	text-align:left;
}

#content .cena {
	font-size:16px;
}

#content .object-item {
	width:220px;
	padding:30px 0 0 0;
	float:left;
}
#content .object-item h2 {
	color:#765d4d;
	font-weight:200;
	font-size:14px;
	padding:0px 0 5px 0px;
}
#content .object-item h2 span {
	display:block;
	padding:0 0 0 30px;
	background: url("/images/object-arrow.gif") no-repeat 0 6px;	
}
#content .object-item h2 a {
	text-decoration:none;
	//padding:0 0 0 30px;
	color:#765d4d;
}
#content .object-item .images {
	width:220px;
	height:152px;
	position:relative;
}
#content .object-item .shadow {
	background: url("/images/object-item.png") no-repeat 0 0;
	position:absolute;
	height:152px;
	width:220px;
	z-index:9;
	left:0px;
	top:0px;
}
#content .object-item .img {
	padding:4px 17px 4px 18px;
	overflow:hidden;
	height:144px;
	width:185px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width:300px;
	margin-left: -100%;
	position:relative;
	padding:0 0 100px 0px;
}
#sideLeft a.logo {
	display:block;
	height:175px;
	width:215px;
	margin:38px 0 0 30px;
	background: url("/images/logo11.jpg") no-repeat 0 0;
}
#sideLeft .contact {
	margin:10px 0 0 55px;
	font-family:"Times New Roman", Times, serif;
}
#sideLeft .contact p {
	color:#765d4d;
	font-size:14px;
	line-height:16px;
	padding:2px 0px;
	display:block;
}
#sideLeft .contact span {
	color:#000;
	font-size:16px;
	line-height:20px;
	padding:2px 0px;
	display:block;
}
#sideLeft .contact a {
	color:#8e8e8e;
	font-size:14px;
	text-decoration:none;
}

#sideLeft .search-box {
	margin:18px 0 18px 55px;
}
#sideLeft .search-box .search-inp {
	background: url("/images/search-inp.png") no-repeat 0 0;
	margin:0 6px 0 0;
	padding:3px 5px;
	color:#c8c8c8;
	float:left;
	height:16px;
	border:0px;
	width:127px;
}
#sideLeft .search-box .search-btn {
	background: url("/images/search-btn.png") no-repeat 0 0;
	display:block;
	float:left;
	width:26px;
	height:22px;
	border:0px;
	cursor:pointer;
}

#sideLeft .title {
	position:relative;
	margin:0 0 0 55px;
	font-family:"Times New Roman", Times, serif;
	width:165px;
	height:40px;
}
#sideLeft .title h2 {
	color:#657b00;
	font-size:19px;
	font-weight:200;
}
#sideLeft .title span {
	color:#849904;
	font-size:19px;
	position:absolute;
	top:0px;
	right:0px;
}

#sideLeft .menu-block {
	width:208px;
	margin:10px 0 0 30px;
	background: url("/images/menu-block-bg.png") repeat-y 0px 0px;
}
#sideLeft .menu-block .mb-top {
	background: url("/images/menu-block-top.png") no-repeat 0px 0px;
	overflow:hidden;
	width:208px;
	height:16px;
}
#sideLeft .menu-block .mb-bottom {
	background: url("/images/menu-block-bottom.png") no-repeat 0px 0px;
	overflow:hidden;
	width:208px;
	height:16px;
}


#sideLeft .menu {
	padding:15px 0 0 5px;
	font-family: "Times New Roman", Times, serif;
}
#sideLeft .menu li {
	padding:2px 0px 2px 0px;
	position:relative;	
	margin-bottom:5px;
	line-height:18px;
	font-size:16px;
	text-align:left;
	color:#624636;
	min-height:18px;	
}
#sideLeft .menu li.act {
	background: url("/images/left-menu-li-act.png") no-repeat 50px 0px;
	text-shadow:#949494 1px 1px 1px;
	padding:1px 10px 5px 10px;
	line-height:16px;
	font-size:16px;
	color:#fff;
}
#sideLeft .menu li a {
	
	text-decoration:none;
	padding-left:27px;
	display:block;
	color:#624636;
}
#sideLeft .menu li a:hover {
	color:#849904;
	background: url("/images/right-menu-li.png") no-repeat 0px 10px;
}
#sideLeft .menu li.act a {
	background:none;
	text-shadow:#6A7A03 1px 1px 3px;
	color:#fff;
	text-indent:30px;
}
#sideLeft .menu li.act a:hover {
	background:none;
	color:#fff;
}
#sideLeft .menu li ul {
	display:none;
}
#sideLeft .menu li:hover ul {
	width:180px;
	display:block;
	position:absolute;
	z-index:999999;
	left:50px;
	top:0px;
}
#sideLeft .menu li:hover ul li {
	height:auto;
	line-height:normal;
	padding:2px 0px 4px;
	margin:0px;
	background: url("/images/menu-left-sub-bg.png") repeat-y 0 0;
}
#sideLeft .menu li:hover ul li.top {
	background: url("/images/menu-left-sub-top.png") no-repeat 0 0;
	overflow:hidden;
	padding:0px;
	width:180px;
	height:17px;
}
#sideLeft .menu li:hover ul li.bottom {
	background: url("/images/menu-left-sub-bottom.png") no-repeat 0 0;
	overflow:hidden;
	padding:0px;
	width:180px;
	height:15px;
}
#sideLeft .menu li:hover ul li a {
	color:#6c5243;
	font-size:13px;
	display:block;
	background: none;
	text-decoration:none;
	padding:0px 9px 0 14px;	
}
#sideLeft .menu li:hover ul li a:hover {
	color:#849904;
	background: url("/images/right-menu-li-sub.png") no-repeat 9px 5px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width:250px;
	margin-left: -250px;
	position: relative;
	min-height:400px;
	background: url("/images/right-top-shadow.png") no-repeat -4px 15px;
}
#sideRight .menu-right {
	margin:15px 0 0 25px;
	background: url("/images/right-menu-li-sep.gif") no-repeat 50% top;
	padding:6px 0 0 0;
	width:205px;
}
#sideRight .menu-right li {
	background: url("/images/right-menu-li-sep.gif") no-repeat 50% bottom;
	line-height:22px;
	height:22px;
	padding:6px 0px 14px 0px;
}
#sideRight .menu-right li a {
	text-decoration:none;
	display:block;
	padding:0 0 0 30px;
	font-size:14px;
	color:#624636;
}
#sideRight .menu-right li a:hover {
	background: url("/images/right-menu-li.jpg") no-repeat 0 10px;
	color:#849904;
}

#sideRight .object {
	font-size:26px;
	color:#657b00;
	font-weight:400;
	height:45px;
	margin:30px 0 0 25px;
	padding:15px 0 0 30px;
	font-family:"Times New Roman", Times, serif;
	background: url("/images/object-title.jpg") no-repeat 0 0;	
}
#sideRight .object-block {
	padding:0 0 100px 10px;
}


#sideRight .object-item {
	width:220px;
	padding:30px 0 0 0;
}
#sideRight .object-item h2 {
	color:#765d4d;
	font-weight:200;
	font-size:14px;
	padding:0px 0 5px 0px;
}
#sideRight .object-item h2 span {
	display:block;
	padding:0 0 0 30px;
	background: url("/images/object-arrow.gif") no-repeat 0 6px;	
}
#sideRight .object-item h2 a {
	text-decoration:none;
	padding:0 0 0 30px;
	color:#765d4d;
}
#sideRight .object-item .images {
	width:220px;
	height:152px;
	position:relative;
}
#sideRight .object-item .shadow {
	background: url("/images/object-item.png") no-repeat 0 0;
	position:absolute;
	height:152px;
	width:220px;
	z-index:9;
	left:0px;
	top:0px;
}
#sideRight .object-item .img {
	padding:4px 17px 4px 18px;
	overflow:hidden;
	height:144px;
	width:185px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	b/ackground: url("/images/footer-bg.png") repeat-x 0 0;
	margin:-85px auto 0;
	min-width: 1000px;
	position:relative;
	font-size:12px;
	color:#818181;
	height:85px;
}
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}
#footer .middle {
	padding:0px;
	position:absolute;
	height:85px;
	top:0px;
	left:300px;
	right:250px;
	color:#c1c1c1;
}
#footer .middle .lite {
	height:5px;
	overflow:hidden;
	margin-bottom:12px;
	background: url("/images/footer-line-bg.png") repeat-x 0 0;
}
#footer .middle .lite div {
	background: url("/images/footer-line-l.png") no-repeat left top;
}
#footer .middle .lite div div {
	height:5px;
	overflow:hidden;
	background: url("/images/footer-line-r.png") no-repeat right top;
}
#footer .right {
	padding:0px;
	position:absolute;
	height:85px;
	width:185px;
	top:0px;
	right:40px;
	color:#dadada;
}
#footer .right .lite {
	height:5px;
	width:185px;
	overflow:hidden;
	margin-bottom:12px;
	background: url("/images/footer-line2.png") no-repeat 0 0;
}



#footer a {
	color:#818181;
}

.counter {
padding-top:10px;
}

.portfoliocatimg {
float:left;
margin:15px;
border:5px solid #eeeeee;
}

.portfoliocat a {
font-size:14px;
font-weight:bold;
}

.portimg {
	border:5px solid #eeeeee;
	margin:10px;
}

.counter a,.counter img{-khtml-opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);opacity:0.5;}
.counter a:hover{-khtml-opacity:1;-moz-opacity:1.0;filter:alpha(opacity=100);opacity:1.0;}