/*
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: auto;
	max-width: 720px;
}
#content {
	float: left;
	width: 68%;
}
#menu {
	float: left;
	padding-left: 1%;
	width: 30%;
	min-width: 125px;
}
#header, #main, #footer { clear: both; }

#header {
	position: relative;
	border-bottom: 1px solid #000000;
}
#footer { border-top: 1px solid #000000; }
#ctrl-arrow {
	position: absolute;
	left: 68%;
	top: 35px;
}
#ctrl-arrow img { vertical-align: -5px; }

/* @import url("styles.css"); */
a:link, a:visited, a:active { color: #0079EE; }
a:visited { text-decoration: line-through; }
a:hover { color: #EE0077; }

#content p, #content ul, #menu p, #menu ul { line-height: 1.25em; }
/* 20px / 16 = 1.25em */
body {
	padding: 5px 0 5px 0;
	font: 1em Arial, Helvetica, sans-serif;
}
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.nav {
	clear: both;
}
div.nav ul {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
div.nav ul li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	white-space: nowrap;
	width: 10em;
}
div.nav ul li a {
	display: block;
	position: relative;
	padding: 4px 8px;
	text-decoration: none;
	background: #000;
	border: 1px solid #3CC;
}
div.nav ul li a:hover {
	color: #3CC;
	text-decoration: none;
}
div.nav ul li a:visited { text-decoration: none; }
div.nav ul li a:active, div.menu ul li a:hover { outline: none; /* Убираем границу вокруг ссылок в FireFox'e */ }
div.nav ul li a.here {
	display: block;
	position: relative;
	padding: 4px 8px 3px;
	text-decoration: none;
	color: #3CC;
	font-weight: bolder;
}
div.nav 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.rpod {
	width: 100%;
	height: 40px;
}