@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	background-image:url(../images/bigbanner.jpg);
	background-repeat: repeat-x;
	background-position: -150px +0px;
	margin:0px;
	padding:0px;
	background-attachment: fixed; }

#centered_div
{
	margin:50px auto;
	padding:15px 0px 15px 0px;
	width: 972px;
	background-color: #000;
	color: white;
	border: 1px #333 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:0.90 }
#content
{
	font-family:Verdana, Geneva, sans-serif;
	color: #CCC;
	padding:10px;
	line-height:18px;
	font-size:12px;
}
p
{
	font-family:Verdana, Geneva, sans-serif;
}
h1
{
	font-family:"Arial Black", Gadget, sans-serif;
	border-bottom:3px double #39acc7;
	padding-bottom:5px;
	font-style:oblique;
	color:#39acc7;
	text-shadow:#000 -1px -1px 5px;
}
h3
{
	font-family:"Lucida Console", Monaco, monospace;
	color:#6F6;
	border-bottom:1px dotted white;
	padding:2px;
	margin:0px;
	font-style:oblique;
	
}

#navigation
{
	width:100%;
}

#navigation td
{
	font-family:Verdana, Geneva, sans-serif;
	color: black;
	background-color:#39acc7;
	text-align:center;
	border: 1px solid #39acc7;
	width: 60px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:white 0px 1px 5px;
}
#navigation td:hover
{
	background-color:#0b546a;
	cursor:pointer;
	color:#FFF;
	border-top: 1px solid white;

	text-shadow:black 0px 1px 2px;
}
.dashedbox
{
	border:1px dashed #666;
	padding:10px;
}
a
{
	color:#39acc7;
}

/* End of Global Style 

Page specific style begins here */

/*Main page */

.topright
{
	float:right;
	margin:10px;
}
#news, #new_releases, #upcoming_albums
{
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	width:298px;
	display: inline-block;
	margin-right:6px;
	vertical-align:top;
	height:200px;
}
#upcoming_albums
{
	margin-right:0px;
}

/*Services Page */
#package_deals
{
	border-left:5px solid #999;
}



/*contact page */
.contactTable
{
	width:100px; 
	display:inline-block;
}
.contactTableHeader
{
	width:100px;
	font-weight:bold;
	border-bottom:1px dashed white;
	display:inline-block;
}

/*Music page */
.music_c1
{
	width:30px;
	display:inline-block;
}

/* Shop page */
.album
{
	font-size:14px;
	width:300px;
	text-align:center;
}
.album img
{
	width: 300px;
}
.description
{
	font-size:11px;
	padding: 10px;
}
.buy
{
	text-align:center;
}
.albums td
{
	border-bottom: 1px solid white;
	padding:10px;
}

