@charset "windows-1251";
/* CSS Document */
	
html, body{
	min-height:100%;
	height:100%;
	width:100%;
	position:relative;
	}

body{
	margin:0;
	padding:0;
	background:#004d9b url(images/shadow.png) repeat-y center top;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#292c5d
	}

/* <<-|- MAIN BLOCK STYLES-|->>*/


#mainBlock{
	width:1000px;
	height:100%; /* for IE */
	min-height:100%; /* for all normal browsers */
	margin:0 auto;
	background:url(images/bg_content.jpg) repeat-y;
	 position:relative;
	}
	

html > body	#mainBlock,
html > body #mainBlock #mainContent,
html > body #mainBlock #mainContent #leftBlock,
html > body #mainBlock #mainContent #centerBlock,
html > body #mainBlock #mainContent #rightBlock {
	height:auto;
	}
	


#mainHeader{
	height:244px;
	background:url(images/headerBg.jpg) top left no-repeat;
	border-bottom:1px solid #3e72dc;
	}



#mainContent{
	padding-bottom:260px;
	background:url(images/mainBg.jpg) left bottom no-repeat;
	zoom:1;
	}

#leftBlock{
        float:left;
	width:167px;
	padding-left:5px;
	overflow:hidden;
	padding-top:16px;
	}
#centerBlock{
	float:left;
	width:628px;
	padding-bottom:50px;
	background:#ffffff url(images/textBg.jpg) bottom center no-repeat;
        position:relative;	
}

#rightBlock{
	float:left;
	width:188px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	}

#textPlace{padding:5px; text-align:justify ;}
.news{color:#004d9b}
.upper{text-transform:uppercase}
.underline{text-decoration:underline}

.gallery{
	text-align:center;
}

.gallery a{
	font-weight:bold;
	color:#023bab;
	 text-decoration:none;
}

.gallery a:hover{
	font-weight:bold;
	color:#023bab;
	 text-decoration:none;
}

.gallery_item{}
.gallery_item .gallery_link{}
.gallery_item .gallery_link,.gallery_item .gallery_image{margin:3px 0}


/* <<-|- NAV STYLES-|->>*/

#navigation{
	position:absolute;
	height:34px;
	zoom:1;
}
#navigation ul{
	position:relative;
	height:34px;
	list-style:none;
	padding:0;
	margin:-24px auto 0 auto;
}
#navigation ul li{
	position:relative;
	float:left;
	height:auto;
	padding:0;
	margin:0;
}

#navigation ul li a{
	background:url(images/navLiUn.png) repeat-x;
	padding:11px 16px;
	text-decoration:none;
	margin:0;
	display:block;
	outline:none;
}
#navigation ul li a:hover{
	text-decoration:none;
	background:url(images/navLiAc.png) repeat-x;
	color:#FFFFFF;
	display:block
}

#navigation ul .divider{

}

#navigation ul .divider span{
	background:url(images/divider.jpg) no-repeat left top;
	display:block;
	padding:11px 0;
	height:34px;
	width:2px;
	font-size:2px;
}

#navigation ul li .start{
	background:url(images/navLiUnStart.png) no-repeat left top;
}

#navigation ul li .end{
	background:url(images/navLiUnEnd.png) no-repeat right top;
}


#navigation ul li .start:hover{
	background:url(images/navLiAcStart.png) no-repeat left top;
}

#navigation ul li .end:hover{
	background:url(images/navLiAcEnd.png) no-repeat right top;
}






#footerBlock{
	position:absolute;
	bottom:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 5px;
	
	}
	
#footerBlock a{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	}

#footerBlock a:hover{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}

/* <<-|- OTHER STYLES-|->>*/

a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#292c5d;
	text-decoration:underline
	}

a:hover {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#292c5d;
	text-decoration:none;
	}
img{border:0}	


.clear{clear:both;font-size:0;height:0;width:0}
