@charset "utf-8";
body, html{
	margin: 0;
	padding: 0;
	min-width: 940px;
	min-height: 100%;
}

	body.bg1{
		background: #000 url('/img/bg1.jpg') fixed no-repeat right top;
	}
	body.bg2{
		background: #000 url('/img/bg2.jpg') fixed no-repeat right top;
	}
	body.bg3{
		background: #000 url('/img/bg4.jpg') fixed no-repeat right top;
	}
div.content{
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
div#menu{
	width: 572px;
	height: 431px;
	position: relative;
	left: -205px;
	top: 20px;
	background: transparent url('/img/menu.png') no-repeat top left;
	float: left;
}
	div#menu div#home{
		position: absolute;
		right: 78px;
		bottom: 25px;
		height: 10px;
		width: 10px;
	}
		div#menu div#home a{
			display: block;
			width: 100%;
			height: 100%;
		}
	div#menu div#home2{
		position: absolute;
		left: 205px;
		top: 94px;
		height: 50px;
		width: 250px;
	}
	div#menu div#home2 a{
		display: block;
		width: 100%;
		height: 100%;
	}
	div#menu ul#nav{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 285px;
		top: 180px;
		list-style-type: none;
	}
		div#menu ul#nav li{
			padding-bottom: 4px;
		}
			div#menu ul#nav li a{
				color: #fff;
				text-decoration: none;
				font-size: 18px;
			}
			div#menu ul#nav li a:hover{
				text-decoration: underline;
			}
			div#menu ul#nav li a.selected{
				color: #139aca;
				font-size: 24px;
			}

div#mainContent{
	width: 580px;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	left: 330px;
	top: 190px;
}
	div#mainContent div#padder{
		position: absolute;
		bottom: -20px;
		height: 20px;
		width: 200px;
	}
	div#mainContent div#inner{
		padding: 25px 40px 25px 40px;
	}
div#bottom{
	position: relative;
	top: 100px;
	height: 132px;
	background: transparent url( '/img/lines.gif');
}
	div#bottom div#contacts, div#bottom div#partners{
		width: 345px;
		float: left;
		height: 132px;
		margin-top: -10px;
	}

	div#contacts h3, div#partners h3{
		color: #fff;
		font-size: 18px;
	}
	div#partners p{
		color: #fff;
	}
	div#contacts td, div#contacts a{
		color: #5c5c5c;
		font-size: 20px;
	}
	div#contacts td {
		padding: 0 10px 0 0;
	}
	div#contacts a{
		font-size: 14px;
	}
	div#bottom div#bgSwitch{
		width: 250px;
		float: left;
	}

div#developed{
	position: relative;
	top: 95px;
	text-align: right;
	padding: 10px 100px;
	font-size: 12px;
}
	div#developed a{
		color: #fff;
	}
* html div#menu{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/menu.png", sizingMethod="crop");
}
h2{
	font-size: 36px;
	margin: 0;
	padding-top: 0;
}
p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
div.newsItem{
	margin-top: 20px;
}
div.imgHolder{
	width: 150px;
	float: left;
}
div.textHolder{
	width: 300px;
	float: left;
}
div.textHolder p{
	margin-bottom: 2px;
}
div.newsInfo{
	font-size: 18px;
	color: #000;
}
span.time{
	color: #333;
	font-size: 12px;
}
div.textHolder p{
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
}
div.clear{
	clear: both;

}
div.textHolder a{
	font-size: 14px;
	color: #0093d8;
	font-weight: bold;
}
div.brd{
	margin: 10px 0 10px;
	border-bottom: 1px solid #000;
}
div.galleryItem{
	width: 117px;
	margin: 10px 4px;
	display: inline;
	float: left;
	text-align: center;
}
div.galleryItem a.picLink{
	display: block;
	margin-bottom: 5px;
}
div.galleryItem a{
	color: #000;
	text-decoration: none;
}
div#pager{
	margin-top: -10px;
	font-size: 12px;
}
div#pager div.total{
	width: 100px;
	float: left;
	padding-top: 7px;
}
div#pager div.pages{
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 3px;
}
div#pager div.pages a{
	text-decoration: none;
	padding: 3px;
	display: inline-block;
	color: #000;
}
div#pager div.pages a.selected{
	color: #fff;
	background-color: #1b9fce;
}
h3, h2{
	font-weight: normal;
}
h2{
	color: #139aca;
}
div.submenu a{
	color: #1299c8;
	display: inline-block;
	height: 16px;
	padding: 4px;
}
div.submenu a.selected{
	color: #fff;
	background-color: #1299c8;
}
div.hasChilds{
	padding-bottom: 10px;
	margin: 10px auto;
	border-bottom: 1px solid #000;
}
