body {
	width:100%; 
	height:100%;
	background: #eddcd6;
	margin: 0px;
	padding: 0px;

	overflow:hidden; 
}

body, body td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

#layout{ 
	position:relative;
	width:100%;
	height:100%; 
	overflow:auto;    
	z-index:1; 
}

#hover{ 
	position:absolute;    
	width:100%;    
	height:100%; 
	z-index:100; 
	background-image:url('images/bg.png'); 
	display:none; 
	overflow:auto;
}

#img_full {
	background: #F3F3F3 url(images/load.gif) center no-repeat;
	z-index: 10;
}

#img_full img {
	border: 5px #F3F3F3 solid;
}



#window {
	z-index: 5;
	display: none;
	
	position: absolute;

	background: #ffffff;	
	border: 1px #4f3fc8 solid;
	
	width: 400px;

}

#window #win_zone {
	padding: 3px 10px 10px 10px;
}

#window .close {
	text-align: right;

	position: relative;
	top: 10px;
	right: 10px;
}


.logo {

}


h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 25px 0px 5px 0px;
	padding-bottom: 5px;
}

h1.title {
	margin: 20px 0px 15px 0px;
}

a, a:visited {
	color: #1889c9;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin:0px;
	padding:25px 0px 15px 0px;
}

ul li {
	font-size: 13px;
	list-style:none;
	background: url(images/arr_ul.jpg) no-repeat 0px 6px;
	padding: 0px 0px 10px 18px;
}

ol {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

ol li {
	padding: 0px 0x 10px 0px;
	margin: 0px;
}






/* Полоска на самом верху*/
.blc_bg {
	background-color: #982c7a;
}

.white_bg {
	background-color: #ffffff;
}

.head {
	background: url(images/main_bg.jpg) no-repeat;
}

.head .logo {
	width: 240px;
	height: 110px;
	margin: 20px 65px 0px 30px;
	float:left;
}

.head .contacts {
	margin-top: 85px;
	
	font-size: 14px;
	color: #ffffff;
}

.head .contacts div {
	font-size: 24px;
	padding-bottom: 7px;
}



/* Левый вертикальный блок */
.main .menu {
	padding-top: 15px;
}


.main .menu .start {
	border-top: 1px #a6c8a0 solid;
	margin-right: 15px;
}

/* Левое верхнее вертикальное меню*/
.main .menu .table_menu {
	border-collapse: collapse;
}

.main .menu .select .right {
	background-color: #676aaa;
}

/* Левый пункт меню (содержимое со стрелочкой) */
.main .menu .right {
	background: #8c8fc3 url(images/marr.gif) no-repeat 15px 15px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	
	cursor: pointer;
}

/* Левое верхнее вертикальное меню*/
.main .menu .right .item {
	padding: 9px 0px 8px 35px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.main .menu .right .item a {
	text-decoration: none;
}

.main .menu .right.select .item {
	background: #b34599;
}

.main .menu .right.select {
	background: #ffffff;
}

.main .menu .right {
	border-top: 1px #eddcd6 solid;
	border-bottom: 1px #eddcd6 solid;
}

.main .menu .right a {
	color: #ffffff;
}

.main .menu .sel .right {
	cursor: pointer;
}

.main .menu .right.sel {

}

/* Промежуток между левым и центральным блоком (находимтся внутри левого блока) */
.main .menu .left {
	width: 15px;
}

/* Маркер активного пункта главного меню */
.main .menu .sel .right {
	background: url(images/arr_white.gif) no-repeat 15px 16px;
}

/* Текст активного пункта главного меню */
.main .menu .sel a {
	color: #0079b3;
}



.main .menu .subs {
	padding: 10px 0px;
}

/* Маркеры в подменю */
.main .menu .sub {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 0px 12px;
	margin-left: 13px;
	color: #1889c9;
}

.main .menu .sub.sel {
	color: #0079b3;
}



/* Текст активного пункта подменю */
.main .menu .subs .sub {
	padding: 5px 0px 7px 30px;
}

.main .menu .subs .sub a {
	font-size: 12px;
	color: #0079b3;
	padding-left:5px;
	
}
.main .menu .sub.sel a {
	font-weight: bold;
}






.content {
	padding: 0px 30px 30px 30px;
}

.content .cat {
	padding-top: 10px;
}

.content .cat td div {
	font-size: 16px;
	padding-top: 5px;
}


.cat_m_title a {
	font-size: 16px;
	text-decoration: none;
}

.way {
	padding-top: 10px;
	font-size: 12px;
}

.way span {
	color: #797979;
	padding: 0px 5px 0px 5px;
}

.way_bottom {
	background:#FFFFE2;
}

.way_bottom .way {
	margin: 0px 30px 15px;
	border-top:1px solid #D3AB99;
}



.footer {
	background: #b34599;
}

.footer td {
	font-size: 11px;
	color: #e8c8e1;
	line-height: 15px;
}

.footer a {
	color: #e8c8e1;
	text-decoration: none;
}

.footer div {
	padding: 15px 0px 15px 5px;
	font-size: 12px;
}







.cont .table {
	border-collapse:collapse;
	border: 1px #ffffff solid;
}

.cont .table th {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #982c7a;
	border: 1px #ffffff solid;
}

.cont .table td {
	vertical-align: top;
	padding: 10px;
	border: 1px #ffffff solid;
	background: #ebebeb;
}









.nf_menu {
	border-top: 1px #8C8FC3 solid;
	border-bottom: 1px #8C8FC3 solid;
	
	margin: 20px 0px;
	padding: 10px 25px;
}

.nf_menu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.nf_menu span {
	padding-right: 20px;
}

.nf_content {
	padding-left: 25px;
	font-size: 14px;
}

.cat_index .title {
	padding-top: 15px;
	font-weight: bold;
}

.way {
	font-size: 11px;
	color: #8C8FC3;
}





.catalog_arts {
	width: 570px;
}

.catalog_arts td {
	width: 33%;
}

.catalog_arts img {
	padding: 3px;
	border: 2px #e5d0c9 solid;
}

.emb {
	position: absolute;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 15px;
	right: 0px;
	top: 5px;
}


.catalog_arts .box, .catalog_arts .box_img {
	position: relative;
	width:130px;
}

.catalog_arts .title {
	text-align: center;
	padding: 5px 0px 20px 0px;
}

.catalog_item img {
	padding: 3px;
	border: 2px #e5d0c9 solid;
}

.catalog_item #main_img {
	padding-bottom: 10px;
}

.catalog_item #small_img {
	text-align: justify;
}

