/* =reset */
html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
ul { list-style: none;}
table { border-collapse: collapse; border-spacing: 0;}
/* /reset */
html, body { height: 100%; width: 100%;}
body {
	background: #fff;
	color: #262626;
	font: 14px/22px "Times New Roman", Times, serif;
	text-align: center;
}

h1 {
	background: url(../img/icon_ttl.gif) no-repeat 0 0;
	color: #fff;
	font: 18px/22px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
	margin: 19px 0 26px;
	padding: 3px 0 0 25px;
	text-transform: uppercase;
}
h2 {
	color: #262626;
	font: 16px/20px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
h3 {
	color: #262626;
	font: 14px/16px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
h4 {
	color: #262626;
	font: 12px/22px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
	margin: 5px 0 15px;text-transform: uppercase;
}
h5 {
	color: #262626;
	font: bold 16px/18px "Times New Roman", Times, serif;
	margin: 5px 0 15px;

}
h6 {
	color: #262626;
	font: bold 14px/22px "Times New Roman", Times, serif;

}
a:link, a:visited, a:active {
	color: #a25800;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
p {
	margin: 0 0 22px;
	text-align: justify;
}
ul {
	margin: 10px 0;
	padding: 0;
}
ul li {
	background: url(../img/limark.gif) no-repeat 0 6px;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
}
ol {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
hr {
	background: #f0f;		
	border: none;
	color: #f0f;
	height: 1px;
}
table {
	border-top: 1px solid #a55b00;
	border-left: 1px solid #a55b00;
	margin: 0 0 22px;	
}
th, td {
	border-bottom: 1px solid #a55b00;
	border-right: 1px solid #a55b00;
	padding: 5px;
}
th {
	background: #f8cd21;
	color: #a25800;
	text-align: center;
}
.clear { clear: both;}
#main {
	background: #e6e6e6;
}
#layuot {	
	min-height: 100%;
}
#header {
	background: url(../img/bg_top.gif) repeat-x 0 0;
}
	#head_wrap {
		background: url(../img/bg_belt.png) repeat-x 0 100%;
	}
	#head_cont {
		background: #000 url(../img/bg_inner_header.png) no-repeat center 0;
	}
	#main #head_cont {
		background: #000 url(../img/bg_header.png) no-repeat center 0;
	}
	#header .wrapper {
		height: 221px;
	}
	#main #header .wrapper {
		height: 658px;
	}
	#icons {
		padding: 5px 0 6px 26px;
	}
		#icons a {
			background: url(../img/icons.gif) no-repeat 0 0;
			display: block;
			float: left;
			font-size: 5px;
			line-height: 5px;
			height: 10px;
			margin: 0 24px 0 0;
			width: 12px;
		}
		#icons a:hover {
			background-position: 0 -10px;
		}
		#icons a.map {
			background-position: 0 -20px;
		}
		#icons a.map:hover {
			background-position: 0 -30px;
		}
		#icons a.contact {
			background-position: 0 -40px;
		}
		#icons a.contact:hover {
			background-position: 0 -50px;
		}
	#logo {
		float: left;
		padding: 37px 0 0 14px;
	}
	#main #logo {
		float: none;
		margin: 0 0 10px 14px;
		padding: 0;
	}	
	.menu {
		float: left;
		padding: 37px 0 0 3px;
		width: 225px;
	}
	#content .menu {
		padding: 20px 0 0 3px;
	}
		.mi {
			background: url(../img/bg_menu.png) repeat-y 18px 0;
			color: #fff;
			cursor: pointer;
			font: 14px/14px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
			margin: 3px 0;
			padding: 3px 5px 4px 23px;
			text-transform: uppercase;
		}
		.menu .hovered {
			font-weight: bold;
		}
		.ma {
			overflow: hidden;
			position: relative;
			width: 225px;
		}
		.overlay {
			background: #7d7d7d url(../img/bg_inner_menu.png) no-repeat 0 0;
			height: 440px;			
			
			position: absolute;
			right: 3px;
			top: 0;
			width: 203px;
			z-index: 1;
		}
		#main .overlay {
			background: #fff;
			-moz-opacity: 0.07;
			-khtml-opacity: 0.07;
			opacity: 0.07;		
		}
		.ma ul {
			margin: 5px 0;
			position: relative;
			z-index: 3;
		}
		.ma li a {
			display: block;			
		}
		.ma li a div {
			cursor: pointer;
			padding: 3px 0 3px 40px;
		}
		.ma li span div {
			padding: 3px 0 3px 40px;
		}
		.ma li a:hover, .ma li span {
			background: url(../img/bg_inner_menu_hover.png) repeat-y 19px 0;
			color: #fff;
			display: block;
			font-weight: bold;
		}
		#main .ma li a:hover, #main .ma li span {
			background: url(../img/bg_menu_hover.png) repeat-y 19px 0;
			color: #fff;
			display: block;
			font-weight: bold;
		}
		.ma li a:hover div, .ma li span div {
			background: url(../img/menu_star_inner.gif) no-repeat 1px center;
		}
		#main .ma li a:hover div, #main .ma li span div {
			background: url(../img/menu_star.gif) no-repeat 1px center;
		}
		.menu li {
			background: none;
			color: #bbb;
			font: 14px/20px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
			margin: 0 0 1px;
			padding: 0;
			text-transform: uppercase;
		}
		.ma li div:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.ma li div {display: inline-block;}
		/* Hides from IE-mac \*/
		.ma li div {display: block;}
		/* End hide from IE-mac */	
		.menu li img {
			border: 1px solid #fff;
			float: left;
			margin: 0 7px 0 0;
		}
		.menu a:link, .menu a:visited, .menu a:active {
			color: #bbb;
			text-decoration: none;
		}
		.last {
			background: url(../img/bg_menu.png) no-repeat 19px 100%;
			padding-bottom: 1px;
		}
	.menu .active {
		background: url(../img/bg_menu_active.png) no-repeat 18px 100%;
		font-weight: bold;
		padding: 3px 5px 6px 23px;
	}
		.menu .active span {
			background: url(../img/icon_menu_selected.gif) no-repeat 3px 5px;
			display: block;
			height: 14px;
			padding: 0 0 0 16px;
		}
	#photos {
		text-align: right;
	}
