/* begin GLOBAL styles */
* {
	margin: 0;
	padding: 0;
	visibility:visible;
}
#top {
	visibility: hidden;
	left: 0px;
	top: 0px;
}
body {
 	background-color:#FFFFFF;
	text-align: center;
}
img{
	border:none;
}
h1, #content h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.6em;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 12px;
	letter-spacing: .03em;
}
/* for Album Name */
h4 {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
	color:#FF0000;
	font-weight:bold;
}
/* for artist name */
h5 {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
	color:#000000;
	font-weight:bold;
	margin-bottom: 0.25em;
}
/* begin CONTAINER */
#container {
	width: 1024px;
	min-height:788px;
	margin: 0px auto;
	padding:0px;
	position: relative;
	visibility: visible;
	z-index:0;
	text-align:center;
	}
/* begin HEADER */
#header {
	height: 350px;
	width:922px;
	z-index:20;
	margin: 0px 51px;
	position: relative;
	clear:inherit;
	float:inherit;
}
 /* begin NAV styles */
 #nav {
	width: 770px;
	height:41px;
	position: relative;
	clear:inherit;
	float:inherit;
	margin: 15px 127px 20px 127px;
}
/* begin CONTENT styles */
#content {
	width:750px;
	min-height:300px;
	margin: 1px 137px 1px 137px;
	text-align:left;
}
/* begin ABOUT_CONTENT styles */
#about_content {
	position: relative;
	height:300px;
	width:800px;
	clear:inherit;
	float:inherit;
	text-align:left;
	margin:0px 120px;
}
#about_content_col1 {
	width:230px;
	height:290px;
	position: relative;
	float:left;
	overflow:auto;
	padding: 0px;
}
#about_content_col2{
	width: 500px;
	height:290px;
	position: relative;
	float:left;
	margin-left:40px;
	overflow:auto;
}
/* begin FEATURE styles for VINYL, CDs, MERCH pages*/
.item {
	float:left;
	clear:both;
	width:730px;
	padding: 10px 0px;
	border-top: 1px #FF0000 dotted;
	margin:0px;
}
.item_column1 {
	float:left;
	width:250px;
	clear:none;
	margin:0 20px 0 0;
}
.item_column2 {
	float:left;
	width:450px;
	clear:none;
	margin:0px;
}
#content p, #about_content_col2 p {
	font-family: Helvetica, sans-serif;
	font-size:10pt;
	color:#FF0000;
	font-weight: normal;
	line-height: 1.6em;
}
#content .grey{
	color:#666666;
}
 /* begin link styles */
#content p a:link, #content p a:visited, #content p a:active, #about_content_col2 p a:link, #about_content_col2 p a:visited, #about_content_col2 p a:active{
	font-family: Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
	border-bottom:dotted #FF0000 1px;
}
#content p a:hover, #about_content_col2 p a:hover {
	font-family: Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
	border-bottom:dotted #FF0000 2px;
}
 /* for features desc */
#content .item_column2 p{
	color:#666666;
}
#content .item_column2 .item_highlight, #content .item_highlight{
	font-size:12pt;
	font-weight:bold;
	color:#888888;
}
#content .item_column2 .item_credit{
	font-size:8.5pt;
	color:#666666;
	text-transform:uppercase;
	letter-spacing:0.075em;
}
#content .item_column2 .item_price{
	color:#FF0000;
	text-align:right;
	font-size:8.5pt;
	text-transform:uppercase;
	letter-spacing:0.075em;
}
.item_column2 a:link, .item_column2 a:visited, .item_column2 a:active {
	color:#666666;
	text-decoration:none;
	border-bottom:dotted #666666 1px;
}
.item_column2 a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:dotted #FF0000 2px;
}
 /* begin footer styles */
#footer{
	position:relative;
	clear:both;
	width:1024px;
	height: 64px;
	background-image: url(images_global/footer_alt.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px auto;
}
 /* begin misc class styles */
.arrows {
	clear:both;
	margin:10px 0px 20px 539px;
	width:11px;
}

.news_float {	
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
	width: 216px;
}