/* CSS Document */
* {padding:0; margin:0;}
a {color:#4681C0;}
a img {border:0}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff url(img/headerbg.png) repeat-x;
   min-width:990px; /* Opera & FireFox & Internet Explorer 7.0 */
}

#wrap {
   width:expression((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'');
}
/*-----------------------------------------*/
#topbanner {
	height:90px;
	padding:10px 40px;
	text-align:center;
}
/*-----------------------------------------*/
#header {
	height:41px;
	background:#6B9ACD url(img/menubg.png) repeat-x top left;
	overflow:hidden;
	position:relative;
	_width:100%;
}
#logo {
	width:203px;
	line-height:100pt;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:40px;
	height:40px;
	_display:inline;
	background:url(img/logo.png) no-repeat left 4px;
}
#topmenu {
	list-style:none;
	overflow:hidden;
	width:40%;
	float:left;
	margin-left:40px;
	padding-top:5px;
}
#topmenu li {
	font-size:14px;
	display:block;
	float:left;
	background:transparent;
}
#topmenu li a {
	display:block;
	height:28px; /*36px - 8px */
	padding:8px 15px 0 15px;
	color:#fff;
	text-decoration:underline;
	_float:left;
}
#topmenu li a:hover {
	text-decoration:none;
}
#topmenu li.active {
	background:#fff url(img/menucorner-left.png) no-repeat left top;
}
#topmenu li.active a {
	background:url(img/menucorner-right.png) no-repeat right top;
	color:#F3A12D;
	font-weight:bold;
	text-decoration:none;
}
#search {
	float:right;
	margin-right:40px;
	margin-top:7px;
	_display:inline;
}
#search input {
	display:inline;
}
#search .query {
	width:200px;
	font-size:14px;
	padding:2px;
}
#search button {
	padding:2px 3px;
	_padding:0 3px;
}
/*-----------------------------------------*/
#content {
	position:relative;
	overflow:hidden;
	_width:100%;
}
#content h1 {
	font-size:30px;
	color:#666666;
	font-weight:normal;
	margin:20px 40px;
}
#content .tags {
	margin:20px 40px;
}
#content .tags .active {
	b1ackground:#f2f2f2;
}
/*-----------------------------------------*/
#rightbanner {
	position:absolute;
	right:40px;
	width:180px;
	text-align:center;
}
/*-----------------------------------------*/
#rubric {
	list-style:none;
	overflow:hidden;
	_float:left;
	margin-right:300px;
	margin-left:40px;
}
#rubric .pages {
	display:none;
}
#rubric a {
	color:#4681C0;
}
#rubric a:hover {
	color:#F3A12D;
}
#rubric .top {
	width:33%;
	float:left;
	display:block;
}
#rubric .top h2 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}
.sub {
	list-style:none;
	margin-bottom:20px;
	font-size:14px;
}
.sub li {
	display:block;
	padding-left:15px;
	padding-bottom:7px;
	background:url(img/bullet.png) no-repeat left 4px;	
	line-height:18px;
}
/*-----------------------------------------*/
#footer {
	height:86px;
	background:#fff url(img/footerbg.png) repeat-x left bottom;
	border-top:1px solid #D1D0D0;
	margin-top:20px;
   overflow:hidden;
	_width:100%;	
}
#footer-menu {
	padding-left:40px;
	margin-top:15px;
	float:left;
	list-style:none;
}
#footer-menu li {
	padding-right:20px;
	float:left;
	font-size:12px;
}
#footer-menu a:hover {
	text-decoration:none;
}
#copy {
	float:right;
	margin:15px 40px 0 0;
	width:200px;
}
#copy a {
	color:#D1D0D0;
	text-decoration:none;
	clear:both;
}
#copy .t {
	display:block;
	line-height:100pt;
	overflow:hidden;
	_float:left;
	background:url(img/denzhakov.png) no-repeat left top;
	height:15px;
	margin-bottom:10px;
}
#copy span {
	display:none;
}
/*-----------------------------------------*/
.layout {
	margin:0 40px;
}
.layout td {
	vertical-align:top;
}
.subrubric {
	width:200px;
	padding-right:20px;
}
#ann {
	clear:both;
}
#ann.x4 {
	overflow:hidden;
	_float:left;
	_display:inline;
}
#ann.x3 {
	overflow:hidden;
	_float:left;
	_display:inline;
}
.noh1 {
	margin-top:30px !important;
}
#ann.x4 .column {
	width:23%;
	margin-left:2%;
	float:left;
	display:block;
}
#ann.x3 .column {
	width:31%;
	margin-left:2%;
	float:left;
	display:block;
}
.first {
	1margin-left:0 !important;
}
.coldirect {
	width:170px;
}
.item {
	list-style:none;
	display:block;
	margin-bottom:15px;
	background:#fff url(img/compblock-1.png) no-repeat left top;
	color:#444;
}
.item img {
	float:left;
	margin:0 5px 0 0;
}
.item div {
	background:url(img/compblock-2.png) no-repeat right top;
	padding:10px 15px;
	line-height:17px;
	font-size:13px;
}
.item a {
	font-weight:bold;
}
.item a:visited {
	/*color:#B1742A;*/
	color:#999;
}
.archive {
	background:url(img/archiveblock-1.png) no-repeat left top;
}
.archive div {
	background:url(img/archiveblock-2.png) no-repeat right top;
}
.archive a {
	color:#666;
}
.item a.addnote {
	display:block;
	line-height:100px;
	overflow:hidden;
	width:16px;
	height:16px;
	background:url(img/submitann.png) no-repeat left top;
	float:right;
}
.item a.delann {
	display:block;
	line-height:100px;
	overflow:hidden;
	width:16px;
	height:16px;
	background:url(img/delann.png) no-repeat left top;
	float:right;
}
.item a.more {
	padding-right:15px;
	background:url(img/more.gif) no-repeat right 50%;
}
.item a.less {
	padding-right:15px;
	background:url(img/less.gif) no-repeat right 50%;
}

