/*
master CSS file
2008.08.26 VVVas
*/
/* @import url("base.css"); */
html { overflow: scroll; }
body, form { margin: 0px; padding: 0px; }
img { border: none; }

body { margin: 10px; }

#print_footer { display: none; }
#header, #main, #footer {
	margin: 0 auto;
/*	width: 750px; */
	width: auto;
	max-width: 1150px;
}
#content {
	float: left;
	width: 80%;
	min-width: 220px;
}
#menu {
	float: left;
	padding-left: 1%;
	width: 19%;
	min-width: 125px;
}
#header, #main, #footer { clear: both; }

#header { position: relative; }
#ctrl-arrow, #lang {
	position: absolute;
	/* left: 655px; */
	left: 81%;
	top: 30px;
}
#ctrl-arrow img { vertical-align: -5px; }
#lang { top: 50px; }

/* @import url("styles.css"); */
a:link, a:active { color: #0079EE; }
a:visited { color: #73C; }
a:hover { color: #E07; }

#content p, #content ul, #menu p, #menu ul { line-height: 1.25em; }
/* 20px / 16 = 1.25em */
body {
	background: #000 url("/_img2/background.jpg") no-repeat top right;
	padding: 5px 0 5px 0;
	font: 1em Arial, Helvetica, sans-serif;
	color: #3CC;
}
h1.logo {
	font: 1.5em Georgia, serif;
	margin: 0; padding: 0;
	position: relative;
	width: 200px; height: 97px;
	float: left;
	overflow: hidden;
}

h1.logo a span, h1.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 200px;
	height: 97px;
	background: url("/_img/logo.jpg") no-repeat top left;
}
address, p, ul, h1, h2, h3, h4, h5, h6 {
	padding: .3125em 0 0 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	padding-top: .625em;
}
small.date { font: .75em Georgia, serif; }
ul {
	list-style: inside;
}
div.menu {
	clear: both;
}
div.menu ul {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
div.menu ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	white-space: nowrap;
	width: 10em;
}
div.menu ul li a {
	display: block;
	position: relative;
	padding: 4px 8px;
	text-decoration: none;
	background: #000;
	border: 1px solid #3CC;
}
div.menu ul li a:hover {
	color: #3CC;
	text-decoration: none;
}
div.menu ul li a:visited { color: #0079EE; text-decoration: none; }
div.menu ul li a:active, div.menu ul li a:hover { outline: none; /* Убираем границу вокруг ссылок в FireFox'e */ }
div.menu ul li a.here {
	display: block;
	position: relative;
	padding: 4px 8px 3px;
	text-decoration: none;
	color: #3CC;
	font-weight: bolder;
}
div.menu ul li a img { vertical-align: -1px; }

#menu ul { list-style: none outside; }

#content p img.f-right { padding-left: 1%; }
#content p img.f-left { padding-right: 1%; }

abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

.lang { font: .75em Georgia, serif; }

sub, sup { font: 0.5em Arial, Helvetica, sans-serif; }
sub { vertical-align: text-bottom; }
sup { vertical-align: text-top; }

blockquote {
	font-family: Georgia, serif;
	background: url("/_img2/quote.gif") .3125em .3125em no-repeat #fff;
	color: #000;
	padding: 0 .3125em .3125em 2.3125em;
	margin: .3125em 0 0 2em;
}

object p {
	font-family: Georgia, serif;
	background: #fff;
	color: #000;
	padding: .3125em;
	margin: .3125em 0 0 2em;
}

p.ducks span {
	float: left;
	width: 20%;
	min-width: 105px;
	margin-bottom: 1em;
}

/* for lightbox */
p.ducks a {
	float: left;
	width: 8%;
	min-width: 80px;
	margin-bottom: .1em;
}
p.ducks a img { width: 75px; height: 75px; }
