body{
    font-size: 11pt;
    font-family: "Trebuchet MS", sans-serif;
    background: #fff url(bg/goovepaper.png);
	min-width: 960px;
}

/* Главное меню */
.sectionmenu,#mainmenu{
	background: #000 url(bg/denim.png);
	color:#fff;
	line-height: 1.7em;
	height: 1.7em;
	padding: 0 10px 0 20px;
}
.sectionmenu li,#mainmenu li{
	display: inline-block;
	padding-right:10px;
}
.sectionmenu{
	padding-top:2px;
}
.sectionmenu a,#mainmenu a{
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}
.sectionpan a.current, .sectionmenu a.current, .sectionmenu a:hover,#mainmenu a:hover{
	color: #ff9d00;
	text-shadow: 0 0 0.15em #ff9d00, 1px 1px #000;
}
#mainmenu a.index{
	font-weight: bold;
	font-size:1.01em;
	text-indent: 20px;
	background: transparent url(img/logo.png) no-repeat left center;
	display: inline-block;
}
/* Заголовок */
#header{
	font-size: 0.9em;
	color:#000;
	background: #fff;
}
.head{
	padding:5px 20px;
}
.head .logo{
	padding-top:5px;
}
.head .panel{
	margin-left:200px;
}
/* Подвал */
#footer{
	background: #000 url(bg/denim.png);
	color: #d4d2d2;
	font-size:11px;
	text-align: center;
	line-height: 12px;
	padding: 15px;
	box-shadow: #ccc 0 -2px 5px;
}
#footer a{
	color: #f0eded;
}
#footer a:hover{
	color: #fff;
}
/* Строка поиска */
#search{
    text-align: left;
    font-size: 0.9em;
    color:#fff;
    background: #000 url(bg/denim.png);
    padding:3px 20px;
}
#search input{
    border:1px solid #ddd;
    font-size:1em;
    padding:2px 5px;
    border-radius: 2px;
    background: #ffffe0;
    width:155px;
}
#search input:focus{
    background: #faeedc;
}
#search label{
    font-weight:bold;
    text-indent: 40px;
	padding-right:3px;
    overflow: hidden;
    width:16px;
    height:16px;
    background: transparent url(ico/search.png) no-repeat left top;
    display: inline-block;
}
/* Основной блок */
#content{
    padding:10px 0;
	margin:0 20px;
    background: #fff;
}
/* Блок */
div.block{
    /*background: #eee;*/
    background: #ffe283;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px inset, rgba(128, 128, 128, 0.15) 0px -1px 1px inset;
    border-radius: 7px;
    padding:5px;
    margin-bottom:5px;
}
div.block.red{
	background-color: #ffe2d4;
}
div.block.green{
	background-color: #d9ffcb;
}
div.block .content{
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(128, 128, 128, 0.15) 0px -1px 1px, rgba(0, 0, 0, 0.15) 0px 1px 1px;
	height:100%;
}
div.block .head{
    padding:7px 15px;
    border-bottom: 1px solid #eee;
}
div.block .head h3,.otherarticle h3{
    text-shadow: 0 0 2px #ff9d00, 0 0 2px #ff9d00, 1px 1px #000;
    font-size:1.3em;
    line-height: 1.2em;
    font-weight: normal;
    color: #ff8120;
    font-family: Helvetica, Verdana, sans-serif;
}
div.block .head h3 a{
	color: inherit;
	text-decoration: none;
}
div.block.red .head h3{
	color: #a64737;
}
div.block.green .head h3{
	text-shadow: 0 0 2px #00ff9d, 0 0 2px #00ff9d, 1px 1px #000;
	color: #006623;
}
div.block .head h5{
    font-size:0.75em;
    margin-left:0.1em;
    color:#777;
}
div.block .body{
    min-height:40px;
    overflow: hidden;
    padding: 3px 10px 35px 10px;
}
div.block .foot{
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    background: #fff;
    text-align: right;
    border-radius: 0 0 7px 7px;
    padding:3px 0;
}
strong{
	color:#be0000;
}
.text p{
	text-indent:3ex;
	margin-bottom:0.1em;
}
.button{
    display: inline-block;
    padding:3px 10px;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
    margin:1px;
    color:#333;
    border:1px solid transparent;
}
.entry:hover,.button:hover{
    color: #a63f18;
    /*color: #fff7cb;*/
    background-color: #fff7cb !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px inset, rgba(200, 200, 200, 0.15) 0px -1px 1px inset;
    cursor: pointer;
}
.entry:hover *{
    color:#a63f18 !important;
}
.button.list{
    background: url( ico/upcoming-work.png ) no-repeat 10px center;
    padding-left: 30px;
}
.button.edit{
    background: url( ico/featured.png ) no-repeat 10px center;
    padding-left: 30px;
}
.button.arleft{
    background: url( ico/arrow_left.png ) no-repeat 10px center;
    padding-left: 30px;
}
.button.arright{
    background: url( ico/arrow_right.png ) no-repeat 10px center;
    padding-left: 30px;
}
.panel{
    padding:0 20px;
}
.entry{
    font-size:0.9em;
    line-height: 1.1em;
    padding:5px 10px;
}
.entry a{
    color:#000;
    text-decoration: none;
}
.entry .date{
    font-weight: bold;
    color:#600;
    display: inline-block;
}
.entry .textinf{
    display: inline-block;
}
.leftcolumn{
    float:left;
    width:300px;
}
.centercolumn{
    margin-left:310px;
}
.social img{
    margin-right:20px;
    padding-top:3px;
}
.frontpageblock{
	height:206px;
}
.map .frontpageblock{
	height:445px;
}
.mapentry .name{
	font-weight: bold;
	text-align: center;
	font-size:1em;
	overflow:hidden;
	white-space: nowrap;
}
.mapentry .address{
	font-size:0.9em;
	font-weight:bold;
	color:#300;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.mapentry .descr{
	font-size:0.9em;
}
.seeother{
	margin:10px 0;
	background-color:#FFF0D2;
}
.seeother .content{
	margin:0 5px;
}
.seeother ul{
	list-style:none;
	margin:5px 18px 5px 50px;
}
.seeother .title{
	margin:0 10px 0 50px;
	padding:4px 0 2px 26px;
	font-size:1.05em;
	border-bottom:1px dotted #1e961e;
	color:#1e961e;
	background:transparent url(img/seeother.png) no-repeat 0 0;
}
.seeother a{
	color:#1e961e;
}
.text *{
	font-size:13px;
}
.text{
	margin:5px 0;
	overflow:hidden;
}
.text .content{
	overflow:hidden;
}
.text .title, .texttitle{
	margin:0 10px;
	padding:5px 0 10px 0;
	font-size:1.5em;
}
.text .content{
	padding:10px 50px;
}
.text table{
	border-collapse:collapse;
	border-color:#b2b2b2;
	border:1px solid #b2b2b2;
}
.text table td{
	padding:2px 5px;
	border:1px solid #b2b2b2;
}
.text img{
	border:1px solid #b2b2b2;
	padding:1px;
}
.text ul{
	margin-left:5ex;
	list-style:circle;
}
.text p{
	margin:0.5em 0;
}