.datedelim {
	clear:both;
	height:20px;
	margin:20px 0;
	background:url(img/datedelim.png) repeat-x left 2px;
}
.datedelim a {
	background:#fff;
	text-decoration:none;
	margin-left:40px;
	padding:0 5px;
	font-size:18px;
	color:#D1D0D0;
}
#content a:hover {
	color:#F3A12D;
}
/*-----------------------------------------*/
.full {
	width:48%;
	float:left;
	list-style:none;
	font-size:16px;
	line-height:23px;
}
.full h1 {
	margin:0 23px !important;
	padding:30px 0 15px 0;
	font-size:24px !important;
}
.single {
	background:#fff url(img/fullblock.png) no-repeat left top;	
}
.single div {
	background:url(img/fullblock.png) no-repeat right top;
}
.single h1 {
	background:url(img/fullbg.png) repeat-x left top;	
}
.ml {
	margin-left:2%;
}
.form {
	background:#fff url(img/formblock.png) no-repeat left top;	
}
.form div {
	background:url(img/formblock.png) no-repeat right top;
}
.form h1 {
	background:url(img/formbg.png) repeat-x left top;	
}
.full p {
	margin:0 23px 10px 23px;
	color:#999;
}
.full dl {
	background:#fff;
	padding:0 23px;
}
.direct, .direct div {
	background:none !important;
}
div.direct {
	margin:20px 15px;
}
.full dt {
	width:50%;
	display:block;
	float:left;
	padding:7px 0;
}
.form dt {
	width:40%;
}
.full dd {
	display:block;
	padding:7px 0;
	border-bottom:1px solid #E6E6E6;
	_background:#fff;
}
.full dd em {
	font-size:12px;
	display:block;
	color:#AAA;
	clear:both;
	margin-left:40%;
	_margin-left:37%;
	line-height:16px;
	font-style:normal;
}
.full dd.area {
	clear:both;
	padding-top:0;
}
.full dd#thumb {
	clear:both;
	border-bottom:none;
}
.form input, .form select, .form textarea {
	font-size:16px;
	padding:1px;
}
.form input, .form select {
	width:60%;
	_width:57%;
}
.form textarea {
	width:95%;
	height:120px;
}
#thumb span {
	display:block;
	float:left;
	border:1px solid #D1D0D0;
	margin-right:5px;
	padding:5px;
	font-size:12px;
	text-align:center;
}
#thumb a {
	display:block;
}
#photo {
	float:left;
	clear:both;
	margin:15px 0;
}
.clearl {
	clear:left;
}
/*-----------------------------------------*/
#pager {
	font-size:24px;
	text-align:center;
	clear:both;
	padding-bottom:10px;
}
#pager a {
	border:1px solid #D1D0D0;
	padding:4px 5px 2px 5px;
	text-decoration:none;
}
#pager span {
	margin:0 5px;
	color:#666;
}
