body {
	background-image: url(/images/all_layouts/bkg-grey.gif);
	margin: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}

hr {
	margin-top: -15px;
	margin-bottom: 25px;
}

.green {
	color: #439921;
}

#orange_bar {
	background-image: url(/images/all_layouts/side_bar.jpg);
	background-repeat: repeat-y;
	position: fixed;
	height: 100%;
	width: 30px;
	float: left;
	z-index: 4;
}
#pgr_banner {
	background-image: url(/images/all_layouts/pgr_logo.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 78px;
	width: 188px;
	position: fixed;
	z-index: 80;
}
#left {
	background-image: url(/images/all_layouts/bkg-brown-2.gif);
	position: fixed;
	width: 480px;
	height: 100%;
	float: left;
	padding-left: 30px;
	z-index: 0;
}
	#music_area {
		position: relative;
		left: 30px;
		float: left;
		z-index: 1
	}
	#underground_area {
		position: relative;
		left: 30px;
		clear: left;
		float: left;
		z-index: 1
	}


/* right side */

#right {
	background-image: url(/images/all_layouts/bkg-grey.gif);
	clear: both;
	float: right;
	height: 100%;
	width: 60%;
	position: absolute;
	right: 0px;
}
#right_edge {
	background-image: url(/images/all_layouts/right_edge.gif); /*temp image */
	position: fixed;
	height: 100%;
	width: 14px;
	margin-left: -9px;
}

/*  List  */

.list_item a {
	display: block;
	height: 65px;
	width: 350px;
	padding-left: 10px;
	padding-top: 30px;
	background-image: url(/images/alt_page/list_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.band_list_item a {
	display: block;
	width: 320px;
	padding: 10px;
	margin-top: 15px;
	background-image: url(/images/alt_page/list_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.list_item a:hover, .list_item a:active, .band_list_item a:hover, .band_list_item a:active {
	background-image: url(/images/alt_page/list_bkg_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.list_item_image {
	width: 88px;
	position: relative;
	float: left;
	clear: both;
	text-align: center;
}

.band_list_item_image {
	
}

.list_item_ul, .band_list_item_ul {
	float: left;
	position: relative;
}

.list_item_ul ul, .band_list_item_ul ul {
	list-style-type: none;
	margin: 0px;
}

.list_item_name, .band_list_item_name {
	font-weight: bold;
	width: 185px;
}

.list_item_extra, .band_list_item_extra {
	font-style: italic;
}


/* temp shop list css */


.shop_item a {
	display: block;
	height: 65px;
	width: 165px;
	padding-left: 10px;
	padding-top: 30px;
	background-image: url(/images/alt_page/list_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin-right: 15px;
}

.shop_list_item a {
	display: block;
	padding: 10px;
	margin-top: 15px;
	background-image: url(/images/alt_page/list_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.shop_item a:hover, .shop_item a:active {
	background-image: url(/images/alt_page/list_bkg_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.shop_item_image {
	width: 55px;
	text-align: center;
	position: relative;
	float: left;
	clear: both;
}


.shop_item_ul {
	float: left;
	position: relative;
	width: 100px;
}

.shop_item_ul ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
}

.shop_item_name {
	font-weight: bold;
}

.shop_buy_image {
	left: 35px;
	margin-top: -60px; /*or top: -25px;*/
	position: relative;
	z-index: 1;
}


/* -------------- */
/*   Typography   */
/* -------------- */

.bold {
	font-weight: bold;
	font-size: 12px;
}

a, a:visited, a:active  {
	color: #006900;
	text-decoration: none;
}

a:hover {
	color: #fa603e;
}

.selected {
	color: #fa603e;
}

#right {
	font-size: 11px;
	color: #61524F;
	line-height: 17px;
	clear: both;
	float: left;
	position: absolute;
	width: 490px;
	left: 42%;
}

.action_menu, .sub_heading_menu {
	text-align: left;
	line-height: 10px;
}
	.action_menu li {
		display: inline;
		list-style-type: none;
		padding-right: 15px;
	}
	.action_menu li a, .action_menu li a:visited, .action_menu li a:active {
		text-decoration: none;	
	}
	.action_menu li a:hover {
		color: #fa603e;
		text-decoration: none;	
	}
	
	.action_menu .selected,  .action_menu .selected li a:hover {
		color: #86c770;
	}
	
.sub_heading_menu {
	border-bottom: thin solid;
	width: 85%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-top: -15px;
}

.sub_heading_menu li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.sub_heading_menu ul {
	padding-left: 0px;
	margin: 0px;
}

.list_item a, .list_item a:visited, .band_list_item a, .band_list_item a:visited, .shop_item a, .shop_item a:visited {
	color: #61524F;
	text-decoration: none;
	border-width: 0px;
}
.list_item a:hover, .list_item a:active, .band_list_item a:hover, .band_list_item a:active, .shop_item a:hover, .shop_item a:active {
	color: #fa603e;
}
.item_name {
	font-weight: bold;
	font-size: 25px;
}

.item_price {
	color: #888888;
	font-size: 13px;
	width: 90px;
	font-weight: bold;
	margin: 0px;
	position: relative;
	z-index: 2;
}

.view_more a, .view_more a:visited {
	color: #888888;
}

.view_more a:hover {
	color: #006900;
}

.news, .discography {
	list-style-type: none;
	padding-right: 20px;
}

.news a, .news a:visited, .discography a:active, .discography a, .discography a:visited, .discography a:active {
	color: #439921;
	font-size: 16px;
	text-decoration: none;
}

.news a:hover, .discography a:hover {
	color: #fa603e;
}

ul {
	padding-left: 25px;
}

.last {
	border-bottom: thin dashed;
	margin-bottom: 25px;
}

.pagination_links {
	float: left; 
	clear: both; 
	position: relative; 
	width: 395px;
	top: 55px; 
	text-align: right;
}

.mailing_list, .mailing_list a, .mailing_list a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #61524f;
	padding-left: 8px;
}

.mailing_list a:hover {
	color: #fa603e;
}

#internet_explorer_msg {
	position: absolute;
	left: 200px;
	top: 5px;
	width: 200px;
	z-index: 500;
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	visibility: hidden;
}

