/* Main CSS */

body	  { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #283230; background-image: url("images/elements/header_bg.jpg"); background-repeat: repeat-x; background-position: right top; margin: 0; padding: 0 }

a	{
	color:				#F5837E;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover	{
	color:				#FFFFFF;
	text-decoration:	underline;
}

p { 
	margin-top:			12px;
	margin-bottom:		12px;
	}

div.textbox	{
	border: 			1px solid #B17778;
	background-color:	#5D0E10;
	margin:				0px;
	padding-left:		12px;
	padding-right:		6px;
	width:				310px;
}

.textbox	  { color: #eecece; font-size: 11px }

div.albumbox	 { background-color: #5d0e10; margin: 0; padding-right: 6px; padding-left: 12px; width: 550px; border: solid 1px #b17778 }

.albumtitle	{
	color:				#FFFFFF;
	font-size:			13px;
	font-weight:		bold;
}

.albuminfotitle	{
	color:				#FFFFFF;
	font-size:			16px;
	font-weight:		bold;
}

.catalog	{
	color:				#CE9191;
	font-size:			11px;
	font-style:			italic;
}
.tracklisting	 { color: white; font-size: 11px }
.infotitle	{
	color:				#FFFFFF;
	font-size:			12px;
	font-weight: 		bold;
}
.price {
	color:				#FFFFFF;
	font-size:			12px;
	font-weight: 		bold;
}

.copyright	{
	color:				#CE9191;
	font-size:			11px;
	font-style:			italic;
}


strong {
	color:				#FFFFFF;
	font-size:			11px;
	font-weight: 		bold;
}

img.albumcover	{
	border: 			3px solid #FFFFFF;
	background-color:	#5D0E10;
	color:				#FFFFFF;
}
img.various	{
	border: 			1px solid #FFFFFF;
	background-color:	#5D0E10;
	color:				#FFFFFF;
}


/* div { border: 1px solid blue; }  div border test */




/* NAV Structure */

div#nav	{
	width:			551px;
	height:			17px;
	overflow:		hidden;
	margin-right:	10px;
}

.buttons li, #subnav	{
	float:			left;
	clear:			none;
}

.buttons	{
	padding:		0;
	margin:			0;
	border:			none;
	margin-top:		0px;
}

.buttons li {
	padding:		0;
	margin:			0;
	border:			none;
	display:		block;
}

.buttons img	{
	border:			none;
	padding: 		0;
	margin:			0;
	display:		block;
}



/* NAV Rollovers */

.buttons li	{
	height:	17px;
}


/* 
 * When the user rolls over the li element, the img element within it is hidden.
 * This allows the user to see the background-image instead.
 *
 */

/*
.buttons li:hover img	{
	width: 0;
	height: 0;
}

.buttons li#left:hover img, .buttons li#right:hover img	{ 
	display: inline;
}

.buttons li.current:hover img   {
        display: block;
}
*/

.buttons a { 
	display:	block; 
	height: 	100%;
}

.buttons span {
	display: none;
}

.buttons #news		{ width: 48px;  }
.buttons #presskit	{ width: 70px;  }
.buttons #music		{ width: 52px; }
.buttons #images	{ width: 61px;  }
.buttons #video		{ width: 48px; }
.buttons #store		{ width: 47px; }
.buttons #calendar 	{ width: 70px; }
.buttons #links		{ width: 45px;  }
.buttons #misc 		{ width: 45px; }
.buttons #contact	{ width: 65px;  }
