/*-------------------------------------------------------------------*/
/* По умолчанию */
body, div, p, ul, li, ol, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, th, form, fieldset, legend, hr, img, input {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.bg {
	background-color:#CCCC33;
}
.hid {
	display:none;
}
.border {
	border:1px solid black;
}
/*-------------------------------------------------------------------*/
/* Общее */
body {
	background-color:#f9f4d9;
}
/* Текст */
body, div, p, span, a, li, td, th, legend, input, textarea, h1, h2, h3 {
	font-family:Verdana;
	font-size:11px;
	color:#5A0000;
	line-height:13px;
}
/* Загаловки */
h1 {
	margin:0 0 18px 0;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	margin:0 0 16px 0;	
	font-size:12px;
}
h3 {
	font-size:12px;
	font-weight:normal;
}
h5 {
	font-size:11px;
}
/* Ссылки */
a {
}
a:link, a:visited{
	color: #790808;
}
a:active, a:hover{
	color: #AC0D0C;
}
/* Списки */
ul{
	list-style-type:circle;
	margin:0 0 16px 16px;
}
ol{
	margin:0 0 16px 30px;	
}
li{
	margin-bottom:	2px;
}
ul li {
	margin-bottom:	6px;
}
ol.lower-roman {
	list-style-type:lower-roman;
}
ol.upper-roman {
	list-style-type:upper-roman;
}
/* Элементы форм */
input .inp{
	border:			solid 1 #CCCCCC;
	height:			17;
}
p {
	margin:0 0 16px 0;
	text-align:justify;
}
/* Таблица */
.table th {
	height:34px;
	background:url(/img/table_bg.gif) repeat-x top left;
	border-right:2px solid #F9F4D9;
	padding:10px;
}
.table td {
	background-color:#efe7ce;
	border-top:2px solid #F9F4D9;
	border-right:2px solid #F9F4D9;
	padding:5px;
}
.table .noborder {
	border-right:0;
}
/* Навигация */
#navigation {
	margin-top:24px;
}
#navigation a, #navigation span {
	padding:0 2px;
}
#navigation span {
	color:#AC0D0C;
	font-weight:bold;
}
/* Кнопка */
.button {
	border:1px solid #a49d80;
	background-color:#dcd6b4;
}
/* Стили в редакторе */
.caption1 {
	margin:0 0 18px 0;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.caption2 {
	margin:0 0 16px 0;	
	font-size:12px;
	font-weight:bold;
}
/*-------------------------------------------------------------------*/
/* Карта */
#map {
	position:absolute;
	z-index:1;
}
#map #bg_left{
	background:url(/img/map1.jpg) no-repeat top right;
}
#map #bg_right{
	background:url(/img/map1.jpg) no-repeat top left;
}
/*-------------------------------------------------------------------*/
/* Центральный логотип */
#center {
	position:absolute;
	z-index:2;
}
/*-------------------------------------------------------------------*/
/* Логотипы */
#logotip {
	position:absolute;
	z-index:4;
}
/*-------------------------------------------------------------------*/
/* Обложка */
#wrapper {
	position:absolute;
	z-index:3;
}
/*-------------------------------------------------------------------*/
/* Верхнее меню */
#menutop {
	background:url(/img/menutop_bg.gif) repeat-x top left;
}
#menutop td {
	padding:0 3px;	
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:bold;
}
#menutop a {
	position:relative;
	top:-1px;
	color:#ffffff;
	text-decoration:none;
}
#menutop a:active, #menutop a:hover{
	color: #fceead;
}
#menutop .selected, #menubottom .selected  {
	color: #fceead;
	font-weight:bold;
}
#menutop span {
	color: #fceead;
	font-weight:bold;
}
/*-------------------------------------------------------------------*/
/* Нижнее меню */
#menubottom {
	margin:0px 0 0 0;
}
#menubottom td {
	padding:0 3px;	
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:bold;
}
#menubottom a {
	position:relative;
	top:-1px;
	color:#ffffff;
	text-decoration:none;
}
#menubottom a:active, #menubottom a:hover{
	color: #fceead;
}
#menubottom span {
	color: #fceead;
	font-weight:bold;
}
/*-------------------------------------------------------------------*/
/* Левое меню */
#menuleft {
	background:url(/img/menuleft_bg.gif) repeat-y top left;
}
#menuleft h3 {
	height:23px;
	background:url(/img/menuleft_h1_bg.gif) repeat-x top left;
	padding:5px 9px 0 9px;
	margin:0 9px 12px 0;
	
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
#menuleft_list a, #menuleft_list span {
	background:url(/img/menuleft_point.gif) no-repeat 0 2px;
	padding-left:20px;
	margin-bottom:10px;
	display:block;
	clear:both;
	color: #790808;
	text-decoration:none;
	font-weight:bold;
}
#menuleft_list span {
	color: #AC0D0C;
	background:url(/img/menuleft_point_active.gif) no-repeat 0 2px;
}
#menuleft_list a:link, #menuleft_list a:visited{
	color: #790808;
}
#menuleft_list a:active, #menuleft_list a:hover{
	color: #AC0D0C;
	background:url(/img/menuleft_point_active.gif) no-repeat 0 2px;
}
#menuleft_list a.selected {
	color: #AC0D0C !important;
	background:url(/img/menuleft_point_active.gif) no-repeat 0 2px !important;
}
/*-------------------------------------------------------------------*/
/* Подменю */
#menusub {
	margin:0 0 9px 20px;
	background:#F9F4D9 url(/img/menusub_top_bg.gif) repeat-x top left;
}
#menusub a, #menusub span {
	background:url();
	padding:0 15px 0 15px;
	margin-bottom:10px;
}

