/*шапка главной страницы*/
#backHead {
	width: 100%;
	height: 407px;
	/*height: 175px;*/
	position: absolute;
	z-index:0;
	/*background-image: url(pic/back_head.png);*/
}
#head {
	width: 95em;
	/*height: 390px;
	height: 160px;
	position: relative;
	top: 15px;
	z-index:1;
	background-image: url(pic/head.png);*/
	margin-top: 15px;
	background-image: url(pic/bg-home-top.png);
	text-align: right;
}
.slideshow {
	/*width: 95em;
	height: 350px;*/	
	position: relative;
	/*top: 30px;*/
	z-index:1;
	margin: 5px 0;
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
}
.slide-img1 {
	float: left;
	background-image: url(pic/1.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 345px;
	margin-bottom: 5px;
	
}
*html .slide-img1 {
	margin-bottom: 0;
}
.slide-img2 {
	float: left;
	background-image: url(pic/2.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 345px;
	margin-bottom: 5px;
	
}
*html .slide-img2 {
	margin-bottom: 0;
}
.slide-img3 {
	float: left;
	background-image: url(pic/3.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 345px;
	margin-bottom: 5px;	
}
*html .slide-img3 {
	margin-bottom: 0;
}
.slide-img4 {
	float: left;
	background-image: url(pic/4.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 345px;
	margin-bottom: 5px;	
}
*html .slide-img4 {
	margin-bottom: 0;
}
.slideshow img {
	margin: 0 0 10px 0;
	vertical-align: top;
	margin=0;
	/*border: 1px solid red;*/
}
.slide-text1 {
	float: left;
	width: 500px;
	background-image: url(pic/img1-text.png);
	padding: 125px 0 0 0;
	color: #fff;
	font-family: Georgia, Verdana, Arial, Times New Roman;
	font-size: 15px;
	line-height: 1.5em;

}
.slide-text1 img{
	margin-top: 95px;
}
.slide-text1 p{
	padding: 0 50px;
	
}
.slide-text2 {
	float: left;
	width: 500px;
	/*height: 345px;*/
	background-image: url(pic/img2-text.png);
	padding: 125px 0 0 0;
	color: #fff;
	font-family: Georgia, Verdana, Arial, Times New Roman;
	font-size: 15px;
	line-height: 1.5em;

}
.slide-text2 img{
	margin-top: 118px;
}
.slide-text2 p{
	padding: 0 50px;
	
}
.slide-text3 {
	float: left;
	width: 500px;
	/*height: 345px;*/
	background-image: url(pic/img3-text.png);
	padding: 125px 0 0 0;
	color: #fff;
	font-family: Georgia, Verdana, Arial, Times New Roman;
	font-size: 15px;
	line-height: 1.5em;

}
.slide-text3 img{
	margin-top: 118px;
}
.slide-text3 p{
	padding: 0 50px;
	
}
.slide-text4 {
	float: left;
	width: 500px;
	/*height: 345px;*/
	background-image: url(pic/img4-text.png);
	padding: 125px 0 0 0;
	color: #fff;
	font-family: Georgia, Verdana, Arial, Times New Roman;
	font-size: 15px;
	line-height: 1.5em;

}
.slide-text4 img{
	margin-top: 95px;
}
.slide-text4 p{
	padding: 0 50px;
	
}
/*главное меню*/
#mainMenu {
	width: 95em;
	/*position: relative;
	top:15px;
	z-index:2;*/
	text-align: left;
}
/*#mainMenu table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1;
}
#mainMenu table td{
	width: 15%;
	padding: 10px;
	
}
.menuNoActive {
	background-color: #00411C;
	color:#00642B;
	
}
.menuActive {
	background-color: #00642B;
	color: #00411C;
}
*/
/*основной текст*/
#content {
	clear: both;
	width: 95em;
	/*position: relative;
	top:15px;
	z-index:1;*/
	margin: 2px 0;
	text-align: left;
	background-color: #FFF;
}
#content-left{
	width: 30em;
	/*position: relative;
	z-index:2;*/
	float: left;
	margin: 0 0 25px;
	padding: 25px;	
}
#content-right{
	width: 55em;
	/*position: relative;
	z-index:2;*/
	float: left;
	margin: 0 0 25px;
	padding: 25px;
	border-left: 1px dashed #50B17A;	
}
.list-big {
	display: list-item;
	list-style-image: url(pic/marker_big.png);
	margin-left: 20px;	
}
.list-middle {
	display: list-item;
	list-style-image: url(pic/marker_mid.png);
	margin-left: 20px;	
}
.info td{
	padding:10px 5px;
	vertical-align: top;

}
.info-link {
	text-align:right; 
	vertical-align: bottom; 
	width: 100%;
}
.textBlock-left {
	width: 45%;
	background-color: #00411C;
	padding: 5px;
	border-spacing: 10px;
	color: #005F25;
}
.textBlock-right {
	width: 45%;
	background-color: #50B17A;
	padding: 5px;
	border-spacing: 10px;
	vertical-align: middle;
	text-align: center;
}
.textBlock-right  a{
	color: #00411C;
}
