


	* {
		padding: 0;
		margin: 0;
		border: 0;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 11px;
		color: #000;
		outline: 0;
		list-style: none;
	}

	strong {
		font-weight: bold;
	}

	em {
		font-style: italic;
	}

	html, body {
		width: 100%;
		height: 100%;
	}

	body {
		background: #ebebe3 url(/imgs/bg_body.jpg);
	}

	br.clear {
		display: block;
		height: 1px;
		overflow: hidden;
		clear: both;
	}

	div#debug {
		z-index: 4000;
	}











	/**
	*
	*	FRAMEWORK
	*
	**/

	div#container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	div#innercontainer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: #ebebe3 url(/imgs/bg_body.jpg);
	}

	div.page {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}









	/**
	*
	*	NAV
	*
	**/

	ul.nav li {
		display: block;
		clear: both;
	}

	ul.nav li a {
		display: block;
		font-family: Georgia, Times New Roman, serif;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 3px;
		font-size: 10px;
		float: left;
		width: auto;
		padding-left: 5px;
		padding-right: 10px;
		clear: both;
	}

	ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus, ul.nav li a.active {
		background: url(/imgs/bg_navitem.png) no-repeat left center;
	}

	ul.nav li a.b_home {
		width: 205px;
		height: 102px;
		text-indent: -200000em;
		overflow: hidden;
		padding: 0;
		margin-bottom: 10px;
		background: url(/imgs/logo_small.gif) no-repeat;
	}

	ul.nav li a span.new {
		font-family: Georgia, Times New Roman, serif;
		text-transform: uppercase;
		font-size: 10px;
		color: #a00;
		font-style: italic;
		padding-left: 3px;
	}

	ul.textnav {
		margin-top: 25px;
	}

	ul.textnav li a {
		opacity: 0.3;
	}

	ul.textnav li a:hover, ul.textnav li a:active, ul.textnav li a:focus, ul.textnav li a.active {
		opacity: 1;
	}

	div.pagetype_home ul.textnav {
		margin-top: 0;
	}

	div.page {
		background: #ebebe3 url(/imgs/bg_body.jpg);
	}






	/**
	*
	*	PAGE: HOME
	*
	**/

	div.pagetype_home div.inner {
		width: 380px;
		height: 500px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -250px;
		margin-left: -190px;
	}

	div.pagetype_home h1 {
		display: block;
		overflow: hidden;
		text-indent: -200000em;
		background: url(/imgs/logo.png) no-repeat;
		width: 380px;
		height: 194px;
	}

	div.pagetype_home ul#home_nav2 {
		position: absolute;
		left: 176px;
		top: 200px;
	}

	div.pagetype_home ul#home_nav1 {
		position: absolute;
		right: 213px;
		top: 200px;
	}

	div.pagetype_home ul#home_nav1 li a {
		float: right;
		padding-left: 10px;
		padding-right: 5px;
	}













	/**
	*
	*	PAGE: SUMMARY
	*
	**/

	div.pagetype_summary div.inner {
		width: 870px;
		height: 550px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -275px;
		margin-left: -435px;
	}

	div.pagetype_summary h2 {
		position: absolute;
		left: 225px;
		top: 83px;
		font-size: 15px;
		font-family: Georgia, Times New Roman, serif;
		text-transform: uppercase;
		width: 604px;
	}

	div.pagetype_summary h2 span.artist, div.pagetype_summary h2 span.artist a {
		font-family: Georgia, Times New Roman, serif;
		font-style: italic;
		color: #888;
	}

	div.pagetype_summary h2 span.artist a:hover, div.pagetype_summary h2 span.artist a:focus, div.pagetype_summary h2 span.artist a:active {
		color: #000;
	}

	div.pagetype_summary h2 span.date {
		font-family: Georgia, Times New Roman, serif;
		position: absolute;
		right: 0;
		font-size: 15px;
		text-transform: lowercase;
	}

	div.pagetype_summary div.sidebar {
		position: absolute;
		top: 0;
		left: 0;
		width: 205px;
	}

	div.pagetype_summary div.content {
		position: absolute;
		top: 115px;
		left: 220px;
		width: 650px;
		height: 435px;
	}

	div.pagetype_summary div.content p.preview {
		position: relative;
		margin-left: -19px;
	}

	div.pagetype_summary div.content p.preview span#loadingcontainer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 2;
	}

	div.pagetype_summary div.content p.preview span#loadingcontainer span#innerloading {
		position: absolute;
		top: 0;
		left: 0;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -16px;
		width: 50px;
		display: block;
		text-align: center;
	}













	/**
	*
	*	PAGE: DETAIL
	*
	**/

	div#detailcontainer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		overflow: hidden;
	}

	a#detailprev {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -128px;
		width: 123px;
		height: 256px;
		display: block;
		background: url(/imgs/bg_detailprev.png) no-repeat;
		z-index: 50;
	}

	a#detailnext {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -138px;
		width: 173px;
		height: 275px;
		display: block;
		background: url(/imgs/bg_detailnext.png) no-repeat;
		z-index: 50;
	}

	a#detailclose {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -56px;
		width: 112px;
		height: 67px;
		display: block;
		background: url(/imgs/bg_detailclose.png) no-repeat;
		z-index: 50;
	}


	div#detailimgs {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100000px;
		height: 100%;
		background: #ebebe3 url(/imgs/bg_body.jpg);
	}

	div#detailimgsinner {
		height: 321px;
		position: absolute;
		top: 50%;
		left: 300px;
		margin-top: -161px;
		width: 100000px;
		z-index: 1;
	}

	div#detailimgsinner span.imgbox {
		display: block;
		float: left;
		margin-right: 20px;
	}

	div#detailimgsinner span.imgbox span.imgcounter {
		display: block;
		text-align: center;
		color: #bcbcb6;
		font-size: 22px;
		font-family: Georgia, Times New Roman, serif;
	}

	div#detailtrack {
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -213px;
		width: 426px;
		height: 62px;
		background: url(/imgs/bg_track.png) no-repeat left 18px;
		z-index: 200;
	}

	div#detailhandle {
		position: absolute;
		width: 47px;
		height: 62px;
		background: url(/imgs/bg_handle.png) no-repeat left top;
		cursor: -moz-grab;
	}





















	/**
	*
	*	PAGE: TEXT
	*
	**/

	div.pagetype_text div.inner {
		width: 870px;
		height: 550px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -275px;
		margin-left: -435px;
	}

	div.pagetype_text h2 {
		position: absolute;
		left: 220px;
		top: 83px;
		font-size: 15px;
		font-family: Georgia, Times New Roman, serif;
		text-transform: uppercase;
	}

	div.pagetype_text div.sidebar {
		position: absolute;
		top: 0;
		left: 0;
		width: 205px;
	}

	div.pagetype_text div.content {
		position: absolute;
		top: 112px;
		left: 220px;
		width: 650px;
		height: 435px;
	}

	div.pagetype_text div.col1, div.pagetype_text div.col2 {
		width: 45%;
		margin-right: 20px;
		float: left;
	}

	div.pagetype_text p {
		margin-bottom: 10px;
	}

	div.pagetype_text p.teaser {
		margin-bottom: 20px;
	}

	div.pagetype_text p, div.pagetype_text p * {
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		text-transform: uppercase;
	}

	div.pagetype_text p a {
		font-weight: bold;
	}

	div.pagetype_text p a:hover, div.pagetype_text p a:focus, div.pagetype_text p a:active {
		background: url(/imgs/bg_navitem.png) no-repeat center;
	}






	/**
	*
	*	PAGE: CONTACT
	*
	**/

	div#page_contact div.col1 {
		width: 30%;
	}

	div#page_contact div.col2 {
		width: 60%;
	}