* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #E47E3C;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#topLine {
	background: #311c10;
	height:15px;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header li {
	float:left;
	font-size:17px;
	color: #cec7b5;
}
#footer li {
	float:left;
}
.newsBlock{
	border-top: 7px solid #f3eeda;
	background: #fcfbe9;
	padding: 5px 0px;
	margin: 10px 0 5px 10px;
	width: 48%;
	float: left;
}

@media (max-width: 767px) {
#wrapper {
}
.titleWrap{display:none}
#header {
	display: none;
}
#footer li{
	float: none;
	  padding: 5px;
}
.newsBlock{
	width: 95%;
}
}
@media (min-width: 768px) {
#wrapper {
	width: 748px;
}
#header li {
	margin: 20px 0px;
	padding: 10px 10px;
}

}
@media (min-width: 1020px) {
#wrapper {
	width: 1000px;	
}
#header li {
	padding:10px 15px;
	margin: 20px 15px;
}
}

.announcement{
	
}
.announceClose{
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	min-height: 80px;
	background: #fff;
	border-bottom:1px solid #848684;
}

#header ul {
	list-style:none;
}
#header li.new {
	background-image: url(/img/new.png);
	background-position: left center;
	background-repeat:  no-repeat;
	padding-left: 22px;
}

#header a {
	font-size:17px;
	color: #cec7b5;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header .selected {
	background-color: #ffcf31;
	color: #846d31;
}

#header .selected a{
	color: #846d31;
}
#title {
	background: #fff url(/img/headerbg.png) right bottom no-repeat;
	height: 100px;
}
#title h1{
	font-size:26px;
	padding: 40px 70px;
	color: #524531;
}
#titleArticle {
	background: #fff url(/img/headerbgback.png) left bottom no-repeat;
	height: 100px;
}
#titleArticle h1{
	color:#C39C4F;
	font-size: 30px;
	padding: 30px 0 0 270px;
	line-height: 26px;				
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0;
}

#content h2{
	color: #6b6764;
	padding: 10px;
}

#content #menu{
	float:left;
	background: white;
	color: #685b52;
	border-top:2px solid #f3eeda;
	padding-top: 10px;
	width: 20%;
}
#content #menu ul{
	padding-top: 10px;
	list-style:none;
}

#content #menu li{
	margin-top:1px;
	padding-left:20px;
	padding-top:3px;
	list-style-type:none;
}

#content #menu a{
	color: #7d481c;
	font-weight:bold;
	text-decoration:underline;
 	background:url(/img/menuitem.png) left center no-repeat;
	padding-left:20px;
}

#content #menu li.second{
	padding-left:40px;
	list-style-type:none;
}

#content #menu li.second a{
	font-weight:normal;
	text-decoration: none;
 	background-image: none;
}

#content #contentBody{
	float: left;
	position: relative;
	width: 80%;
	border-top: 7px solid #f3eeda;
 	background: #fcfbe9;
	color: #948572;
	text-align: justify;
}
#content #contentBody h2{
	color: #c39c4f;
	font-weight: normal;
	font-size: 25px;
}
#content #contentBody h3{
	margin: 10px 0 0 0;
}
#content #contentBody a{
	color: #9f8270;
	
}
#content #contentBody ul, ol{
	margin: 0 0 0 45px;
}
#content #contentBody table{
	margin: 10px 0 0 30px;
}

#content #contentBody p{
	margin: 3px 0 0 0;
}

#content #contentBody blockquote{
	padding-left: 70px;
	font-style: italic;
	font-size: 13px;
	background: url(/img/block3.png) left center no-repeat;
}

#content #contentBody ul{
	list-style-type: none;
}

#content #contentBody ul li{
	padding: 0 0 0 20px;
	background: url(/img/li2.png) left 4px no-repeat
}

#content #contentBody ol{
	list-style-type: none;
}

#content #contentBody ol li{
	padding: 0 0 0 20px;
	background: url(/img/li2.png) 0px 5px no-repeat;
}
.art-header{
	padding-left: 70px;
	font-style: italic;
	font-size: 13px;
}

#contentBody img{
	border: 1px solid #d6d0c0;
	padding: 5px;
	margin: 5px;
}
#content .text{
	color: #8b8e5f;
	padding: 0 10px;
	text-align: justify;
}
#content .text .interest{
	text-decoration: underline;
}


