/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#ffffff;
	}
/* global styles */
img { border:none; }
p {	margin:7px 0 7px 0;	padding:0; }
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; color:#000000; margin:5px 0 5px 0; padding:0; }
h1 { font-size:24px; font-weight:normal; }
h2 { font-size:21px; font-weight:normal; }
h3 { font-size:18px; font-weight:normal; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
hr { height:1px; border:none; background:#b2b2b2; color:#b2b2b2; }
hr.black { height:1px; border:none; background:#000000; color:#000000; }
.clear { clear:both; }
.text { display:table; width:100%; }
.red { color:#b73e43 !important; }
.bold { font-weight:bold !important; }
.center { text-align:center !important; }
form { margin:0; padding:0; }

#HTMLBlock { width:980px; margin:0 auto; }

/* Убираем пунктиры вокруг ссылок-картинок */
/* IE */
a:active, a:focus, img { outline:none; }
/* FF */
:focus{ -moz-outline-style:none; }

/* Стандартные ссылки */
a:link, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
a.redlink:link, a.redlink:active, a.redlink:visited {
	color:#ff0000;
	font-size:14px;
	text-decoration:none;
	}
a.redlink:hover {
	text-decoration:underline;
	}

#headerBlocks {
	height:146px;
	position:relative;
	z-index:10;
	border-bottom:solid 3px #000000;
	}
#headerBG {
	position:absolute;
	height:100px;
	width:980px;
	left:-2px;
	top:-8px;
	z-index:11;
	}
#headerBGEnd {
	width:148px;
	height:56px;
	position:absolute;
	left:-14px;
	top:92px;
	background:url(../i/headerBGEnd.png) left top no-repeat;
	z-index:13;
	}
#headerMenu {
	width:834px;
	background:#d3d3d3 url(../i/searchBG.gif) right top repeat-y;
	position:absolute;
	right:0px;
	top:92px;
	padding:4px 0px 3px 30px;
	z-index:12;
	}
#search {
	float:right;
	width:325px;
	padding:0px 20px;
	text-align:right;
	}
#search input {
	width:150px;
	border:solid 1px #af2c32;
	font-size:10px;
	vertical-align:middle;
	margin-left:15px;
	}
#search input.button {
	width:52px;
	height:14px;
	border:none;
	}
#headerMenu a:link, #headerMenu a:active, #headerMenu a:visited {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	margin-right:25px;
	display:inline-block;
	}
#headerMenu a:hover {
	text-decoration:underline;
	}



#mainBlocks {
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 3px #000000;
	border-left:solid 1px #000000;
	margin:3px 0px;
	display:table;
	width:978px;
	background:url(../i/border.gif) 800px top repeat-y;
	}
#rightBlocks {
	float:right;
	width:170px;
	padding:15px 0px 15px 7px;
	}

#loginForm {
	padding:10px 15px 10px 8px;
	background:url(../i/loginBG.gif) left top repeat-y;
	margin-bottom:25px;
	}
#loginForm table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
	}
#loginForm th {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	}
#loginForm td {
	text-align:right;
	vertical-align:middle;
	padding:5px 0px;
	}
#loginForm input {
	width:96px;
	vertical-align:middle;
	font-size:10px;
	border-top:solid 2px #c3c3c3;
	border-right:solid 1px #c3c3c3;
	border-bottom:solid 1px #c3c3c3;
	border-left:solid 1px #c3c3c3;
	}
#loginForm input.button {
	width:52px;
	height:14px;
	border:none;
	float:right;
	}
#loginForm a:link, #loginForm a:active, #loginForm a:visited {
	line-height:100%;
	}
#loginForm a:hover {
	}

.block {
	margin-bottom:20px;
	}
.block .rTitle {
	text-transform:uppercase;
	color:#ffffff;
	background:#b12a30;
	padding:4px 4px 4px 15px;
	font-weight:bold;
	margin-bottom:15px;
	}
.block .bTitle {
	text-transform:uppercase;
	color:#ffffff;
	background:#000000;
	padding:4px 4px 4px 15px;
	font-weight:bold;
	margin-bottom:15px;
	}
.block .rTitle a:link, .block .rTitle a:active, .block .rTitle a:visited, .block .bTitle a:link, .block .bTitle a:active, .block .bTitle a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.block .rTitle a:hover, .block .bTitle a:hover {
	text-decoration:underline;
	}



.block .text {
	font-size:12px;
	width:160px;
	overflow:hidden;
	padding:0 5px 0 5px;
	}
.block ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.block ul li {
	padding:2px 7px 2px 5px;
	text-transform:uppercase;
	}
.block ul li ul li {
	padding:2px 7px 2px 15px;
	text-transform:none;
	}

.block .text1 {
	font-size:x-small;;
	width:160px;
	overflow:hidden;
	padding:0 5px 0 5px;
	}

#grad {
	min-height:660px;
	height:auto !important;
	height:660px;
	}


#contentBlocks {
	width:800px;
	_width:798px;
	padding:15px 0px;
	overflow:hidden;
	/*position:relative;*/
	}
