@charset "windows-1251";
/* CSS Document */
@import url(menu.css);

* {
	outline: none;
	margin:0px;
	padding:0px;
	}

body {
	margin:0px;
	padding:0px;
	background:url(../images/top_border.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	font-family:Geneva, sans-serif;
	font-size:12px;
	color:#BBBBBB;
	font-weight:bold;
}

.mainConteyner {
	width:900px;
	margin: 0 auto;
}

.Header {
	height: 120px;
	width: 100%;
}

.Logo {
	width: 280px;
	height: 110px;
	float: left;
	padding-top:10px;
	text-align:center;
}

.Logo img {
	width:250px;
	height:99px;
	border: 0px;
}

.footer {
	width:100%;
	height:80px;
	background:url(../images/footer_line.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding: 20px 0 0 0;
	clear:both;
}

.poweredBy {
	width:363px;
	height:38px;
	background:url(../images/red_line.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:2px;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
	color:#8E8E8E;
	float:left;
}

.poweredBy a {
	color:#8E8E8E;
}

.knopki {
	width:512px;
	height:38px;
	float:right;
	text-align:right;
	padding-top:4px;
}

.knopki img {
	border:0px;
	margin-left:7px;
}

#RightBlock {
	width:510px;
	height:685px;
	float:right;
	border: 2px solid #BFBFBF;
	margin: 2px 0 2px 0;
}

#LeftBlock {
	width:384px;
	height:685px;
	float:left;
	border-top: 2px solid #BFBFBF;
	margin: 2px 0 2px 2px;
}



.blokTitle h1 {
	font-size:17px;
	color:#CF0C00;
	position:relative;
	top:10px;
	background:url(../images/kvadrat_title.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	text-transform:uppercase;
	margin: 0 0 25px 20px;
}






.pstrnav {
	font-family :Arial, Helvetica, sans-serif;
	padding: 20px 10px 20px 15px;
	color:#FC0C00;
	margin: 10px 10px -20px 10px;
	clear:both;
}

.pstrnav a{
	font-family :Arial, Helvetica, sans-serif;
	 font-size:11px;color:#BBBBBB;
	  text-decoration:underline;
	  font-weight:bold;
}


