@charset "utf-8";
/* Main */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
}
body {
	color: #000;
	background: url(img/bg.jpg) center top no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
h1, p, form { margin: 0; padding: 0; }
p {
	margin: 9px 0;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
a:link, a:visited {
	color: #F2A449;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #F2A449;
	text-decoration: underline;
}
a img { border: 0; }
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
/* Layout */
#content {
	position: relative;
	top: 100px;
	width: 760px;
	height: 446px;
	margin: 0 auto;
}
h1 {
	position: absolute;
	left: 0;
	top: -90px;
	width: 199px;
	height: 90px;
	overflow: hidden;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo.gif) no-repeat;
	white-space: nowrap;
	text-indent: 210px;
}
#site {
	clear: both;
	float: left;
	width: 390px;
	height: 355px;
	margin-top: 15px;
	padding-left: 20px;
	overflow: hidden;
	overflow-y: auto;
}
#navi {
	float: left;
	position: relative;
	width: 56px;
	height: 406px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	margin: 0;
	padding: 0;
}
#navi li a {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 44px;
	height: 50px;
	background: url(img/scr_up.png) no-repeat;
	text-indent: 60px;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
}
#navi li.dn a {
	top: auto;
	bottom: 23px;
	background: url(img/scr_dn.png) no-repeat;
}
#foto {
	float: left;
	width: 284px;
	padding-top: 25px;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
}
h2 span {
	color: #9B692F;
}
/* Menu */
#menu {
	height: 36px;
	margin: 0;
	padding: 6px 0 2px 17px;
	background: url(img/bgmenu.jpg) center bottom no-repeat;
	list-style: none;
}
#menu li {
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: 200px;
	white-space: nowrap;
	overflow: hidden;
}
#menu li.m1 { width: 67px; background: url(img/m_home.png) no-repeat; }
#menu li.m2 { width: 112px; background: url(img/m_band.png) no-repeat; }
#menu li.m3 { width: 128px; background: url(img/m_disc.png) no-repeat; }
#menu li.m4 { width: 121px; background: url(img/m_multi.png) no-repeat; }
#menu li.m5 { width: 109px; background: url(img/m_tour.png) no-repeat; }
#menu li.m6 { width: 74px; background: url(img/m_links.png) no-repeat; }
#menu li.m7 { width: 98px; background: url(img/m_guest.png) no-repeat; }
#menu li a:hover, #menu li a:focus, #menu li a:active { opacity: 0.5; }
#menu li.m1 a:hover, #menu li.m1 a:focus, #menu li.m1 a:active { background: #000 url(img/m_home.png) 1px 1px no-repeat; }
#menu li.m2 a:hover, #menu li.m2 a:focus, #menu li.m2 a:active { background: #000 url(img/m_band.png) 1px 1px no-repeat; }
#menu li.m3 a:hover, #menu li.m3 a:focus, #menu li.m3 a:active { background: #000 url(img/m_disc.png) 1px 1px no-repeat; }
#menu li.m4 a:hover, #menu li.m4 a:focus, #menu li.m4 a:active { background: #000 url(img/m_multi.png) 1px 1px no-repeat; }
#menu li.m5 a:hover, #menu li.m5 a:focus, #menu li.m5 a:active { background: #000 url(img/m_tour.png) 1px 1px no-repeat; }
#menu li.m6 a:hover, #menu li.m6 a:focus, #menu li.m6 a:active { background: #000 url(img/m_links.png) 1px 1px no-repeat; }
#menu li.m7 a:hover, #menu li.m7 a:focus, #menu li.m7 a:active { background: #000 url(img/m_guest.png) 1px 1px no-repeat; }
/* Footer */
#footer {
	clear: both;
	margin: 114px 0 0 0;
	padding-bottom: 10px;
	color: #444;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #505050;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #9B692F;
}
@media all and (min-height:0px;) { /* opera, safari */
	#footer { margin-top: 0; padding-top: 110px; }
}
/* Splash */
#splash {
	display: none;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	z-index: 100;
}
#splash img {
	position: relative;
	top: 50%;
	margin-top: -160px;
}
/* News */
.news {
	clear: both;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	background: url(img/hr.jpg) center bottom no-repeat;
}
.news .im {
	float: left;
	margin: 0 10px 5px 0;
	border: 3px solid #000;
}
/* Guestbook */
h2 a {
	display: inline-block;
	text-align: right;
	width: 82%;
	outline: none;
}
#gbk {
	margin: 25px 0 0 30px;
}
#gbk legend {
	display: none;
}
#gbk label {
	clear: both;
	display: block;
	margin: 10px 0;
}
#gbk label span {
	display: -moz-inline-box;
	display: inline-block;
	width: 80px;
}
#gbk input {
	width: 200px;
}
#gbk textarea {
	width: 304px;
	height: 80px;
}
#gbk input, #gbk textarea {
	margin: 1px;
	padding: 1px 2px;
	border: 1px solid #746558;
	background: #BBA592;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#gbk button {
	padding: 2px 5px;
	border: 1px solid #746558;
	background: #BBA592;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
}
#gbk #as { display: none; }
.dmsg {
	clear: both;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	background: url(img/hr.jpg) center bottom no-repeat;
}
.dmsg p span {
	color: #9B692F;
	font-weight: bold;
}
.nav {
	clear: both;
	float: right;
	margin: 0 0 0 10px;
	padding: 5px 0 15px 0;
	list-style: none;
}
.nav li {
	float: left;
	margin: 0;
}
.nav li a {
	display: block;
	margin: 0 2px;
	padding: 2px 5px;
}
/* Multimedia */
.multi {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.multi li {
	display: block;
	margin: 40px 0;
	padding: 0;
}
.multi li a {
	display: block;
	width: 80px;
	margin: 0 auto;
}
.multi li a img {
	border: 0;
}
.video {
	clear: both;
	padding: 10px 0;
}
h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 13px;
	color: #ffF;
}
.music {
	float: left;
	width: 48%;
	padding: 10px 0 10px 2%;
}
.music p {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.phot {
	float: left;
	width: 50%;
	padding: 5px 0 10px 0;
	text-align: center;
}
.phot p {
	margin: 0;
	padding: 4px 0 0 0;
}


