
* {
	margin:0;
	padding:0;
}
h1 {
	height:39px;
	font:bold 12px Arial,sans-serif;
	color:#999;
	line-height:39px;
	padding-left:71px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:rgb(242, 103, 34);
	margin-bottom:10px;
}
h3 {
	margin-bottom:20px;
}
body {
	font:12px Arial,sans-serif;
	background:#000 url(images/background.png) repeat-x;
	margin:0;
	padding:0;
}
a {
	color:#6bb2e8;
}
div#container {
	position:relative;
	margin:0 auto;
	width:1015px;
	background:url(images/sideshadows.png) repeat-y;
}
div#main {
	margin:0 15px;
	background:#181717 url(images/main_background.jpg) no-repeat 0 129px;
}
div#header {
	background:url(images/header_texture.jpg) no-repeat;
	height:129px;
	position:relative;
}
div#header div#menu {
	position:absolute;
	bottom:3px;
	right:60px;
	font:12px Arial,sans-serif;
}
div#header a {
	background:url(images/tabs_background.png);
	display:block;
	float:left;
	margin-right:10px;
	width:103px;
	height:96px;
	position:relative;
	color:#666;
	text-decoration:none;
}
div#header a:hover {
	background-position: 206px 0;
}
div#header a.current {
	background-position: 103px 0;
}
div#header a span.label {
	position:absolute;
	left:10px;
	bottom:13px;
}
div#bottom {
	position:relative;
	margin:0 auto;
	width:1015px;
	height:50px;
	background:url(images/bottomshadow.png) no-repeat;
	margin-bottom:15px;
}
div#promofact {
	position:absolute;
	right:35px;
	top:18px;	
	width:133px;
}
div#logo {
	top:10px;
	left:58px;
	position:absolute;
	width:127px;
	height:139px;
	z-index:100;
}
div#footer {
	background:#181717 url(images/footer_bar.png) no-repeat;
	height:60px;
	position:relative;
}
div#footer ul {
	position:absolute;
	top:26px;
	left:70px;
	list-style:none;
	margin:0;
	padding:0;
	color:#6bb2e8;
	font:10px Arial,sans-serif;
}
div#footer ul li {
	display:inline;
}
div#footer ul a {
	color:#787a7d;
	text-decoration:none;
}
div#content {
	margin:0 20px; 
	padding:50px 0;
	background-color:#000;
	color:#fff;
}

	div#releasesSidebar {
		background-color:#000;
		width:265px;
		padding:0 0 25px 50px;
	}
	
		div#releasesSidebar div.sideRelease {
			width:255px;
			padding-right:10px;
			background:#000 url(images/side_release_background.png) no-repeat bottom left;
			color:#ccc;
			padding-bottom:20px;
		}
		
		div#releasesSidebar div.sideRelease div.cover {
			float:left;
			width:45px;
			height:45px;
			background-color:#333;
			margin-right:10px;
		}
		
		div#releasesSidebar div.sideRelease div.artist {
			font-weight:bold;
		}

div#legal {
	position:relative;
	margin:0 20px 0 24px;
	text-align:justify;
}
	div#legal ol, div#legal ul {
		margin-left:16px;
	}
	
	div#legal li {
		margin-bottom:10px;
	}

	div#legal h6 {
		padding:0;
		font-weight:bold;
		margin:0 0 5px 0;
		font-size:12px;
	}
	
div#vipSignup {
	float:left;
	width:314px;
	color:#fff;
	margin-left:24px;
	line-height:18px;
}
	div#vipSignup div.intro {
		margin-bottom:27px;
		font-weight:bold;
	}
	div#vipSignup div.highlight {
		color:#f26722;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	div#vipSignup div.label {
		margin:16px 0 4px 0;
		font-weight:normal;
		color:#fff;
		clear:both;
	}
		
		div#vipSignup div.label span {
			color:#f26722;
			font-weight:bold;
		}
	
	div#vipSignup div.field {
		display:block;
		width:100%;
		font-size:14px;
		position:relative;
	}
		div#vipSignup div.field input, div#vipSignup div.field textarea, div#vipSignup div.field select {
			width:100%;
		}

	div#vipSignup div.warning {
		width:179px;
		height:42px;
		background:url(images/vip_warning.png) no-repeat;
		position:absolute;
		top:10px;
		left:320px;
		line-height:42px;
		text-align:center;
		font-weight:bold;
		float:left;
		display:none;
	}
	
	div#vipSignup span.actionradio {
		color:#f26722;
		font-weight:bold;
		padding-right:45px;
	}
	
div.button {
	text-align:center;
	background:url(images/button.png) no-repeat;
	width:163px;
	height:42px;
	font-weight:bold;
	line-height:42px;
}

table#mainTable {
	border-collapse:collapse;
	padding:0;
	margin:0;
}

table#mainTable td {
	vertical-align:top;
}

table#mainTable td.left {
	border-right:1px solid #333;
}
table#mainTable td.right {
	width:600px;
}
