@charset "UTF-8";

html {
	overflow: auto;
}

#mailRuCounter {
	margin-top: 12px;
}

#mainContainer {
	display: block;
	width: 1070px;
	margin: 20px auto auto auto;
}

#overlay {
	display: none;
	background-image: url('../pict/overlay.png');
	-background-image: none;
	background-repeat: repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#videoBlock {
	background-image: url("../pict/videoBlock.png");
	background-repeat: no-repeat;
	display: none;
	height: 440px;
	left: 333px;
	padding: 0 1px;
	position: fixed;
	top: 200px;
	width: 676px;
}
#video_player {
	height: 413px;
	position: relative;
	top: 9px;
	width: 674px;
}

#newsBlock {
	display: none;
	position: fixed;
	width: 676px;
	height: 673px;
	top: 200px;
	left: 338px;
	background-image: url('../pict/newsBlock.png');
	background-repeat: no-repeat;
}

a.closeBox {
	display: block;
	position: relative;
	left: 651px;
	top: -669px;
	width: 18px;
	height: 17px;
}

.newsFrame {
	margin: 45px 10px 20px 30px;
	overflow: auto;
	overflow-x: hidden;
}

.newsBlockFrame {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: black;
	margin: 0px;
	padding: 0px;
	width: 608px;
}
.newsBlockFrameSeparated {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: black;
	margin: 20px 30px;
	padding: 0px;
	width: 608px;
}

.newsBlockFrame h3 {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	width: 608px;
	margin: 0px;
	display: block;
	clear: both;
	color: #0868a5;
	font-weight: bold;
	padding-top: 18px;
}

.newsBlockFrame h3.headerTop {
	padding-top: 0px;
}

.newsBlockFrame h4 {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 12px;
	line-height: 18px;

	width: 608px;
	margin: 0px;
	display: block;
	padding: 6px 0px;
	color: black;
	font-weight: bold;
}

.newsBlockFrame p.content {
	margin: 0px;
	display: block;
	width: 360px;
	float: left;
}

.newsBlockFrame p.contentWide {
	margin: 0px;
	display: block;
	width: 608px;
	float: left;
}

.newsBlockFrame .imageBlock {
	margin: 4px 10px 0px 0px;
	display: block;
	width: 215px;
	float: right;
}

.newsBlockFrame p.imageText {
	display: block;
	float: right;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	width: 215px;
}

#imageList p.imageText {
	word-wrap: break-word;
	text-align: center;
}

.imageNotList p.imageText {
	margin: 5px 0;
	text-align:center;
	width:100%;
}

.newsMiddle {
	background-image: url('../pict/news_middle.png');
	background-repeat: repeat-y;
	padding: 0px 8px 0px 12px;
	overflow: hidden;
}

.newsMiddle a {
	color: black;
}

.newsMiddle p {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: black;
	margin: 0px;
}

.newsMiddle p.newsDate {
	color: #0868a5;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
}

.newsMiddle p.newsDate a {
	color: #0868a5;
}

.verticalMenuHeader {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #fffc46;
	background-image: url('../pict/verticalMenuHeader.png');
}

table#topMenuTable td {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

table#topMenuTable td a {
	color: #0465a8;
	text-decoration: none;
}

.leftCell {
	background-image: url('../pict/leftCell.png');
}
.leftCellSelected {
	background-image: url('../pict/leftCellSelected.png');
}
table#topMenuTable td.leftCellSelected a {
	color: #fffc46;
}

.middleCell {
	background-image: url('../pict/middleCell.png');
}
.middleCellSelected {
	background-image: url('../pict/middleCellSelected.png');
}
table#topMenuTable td.middleCellSelected a {
	color: #fffc46;
}

.rightCell {
	background-image: url('../pict/rightCell.png');
}
.rightCellSelected {
	background-image: url('../pict/rightCellSelected.png');
}
table#topMenuTable td.rightCellSelected a {
	color: #fffc46;
}

.searchSupport {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #0062a5;
	margin: 0px;
	padding: 1px 0px 0px 7px;
}

a.zoom {
	display: block;
	position: relative;
	width: 17px;
	height: 17px;
	background-image: url('../pict/zoom_icon.gif');
}

html {
	scrollbar-face-color :#FFCC00;
	scrollbar-highlight-color:#FFCC00;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFCC00;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E0E0E0;
}

.Head_of_site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #005da4;
}

.navigator {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0px 0px 15px;
}

.text_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 15px;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	height: 320px;
	margin: 0px 0px 0px 15px;
	overflow: auto;
}

.text_link {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	margin: 10px 0px 0px 15px;
}

.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	vertical-align:middle;
}

fieldset {
 	border:0px;
	padding:0px;
}
legend {
	_padding:0px 0;
}
.price {
	font-family: Tahoma, Arial, Helvetiva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000099;
}
.price span {
	font-weight: bold;
}
#borderContainer {
	display: block;
	float: left;
	position: relative;
	width: 440px;
	height: 142px;
	top: -528px;
	left: 236px;
	background-image: url('../pict/centerBannerRoundBorder.gif');
}
.visibleClass {
	display: block;
	margin-bottom: 20px;
}
.invisibleClass {
	display: none;
}
.headAddress {
  padding-left: 10px;
}

.imageWrap {
	margin: 10px 0;
  text-align: center;
}
#imageList .imageWrap {
	margin: 5px 10px 5px 0;
  text-align: center;
}
#imageList .last .imageWrap {
	margin: 5px 0;
}