.text  p strong{
	text-transform:uppercase;
}
.text h3,.text h2{
	color:#be0000;
	margin:15px 0px;
	text-transform:uppercase;
}
.text .pict{
	float:left;
	padding:3px;
	background-color:#eee;
	border:1px solid #b2b2b2;
	clear:left;
	text-align:center;
	margin-top:4px;
}
.text .pict span{
	display:block;
	font-size:0.8em;
	color:#00286e;
}
.sectionbut{
	display:block;
	float:left;
	width:100px;
	height:100px;
	overflow: hidden;
	background: transparent url(section/2.png) no-repeat 0 0;
	margin-top:5px;
}
.sect2{
	background-image: url(section/2.png)
}
.sect3{
	background-image: url(section/3.png)
}
.sect4{
	background-image: url(section/4.png)
}
.sect5{
	background-image: url(section/5.png)
}
.sect6{
	background-image: url(section/6.png)
}
.sect54{
	background-image: url(section/54.png)
}
.sectmaterial{
	background-image: none;
	/*background-image: url(section/material.png)*/
	width:0;
}
.sectionpan{
	min-height: 65px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.sectionpan br{
	display: none;
}
.sectionpan h5{
	font-size:1.3em;
	line-height: 1.1em;
	font-weight: bold;
	color: #8f5800;
	text-decoration: underline;
	text-shadow: 0 0 0.15em #ff9d00, 1px 1px #999;
}
.sectionpan a, .otherarticle a{
	text-decoration: none;
	color: #693b14;
	font-size:0.95em;
	font-weight: bold;
	display: inline-block;
	padding:3px 5px;
	margin-bottom: 3px;
}
.pricefrontpage{
}
.pricefrontpage, .sectfrontpage{
	background-color: rgba(30, 148, 30, 0.3) !important;
}
.pricefrontpage h3, .sectfrontpage h3{
	color: rgba(30, 148, 30, 0.65) !important;
	text-shadow: 0 0 2px rgba(30, 148, 30, 0.8), 0 0 2px rgba(30, 148, 30, 0.65), 1px 1px rgba(0, 0, 0,0.7) !important;
}

.sectfrontpage{
	/*width:100%;*/
}
.sectfrontpage .body,.pricefrontpage .body{
	height:350px;
	overflow:auto !important;
}
.otherarticle{
	position:fixed;
	top:130px;
	display:none;
	z-index:9999;
}
.panclose{float:right;}
.otherarticlepan{
	background: rgba(255, 250, 166, 0.94);
	margin:5px 0 5px 40px;
	padding:10px;
	box-shadow: rgba(0,0,0,0.2) 0 0 7px 1px;
}
.otherarticle{
	font-family: verdana, sans-serif;
	font-size:10pt;
	width:400px;
	min-height:200px;
	max-height:500px;
	overflow-x: hidden;
	border-radius: 0 0 0 5px;
}
.otherarticle p{
	text-align: justify;
	overflow: hidden;
}
.otherarticle img{
	float:left;
	margin:5px;
}
.otherarticle h3{
	margin-bottom:5px;
}
.otherarticleinner{
	padding:5px;
	background-color: #fff;
	box-shadow: inset rgba(100,100,100,0.6) 1px 1px 2px, inset rgba(100,100,100,0.2) -1px -1px 2px;
	border-radius: 4px;
	margin:3px;
}
.tiser{
	width:40px;
	background: #f00;
	float:left;
	height:200px;
	/*margin:5px 0 5px 5px;*/
	box-shadow: rgba(0,0,0,0.2) 0 0 7px 1px;
}