#content .text a{
	color: #e47e3c;
}

#content .indexitem{
	border-top: 7px solid #f3eeda;
	background: #fcfbe9;
	padding: 15px 80px 15px 30px;
	margin: 0 0 10px 0;
}

#content .indexitem h2{
	color: #c9ac60;
}

#content .indexitem a{
	color: #c9ac60;
}

#content .indexitem img{
	border: 1px solid #d6d0c0;
	padding: 5px;
	margin: 7px;
}


#content .indexitem .catLink a{
	background: #ff2821;
	color: #fff;
	padding: 5px 15px;
	font-weight:bold;
	text-decoration:none;
}

#content .selected{
	background: #fcfbe9 url(/img/selected.png) right top no-repeat;
}

#content .catitem{
	border-top: 7px solid #f3eeda;
	background: #fcfbe9;
	padding: 15px 10px 15px 20px;
	margin: 0 0 10px 0;
}

#content .catitem h2{
	color: #c9ac60;
}

#content .catitem img{
	border: 1px solid #d6d0c0;
	padding: 5px;
	margin: 3px 7px;
}


#content .catLink {
	text-align: right;
}

#content .itemText{
	padding: 10px;
	color: #998272;
	text-align: justify;
}

#content .pageitem{
	border-top: 7px solid #f3eeda;
	padding: 0;
	margin: 0 8px
}

#content .pageitem .catLink {
	padding-top:5px;
	padding-bottom:2px;
	text-align: center;
}
#content .pageitem .catLink a{
	background: #ff2821;
	color: #fff;
	padding: 5px 15px;
	font-weight:bold;
	text-decoration:none;
}

#content .pageitem h2{
	font-size:16px;
	padding: 15px 0px 0px 10px;
	color: #c9ac60;
}
#content .pageitem .adblock{
	text-align: center;
	background: #fff;	
}

#content .adHeader{
	background: #F3EEDA;
	color: #E47E3C;
	float: left;
	width: 100px;
	height: 103px;
	font-size: 13px;
}

#content .imgCenter{
	text-align: center;
	border-bottom: 1px solid #848684;
}
#content #catlist{
	display: block;
	float:left;
	position: relative;
	left: 420px;
	height: 1px;
	width: 250px;
	text-align:center;
	
}
#content #catlist a{
	display: block;
	overflow: hidden;
	height: 30px;
	width: 100px;
	text-indent:-9999px;
 	background-image:url(/img/top2.png);
	background-repeat: repeat;
	background-position: 0 0px;
}

#content #catlist a:hover{
	background-position: 0 -30px;
}

#content #prev{
	float:left;
	position: relative;
	left: 0;
	height: 1px;
	top: 10px;
}
#content #prev a{
	display: block;
	overflow: hidden;
	height: 50px;
	width: 40px;
	text-indent:-9999px;
 	background-image:url(/img/prev2.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#content #prev a:hover{
	background-position: 0 -50px;
}

#content #next{
	float:right;
	position: relative;
	left: 0;
	height: 1px;
	top: 10px;
}

#content #next a{
	display: block;
	overflow: hidden;
	height: 50px;
	width: 40px;
	text-indent:-9999px;
 	background-image:url(/img/next2.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#content #next a:hover{
	background-position: 0 -50px;
}
#content #feedback{
	padding: 20px;
	background: #fcfbe9;
	color: #998272;
}
#content #feedback h3{
	color: #c9ac60;
}	
#content #feedback ul{
	list-style: none;
	padding-left: 20px;
}
#content #feedback textarea{
	width: 500px;
	height: 150px;
}
#content #feedback input{
	width: 100px;
}
#content #work{
	padding: 20px;
	background: #fcfbe9;
	border-top: 7px solid #F3EEDA;
}
#content #work textarea{
	width: 500px;
	height: 150px;
}
#content #work input{
	width: 100px;
}
#content #work strong{
	color: red;
}
#content #requestForm{
	background: #fcfbe9;
	padding: 30px;
	border-top: 7px solid #F3EEDA;
}	

#content #requestForm input{
	width: 350px;
}

.author{
	border-top: 1px solid #F3EEDA;
	margin: 20px 0 10px 0;
	padding: 5px 20px 0px 5px;
	font-style: italic;
	font-size: 13px;
	
}
.newsBlock a{
	color: #E47E3C;
}

