@charset "utf-8";
/* CSS Document */

body,td,th  {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 10pt;
	color:#a5c7a8;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	min-width:980px;
}
/* стиль картинок-ссылок в теле страницы */
body, img  {
	border:0px;
}

#mainHeader {
	clear:both;
	width:100%;
	height:290px;
	background-image:url(../img/bgTop.png);
	background-repeat:repeat-x;
}
		#mainHeaderLogo {
			width:330px;
			height:252px;
			margin-left:auto;
			margin-right:auto;
			padding-top:15px;
			clear:both;
		}

#mainContent {
	clear:both;
	width:100%;
	margin-top:10px;
}
		#menu {
			height:134px;
			width:656px;
			margin-left:auto;
			margin-right:auto;
		}
				.cornerLeft {
					height:134px;
					width:13px;
					float:left;
					background-image:url(../img/bgMenuLeftCorner.png);
					background-repeat:no-repeat;
				}
				.cornerRight {
					height:134px;
					width:13px;
					float:left;
					background-image:url(../img/bgMenuRightCorner.png);
					background-repeat:no-repeat;
				}
				.menuBatton {
					height:134px;
					width:126px;
					float:left;
				}
				.menuBatonActive {
					height:134px;
					width:126px;
					position:relative; bottom:134px;
				}
				.menuText {
					color:#fff;
					text-align:center;
					padding:0px;
					margin:0px;
					position:relative; bottom:180px;
					z-index:3;
				}
		#contacts {
			margin-top:30px;
		}
				#contacts a {
					color:#fff;
					text-decoration:none;
				}
				#contacts a:hover {
					color:#fff;
					text-decoration:underline;
				}
		#content {
			margin-top:30px;
		}
				.contentField {
					width:900px;
					margin-left:auto;
					margin-right:auto;
					clear:both;
				}
				.contentField h1 {
					color:#FFF;
					font-weight:normal;
				}
				.contentField p {
					margin-left:37px;
				}
				#content a {
					color:#fff;
					text-decoration:none;
				}
				#content a:hover {
					color:#fff;
					text-decoration:underline;
				}
						#textTitle {
							color:#fff;
							font-size:18px;
							text-align:center;
						}
						#galary {
							padding:40px 0px 10px 0px;
						}
								.galaryItem {
									width:250px;
									/*border:thin #114a84 solid;*/
									padding:3px;
									vertical-align:top;
									background-color:#111;
								}
										.galaryImg {
											height:180px;
											text-align:center;
										}
										.galaryText {
											width:244px;
											padding:3px 3px 10px 3px;
											color:#FFF;
											text-align:center;
											background-image:url(../img/bg_galary.png);
											background-repeat:repeat;
											position:relative; top:-180px;
										}


#mainFooter {
	clear:both;
	width:100%;
	height:158px;
	background-image:url(../img/bgBottom.png);
	background-repeat:repeat-x;
	text-align:center;
	margin-top:10px;
}
		#mainFooter div {
			position:relative; top:150px;
		}