#content {
	background: #d5d5d5 url(../img/bg_inner_content.png) repeat-x 0 0;
}
	
#main #content {
	background: #e6e6e6 url(../img/bg_main_content.png) repeat-x 0 0;
}
	.main {
		padding: 0 0 34px;
	}
	.main a:link, .main a:visited, .main a:active {
		color: #fff;
		text-decoration: none;
	}
	.main a:hover {
		text-decoration: underline;
	}
	
.inner {
	 float: left;
	 padding: 0 0 20px 30px;
	 width: 700px;
}
	.inner h1 {
		margin: 21px 0 7px;
	}
	
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
.intro {
	float: left;
	padding: 0 50px 0 0;
	width: 700px;
}
	.intro p {
		padding-left: 25px;
	}
	.intro ul {
		padding-left: 25px;
	}
	.intro a {
		color:#0055cc;
	}
	
.coordinates {
	background: url(../img/bg_coordinates.png) no-repeat 100% 100%;
	float: left;
	padding: 0 0 184px;
	width: 210px;
}
	.coordinates h5 {
		background: url(../img/icon_ttl.gif) no-repeat 0 0;
		color: #fff;
		font: 18px/22px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
		margin: 19px 0 26px;
		padding: 3px 0 0 25px;
		text-transform: uppercase;
	}
	.coordinates p {
		padding: 0 0 0 25px;
	}
	.coordinates a {
		color:#0055cc;
	}
