/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#B6C8E7;
	background-image:url(back.jpg);
	background-repeat:no-repeat;
}
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;
	height: 620px;
}


h1 {
font-size:11px;
font-weight:bold;
color:#ffffff;
background-color: #666666;
padding: 5px 0 5px 5px;
}
h1.about {
	letter-spacing: 3px;
	color: #484867;
	line-height: 13px;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #484867;
}
h1.news {
	background-color: #CCCCCC;
	letter-spacing: 3px;
	line-height: 13px;
	color: #666666;
	border-bottom: #666666 thin solid;
}
h1.music {
	background-color: #CCCCCC;
	letter-spacing: 3px;
	color: #7399BF;
	line-height: 13px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7399BF;
}
h2 {
font-size:11px;
font-weight:bold;
color:#666666;
}

a {
text-decoration:none;
}





#container {
	width: 850px;
	margin: 50px auto 0 auto;
}

#head {
	width: 275px;
	float: left;
	background-color: #fff;
	vertical-align: middle;
	clear: none;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
}
#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; 
}

#spinner {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 50px;
}

#content {
	float:left;
	width: 295px;
	padding: 0 0 15px 0;
	margin-left: 50px;
	line-height: 17px;
	text-align: justify;
}
#content p {
font-size:10px;
}

#content img {
vertical-align:middle;
padding-left: 20px;
border-style:none;
}
#news {
	width: 425px;
	float: left;
	height: 160px;
	clear: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#news p {
	font-size:10px;
	color:#333333;
	line-height: 17px;
}
#news a {
color: #484867;
}

#news ol {
	font-size:10px;
list-style: disc;
line-height: 17px;
}

h3 {
color: #ac59a9;
font-weight:bold;
font-size:10px;
}
#lastfm {
	width: 425px;
	float:left;
	font-weight:bold;
	color:#666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#lastfm img {
vertical-align:middle;
padding-left: 20px;
border-style:none;
}

p.lastfm {
font-size:9px;
}
#bftd {
	clear:both;
	background-color:#FFFFFF;
	padding: 5px;
	width: 840px;
	margin: 20px auto;
}
#bftd p {
	color:#666666;
}
#bftd img {
	vertical-align:middle;
	border-style: none;
	float: left;
	padding: 15px 15px 30px 15px;
}
#bftd a {
color:#666699;
}
#footer {
	clear:both;
	background-color:#484867;
	height: 35px;
	padding: 20px auto;
	width: 850px;
}
#bftd.t&c {
font-size:6px;
}
#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;
}