#contentBlocks .arr_up {
	position:absolute;
	top:5px;
	right:87px;
	background:url(../i/ar_up.png) left top no-repeat;
	width:26px;
	height:13px;
}	
#contentBlocks .arr_down {
	position:absolute;
	top:572px;
	right:87px;
	background:url(../i/ar_down.png) left top no-repeat;
	width:26px;
	height:13px;
}	

#firstPageAdwerts {
	width:800px;
	height:550px;
	padding-top:5px;
	display:table;
	}

#imageBlock {
	width:600px;
	height:550px;
	overflow:hidden;
	float:left;
	background:#000000;
	}
#imageBlock #image {
	width:600px;
	height:300px;
	overflow:hidden;
	}
#imageBlock #image img {
	width:600px;
	}
#imageBlock #imageDesc {
	padding:15px;
	color:#ffffff;
	font-size:16px;
	}
#imageBlock #imageDesc h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding-bottom:15px;
	background:url(../i/whiteTitle.gif) left bottom no-repeat;
	}
#imageBlock #imageDesc a:link, #imageBlock #imageDesc a:active, #imageBlock #imageDesc a:visited {
	color:#bf1727;
	}
#imageBlock #imageDesc a:hover {
	text-decoration:underline;
	}
#preveiw {
	width:170px;
	}
#preveiwScroll {
	width:170px;
	float:right;
	height:550px;
	overflow:hidden;
	margin:0px 15px;
	position:relative;
	}
#preveiw img {
	width:170px;
	margin-bottom:18px;
	cursor:hand;
	cursor:pointer;
	}

#content {
	padding:0px 20px 0px 20px;
	font-size:16px;
	}
#content h1.title {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	background:url(../i/blackTitle.gif) left bottom no-repeat;
	padding-bottom:12px;
	margin-bottom:12px;
	}
#content h1.title a:link, #content h1.title a:active, #content h1.title a:visited {
	color:#ff0030 !important;
	text-decoration:none !important;
	font-size:20px !important;
	}
#content h1.title a:hover {
	color:#ff0030;
	text-decoration:none;
	font-size:20px;
	}

.blocksList {
	width:780px;
	margin:30px 0px;
	display:table;
	}
.blocksList .block {
	width:370px;
	height:250px;
	margin:0px 20px 20px 0px;
	float:left;
	overflow:hidden;
	}
.blocksList .block .blockTitle {
	width:350px;
	background:#b12a30;
	padding: 0 10px;
	margin-bottom:10px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	}
.blocksList .block .blockImage {
	width:150px;
	height:190px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	}
.blocksList .block .blockImage img {
	width:150px;
	}


/* titles */

.greyTitle {
	background:url(../i/greyTitle.gif) left bottom no-repeat;
	border-bottom:solid 1px #b2b2b2;
	padding-left:40px;
	text-transform:uppercase;
	font-family:Tahoma;
	}
.greenTitle {
	background:url(../i/greenTitle.gif) left bottom no-repeat;
	border-bottom:solid 1px #079100;
	padding-left:40px;
	text-transform:uppercase;
	color:#079100;
	font-family:Tahoma;
	}
.redTitle {
	background:url(../i/redTitle.gif) left bottom no-repeat;
	border-bottom:solid 1px #ac0000;
	padding-left:40px;
	text-transform:uppercase;
	color:#ac0000;
	font-family:Tahoma;
	}
.orangeTitle {
	background:url(../i/orangeTitle.gif) left bottom no-repeat;
	border-bottom:solid 1px #cb8000;
	padding-left:40px;
	text-transform:uppercase;
	color:#cb8000;
	font-family:Tahoma;
	}
.dredTitle {
	background:url(../i/dredTitle.gif) left bottom no-repeat;
	border-bottom:solid 1px #5a1951;
	padding-left:40px;
	text-transform:uppercase;
	color:#5a1951;
	font-family:Tahoma;
	}
.textBlock {
	padding-left:30px;
	display:table;
	}



#arhivSearch {
	padding-bottom:20px;
	}
#arhivSearch form {
	margin:0;
	padding:0;
	font-size:12px;
	}
#arhivSearch form select {
	font-size:10px;
	border:solid 1px #b6b6b6;
	vertical-align:middle;
	margin:0px 20px 0px 5px;
	cursor:hand;
	cursor:pointer;
	}
#arhivSearch form select option {
	border:none;
	cursor:hand;
	cursor:pointer;
	}
#arhivSearch form input {
	vertical-align:middle;
	}

.arhivSelectedYear {
	}
.arhivSelectedYear .item {
	width:180px;
	height:280px;
	float:left;
	overflow:hidden;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	}
.arhivSelectedYear .item span {
	color:#ff0303;
	}
.arhivSelectedYear .item .itemImage {
	width:180px;
	height:240px;
	overflow:hidden;
	}
.arhivSelectedYear .item .itemImage img {
	width:180px;
	}

.arhivOtherYear {
	}
.arhivOtherYear .item {
	width:115px;
	height:153px;
	float:left;
	overflow:hidden;
	font-weight:bold;
	margin:0px 10px 10px 0px;
	}
