/* CSS Document */

@charset "windows-1251";
* {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

html, body, div, applet, object, iframe, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html {
  width:100%;
  height:100%;
}
body {
	width:100%;
	min-width: 996px;
	background-color:#FFFFFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #6a6a6a;
	height: 100%;
	font-size: 12px;
	background:url(../bg-header.gif) repeat-x 0% 0%;
}

a img {
	border: 0;
}
a:visited,
a:link,
a {
	color:#01a0b3;
}
a:hover {
	color:#ee110c;
	text-decoration:none;
}
.picl {
	float:left;
	margin-right:10px;
}
.picr {
	float:right;
	margin-left:10px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 16px;
	color:#ee110c;
}
h3 {
	font-size: 14px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.clearing {
	height: 0;
	clear: both;
}
.sep {
	margin: 0 9px;
	font-weight: normal;
}

.more {
	padding-left: 15px;
	background-image: url(../more.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.f11 {font-size: 11px;}


.banners {text-align: center; margin: 15px 0;}

.sepdown {height: 15px;}


/* design */
#full {
	min-height:100%;
	position:relative;
	min-width: 996px;
	background:url(../bg-footer.gif) repeat-x 50% 100%;
}
* html #full {
	height:100%;
	width:100%;
}
#page {
	padding: 0 0 80px 0;
	position: relative;
}
#wrapper {
	min-width: 996px;
}
#otstup_wrapper {padding: 0 10px;}
#footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	background-color: #ecead4;
	font-size: 12px;
	width: 100%;
	background-image: url(../bg-footer-div.gif);
	background-repeat: repeat-x;
}

/* header */
table.header {
	width: 100%;
	margin-top: 2px;
	min-width: 996px;
}
table.header td.lefthead {width: 280px; padding-left: 30px;}
table.header td.middlehead {width: 320px; padding: 30px 20px 0 80px;}
table.header td.newshead {width: auto; padding: 0 40px;}
table.header td.righthead {width: 200px; padding-right: 30px;}

table.header input {
	border: 1px solid #cbc794;
	background-color: #f1f0e1;
	font-size: 12px;
	color: #c0c0c0;
	height: 18px;
}
table.header input.button {
	border: none;
	height: auto;
}

.search_block input {
	float: left;
	margin-right: 4px;
}
.newshot {}
.headnews {
	color: #d30f0a;
	text-transform: uppercase;
	margin-top: 12px;
}
.hr {
	background-color: #cdc896;
	height: 1px;
	margin: 6px 0;
}
.hr hr {
	display: none;
}
.newshot a:visited,
.newshot a:link,
.newshot a {
	color:#01a5e1;
}
.newshot a:hover {
	color:#ee110c;
	text-decoration:none;
}

table.loginform {margin-top: 20px;}
table.loginform td {padding-bottom: 5px;}
table.loginform a:visited,
table.loginform a:link,
table.loginform a {
	color:#7b7b7b;
	text-decoration: underline;
}
table.loginform a:hover {
	color:#7b7b7b;
	text-decoration:none;
}

/* upmenu */
table.upmenu {width: 100%; height: 41px; min-width: 976px;}
table.upmenu td.otstup {
	width: 15px;
}
table.upmenu td.upmleft {
	width: 13px;
	background-image: url(../bg-upmenu1.gif);
	background-repeat: no-repeat;
}
table.upmenu td.upmmiddle {width: auto; 
	color: #017dbb;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../bg-upmenu.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding: 12px 0;
	text-align: center;
	background-color: #27a7e8;
}
table.upmenu td.upmright {width: 13px; background-image: url(../bg-upmenu2.gif);
	background-repeat: no-repeat;}

table.upmenu a:visited,
table.upmenu a:link,
table.upmenu a {
	color:#fff;
	text-decoration:none;
}
table.upmenu a:hover {
	color:#fff;
	text-decoration: underline;
}
table.upmenu .active {
	color: #01527b;
}
table.upmenu div {white-space: nowrap;}

/* upbanners */
table.upbanners {
	width: 100%;
	height: 12px;
}
table.upbanners td {
	width: 25%;
	vertical-align: middle;
	text-align: center;
}