#content .newsItem img{
	border: 1px solid #d6d0c0;
	padding: 5px;
	margin: 7px;
}

.newsItem{
	border-bottom: 1px solid #f3eeda;
	margin-bottom: 10px;
}
.newsItemDate{
	float: left;
	background:#FFCF31;
	padding: 0 10px;
	color: #846D31;
}
.newsItemHeader{
	padding: 0 0 0 100px;
	background: #E05555;
	color: #fff;
	font-weight: bold;
}
.newsItemImg{
	float: left;
	padding: 5px 5px 0 0;
}	
.newsItemText{
	padding: 10px 15px 0 10px;
	text-align: justify;
	color: #998272;
}
.newsItemText img{
	padding-right: 5px;
}
.adsblock{
	text-align: center;margin: 20px 0; 
	background-color: #f5f5f5; 
	border-bottom: 1px solid #ddddd4; 
	padding-bottom: 15px;
}
.adsheader{
	margin-bottom: 15px; 
	line-height: 20px; 
	color: #b1b1aa; 
	background-color: #ddddd4;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin-top: 10px;
	min-height: 20px;
	background: #f6f6ee;
	padding: 12px 0;
}

#footer ul {
	list-style:none;
}


#footer a{
	color: #e47e3c;
	padding: 0 20px;
}
.js-link {position: relative; top: -1px; border-bottom: 1px dashed; zoom: 1; cursor: pointer;}
.js-link a, .js-link span {position: relative; top: 1px; text-decoration: none;}
a.js-link {position: relative; top: 1px; text-decoration: none;}

ul.cities {
	list-style:none;
}

ul.cities li {
	float:left;
	padding:10px 15px;
}
#reps span{
	font-size: 12px;
}
#reps .rep{
	border: #FFCF31 1px solid;
	margin-top: 10px;
	float: left;
	width: 335px;
	height: 155px;
	margin-left: 10px;
	overflow: hidden;
}
#reps .email{
	background: url(/img/email.png) left center no-repeat;
	padding:5px 30px 0;
}
#reps .fio{
	background: url(/img/person.png) left center no-repeat;
	padding:5px 30px 0;
}
#reps .phone{
	background: url(/img/phone.png) left center no-repeat;
	padding:5px 30px 0;
}
#reps .address{
	background: url(/img/city.png) left center no-repeat;
	padding:5px 30px 0;
}
#reps .url{
	background: url(/img/url.png) left center no-repeat;
	padding:5px 30px 0;
}
#reps .comment{
	padding: 0 5px;
}
.advInside{
	background-color: #F3EEDA;
	text-align: center;
	color: #998272;
	padding: 5px;
	font-weight: bold;
	
}
.catArt{
	float: right;
	width: 220px;
	margin: 0 0 0 10px;
	border-top: 7px solid #F3EEDA;
	border-left: 1px solid #F3EEDA;
	border-right: 1px solid #F3EEDA;
}

.catArt h2{
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0;
}	
.catArtHeader{
	padding: 0 10px;
	color: #C9AC60;
	font-weight: bold;	
}
.catArtHeader a{
	color: #C9AC60;
}
.catArtImg{
	text-align: center;
}
	
.catArtText{
	padding: 0 5px;
	border-bottom: 2px solid #F3EEDA;
}
.navigart{
	float: right;
	margin-bottom: 5px;
}
.navigart .disabled{
}

#content .artitem{
	border-top: 7px solid #f3eeda;
	background: #fcfbe9;
	padding: 15px 10px 15px 10px;
	margin: 10px;
	float: left;
	width: 43%;
	text-align: initial;
}
#content #contentBody .artitem h3{
	min-height: 40px;
	margin: 0;
}	
.artItemImg{
	text-align: center;
	min-height: 175px;
}

.archiveTabs{
	border-top: 7px solid #f3eeda;
	background: #fcfbe9;
	padding: 15px 80px 15px 30px;
	margin: 0 0 10px 0;
}
.archiveTab{
	margin: 0 10px;
	float: left;
	padding: 5px 20px;
}
.choosen{
	background: #FF2821;
}
.choosen span{
	color: white;
	font-weight: bold;	
}
.choosen a{
	color: white;	
}

/*
     */
/*
*/