#empty { height: 36px;}
#footer { 
	background: #313437; 
	border-top: 1px solid #5e5e5e;
	color: #8b8e91;
	height: 35px; 
	line-height: 35px;
	margin-top: -36px; 
	position: relative;
}
	#footer a:link, #footer a:visited, #footer a:active {
		color: #fff;
		text-decoration: underline;
	}
	#footer a:hover {
		text-decoration: none;
	}
	#footer .wrapper {
		position: relative;
	}
	.bg_footer {
		background: url(../img/bg_footer.png) no-repeat 0 0;
		height: 110px;
		left: -38px;
		position: absolute;
		top: -111px;
		width: 151px;
	}
/* =clear fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* /clear fix*/
/* =catalogue */
.catalogue {
	margin: 0;
}
.catalogue li {	
	background: none;
	float: left;
	height: 222px;
	margin: 0 21px 9px 0;
	padding: 0;
	position: relative;	
	text-align: center;
	width: 178px;
}
	.pw {
		left: 7px;		
		height: 165px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		width: 165px;
		z-index: 1;		
	}
	.frame {
		background: url(../img/frame.png) no-repeat 0 0;
		height: 222px;
		left: 0;
		position: absolute;
		top: 0;
		width: 179px;
		z-index: 2;
	}
	.catalogue a {
		display: block;
		height: 222px;
		position: relative;
		width: 178px;
		z-index: 4;
	}
	.catalogue a:link, .catalogue a:visited, .catalogue a:active {
		color: #6c6c6c;
		text-decoration: none;		
	}
	.catalogue a:hover {
		text-decoration: underline;		
	}
	.catalogue span {
		display: block;
		font-weight: bold;
		padding: 180px 5px 0;
		position: relative;
		z-index: 3;
	}
	.catalogue-hidden {
		display:none;
	}
/* /catalogue */
/* =pager */
.pager {
	color: #fff;
	float: right;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	height: 27px;
	padding: 0 116px 0 0;
}
	.pager span {		
		color: #fff;
		display: block;
		float: left;
		font-weight: bold;
		padding: 2px 5px 0;
	}
	.pager a {
		display: block;
		float: left;
		padding: 2px 5px 0;
	}
	.pager a:link, .pager a:visited, .pager a:active { 
		color: #b1b1b1; 
		text-decoration: none;
	}
	.pager a:hover { 
		text-decoration: underline;
	}
	.pager .l, .pager .r {
		background-image: url(../img/pager.png);
		background-repeat: no-repeat;
		display: block;
		float: left;		
		height: 27px;
		padding: 0;
		width: 29px;
	}
	.pager .l {
		margin-right: 22px;
	}
	.pager .r {
		background-position: 0 -135px;
		margin-left: 27px;
	}
	.pager a.l {
		background-position: 0 -27px;
	}
	.pager a.l:hover {
		background-position: 0 -54px;
		text-decoration: none;
	}
	.pager a.r {
		background-position: 0 -81px;
	}
	.pager a.r:hover {
		background-position: 0 -108px;
		text-decoration: none;
	}
/* /pager */
/* =search */
#show-search span {
	border-bottom: 1px dashed #fff;
	color: #fff;
	cursor: pointer;
	font: 14px/16px "Century Gothic", Futura, "URW Gothic L", Verdana, sans-serif;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
	.search-blocks {
		background: #c3c3c3 url(../img/bg_search.png) repeat-x 0 100%;
		margin: 5px 0 20px;
		padding: 20px;
		width: 535px;
	}
	.search-block {
		float: left;
		line-height: 16px;
		padding: 0 10px 0 0;
		width: 160px;
	}
	.search-block h5 {
		color: #000;
		margin: 0;
	}
	.search-block li {
		background: none;
		margin: 0 0 3px;
		padding: 0;
	}
	.search-block a:link, .search-block a:visited, .search-block a:active {
		color: #444;
	}
	.search-block .all a:link, .search-block .all a:visited, .search-block .all a:active {
		color: #444;
		background: #fff;
		padding: 0 3px;
		text-decoration: none;
	}