html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #6b6b6b;
	font-family: tahoma,arial ;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
header, footer, nav, aside, article, section {
	display: block;
}
h1{
	color: #ff3300;
	font-size: 16px;
	margin: 5px 0;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
}
a {
	color: #ff3300;
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
/* HEADER */
header {
}
	header .wrapper {
		height: 90px;
		margin: 0 auto;
		position: relative;
		width: 990px;
	}
		header .wrapper .logo {
			background-image: url(/images2/premier/logo.png);
			background-repeat: no-repeat;
			display: block;
			height: 37px;
			left: 0px;
			position: absolute;
			top: 15px;
			width: 225px;
		}
		.topBlock {
			position: absolute;
			right: 20px;
			top: -30px;
			width: 200px;
			padding: 5px 10px;
			border:1px solid #ececec;
			background:#f2f2f2;
			height: 15px;
		}
		.lang {
			display:block;
			position: absolute;
			right: 20px;
			top: 3px;
			list-style: none;
			margin: 0px;
			padding: 0px;

		}
			 .lang li {
				display: inline-block;
				margin-left: 5px;
			}
			.lang li a {
				color: #575757;
			}
		.popup-with-contacts {
			display:block;
			position: absolute;
			right: 150px;
			top: 3px;
			color: #575757;
		}

nav.mainMenu {
	background-image: url(/images2/premier/header.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial;
	margin-left: 150px;
	margin-top: 30px;
	padding-left: 100px;
	padding-top: 16px;
	
}
	nav.mainMenu a, nav.mainMenu span {
			color: #575757;
			display: block;
			float:left;
			font-size: 15px;
			margin: 0 10px;
			padding: 10px 5px;
			text-decoration: none;
			text-transform: uppercase;
	}
	nav.mainMenu span {
		color: #bbbbbb;
	}
	nav.mainMenu a:hover {
		color: #000;
	}


/* CONTENT */
#content {
	background-image: url(/images2/premier/content.png);
	background-position: center 10px;
	background-repeat: repeat-x;
	background-repeat: no-repeat;
	min-width: 990px;
}
	#content article {
		background-color: #fff;
		background-color: rgba(255,255,255, 0.77);
		border: 1px #dedede solid;
		height: 380px;
		margin: 0 auto;
		margin-top: 130px;
		padding: 0 25px;
		position: relative;
		width: 860px;
	}
		#content article .left {
			bottom: 26px;
			left: 15px;
			position: absolute;
			text-align: center;
			width: 400px;
		}
		#content article .right {
			padding: 20px 0;
			padding-left: 400px;
			text-align: justify;
		}

footer {
}
	footer .wrapper {
		background-color: rgba(255,255,255,0.2);
		margin: 0 auto;
		padding: 10px 50px 8px 30px;
		text-align: right;
		width: 910px;
	}
.cleanup {
	clear: both ;
}
.gallery .gallery-item img {
	border: 1px solid #ccc;
	margin: 0 2px;
}
.scroll-pane {
	height: 200px;
	margin-bottom: 20px;
	overflow: auto;
	width: 100%;
}
.white-popup-block {
	background: #FFF;
		-webkit-border-radius: 10px; /* Safari, Chrome */
		-moz-border-radius: 10px; /* Firefox */
	border-radius: 4px;
	line-height: 140%;
	margin: 40px auto;
	padding: 20px 20px 40px 40px;
	position: relative;
	width: 460px;
		-khtml-border-radius: 10px; /* KHTML */
}

.mfp-arrow:focus, .mfp-close:focus {
	outline: none;
}
.leftArr {
	height: 100%;
	width: 95px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	left: 0;
	top: 0;
}
.rightArr {
	height: 100%;
	width: 95px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	right: 0;
	top: 0;
}
.leftArr .arr {
	background-position: 0px 0px;
	left: 5px;
}
.rightArr .arr {
	background-position: -34px 0px;
	right: 5px;
}
.arr {
	display:block;
	width: 34px;
	height: 37px;
	top: 230px;
	position: absolute;
	cursor: pointer;
	background: url('/js2/premier/royalslider/skins/default/rs-default.png');
	z-index: 25;
}

