*{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
	background-image:url(img/body.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#FFF;
}
a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#FFF;
}
a:hover{
	text-decoration:none;
}
#bottom{
	width:100%;
	min-width:1024px;
	min-height:100%;
	background-image:url(img/bottom.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#wrapper{
	margin:0px auto;
	width:1024px;
}
#top{
	margin-right:52px;
	margin-bottom:15px;
	padding-top:27px;
	padding-right:10px;
	text-align:right;
	background-image:url(img/top.png);
	background-position:592px 29px;
	background-repeat:no-repeat;
}
#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:1024px; 
	}
#slider{ /* Оболочка слайдера */
	margin:0px auto;
	width:900px;
	height:645px;
	background-color:#333;
	border:#173f89 solid 10px;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;
	display:none; /* Скрыл ))) */
	}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:28px;
	height:54px;
	position:absolute;
	top:295px;
	overflow:hidden;
	text-indent:-999px;
	z-index:10000;
	outline:none !important;}
#prewbutton{
	background-image:url(img/left.png);
	left:-40px
}
#nextbutton{
	right:-40px;
	background-image:url(img/right.png);
}
/***********************************************/

#spacer{
	width:100%;
	height:78px;
}
#footer{
	margin:0px auto;
	margin-top:-78px;
	padding-top:30px;
	width:900px;
	height:48px;
	text-align:right;
}
.pdf{
	padding:5px 0px 0px 27px;
	background-image:url(img/pdf.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.ppt{
	margin-left:15px;
	padding:5px 0px 0px 27px;
	background-image:url(img/ppt.png);
	background-position:left center;
	background-repeat:no-repeat;
}