body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	text-align: center;
}

a img {
	border: none;
}

#content-wrapper {
	position: relative;
	text-align: left;
	margin: 5px auto 0 auto;
	width: 800px;
}

.header {
	height: 130px;
	background: url(../img/bg.gif) 0 0 repeat-x;
	position: relative;
	z-index: 5000;
}

.header .corner {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	background: url(../img/bg-corners.gif) no-repeat;
}

.header .lcorner {
	left: 0;
	background-position: 0 0;
}

.header .rcorner {
	right: 0;
	background-position: -10px 0;
}

.header .photos {
	width: 526px;
	height: 120px;
	position: absolute;
	top: 7px;
	left: 8px;
}

.header .photos .photo {
	width: 98px;
	height: 120px;
	margin-right: 9px;
	float: left;
	background: url(../img/photos-inact.gif) no-repeat;
}

.header .photos .p1 {
	background-position: 0 0;
}

.header .photos .p2 {
	background-position: -98px 0;
}

.header .photos .p3 {
	background-position: -196px 0;
}

.header .photos .p4 {
	background-position: -294px 0;
}

.header .photos .p5 {
	background-position: -392px 0;
}

.header .photos .last {
	margin-right: 0;
}

.logo {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 5500;
	width: 140px;
	height: 60px;
	behavior: expression(this.src='/img/ie.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='image');
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	height: 28px;
	float: left;
	background: url(../img/menu.gif) left top no-repeat;
	padding-left: 15px;
	margin-right: 2px;
}

.menu li a, .menu li span {
	display: block;
	line-height: 26px;
	height: 28px;
	background: url(../img/menu.gif) right top no-repeat;
	padding-right: 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	min-width: 70px;
	_width: 70px;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
}

.menu li a:hover {
	color: #CCC;
}

.menu li.lang {
	position: absolute;
	top: 130px;
	right: 0;
}

.menu li.lang a {
	min-width: 0;
	_width: 0;
}

.menu li.sel {
	background: none;
}

.menu li.sel span {
	line-height: 28px;
	background: none;
	color: #000;
}

.menu-after {
	clear: both;
}

#info {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 526px;
	z-index: 10000;
}

#info .shaddow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.getElementById('info').offsetHeight + 'px');
	background-color: #000;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#info .photos {
	top: 0;
	left: 0;
}

#info .photos .photo {
	background-image: url(../img/photos-act.gif);
}

#info .photos .hidden {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.info_text_cnt {
	position: relative;
	margin: 135px 20px 15px 20px;
}

#info_text {
	padding: 5px 10px 10px 10px;
	font-size: 24px;
	background-color: #FFF;
}

#footer {
	padding: 80px 20px 50px 0;
	text-align: right;
	font-style: italic;
	color: #888;
	font-size: 14px;
}

#footer a {
	color: #DA251D;
}

/* -------------------------------- */

.main-page {
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
	zoom: 1;
}

.main-page .poster {
	position: relative;
	z-index: 100;
	left: 45px;
	width: 729px;
	min-height: 750px;	/* 578 */
	_height: 750px;
	background: url(../img/poster.jpg) left top no-repeat;
}

.main-page .poster .poster-text {
	padding-top: 105px;
	padding-left: 60px;
	width: 200px;
	_width: 260px;
	font-family: Georgia, "Times New Roman", serif;
}

.main-page .poster .poster-text .item {
	padding-bottom: 18px;
	font-size: 22px;
}

.main-page .poster .poster-text .item a {
	color: #DA251D;
	display: block;
}

.main-page .poster-bot {
	position: absolute;
	z-index: 80;
	left: 64px;
	bottom: 0;
	width: 280px;
	height: 195px;
	background: url(../img/poster-bot.jpg) left top no-repeat;
}

.main-page .poster-bbot {
	position: absolute;
	z-index: 70;
	width: 280px;
	bottom: 195px;
	left: 64px;
	top: 100px;
	_height: expression((document.getElementById('main-page').offsetHeight - 195) + 'px');
	background: url(../img/poster-mid.jpg) left top repeat-y;
}

