body {
	font-family: helvetica, arial, tahoma, verdana;
	font-size: 0.8125em;
	line-height: 1;
}

#title-page {
	background: #000000 url(../gfx/everything.jpg) no-repeat center fixed;
}
#content-page {
	background: #000000 url(../gfx/something.jpg) no-repeat center fixed;
}

#god {
	position: absolute;
	width: 100%;
	height: 100%;
}
h1 {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 20px;
	width: 60px;
	height: 85px;
	background: transparent url(../gfx/bonobo.png) no-repeat;
	z-index: 30;
}
h1 span {
	display: none;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#dust {
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent url(../gfx/dust.gif) repeat;
	
	z-index: 10;
}
#servant {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -275px;
}
#content {
	position: relative;
	width: 900px;
	sheight: 550px;
	margin: 0 auto;

	clear: left;
	text-align: left;

	z-index: 20;
}
#content-page .container {
	padding-top: 50px;
}

#title-page ul#menu li {
	position: absolute;
	display: block;
}
#title-page ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
#title-page ul#menu li a span {
	display: none;
}

h2 {
	margin: 4px 0 15px 0;
	width: 280px;
	height: 45px;
	background-repeat: no-repeat;
}
h2 span {
	display: none;
}
h2.about {
	background-image: url(../gfx/title_about.gif);
}
h2.releases {
	background-image: url(../gfx/title_releases.gif);
}
h2.news {
	background-image: url(../gfx/title_news.gif);
}
h2.artists {
	background-image: url(../gfx/title_artists.gif);
}
h2.shop {
	background-image: url(../gfx/title_shop.gif);
}

#sidebar {
	float: left;
	width: 280px;
}
#body {
	float: left;
	width: 440px;
	height: 520px;

	color: #626154;
	font-size: 1em;
	line-height: 1.5em;

	margin-bottom: 2em;

}
#body span.title {
	color: #c44b41;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
#body p {
	margin-bottom: .8em;
}
#body a {
	padding: 2px 3px 0 3px;
	background-color: #ffe762;
	color: #626154;
	text-decoration: none;
}

#body .blog-body {
	margin-bottom: 1.5em;
}

#submenu {
	margin-bottom: 70px;
}
#submenu li {
	width: 220px;
	height: 20px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
}
#submenu li:hover {
	-moz-opacity: .6;
	opacity: .6;
}
#submenu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center left;
}
#submenu li a span {
	display: none;
}
#submenu li.current {
	padding-left: 30px;
	background-image: url('../gfx/bullet.gif');
}

#content-page ul#menu {
	margin-top: 50px;
}
#content-page ul#menu li {
	width: 220px;
	height: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#content-page ul#menu li:hover {
	margin-left: 2px;
}
#content-page ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
#content-page ul#menu li span {
	display: none;
}

h3 {
	display: none;
}

.shop-item {
	float: left;
	margin: 10px 0 10px 0;
}

.shop-item .image {
	width: 100px;
	margin: 0 15px 0 0;
}

.shop-item .catalogue {
	font-size: .8em;
	text-align: center;
}

.shop-item .title {
	margin: 0 0 .2em 0;
}

.show-tracklist span {
	font-size: .8em;
	background-color: #ffe762;
	cursor: pointer;
}

.shop-item .info {
	width: 290px;
}

.shop-item .tracklist {
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

.shop-item form {
	font-size: .8em;
}
.shop-item form select {
	margin: 0 0 .8em 0;
}