div.mcls {
	font-size: 8px;
	color:#850A0A;
	text-decoration:none;
}
div.mcls a{
	font-size: 8px;
	color:#850A0A;
	text-decoration:none;
}
#menusub a:active, #menusub a:hover{
	background:url();
}
#menusub a.selected {
	background:url() !important;
}
#menusub_bottom {
	height:35px;
	background:#F9F4D9 url(/img/menusub_bottom_bg.gif) repeat-x bottom left;
}
#menusub_bottom td {
	padding-bottom:12px;
}
/*-------------------------------------------------------------------*/
/* Правое меню */
#menuright {
	background:url(/img/menuleft_bg.gif) repeat-y top right;
	margin-top: 0px;
}
#menuright h3 {
	height:23px;
	background:url(/img/menuleft_h1_bg.gif) repeat-x top left;
	padding:5px 9px 0 9px;
	margin:0 0 12px 0;
	
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
.news_item {
	padding:0 9px;
}
.news_item h5 {
	margin-bottom:3px;
}
.news_item p {
	margin:0;
}
.news_arrow {
	position:relative;
	top:2px;
}
.news_hr {
	background:url(/img/news_hr_bg.gif) repeat-x top left;
	margin:13px 0;
	clear:both;
}
/*-------------------------------------------------------------------*/
/* Тело */
#body {
	background-color:#DCD6B4;
}
/*-------------------------------------------------------------------*/
/* Нижняя часть */
#footer {
	background:#790808 url(/img/footer_bg.gif) repeat-x top left;
}
#footer p {
	margin:0;
	font-size:11px;
	text-align:center;
	color:#ffffff;
}
/*-------------------------------------------------------------------*/
/* Содержание */
#content {
	background-color:#F9F4D9;
}
#content .nobg {
	background-color:#DCD6B4;
}
#content h1.main_caption {
	margin:20px 0 0 0;
	text-align:center;
}
/*-------------------------------------------------------------------*/
/* Экспозиции и выставки */
#exhibition_years {
	background:url(/img/exhibition_years_bg.gif) repeat-x top left;
	margin-top:21px;
}
#exhibition_years .nofont {
	background:none;
}
#exhibition_years td {
	padding:13px;
}
#exhibition_years a {
	font-weight:bold;
	text-decoration:none;
}
#exhibition_years span {
	color: #AC0D0C;
	font-weight:bold;
}
/*-------------------------------------------------------------------*/
/* Страницы истории */
#history_menuleft {
	background:url(/img/history_menuleft_bg.gif) repeat-y top left;
}
#history_menuleft h2 a {
	font-size:12px;
	text-decoration:none;
}
.history_menuleft_img {
	position:relative;
	left:-1px;
}
.history_menuleft_hr {
	margin:10px 0 3px 10px;
}
#history_menuleft table td {
	text-align:right;
	padding:0 14px 0 19px;
}
#history_menuleft table td h2 {
	text-align:left;
	margin-bottom:4px;
}
#history_menuleft table td img {
	display:block;
	clear:both;	
	margin:0 0 2px 0;
}
#history_menuleft table td p {
	text-align:right;
	margin:0;
}
/*-------------------------------------------------------------------*/
/* Отзывы */
.gbook_item h5 {
	padding:0 5px;
}
.gbook_item div {
	padding:0 5px;
}
.gbook_item div.comment {
	background:url(/img/gbook_answer.jpg) repeat-x top left;
	padding:7px 5px 0 5px;
	margin:8px 0 0 0;
}
.gbook_hr {
	background:url(/img/gbook_hr_bg.gif) repeat-x top left;
	margin:14px 0 14px 0;
}
#gbook_form {
	background:url(/img/gbook_form_bg_top.jpg) repeat-x top left;
	text-align:center;
	margin-top:16px;
}
#gbook_form td {
	background:url(/img/gbook_form_bg_bottom.jpg) repeat-x bottom left;
}
#gbook_form h5 {
	margin:21px 0 6px 0;
}
#gbook_form p {
	margin:3px 0 0 10px;
}
#gbook_form textarea, #gbook_form input {
	display:block;
	clear:both;
}
#gbook_form input {
	margin:0;
	padding:0;
}
#gbook_form textarea {
	display:block;
	clear:both;
	width:95%;
	height:78px;
}
#gbook_form input {
	width:95%;
}
#gbook_form input.button {
	margin:12px 0 20px 0;
	width:auto;
}
/*-------------------------------------------------------------------*/
/* Голосование */
#vote_form {
	margin-bottom: 17px;	
}
#vote_form input {
	width: 12px;
	height: 12px;
	margin: 0 0 15px 3px;
}
#vote_form label {
	line-height: 11px;
}
input#btn_vote {
	width: 93px;
	height: 23px;
	margin: 0 0 11px 3px;
	display: block;
	clear: both;
}
#vote_form a {
	margin: 0 0 0 3px;
	text-decoration: none;
}
#vote_list th {
	background:url(/img/vote_hr_bg.gif) repeat-x top left;
	border: 1px solid #f9f4d9;
}
#vote_list th nobr {
	margin-left:-1px;
}
#vote_list td, #vote_list th {
	padding: 1px 6px 11px 6px;
}
#vote_list img {
	margin-left:2px;
}
.vote_hr {
	background:url(/img/gbook_hr_bg.gif) repeat-x top left;
	margin:2px 0 12px 0;	
}
#vote_list .vote_hr td {
	padding:0;
}
#vote_list .vote_hr img {
	margin:0;
}

A.smenu:link,A.smenu:visited{
	font-family:	Verdana;
	font-size:		11;
	color:			#790808;
	font-weight:	bold;
	text-decoration:none;
	margin:			0;
	padding:		0;
}
A.smenu:active,A.smenu:hover{
	font-family:	Verdana;
	font-size:		11;
	color:			#CC0000;
	font-weight:	bold;
	text-decoration:none;
	margin:			0;
	padding:		0;
}
