/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#B6C8E7;
}
spiffy{display:block}
.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:0.01em;
	background:#484867;
	margin-top: 5px;
}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a7a7a7;
  border-right:1px solid #a7a7a7;
  background:#484867}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #757575;
  border-right:1px solid #757575;
  background:#484867}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;}
.spiffy4{
  border-left:1px solid #a7a7a7;
  border-right:1px solid #a7a7a7}
.spiffy5{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.spiffyfg{
	background:#ffffff;
	overflow:hidden;
}
h1 {
font-size:11px;
font-weight:bold;
color:#ffffff;
background-color: #666666;
padding: 5px 0 5px 5px;
}
h2 {
font-size:11px;
font-weight:bold;
color:#666666;
}

a {
text-decoration:none;
}
a.rlinks {
color:#666666;
font-size:10px;
text-align: left;
}

#container {
	width: 850px;
	margin: 50px auto 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}

#head {
	margin: 30px 20px 30px 0;
	float: left;
	background-color: #ffffff;
	padding: 5px 20px 5px 50px;
	vertical-align: middle;
	clear: right;
	width: 275px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	font-size:1.25em;
	position:relative;
	z-index:100;
	width: 450px;
	margin-top:40px;
	margin-right: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#menu ul ul {
width:150px;
z-index:100;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:150px;
	position:relative;
	background-color: transparent;
}
/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
font-size:12px;
text-decoration:none;
text-align:center;
color:#fff;
letter-spacing: 4px;
padding-left:10px; 
line-height:29px;
}
#menu a.info {
	background-image: url(info_navshape.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#menu a.artists {
	background-image:url(artists_navshape.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#menu a.buy {
	background-image: url(buy_navshape.gif);
	background-repeat:no-repeat;
	background-position:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:139px;
	w\idth:139px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
background:#fff;

}
/* style the second level hover */
#menu ul ul a.drop:hover{
background:#666;
color:#fff;
}
#menu ul ul :hover > a.drop {
background:#666;
color:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html #menu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
background:#fff; 
color:#666; 
opacity: 0.85;
filter: alpha(opacity=85);
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html #menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
#menu a:hover.info
{
background-image:url(info_navshape_over.gif);
background-position:center;
background-repeat:no-repeat;
color:#fff;
font-weight:bold;
}
#menu a:active.info
{
background-image:url(info_navshape_over.gif);
background-position:center;
background-repeat:no-repeat;
color:#fff;
font-weight:bold;
}
#menu a:hover.artists
{
background-image:url(artists_navshape_over.gif);
background-position:center;
background-repeat:no-repeat;
color:#fff;
font-weight:bold;
}

#menu a:hover.buy, #menu ul ul a:hover.buy 
{
background-image:url(buy_navshape_over.gif);
background-position:center;
background-repeat:no-repeat;
color:#fff;
font-weight:bold;
}
#menu ul ul a:hover{
color:#fff; 
background:#666;
font-weight:bold;
}
#menu ul ul :hover > a {
color: #fff;
background:#666;
font-weight:bold;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
}

#artist {
	float:left;
	width: 295px;
	margin: 0 0 20px 0px;
	z-index:0;
	padding-left: 50px;
}
#artist p {
text-align:justify;
line-height: 15px;
}
#releases {
	float:left;
	width: 320px;
	margin: 0 0 0px 0px;
	color:#FFFFFF;
	clear: left;
	padding-left: 50px;
}
.releases {
margin: 0 0 40px 0;
}
.releases img{
	vertical-align: middle;
	margin: 0 25px 0 0;
	float: left;
}
.releases p.title {
	text-align:left;
	margin-left: 10px;
	line-height: 20px;
}

p.title {
color: #000000;
}

#player {
	float:right;
	margin: 45px 0px 15px 0px;
	width: 425px;
	padding-right: 50px;
}
#linkinfo {
	float:right;
	width: 425px;
	text-align:left;
	margin: 0 50px 20px 0;
	line-height: 20px;
	height: 100px;
	clear:both;
}
#linkinfo ul {
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	float:right;
	text-align:right;
}
#linkinfo ul a {
color:#1681be;
font-weight:normal;
text-align:left;

}
#footer {
	clear:both;
	background-color:#666666;
	padding: 20px auto;
}
#footer ul {
	color:#FFFFFF;
}
#footer a {
color:#FFFFFF;
}
#footer li {
	display:inline;
	color: #FFFFFF;
	float:left;
	padding: 7px 50px 0 0;
}
#footer li.email {
float:right;
}