.catalog_item .text {
	line-height: 20px;
}

.news_items img {
	padding: 3px;
	border: 2px #e5d0c9 solid;
}

.news_items .date {
	color: #767676;
	padding-bottom: 5px;
}

.news_items .title {
	font-size: 14px;
	padding-bottom: 5px;
}

.news_item img {
	padding: 3px;
	border: 2px #e5d0c9 solid;
	float: left;
	margin: 0px 15px 10px 0px; 
}

.news_item .date {
	font-size: 11px;
	color: #767676;
	padding-bottom: 5px;
}

.news_item .title {
	font-size: 18px;
	color: #44484c;
	padding-bottom: 15px;
}

.news_item .text {
	line-height: 18px;
	color: #333333;
}

.news_item .back {
	padding-top: 20px;
}



.feedback .title {
	font-weight: bold;
	padding-bottom: 5px;
}

.feedback .inp_text {
	width: 320px;
}

.feedback textarea {
	width: 560px;
	height: 85px;
}


.pages {
	font-size: 12px;
	margin-top: 10px;
	border-top: 2px #b34599 solid;
	color: #767676;	
}

.pages a {
	text-decoration: none;
	color: #767676;
}

.pages span {
	padding: 5px 10px;
	
}

.pages span.select {
	padding: 10px 15px;
	line-height:30px;
	font-weight: bold;
	background: #b34599;
	color: #ffffff;
}

.pages span.title {
	padding: 0px 15px 0px 0px;
}