/* news */
table.news {margin-top: 10px; color: #8e8f8f;}
table.news td {padding: 5px 10px 5px 10px; vertical-align: top;}
table.news td.newspic {padding: 8px 5px 5px 10px; width: 40px;}
table.news td.newspic img {border: 1px solid #808080;}

table.news a:visited,
table.news a:link,
table.news a {
	color:#01a5e1;
}
table.news a:hover {
	color:#ee110c;
	text-decoration:none;
}

/* catorgrub */
table.catorgrub {
	width: 100%;
	margin-top: 10px;
}
table.catorgrub td {
	width: 50%; 
	font-size: 12px; 
	padding: 5px 10px; 
	vertical-align: top;
}
.subcat {
	overflow: hidden; 
	font-size: 18px; 
	padding-bottom: 15px;
}
.subcat a:visited,
.subcat a:link,
.subcat a {
	color:#dc1212;
}
.subcat a:hover {
	color:#000000;
	text-decoration:none;
}

/* desk */
table.desk {width: 100%; margin: 10px 0; background-color: #f2f1f1;}
table.desk td {padding: 5px 10px;}
table.desk td.deskrub {	background-image: url(../deskrub.gif); background-repeat: repeat-x;}

table.desk a:visited,
table.desk a:link,
table.desk a {
	color:#6ca1b5;
	text-decoration:none;
}
table.desk a:hover {
	color:#035e8c;
	text-decoration: underline;
}
table.desk td.more2 {font-weight: normal; padding: 10px 10px 15px 13px;}
table.desk td.more2 a {
	padding-left: 12px;
	background-image: url(../more2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	color: #787878;
}

/* work */
.work {margin: 0 0 10px 0; background-color: #f3f2e7; padding: 10px;}
.work ul {margin: 0; list-style:none; padding: 0;}
.work ul li {
	margin: 5px 0 5px 0;
	list-style-type: none;
	padding: 0 0 0 15px;
	background:url(../work-arr.gif) no-repeat 0 3px;
}

/* ads */
table.ads {margin-top: 10px; color: #8e8f8f; width: 100%;}
table.ads td {padding: 5px 10px 5px 10px; vertical-align: top;}
table.ads td.adspic {padding: 8px 5px 5px 10px; width: 40px;}
table.ads td.adspic img {border: 1px solid #808080;}
table.ads td.more2 {font-weight: normal; padding: 10px 10px 15px 13px;}
table.ads td.more2 a {
	padding-left: 12px;
	background-image: url(../more2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	color: #787878;
}

table.ads a:visited,
table.ads a:link,
table.ads a {
	color:#01a5e1;
}
table.ads a:hover {
	color:#ee110c;
	text-decoration:none;
}

/* photo */
.photonedbg {
	background-image: url(../photodays.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 238px;
	margin: 10px auto;
	display: block;
}
.photo-pos {
	height: 133px;
	width: 199px;
	padding: 7px 0 0 27px;
	overflow: hidden;
}
.photo-pos div {
	background-color: #7a7b7b;
	padding: 1px;
	height: 131px;
	width: 197px;
}

/* auto */
table.auto {margin-top: 10px; color: #8e8f8f; width: 100%;}
table.auto td {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	border-bottom: 1px dashed #c7c5c5;
}
table.auto td.autopic {padding: 8px 5px 5px 10px; width: 100px;}
table.auto td.autopic img {border: 1px solid #808080;}
table.auto td.more2 {font-weight: normal; padding: 10px 10px 15px 13px; border-bottom: none;}
table.auto td.more2 a {
	padding-left: 12px;
	background-image: url(../more2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	color: #787878;
}

table.auto a:visited,
table.auto a:link,
table.auto a {
	color:#01a0b3;
}
table.auto a:hover {
	color:#ee110c;
	text-decoration:none;
}

/* dostoprim */
table.dostoprim {width: 100%; margin: 10px 0;}
table.dostoprim td {
	width: 50%;
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.dostoprim td.moredost {
border: 0;
}
table.dostoprim img {
	margin: 10px 0;
}

/* forum */
.forum {
	margin: 0 10px;
}
.mes-forum {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(../mesforum.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/* elements index */

.maintable {min-width: 546px;}
table.main {width: 100%; margin-bottom: 10px;}
table.main td.leftcol {width: 250px;}
table.main td.middlecol {padding: 0 10px;}
table.main td.rightcol {width: 252px;}

tr.bggrey {background-color: #f2f1f1;}
.blocktit {font-size: 12px;}

/* footer */
table.foot {width: 100%; color: #aba562; height: 80px;}
table.foot td.copyright {width: 250px; padding: 23px 0 0 10px;}
table.foot td.footlogo {
	padding: 0 10px;
	background-image: url(../footlogo.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width: 250px;
}
table.foot td.counters {text-align: right; padding: 23px 10px 0 0;}
table.foot a {color: #aba562;}

.footmenu {width: auto; height: 24px; clear: both; margin-left: 20px;}
.footmenu div {float: left;}
.footlinks {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 4px;
	margin-top: 1px;
}
table.iconcat {width: 99%; margin: 0;}
table.iconcat td {vertical-align: middle; width: auto; padding: 0;}
table.iconcat td.iconka {width: 40px;}

.line  a {
	color:#fff;
	text-decoration:none;
}
.line a:hover {
	color:#fff;
	text-decoration: underline;
}

table.jobt tr {
background-color: #ccc;
}
tr.jobtitle td {
background-color: #f00;
}


table.nobg {background-color: #fff;}

table.minpad td {
padding: 2px 4px;
}
table.minpad td select {
max-width: 110px;
}
