@charset "utf-8";


@import url("../fonts/pt-sans/stylesheet.css");
@import url("../fonts/eureka/stylesheet.css");


* {
	font-family: "PT Sans", Sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
}

.clear {
	display: block;
	clear: both;
}

.wrapper {
	display: block;
	width: 974px;
	font-size: 12px;
}

.sep-banner {
	display: block;
	width: 974px;
	height: 128px;
	text-align: left;
	background-image: url('../img/banner_SEP_974x130.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.sep-advertice {
	display: block;
	height: 30px;
	width: 974px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0px #456;
	background-image: url('../img/barra_menu_974x33.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.sep-advertice span {
	display: table-cell;
	height: 30px;
	width: 974px;
	vertical-align: middle;
}

.sep-menu-top {
	display: block;
	height: 30px;
	width: 974px;
	font-size: 11px;
	line-height: 15px;
	background-image: url('../img/barra_menu_974x33.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.sep-menu-top .menu-top-item {
	display: inline-block;
	float: left;
}

.sep-menu-top .menu-top-item .item-link {
	display: inline-block;
	text-shadow: 1px 1px 0px #456;
	text-decoration: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 7px;
	background-position: 0px 0px;
	background-repeat: repeat;
}

.sep-menu-top .menu-top-item .item-link:hover, .sep-menu-top .menu-top-item .item-link.selected {		background-image: url('../img/barra_menu_hover.png');		}

.sep-menu-top .menu-top-item .item-menu {
	display: inline-block;
	position: relative;
	top: 30px;
	left: 0px;
	float: left;
	z-index: 999;
	height: 1px;
	width: 0px;
	overflow: visible;
}

.sep-menu-top .menu-top-item .item-menu span {
	display: inline-block;
	width: 150px;
	float: left;
	max-width: 150px;
	text-align: left;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-image: url('../img/barra_menu_items_hover.png');
	padding: 5px;
}

.sep-menu-top .menu-top-item .item-menu span a {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0px #456;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 9px;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #404040;
}

.sep-menu-top .menu-top-item .item-menu span a:hover {		background-image: url('../img/barra_menu_items_hover.png');		}
/*
.sep-mbscrolable {
	display: block;
	height: 105px;
	width: 973px;
	background-color: #dddddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.scrollEl {
	display: block;
	height: 105px;
	width: 105px;
	background-color: #f0f0f0;
}

#controls {
	display: block;
	text-align: left;
	font-size: 10px;
	margin-top: 5px;
}

#controls .prev, #controls .next, #controls .pageIndex .page {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #606a6f;
}

#controls .prev {		float: left; display: inline-block;		}
#controls .next {		float: left; display: inline-block; margin-right: 30px;		}

#controls .pageIndex .page {
	float: left;
	display: inline-block;
	border: 1px solid #e0eaef;
	width: 15px;
	text-align: center;
	margin-right: 2px;
	border-radius: 25px;
	width: 11px;
}

#controls .pageIndex .page.sel {
	background-color: #f0f0f0;
	color: #303a3f;
}*/

.footer {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #202a2f;
	background-color: #fce2ba;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 974px;
}

.footer a {
	color: #707070;
}

.bottom-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bottom-link .catalog, .bottom-link .counter {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #300;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f7c789;
	border: 1px solid #c79759;
	margin-left: 5px;
	margin-right: 5px;
}

.bottom-link .catalog:hover {
	background-color: #ece9d8;
}

.bottom-link .logo-bottom {
	display: inline-block;
	margin: 10px;
}

.sep-container {
	display: block;
	text-align: left;
	margin-top: 30px;
	width: 974px;
}

.sep-container .container-left {
	display: inline-block;
	float: left;
	width: 785px;
	min-height: 300px;
	margin-right: 30px;
	text-align: justify;
	font-size: 12px;
	color: #202a2f;
}
.sep-container .container-left .img {
	display: block;
	text-align: center;
}
.sep-container .container-left h2 {
	font-family: "Eureka", Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0eaef;
}

.sep-container .container-left img {
	border: 5px solid #ffa420;
}

.sep-container .container-right {
	display: inline-block;
	float: left;
	width: 159px;
	min-height: 300px;
}

.sep-container .container-right .item {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	background-color: #f7c789;
	border: 1px solid #c79759;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #111;
	margin-bottom: 5px;
}
.sep-container .container-right .item img {
	display: inline-block;
	margin-bottom: 5px;
	border: 2px solid #fff;
}

#controls {
	font-size: 10px;
	font-family: "PT Sans", Arial, Sans-serif;
}