html {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");

}
body{
	background-color: #ffdbb4;
	font-family: Arial,verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
}
form{
	margin: 0px;
	padding: 0px;
}
table,div,td,font{
	font-size: 100%;
}
A:link,A:visited {
	color: #000000;
	TEXT-DECORATION: underline;
}
A:hover {
	color: #a24539;	
	TEXT-DECORATION: none;
}
table,img{
	border: 0px;
}
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	font-size: 14pt;
	padding-top: 0px;
	margin-top: 10px;
}
h2 {
	font-size: 12pt;
}
hr{
	border: 0px;
	color: none;
	height: 1px;
	margin: 10px 0px 10px 0px;	
}
.index-logo{
	height: 111px;
	padding-left:140px;
}
.index-icon{
	text-align: right;
	padding-right: 9px;
}
.index-left{
	width: 427px;
	height: 431px;
	background: transparent url(img/index.jpg) no-repeat bottom left;
}
.index-right{
	width: 472px;
	height: 431px;
	background: #341614 url(img/cup-of-coffee.jpg) no-repeat bottom right;
	border-left: 1px solid #7c5c4c;
}
.index-top-block{
	height: 20px;
}
.index-menu-top{
	height:110px;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
}
.index-menu-top p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	font-style:italic;
}
.index-menu-top a:link,.index-menu-top a:visited{
	color: #ffffff;
	TEXT-DECORATION: none;
}
.index-menu-top a:hover{
	TEXT-DECORATION: underline;
}
.index-menu-bottom{
	height: 176px;
	background: transparent url(img/armchair.jpg) no-repeat 38px 57px;
	margin-top: 15px;
}
.index-bottom{
	height: 172px;
	background: transparent url(img/book.jpg) no-repeat 41px 0px;
	padding-left:253px;
	font-size: 90%;
}
.index-menu-bottom span,.menu span{
	padding-left:20px;
}
.index-menu-bottom a:link,.index-menu-bottom a:visited,
.menu a:link,.menu a:visited,
.top a:link,.top a:visited{
	color: #ffffff;
}
.logo{
	padding: 11px 0px 13px 154px;
}
.top{
	width: 400px;
	height: 37px;
	background: transparent url(img/top.gif) no-repeat top left;
	padding: 10px 0px 0px 11px;
	color: #ffffff;
	font-weight: bold;
}
.top a:link, .top a:visited{
	color: #ffffff;
}
.menu{
	padding-top:10px;
	color: #ffffff;
}
.header{
	background: #341614 url(img/header.gif) no-repeat bottom right;
	height: 168px;
}
.header img{
	margin-left: 5px;
}
.left{width:267px;padding-top:20px;}
.left div img{
	margin-bottom: 5px;
}
.left div{width:233px;border-left: 1px solid #341614; padding-left: 20px;}
.content{
	background: transparent url(img/content-top-right.gif) no-repeat top right;
	padding:20px 0px 20px 0px;
}
.bottom{
	border-top: 1px solid #341614;
	padding:20px 0px 20px 0px;
	font-size: 90%;
}
.path{font-size: 90%;}
.navigation{clear:both;}
/* общие */
	.button{background-color:#341614;color:#ffffff;border: 0px;font-size: 100%;padding: 3px 5px 3px 5px;margin: 3px 0px 3px 0px;}
	.inp2{margin: 3px 0px;}
	
	.show-user{}
/* заголовок функций в шаблоне */
.left h2,.right h2{
	margin-top: 10px;
	background: transparent url(img/hr.gif) repeat-x top right;
	padding-top: 10px;
}

.left .show-all{text-align:right;},
.right .show-all{text-align:right;} /* ссылка на все элементы */

/*  search */
	.search{
		border: 1px solid #a7a6aa;
		background-color:#ffffff;
		width: 220px;
	}
	.submit-search{
		border:0px;
		background:none;
		width: 14px;
		height: 14px;
		background: transparent url(img/search.gif) no-repeat 0px 3px;
		margin: 0px;
	}
	.input-search{
		border:0px;
		background:none;
		width: 200px;
		margin: 0px;
	}

/* captcha */
	.code-img{margin: 4px 0px 4px 0px;}
	.code-input{margin-bottom: 4px;}
	
	.comments-date{margin-top: 10px;font-weight: bold;}
	.comments-result{display:none;}
/* news */	
	/* news общие классы */
	.news-name{font-weight: bold;}
	.news-name .rating-result{display:inline;}
	.news-date{font-weight: bold;}
	.news-list .news{clear:both;}
	.news-list .news-img{float:left;margin:3px 10px 3px 0px;}
	.news-block .news-date{margin-top: 10px;}
	.news-calendar .news-year{font-weight: bold;}
	
/* faq */
	.faq-date{font-weight: bold;}
	.faq-question{ margin-top: 10px;}
	
/* photo */
	/* photo общие классы */
	.photo-name{font-weight: bold;}
	.photo-name .rating-result{display:inline;}
	.photo{
	height:160px;
	}
	.photo-list .photo{float:left;}
	.photo-list .photo .photo-img{margin:3px 10px 3px 0px;}
	.photo-list .show-all{clear:both;}
	
