@charset "windows-1251";
/* CSS Document */
BODY {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}


/*logtip*/

.logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	}

/*для текста*/

.base-top {
	background-image:url(../images/top.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	}
	
.base-middle {
	background-image:url(../images/middle.png);
	background-position:center;
	background-repeat:repeat-y;
	}
	
.base-down {
	background-image:url(../images/bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	}

/*Текст*/

p {
	font-family:Verdana;
	font-size:12px;
	}	
	
.pedding {
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	}
	
/*основнная рамка*/

.bg-top {
	background-image:url(../images/bg-top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
.bg-middle {
	background-image:url(../images/bg-middle.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
.bg-bottom {
	background-image:url(../images/bg-bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
/*Главная меню*/

.menu {
	color:#000000;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	font-family:sans-serif;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	white-space:nowrap;
	font-size:12px;
	padding-bottom:1px;
	}
.menu a{
	text-decoration:none;
	color:#000000;
	}
.menu a:hover {
	color:#cc0000;
	text-decoration:underline;
	}
	
/*Нижнее меню*/

.bottom-menu {
	color:#000000;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;
	font-family:Tahoma, Arial;
	font-size:12px;
	}
	
.bottom-menu a {
	color:#000000;
	text-decoration:none;
	}
	
.bottom-menu a:hover {
	color:#FF0000;
	text-decoration:underline;
	}
	
/*Рамка для фото*/

.foto-top {
	background-image:url(../images/foto-top.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	}
	
.foto-middle {
	background-image:url(../images/foto-middle.png);
	background-position:center;
	background-repeat:repeat-y;
	}
	
.foto-bottom {
	background-image:url(../images/foto-bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	
	
/* кнопки вперед и назад*/

.buttons {
	color:#000000;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:7px;
	padding-right:20px;
	padding-left:20px;
	white-space:nowrap;
	font-size:12px;
	padding-bottom:1px;
	}
.buttons a{
	text-decoration:none;
	color:#000000;
	}
.buttons a:hover {
	color:#cc0000;
	text-decoration:underline;
	}
	
img {
	border:0px none;
	}
	
.reclama {
	color:#000000;
	font-family:Arial;
	padding:10px;
	}
	
.reclama a{
	text-decoration:none;
	color:#006600;
	}
	
.reclama a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
	