@import url("undohtml.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3f3733;
	background: #666d4d url(../i/leftbg.jpg) repeat-y;
/*	min-width: 1000px;*/
/*	width:expression((document.documentElement.clientWidth)<1000?"1000px":"auto");*/
}
div{_height:1%}
.clear{clear:both;width:100%}
.left{float:left;margin:0 0.5em 0.5em 0}
.right{float:right;margin:0 0 0.5em 0.5em}
img{border:0px}
a{
	color: #78725e;
	text-decoration: underline;
}
a:hover{
	color: #3a372d;
}
.addition{color:#7e756f}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
}

h1 {
	color: #3f3733;
	text-transform: none;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
h2 {
	color: #3f3733;
	font-size: 1.4em;
}
h3 {
	color: #3f3733;
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	border: #c0c0c0;
}
th, td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}
th {
	background: #EEEEEE;
}
#text li{
	font-size: 1.2em;
}

/******** Разметка страницы **********/
/* Минимальная высота */
#minheight {
	height: 500px;
	float: right;
}

/* Правый бакграунд */
#bg {
	background: transparent url(../i/rightbg.jpg) repeat-y right top;
}

/* Основной контейнер */
#main {
	width: 1020px;
	margin: 0 auto;
}

/* шапка */
#header {
	background: url(../i/top.jpg) no-repeat;
	height: 359px;
}
#headerinner {
	background: url(../i/top1.jpg) no-repeat;
	height: 245px;
}

/* центральная часть */
#content {
/*	background: transparent url(../i/bottom.png) repeat-x bottom;
	padding-bottom: 4px;*/
	margin-bottom: 1em;
}
#content1 {
	background: #fdefe4 url(../i/ileftbg.jpg) repeat-y;
	border-top: 1px solid #625d4d;
	border-bottom: 2px solid #52593c;
}
#content2 {
	background: transparent url(../i/irightbg.jpg) repeat-y right top;
	padding: 10px 15px;
}

/* правая колонка */
#col-right {
	width: 343px;
	float: right;
}
#col-right p{
	font-size: 1em;
}

/* Текст */
#text {
	padding: 0 10px;
	margin-right: 350px;
}
#text p{
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

#text ul li{
	margin-left: 0.8em;
	padding-left: 15px;
	background: transparent url(../i/li.png) no-repeat left;
	list-style-type: none;
	color: #625D4D;
}

/* подвал */
#footer {
	background: transparent url(../i/copy.png) no-repeat;
	color: #2c321b;
	padding-left: 40px;
	padding-bottom: 1em;
}
#footer a {
	color: #2c321b;
}

/********* Элементы страницы **********/

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu a {
	display: block;
	color: #3C3432;
	text-decoration: none;
	letter-spacing: -0.8px;
	font: normal 18px/45px 'Trebuchet MS';
	padding: 0 15px;
	white-space: nowrap;
}
#menu a:hover, #menu li:hover a, #menu li.hover a {
	color: Black;
}

#menu li:hover ul,#menu li.hover ul{display:block}
#menu ul ul {
	position: absolute;
	padding: 5px;
	display: none;
	background: #d0c4b2 url(../i/menubg.jpg) no-repeat top; 
	border: 1px solid #625d4d;
}
#menu li li {
	float: none;
	
}
#menu li li a, #menu li:hover li a, #menu li.hover li a {
	font: normal 16px/20px 'Trebuchet MS';
	color: #362f2d;
	padding: 4px;
}
#menu li li a:hover {
	color: Black;
	text-decoration: underline;
}

/* Правая колонка */
#promo {
	background: #2f687b url(../i/pro.jpg) no-repeat;
	padding: 24px 18px 18px 24px;
	margin-bottom: 1em;
	color: #e5ecef;
}
#promo1 {
	height: 138px;
	overflow: hidden;
}
#promo p {
	margin-bottom: 0.5em;
}
#promo-title {
	padding-top: 25px;
}
#promo a{
	color: #DEE7EB;
	text-decoration: none;
}
#promo a:hover{
	color: White;
	text-decoration: none;
}

/* Поиск */
#search {
	background: #827972 url(../i/search.jpg) no-repeat;
	height: 52px;
	padding: 22px 0 0 30px;
	margin-bottom: 1em;
}
#sbi {
	width: 245px;
	border: 0 none;
	background: transparent;
	height: 22px;	
	color: #362f2d;
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 18px;
}
#sbb{
	background: transparent url(../i/searchbtn.png) no-repeat right;
	border: none;
	width: 35px;
	height: 28px;
}