.arhivOtherYear .item span {
	color:#ff0303;
	}
.arhivOtherYear .item .itemImage {
	width:115px;
	height:153px;
	overflow:hidden;
	}
.arhivOtherYear .item .itemImage img {
	width:115px;
	}
.arhivOtherYear .item .itemImage a:link, .arhivOtherYear .item .itemImage a:active, .arhivOtherYear .item .itemImage a:visited {
	background:#ababab;
	display:block;
	}
.arhivOtherYear .item .itemImage a:hover {
	}
.arhivOtherYear .item .itemImage a:link img, .arhivOtherYear .item .itemImage a:active img, .arhivOtherYear .item .itemImage a:visited img {
	opacity:0.4;
	filter:alpha(opacity:40);
	}
.arhivOtherYear .item .itemImage a:hover img {
	opacity:1;
	filter:alpha(opacity:100);
	}

.articlePreview {
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
	}
.articlePreview h1 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	padding-bottom:12px;
	margin-bottom:12px;
	color:#ffffff;
	text-transform:uppercase;
	}
.articlePreview a:link, .articlePreview a:active, .articlePreview a:visited {
	text-decoration:none;
	}
.articlePreview a:hover {
	text-decoration:underline;
	}
.articlePreview h1 a:link, .articlePreview h1 a:active, .articlePreview h1 a:visited {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	text-transform:none;
	}
.articlePreview h1 a:hover {
	text-decoration:underline;
	}
.articlePreview h6.autor {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
	margin-top:12px;
	background:url(../i/blackTitle.gif) left top no-repeat;
	color:#000000;
	}
.articleContent {
	display:table;
	width:760px;
	font-size:14px;
	}
.articleContent a:link, .articleContent a:active, .articleContent a:visited {
	color:#0000d3;
	}
.articleContent a:hover {
	}

table.columsList {
	width:100%;
	border-collapse:collapse;
	}
table.columsList td {
	padding:0;
	vertical-align:top;
	}
table.columsList td.leftColumn {
	padding:0px 15px 0px 0px;
	vertical-align:top;
	width:272px;
	}
table.columsList td.rightColumn {
	padding:0px 0px 0px 15px;
	vertical-align:top;
	width:271px;
	}
table.columsList td.fotoColumn {
	padding:0px 15px;
	width:155px;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	border-left:solid 1px #000000;
	}
table.columsList td.fotoColumn img {
	width:155px;
	margin-bottom:15px;
	}
table.columsList td div.columnBlock {
	margin:0px 0px 15px 0px;
	font-size:14px;
	}
table.columsList td div.columnBlock h1 {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	background:#000000 url(../i/columsTitle.gif) left bottom repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 5px 13px 5px;
	margin:0px 0px 5px 0px;
	}
span.folderTitle {
	display:inline-block;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	background:#000000 url(../i/columsTitle.gif) left bottom repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 5px 13px 5px;
	margin:0px 0px 5px 0px;
	font-size:24px;
	text-align:center;
	}
table.folderPreveiw {
	width:100%;
	border-collapse:collapse;
	margin-bottom:15px;
	}
table.folderPreveiw td {
	vertical-align:top;
	padding:0;
	font-size:14px;
	}
table.folderPreveiw td.title {
	width:190px;
	}
table.folderPreveiw td.title img {
	width:190px;
	}
table.folderPreveiw td.description {
	width:570px;
	overflow:hidden;
	}
table.folderPreveiw td.descriptionShort {
	width:560px;
	overflow:hidden;
	padding-left:10px;
	}
table.folderPreveiw td a.previewLink:link, table.folderPreveiw td a.previewLink:active, table.folderPreveiw td a.previewLink:visited {
	display:block;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	}
table.folderPreveiw td a.previewLink:hover {
	text-decoration:underline;
	}
table.folderPages {
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
	font-size:14px;
	}
table.folderPages th {
	text-align:left;
	color:#ff0000;
	text-transform:uppercase;
	font-weight:normal;
	}
table.folderPages td.leftColumn {
	width:370px;
	padding:0px 20px 5px 0px;
	vertical-align:top;
	}
table.folderPages td.rightColumn {
	width:350px;
	padding:0px 0px 0px 0px;
	}

#footerBlocks {
	position:relative;
	border-top:solid 1px #000000;
	padding:10px 10px;
	color:#2e3841;
	}
#footerBlocks a:link, #footerBlocks a:active, #footerBlocks a:visited {
	color:#0188ca;
	}
#footerBlocks a:hover {
	}
#webexpertCopyrights {
	position:absolute;
	top:15px;
	right:10px;
	float:right;
	}

a.textlink {
	color:black;
	text-decoration:none;
}

a.textlink:hover {
	/*color:#BF1727;*/
	text-decoration:underline;
}

#blog_table .blog_img{
	width:80px;
}
#blog_table .blog_img_small{
	width:60px;
}
#blog_table .blog_text {
	font-size:12px;
}
#blog_table .tt {
	border-top: 1px solid #b2b2b2;
	padding-top:5px;
}

