body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}
p{
	margin-bottom:24px;	
}
img{
	border:none;
}
a{
	color:black;
	text-decoration:none;
	border-bottom:#999 2px dotted;
}
a:hover{
	color:#999;
	text-decoration:none;
	border-bottom:#999 2px dotted;
}
#topbar{
	background:url(images/topbar.jpg) top center repeat-x;
	width:100%;
	height:18px;
}
#main{
	width:850px;
	margin:auto;
}
#headerleft{
	width:425px;
	float:left;
	margin-top:60px;
	height:110px;
}
#headerright{
	width:423px;
	float:left;
	margin-top:60px;
	height:110px;
}
#logo{
	display: block;
	text-indent: -5000em;
	height: 103px;
	width: 306px;
	background:url(images/logo.gif) top center no-repeat;
}
#navigation{
	margin-top:15px;
	xheight:15px;
	margin-left:190px;
	margin-top:41px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li{
	float:left;
}
#navigation ul li a {
	display: block;
	text-indent: -5000em;
    text-decoration: none;
    border: none;
	height: 15px;
}
#nav_releases a{
	width:87px;
	background:url(images/nav.gif) no-repeat 0px 0px;
}
#nav_releases a:hover{
	width:87px;
	background:url(images/nav.gif) no-repeat 0px -16px;
}
#nav_about a{
	width:77px;
	background:url(images/nav.gif) no-repeat -88px 0px;
}
#nav_about a:hover{
	width:77px;
	background:url(images/nav.gif) no-repeat -88px -16px;
}
#nav_home a{
	width:55px;
	background:url(images/nav.gif) no-repeat -166px 0px;
}
#nav_home a:hover{
	width:55px;
	background:url(images/nav.gif) no-repeat -166px -16px;
}
#mainleft{
	width:465px;
	float:left;
	margin-top:50px;
}
#mainright{
	width:355px;
	float:left;
	margin-top:50px;
}
#latest{
	display: block;
	text-indent: -5000em;
	height: 10px;
	width: 41px;
	background:url(images/latest.gif) top left no-repeat;
}
#latestbox{
	width:410px;
	margin-top:15px;
	text-align:justify;
}
#categories{
	line-height:30px;	
}
.category{
	background:#c1c1c1;
	padding:7px;
	font-size:10px;
	margin:7px 5px 7px 0;
}
.blogdate{
	font-size:10px;
	clear:both;
}
.readmore{
	font-size:18px;
	font-weight:bold;
}
#featured{
	display: block;
	text-indent: -5000em;
	height: 10px;
	width: 59px;
	background:url(images/featured.gif) top left no-repeat;
	margin-left:325px;
}
#featuredbox{
	background:#333333;
	padding:15px;
	width:320px;
	margin-left:35px;
	margin-top:15px;
	text-align:justify;
	color:white;
}
#featuredtop{
	text-align:right;
}
#featuredbox a{
	color:white;
	text-decoration:none;
	border-bottom:#999 2px dotted;
}
#featuredbox a:hover{
	color:#999;
	text-decoration:none;
	border-bottom:#999 2px dotted;
}
#mailinglist{
	margin-left:111px;	
}
#inputemail{
	border:none;
	border-bottom:#999 2px dotted;
	padding-bottom:3px;
}
#featuredbuy {
	width:100px;
	float:left;
}
#featuredmore{
	text-align:right;
}
.latesttitle a{
	text-decoration:none;
	color:#000;
	border-bottom:none;
	font-size:36px;
}
#aboutbox{
	width:410px;
	margin-top:25px;
	text-align:justify;
}

#releaselistitem ul {
	list-style:none;
	margin:auto;
	width:610px;
}
#releaselistitem ul li{
	float:left;
	width:265px;
	height:430px;
}
#releaselistitem ul li a{
	border-bottom:none;
}
#releaseslistbox{
	width:540px;
	overflow:hidden;
	margin-top:15px;
	text-align:center;
}
#releasesbox{
	width:810px;
	margin-top:15px;
	text-align:center;
	margin-bottom:30px;
}
#releasesbox #comment{
	display:none;
}
#releasesbox #txpCommentInputForm{
	display:none;
}
#releasesbox .latesttitle{
	margin-left:100px;	
}
.releasetitle{
	text-decoration:none;
	color:#000;
	border-bottom:none;
	font-size:31px;
}

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	margin-top:-25px;
}
#scroller {
	width: 100%;
	margin: 20px auto;	
	overflow: hidden;
	height:370px;
}
#selected_feature {
	position: relative;
	xline-height: 0px;
	overflow: hidden;
	width: 800%;
}
#toolbar{
	display:none;
}
.section {
	width: 12.5%;
	float: left;
	position: relative;
	height:400px;
}
.section img{
	max-width:320px;	
}

/* shop stuff */

.preorder {
	width: 500px;
	margin: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.buybuttons {
	background: #85cafc;
	padding: 10px;
}

.notext .buybuttons {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.buybuttons p{
	margin: 0px;
	padding: 0px;
}

.buybuttons input {
	-webkit-transition: 0.2s ease-out;
	margin-bottom:10px;
}

.buybuttons input:hover {
	-webkit-transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px #3588f5;
}
.buybuttons a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#ffffff;
	padding:5px;
	border-bottom:none;
}

.buytext {
	background: #d3e8fb;
	padding: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-mox-border-radius-bottomleft: 10px;
	-mox-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bonus_track_listing {
	text-align: left;
	margin: 0px 10px;
}

.bonus_track_listing img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid white;
}

#shop_side {
	text-align: right;
	margin-right: -30px;
	margin-top: 10px;
}

#shop_side a{
	border-bottom: none;
}

#featuredbox .pre_order_button {
	width: 150px;
	background: #e1e1e1;
	padding: 5px;
	border: none;
	color: #2d2d2d;
}#featuredbox .pre_order_button:hover {
	border: none;
	background: black;
	color: white;
}
.featuredus a{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#d3e8fb;
	padding:5px;
	border-bottom:none;
}