*
{
	padding:0px;
	margin:0px;
}

body
{
	color:#F0F0F0;
	background-color:#000000;
	font-size:12px;
	font-family:Helvetica,Arial,sans-serif;
	margin:0 auto 0;
	text-align:center;
}

#mainPage
{
	background-color:#000000;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
	overflow: -moz-scrollbars-vertical !important;
}

h1 {
	font-size:0px;
}

h2
{
	font-size:20px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:16px;
	color:#F0F0F0;
	border-bottom: dotted 1px #496581;
}

h3
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	color:#A0A0A0;
	float:left;
}

h4
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	clear:both;
}

p
{
	font-size:12px;
}

table.styled
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

table.styled th
{
	font-size: 14px;
	color: #888888;
	background-color: #232323;
	padding:6px;
	border-radius:10px 10px 2px 2px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
}

table.styled td
{
	padding:6px;
}

table.styled h4
{
	background-color:#232323;
	padding:2px 10px;
}

div.distroItem
{
	margin-bottom:13px;
	padding-bottom:9px;
	border-bottom:solid 1px #A0A0A0;
}

div.distroItem div.title
{
	width:100%;
	clear:right;
	#margin-bottom:3px;
	_margin-bottom:3px;
}

div.distroItem h3 
{
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	background-image: url('../images/h3Left.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#232323;
	text-shadow:2px 2px 2px #010101;
	padding:3px 16px;
}

p.price
{
	border-bottom:1px dotted #496581;
	float:right;
	margin-top:3px;
	padding-bottom:1px;
}

p.musicLabel
{
	color:#A0A0A0;
	float:left;
	margin-left:24px;
	margin-top:4px;
	font-size:11px;
}

p.distroItem 
{
	clear:left;
	margin:4px 3px;
	font-style:italic;
}

div.musicFormat
{
	padding: 10px 0;
	clear:both;
}

p.musicFormat
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}

div.musicSubFormat
{
	padding: 6px 0;
	clear:both;
}

p.musicSubFormat
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	clear:both;
}

div.newsItem {
	border-bottom:1px solid #A0A0A0;
	padding-bottom:12px;
	margin-bottom:18px;
}

p.newstitle
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}

p.releaseDescription
{
	clear:left;
	padding:12px 0;
	font-style:italic;
}

a
{
	color:#496581;
	text-decoration:none;
}

a:hover
{
	color:#666666;
}

a:active
{
	color:#666666;
}

a.sample
{
	background-image: url('../images/play.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
}

.status
{
	text-decoration:underline;
	font-weight:bold;
}

.highlightRed
{
	color:#CC0000;
}

#innerwrapper
{
	width:843px;
	background-color:#000000;
	clear:both;
	margin:34px auto 0;
	text-align:left;
	padding:0 0 24px 18px;
	min-height:100%;
	border:1px solid #D7D7D7;
}

#header
{
	width:843px;
	height:132px;
	clear:both;
}

#header a
{
	border:0;
	color:#000000;
}

#header img
{
	border:none;
}

#navigation
{
	background-color:#232323;
	width:843px;
	margin:3 auto 3;
	clear:both;
	float:left;
	height:44px;
	font-family:Palatino;
	text-transform:uppercase;
	text-shadow:3px 2px 2px #010101;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	background-image: url('../images/navLeft.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#navigation ul
{
	float:left;
	margin-left:10px;
}

#navigation ul li
{
	height:44px;
	float:left;
	list-style-type:none;
	font-size:14px;
}

#navigation ul li a
{
	height:31px;
	#height:44px;
	display:block;
	color:#888888;
	padding-top:13px;
	padding-right:20px;
	padding-left:20px;
	float:left;
}

#navigation ul li a:hover
{
	color:#F0F0F0;
	background-color:#111111;
}

#content
{
	width:837px;
	clear:both;
	text-align:left;
}

iframe
{
	background-color:#000000;
	border:0;
	width:837px;
	height:520px; /* Minimum height including 12px bottom margin for when Internet Explorer initially blocks JavaScript*/
	margin:0px 0px 0px 0px;
}

#framecontent
{
	background-color:#000000;
	width:805px;
	clear:both;
	margin:12px 0px 0px 12px;
	text-align:left;
}

#framecontent img
{
	border: solid 1px #999999;
}

#footer
{
	width:861px;
	#width:863px;
	_width:863px;
	height:94px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	background-color:#222222;
	text-align:center;
	font-size:11px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

#space
{
	width:863px;
	height:34px;
	margin: 0 auto;
}

div.links
{
	width:126px;
	height:47px;
	margin:22px auto 6px auto;
	text-align:left;
}

div.links p
{
	float:left;
	margin-top:12px;
	line-height:23px;
}

div.links img
{
	float:left;
	border:solid 1px #666666;
}
