html, body { height:100%; }
body {
	margin:0;
	padding:0;
	background-color:#452c26;
	font-family: Tahoma, sans-serif;
	color: #2d2421;
}
img { border:0; }
div.modal { display:none; position:absolute; z-index: 2000; top:0; left:0; background-image:url(img/fon_modal.png); }
div.divider {
	background:url(img/divider.jpg) repeat-x;
	width:100%;
	height:5px;
	margin-bottom: 5px;
	overflow:hidden;	
}

div.menu_top {
	height: 37px; 
	text-align: center; 
	background: url(img/menu_background.jpg) repeat-x;		
}

div.menu_left a {
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #2d2421;
}
div.menu_left a:hover {
	text-decoration: underline;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown li a {
	margin-left:40px;
	margin-right:40px;
	color:#e0c0a4;
	font-size:20px;
	font-weight:bold;
	font-family: Tahoma, sans-serif;
	text-decoration:none;
}	

ul.dropdown li a:hover { color: #f9eae7; }

ul.dropdown li img { margin-top: 7px; }

ul.dropdown {
	position: relative;
	z-index: 597;
	white-space:nowrap;	
/*	float: left; */
}

ul.dropdown li {
	float: left;
/*	line-height: 1.3em; */
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	display: block;
	background: #f7e4d0;
	text-align: left;
	font-family: Tahoma, sans-serif;
	top: 100%;
	left: 0;
	z-index: 598;
/*	width: 100%; */
	padding: 5px;
	margin-left: 40px;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul li a {
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px;
	color: #422018;
	font-family: Tahoma, sans-serif;	
	font-weight: normal;
}

ul.dropdown ul li a:hover {
	color: black;	
}	

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

div.zag_right { color:#461403;border-bottom:1px solid #461403;margin-right:10px; font-weight:bold; font-family:Tahoma, sans-serif; }

div.news { padding-left: 15px; color:#461403; font-size:17px; font-family:Tahoma, sans-serif; font-weight:normal; }
div.news a { display: block; color:#2d2421; margin-bottom: 8px; font-size:17px; font-family:Tahoma, sans-serif; text-decoration:none; }
div.news a:hover { text-decoration:underline; }

td.coll { text-align:center; }
td.coll a { display:block;width:125px;margin:0 auto;color:#5e311e; font-size:14px; text-decoration:none; }
td.coll a:hover { text-decoration:underline; }

p.nav_coll { margin-left:5px;margin-bottom: 3px;color:#2d2421; font-size:15px; font-weight: bold; }
p.nav_coll a { color:#2d2421; font-size:15px; font-weight: bold; text-decoration:underline; }
p.nav_coll a:hover { text-decoration: none; }

p.stat {
	text-align:left;
	color: #461403;
	font-size: 17px;
	border-bottom:1px dotted #461403; 
}
p.stat span { display:block; text-align: right; }
p.stat a { color:#8c5f4a; font-size:12px; font-weight: bold; }
p.stat a:hover { color: #461403; }

/* highslide */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* td { border:1px solid green; } */
