html {
	width: 100%;
/*	height: 100%; */
	min-height: 100%;
}
body {
	margin: 0;
}

.wrapper {
	width: 970px;
	min-height: 281px;
	margin: 0 auto;
	background-image: url("top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

h1 {
	margin: 31px 0 0 32px;
	float: left;
}
h1 a {
	display: block;
	text-indent: -9999px;
	width: 241px;
	height: 245px;
	background-image: url("logo.jpg");
}

ul.nav {
	float: left;
	list-style-type: none;
	margin: 40px 0 0 0;
	padding: 0;
}
ul.nav li {
	float: left;
	margin-left: 11px;
}
ul.nav li.first {
	margin-left: 0;
}
ul.nav li a {
	display: block;
	height: 21px;
	text-indent: -9999px;
}

body.lang-ru ul.nav a.nav-about {
	width: 103px;
	background-image: url("nav-about-ru.jpg");
}
body.lang-en ul.nav a.nav-about {
	width: 55px;
	background-image: url("nav-about-en.png");
}
body.page-about ul.nav a.nav-about {
	background-position: 0 -21px;
}

body.lang-ru ul.nav a.nav-films {
	width: 73px;
	background-image: url("nav-films-ru.jpg");
}
body.lang-en ul.nav a.nav-films {
	width: 48px;
	background-image: url("nav-films-en.png");
}
body.page-films ul.nav a.nav-films {
	background-position: 0 -21px;
}

body.lang-ru ul.nav a.nav-guests {
	width: 53px;
	background-image: url("nav-guests-ru.jpg");
}
body.lang-en ul.nav a.nav-guests {
	width: 59px;
	background-image: url("nav-guests-en.png");
}
body.page-guests ul.nav a.nav-guests {
	background-position: 0 -21px;
}

body.lang-ru ul.nav a.nav-schedule {
	width: 100px;
	background-image: url("nav-schedule-ru.jpg");
}
body.lang-en ul.nav a.nav-schedule {
	width: 77px;
	background-image: url("nav-schedule-en.png");
}
body.page-schedule ul.nav a.nav-schedule {
	background-position: 0 -21px;
}

body.lang-ru ul.nav a.nav-contacts {
	width: 52px;
	background-image: url("nav-contacts-ru.jpg");
}
body.lang-en ul.nav a.nav-contacts {
	width: 70px;
	background-image: url("nav-contacts-en.png");
}
body.page-contacts ul.nav a.nav-contacts {
	background-position: 0 -21px;
}


.right {
	float: right;
	width: 675px;
}

.content {
	width: 640px;
}

h2.title {
	text-indent: -9999px;
	margin: 15px 0 0px 0;
	height: 35px;	
}

body.lang-ru h2.title-about {
	width: 102px;
	background-image: url("title-about-ru.jpg");
}
body.lang-en h2.title-about {
	width: 136px;
	background-image: url("title-about-en.png");
}

body.lang-ru h2.title-films {
	width: 146px;
	background-image: url("title-films-ru.png");
}
body.lang-en h2.title-films {
	width: 40px;
	background-image: url("title-films-en.png");
}

body.lang-ru h2.title-guests {
	width: 127px;
	background-image: url("title-guests-ru.png");
}
body.lang-en h2.title-guests {
	width: 51px;
	background-image: url("title-guests-en.png");
}



body.lang-ru h2.title-schedule {
	width: 172px;
	background-image: url("title-schedule-ru.png");
}
body.lang-en h2.title-schedule {
	width: 69px;
	background-image: url("title-schedule-en.png");
}

body.lang-ru h2.title-contacts {
	width: 45px;
	background-image: url("title-contacts-ru.png");
}
body.lang-en h2.title-contacts {
	width: 61px;
	background-image: url("title-contacts-en.png");
}

h2.title-founders-and-partners {
	width: 281px;
	height: 53px;
	background-image: url("title-founders-and-partners.jpg");
	text-indent: -9999px;
	margin: 20px 0 10px;
}





ul.films { float: left; list-style-type: none; margin: 0; padding: 0; margin-left: -11px; margin-top: -15px; }
ul.films li { float: left; width: 210px; position: relative; margin-left: 6px; margin-top: 15px; }
ul.films p { margin: 5px 5px; font-size: 11px; line-height: 14px; }
.film-small-title { text-transform: uppercase; color: #ed1c24; font-weight: bold; font-size: 12px; line-height: 15px; margin-bottom: 0; }
.film-genre { margin-top: 0; text-transform: capitalize; color: #000; font-size: 11px; line-height: 14px; }
ul.films p.brief { color: #58595b; }


.film-image { position: relative; width: 100%; height: 300px; }
.film-image img { display: block; width: 210px; height: 300px; position: relative; }
.film-image-placeholder { display: block; width: 100%; height: 100%; background-image: url("film-image-placeholder.png"); position: absolute; top: 0; left: 0; }


.brief {
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}
.brief p {
	margin: 0;
}

.film-shows {
	margin: 0 0 0 10px; font-weight: bold; text-transform: uppercase;
	font-size: 11px; line-height: 14px;
	color: #ed1c24;
}

.film-desc { color: #58595b; }

.film-big-image {
	width: 655px;
	height: 369px;
	position: relative;
	margin: 20px 0 15px -10px;
}
.film-big-image img {
	width: 655px;
	height: 369px;
	display: block;
	position: relative;
}
.film-big-image-placeholder {
	width: 100%;
	height: 100%;
	background-image: url("film-big-image-placeholder.png");
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

h2 {
	text-transform: uppercase;
	color: #ed1c24;
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0 0;
	font-weight: bold;
}

body.lang-ru h2.title.title-awards {
	width: 118px;
	height: 11px;
	background-image: url("title-awards-ru.png");
}

body.lang-en h2.title.title-awards {
	width: 114px;
	height: 11px;
	background-image: url("title-awards-en.png");
}