/* Новости */
#news {}
.news-title {
	background: transparent url(../i/news.png) no-repeat;
	width: 89px;
	height: 19px;
	margin-bottom: 0.5em;
}
.news-title span{display:none}
.news-item{margin-bottom: 1em; clear:both}
#news a{
	display:block;
	text-decoration: none;
}
#news-bottom {
	clear: both;
	background: transparent url(../i/rss.jpg) no-repeat;
	height: 54px;
	margin: 1em 0;
}
#news-archive {
	display: block;
	width: 131px;
	height: 31px;
	position: absolute;
	margin: 16px 0 0 108px;
	z-index: 5;
}
#news-rss {
	display: block;
	width: 73px;
	height: 29px;
	position: absolute;
	margin: 10px 0 0 239px;
	z-index: 6;
}
#news-archive span, #news-rss span {
	display: none;
}

/* Фотографии */
.photo {
	background: #fff url(../i/photobg.png) no-repeat right bottom;
	padding: 5px 10px 13px 7px;
	border-top: 1px solid #e3d9cc !important;
	border-left: 1px solid #e3d9cc !important;
}
.prphoto {
	background: #fff url(../i/prphotobg.png) no-repeat right bottom;
	padding: 6px 10px 11px 8px;
	border-top: 1px solid #748581 !important;
	border-left: 1px solid #748581 !important;
}

.right{
	float: right;
}

.left{
	float: left;
}

.gal{
	float: left;
}

.inrcol{
padding-left: 65px;
}

.galphoto {
	background: #fff url(../i/photobg.png) no-repeat right bottom;
	padding: 5px 10px 10px 7px;
	border-top: 1px solid #e3d9cc !important;
	border-left: 1px solid #e3d9cc !important;
	text-align: center;
	width: 205px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.galphoto a{
	text-decoration: none;
}

.galphoto strong{
	display: block;
	padding: 4px;
	height: 30px;
}


/*Логотип, надпись сверху*/
#logo{
	padding-left: 45px;
	position: absolute;
	top: 50px;
}

#logo h1, #logo p{
	margin-bottom: 0;
}
#logo h1 span, #logo p span, #logo h1 a, #logo p a {
	padding-left: 90px;
	text-decoration: none;
}
#logo h1 span, #logo h1 a {
	color: #E5ECEF;
	font-size: 36px;
	line-height: 45px;
	font-weight: normal;
}

#logo p span, #logo p a{
	font-size: 14px;
	line-height: 20px;
	color: #E3D9CC
}

/*Элементы форм*/

.fitem{
	padding: 4px;
}

.buttons{
	padding: 10px;
	text-align: center;
}

.button{
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	background: #625D4D url(../i/butbg.jpg);
	color: #FDF4EE;
	border: 2px solid #2C321B;
	font-size: 14px;
	padding: 2px 10px;
}

.prim{
	font-size: 0.85px;
	color: #7E756F;
}

p.nobr{
	padding: 0;
	margin: 0;
}

.schem{
	margin: 10px 0;
	border: 1px solid #E4DED4;
}

#logolink{
	position: absolute;
	top: 40px;
	width: 340px;
	height: 80px;
	z-index: 2;
	margin-left: 40px;
	cursor: pointer; 
}

#counter{
	float: right;
}

#counter img{
	margin-left: 10px;
}

/*Комментарии*/
.jot-form{
	background: transparent url(../i/comformbg.jpg) no-repeat top left;
	padding: 8px 4px 4px 4px;
}

.jot-form label{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding: 3px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	color: #7E756F;
	font-size: 1.2em;
}

.jot-form .text{
	border: 1px solid #D0C4B2;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	color: #3F3733;
	font-size: 1.2em;
	width: 320px;
	background-color: #FDF4EE;
}

.jot-comment{
	padding: 8px 0;
	border-top: 1px dotted #D0C4B2;
}

.jot-num{
	display: block;
	float: left;
	background: transparent url(../i/comentitem.jpg) no-repeat left;
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: Black;
	width: 48px;
	height: 23px;
	padding-top: 6px;
	text-align: center;
}

.jot-poster{
	color: #7E756F;
	font-size: 10px;
}

.jot-user{
	font-family: "Trebuchet MS", Tahoma, serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #3F3733;
}
.jot-subject{
	font-weight: bold;
	float: none;
}
.jot-content{
	float: none;
}

.jot-row-alt{
background-color: #faece1;
}

blockquote{
	padding-left: 1.8em;
}

.nospase p{
	padding: 0;
	margin: 0;
}
#navigation{
	margin-bottom: 8px;
	border-bottom: 1px dotted #D0C4B2;
}
.B_crumbBox{
	font-size: 11px;
	color: #D0C4B2;
}

.B_crumbBox a{
	text-decoration: none;
}

.B_crumbBox a:hover{
	text-decoration: underline;
}