/* -------------------------------- */

.media-page {
	padding-top: 20px;
}

.media-page .album {
	padding-bottom: 20px;
}

.media-page .album .line {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding-left: 75px;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 16px;
}

.media-page .album .hl {
	background-color: #DDD;
}

.media-page .album .line a {
	color: #000;
}

.media-page .album .line .listen {
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 32px;
}

.media-page .album .line .listen object {
	position: absolute;
	top: 4px;
	left: 4px;
}

.media-page .album .line span {
	position: absolute;
	top: 0px;
	left: 220px;
	font-size: 12px;
	color: #444;
}

/* -------------------------------- */

.band-page {
}

.band-page .band-photo {
	margin-left: 10px;
	float: right;
}

.band-page .info {
	padding-top: 32px;
}

.band-page .info p {
	padding: 0;
	margin: 0 0 24px 0;
	font-size: 16px;
	line-height: 24px;
}

.band-page .info p a {
	color: #DA251D;
}

/* -------------------------------- */

.news-page {
	padding-top: 10px;
}

.news-page .item {
	position: relative;
	min-height: 161px;	/* 171-10 */
	_height: 171px;
	padding: 5px 240px 5px 10px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 16px;
}

.news-page .item strong {
	display: block;
	padding-bottom: 5px;
}

.news-page .item .gal {
	position: absolute;
	top: 5px;
	right: 5px;
}

.news-page .hl {
	background-color: #EEE;
}

/* -------------------------------- */

.gallery-page {
	padding-top: 30px;
	padding-left: 30px;
}

.gallery-page .tags {
	padding-bottom: 30px;
}

.gallery-page .tags a {
	color: #00F;
}

#gallery {
	zoom: 1;
}

#gallery:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

#gallery div {
	width: 220px;
	height: 200px;
	float: left;
	margin-left: 20px;
}

#gallery div span {
	display: block;
	width: 100%;
	text-align: center;
}

.gallery-page #paginator {
	padding-left: 70px;
	margin-top: 30px !important;
}

.gallery-page #paginator a {
	color: #00F;
}

/* -------------------------------- */

.guestbook-page {
	padding-top: 30px;
}

.guestbook-page h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 20px;
}

.gb-form textarea {
	width: 100%;
}

.gb-form .captcha {
	padding-left: 10px;
}

.gb-form input {
	width: 100%;
}

.gb-form .subm-row {
	padding-top: 4px;
	text-align: center;
}

.guestbook-page input {
	border: 1px solid #444;
	padding: 4px;
}

.guestbook-page textarea {
	border: 1px solid #444;
	padding: 2px;
	margin: 0;
}

.form-img {
	border: 1px solid #444;
}

.guestbook-page .button {
	border: none;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	width: auto;
	padding: 4px 10px;
	text-decoration: none;
}

.form-def {
	color: #808080;
}

.form-error {
	border: 1px solid #DA251D !important;
}

.form-error-text {
	position: absolute;
	right: 0px;
	background-color: #FFFFA0;
	border: 1px solid #DA251D;
	font-size: 14px;
	padding: 4px;
	width: 150px;
	top: 28px;
	z-index: 1000;
}

.form-error-top {
	top: -28px;
	width: 250px;
}

.not-important {
	font-size: 12px;
}

.guestbook-page .post {
	padding: 5px 10px;
}

.guestbook-page .post-hl {
	background-color: #EEE;
}

.guestbook-page .post h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.guestbook-page .post h3 strong {
	color: #DA251D;
}

.guestbook-page .post .post-body {
	font-size: 16px;
}

.guestbook-page .post blockquote {
	margin: 10px 0 5px 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #DA251D;
}

.guestbook-page #paginator {
	padding-left: 100px;
	margin-top: 20px !important;
}

/* -------------------------------- */

.contacts-page {
	padding-top: 10px;
}

.contacts-page p {
	padding: 0;
	margin-bottom: 10px;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 16px;
}

.contacts-page p a {
	color: #DA251D;
}
