/*Main CSS Reset*/
html, body, ul, ol, h1, h2, h3{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

a img{
	border: none;
}

a{
	color: #BAAB7F;
	outline: none;
}

/*Page Backround*/

html{
	background: url(images/inner_3.jpg) top left repeat-x #fff;
}

body{
	background: url(images/inner_2.jpg) top left no-repeat;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	position: relative;
	z-index: 2;
	min-width: 1000px;
	font-family: Arial;
}

*html body{
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px")
} 


#back{
	background: url(images/inner_3.jpg) top left repeat-x;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	position: absolute;
	width: 19%;
	z-index: 0;
	left: 302px;
	font-family: Arial;
}

#top{
	background: url(images/inner_1.jpg) top right no-repeat;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	position: absolute;
	top: 0; right: 0;
	width: 741px;
}

/*Main layout*/

#wrapper{
	margin: 0 auto;
	width: 941px;
	padding: 38px 20px 0 20px;
	position: relative;
	z-index: 4;
}

#header{
	height: 110px;
}

#head-menu{
	float: right;
	height: 61px;
}

#head-name{
	float: left;
	height: 61px;
	position: relative;
}

#homelink{
	position: absolute;
	top: 0; left: 0;
	height: 61px;
	width: 280px;
}

#mainpart{
	min-height: 562px;
	overflow: hidden;
	padding: 0 0 80px 0;
}


#sidebar{
	float: right;
	width: 267px;
}

#maincontent{
	float: left;
	width: 640px;
}

#inner-footer{
	padding: 20px 0 0 0;
	position: relative;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

* #inner-footer{
	margin-top: 40px;
}

#footer{
	height: 272px;
	background: #fff;
	margin: 0 auto;
	width: 941px;
	padding: 38px 20px 0 20px;
	position: relative;
}

#footer-right{
	float: right;
	width: 221px;
	height: 30%;
}

#footer-left{
	float: left;
	width: 284px;
	height: 30%;
	margin: 0 45px 0 0;
}

#footer-center{
	float: left;
	width: 347px;
	height: 30%;
}

/*Content*/

body{
	font-size: 12px;
}

/**Header**/

#header{
	font-size: 18px;
	text-transform: uppercase;
}

#head-name{
	background: url(images/logo.png) bottom left no-repeat;
	width: 270px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

*html #head-name{
	background: url(images/logo.gif) bottom left no-repeat;
}

/**Top menu**/

#head-menu ul{
	margin: 27px 0 0 0;
}

#head-menu ul li{
	float: left;
	list-style: none;
	background: url(images/marker.png) 0 10px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 0 35px;
	height: 60px;
}

#head-menu ul li a{
	color: #fff9d0;
	text-decoration: none;
	font-size: 20px;
}

/**Second level menu**/

#head-menu ul li ul{
	position: absolute;
	z-index: 1000;
	top: 95px;
	right: 20px;
	width: 267px;
	float: none;
	background: url(images/1.jpg) -240px -120px no-repeat;
	padding: 20px 0 30px 0;
}

#head-menu ul li ul li{
	list-style: none;
	background: none;
	padding: 0;
	text-transform: none;
	display: block;
	height: 28px;
	float: none;
	font-size: 18px;
}

#head-menu ul li ul li a{
	color: #000;
}


/**Sidebar**/

#sidebar{
	padding: 140px 0 0 0;
}

#sidebar h2{
	font-size: 24px;
	color: #b5a882;
	margin: 5px 0 24px 0;
}

/**Comment Form**/
#comment-form{
	margin: 30px 0 20px 0;
	font-family: Arial;
}

.form{
	width: 254px;
	height: 25px;
	display: block;
	margin: 0 0 12px 0;
	padding: 3px 0 0 6px;
	background: #e8e2ca;
	border: none;
	color: #b5a882;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: -1px;
	
}

#form-text{
	width: 254px;
	height: 178px;
	display: block;
	margin: 0 0 12px 0;
	padding: 6px 0 0 6px;
	background: #e8e2ca;
	border: none;
	color: #a09576;
	color: #b5a882;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial;
	letter-spacing: -1px;
}

#submit{
	text-align: center;
	display: block;
	margin: 0 0 0 60px;
}

/**Main Content**/

#breadcrumb{
	margin: 0 0 10px 0;
	color: #baab7f;
}

#breadcrumb a{
	color: #baab7f;
	text-decoration: none;
}

#maincontent{
	color: #756748;
}

#maincontent h2{
	font-size: 28px;
	color: #000;
}

#collection{
	margin: 20px 0 10px 0;
}

.gallery{
	color: #fff;
}


.collection-block, .gallery-item{
	display: block;
	width: 201px;
	height: 303px;
	float: left;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	background: url(images/collection_frame.png) top left no-repeat;
}

.collection-block img, .gallery-item img{
	position: absolute;
	top: 13px;
	left: 14px;
	width: 173px;
	height: 247px;
	
}

.collection-block span{
	position: absolute;
	bottom: 13px;
	left: 12px;
	width: 175px;
	display: block;
	text-align: center;
	font-size: 12px;
}

.wp-caption{
	float: left;
	position: relative;
}

.wp-caption-text{
	position: absolute;
	top: 247px;
	left: 12px;
	width: 175px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.post small{
	display: block;
	margin-top: 5px;
}


/*Footer*/

#inner-footer{
	background: url(images/back_inner_footer.png) top left repeat-x #fff;
}


#footer{
	padding: 0 0 50px 0;
	background: url(images/back_footer.png) bottom left repeat-x;
}

*html #footer{
	margin: 50px 0 0 0;
}

#footer h2{
	font-size: 24px;
	margin: 0 0 15px 0;
	text-align: left;
}

/**footer-center**/

.avatar-img{
	float: left;
	width: 68px;
	padding: 0 0 0 0px;
}


.avatar-img span{
	display: block;
	color: #000;
	margin: 0px 0 0 0;
}

.avatar{
	width: 36px;
	height: 36px;
	border: 1px solid gray;
}

.comment-text{
	color: #7a6e50;
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: left;
	min-height: 40px;
}

.comment-text p{
	margin: 0;
	padding: 0;
}


/**footer-left**/
#last-foto a{
	display: block;
	margin: 0 16px 16px 0;
	float: left;
}

*html #last-foto a{
	margin: 0 13px 16px 0;
}

/**footer-right**/
#footer-right{
	position: relative;
	text-align: right;
}

#footer-right strong{
	display: block;
	font-size: 14px;
}

#footer-right a img{
	padding: 0 5px;
}

#manager-foto{
	position: absolute;
	left: 0; top: 35px;
	z-index: 2;
	padding: 0;
}

#dolzh{
	width: 120px;
	float: right;
	color: #7a6e50;
	font-size: 12px;
	margin: 0 0 19px 0;
}

#phone{
	clear: both;
	color: #7a6e50;
	font-size: 12px;
}

#phone strong{
	display: inline;
	font-size: 12px;
}

#skype, #icq{
	font-size: 12px;
	color: #7a6e50;
	font-weight: bolder;
}

#skype{
	background: url(images/skype.png) center left no-repeat;
	margin-left: 145px;
}

#icq{
	background: url(images/icq.png) center left no-repeat;
	margin-left: 140px;
}

