body 
{
	font-family:helvetica, arial;
	background:#000000;
	color:white;
}
a {
	color:#FF5C00;	
}
a:hover {
	color:#888888;
}

div#page_container
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div#left_container
{
	background:url(images/BG_flowers_green.gif) no-repeat;
	width:620px;
	height:768px;
	float:left;
	padding:0;
	margin:0;
	
}
div#player
{
	height:155px;
	background:url(images/BG_BlueLine.gif) no-repeat bottom left;
	color:white;
}

div#heading
{
	margin:-20px 0 20px 174px;
	height:107px;
	color:white;
	background:url(images/IMG_home_H.gif) no-repeat bottom left;
}

div#heading h1
{
	display:none;
}

div#menu
{
	
	font-family:helvetica, arial, sans-serif;
	color:#FF5C00;
	width:174px;
	padding:0px;
	height:250px;
	float:left;
}

div#menu ul#nav
{
	list-style-type:none;
	margin:0;
	padding:0;
	
}

div#menu ul#nav li
{
	
	text-align:right;
	margin:0;
	padding:3px 0 0 0;
	
	width:173px;
	

}

div#menu ul#nav li a
{
	
	text-decoration:none;
	color:#FF5C00;
	padding:3px 10px 2px 0px;
	margin:0 20px 0 0;
	font-size:14px;
	display:block;
	width:150px;
	overflow:hidden;
	
}

div#menu ul#nav li a:hover
{
	color:#888888;
}
div#menu ul#nav li a span
{
	display:none;
}


/* Menu Image Styling */
div#menu ul#nav li a#home {
	background:url(images/BUT_home.gif) no-repeat top right;
}
div#menu ul#nav li a#home:hover {
	background:url(images/BUT_home.gif) no-repeat right -22px;
}
div#menu ul#nav li a#about {
	background:url(images/BUT_about.gif) no-repeat top right;
}
div#menu ul#nav li a#about:hover {
	background:url(images/BUT_about.gif) no-repeat right -22px;
}
div#menu ul#nav li a#press {
	background:url(images/BUT_press.gif) no-repeat top right;
}
div#menu ul#nav li a#press:hover {
	background:url(images/BUT_press.gif) no-repeat right -22px;
}
div#menu ul#nav li a#shop {
	background:url(images/BUT_shop.gif) no-repeat top right;
}
div#menu ul#nav li a#shop:hover {
	background:url(images/BUT_shop.gif) no-repeat right -22px;
}
div#menu ul#nav li a#friends {
	background:url(images/BUT_friends.gif) no-repeat top right;
}
div#menu ul#nav li a#friends:hover {
	background:url(images/BUT_friends.gif) no-repeat right -22px;
}
div#menu ul#nav li a#photo {
	background:url(images/BUT_photo.gif) no-repeat top right;
}
div#menu ul#nav li a#photo:hover {
	background:url(images/BUT_photo.gif) no-repeat right -22px;
}
div#menu ul#nav li a#reviews {
	background:url(images/BUT_reviews.gif) no-repeat top right;
}
div#menu ul#nav li a#reviews:hover {
	background:url(images/BUT_reviews.gif) no-repeat right -22px;
}
div#menu ul#nav li a#contact {
	background:url(images/BUT_contact.gif) no-repeat top right;
}
div#menu ul#nav li a#contact:hover {
	background:url(images/BUT_contact.gif) no-repeat right -22px;
}
div#menu ul#nav li a#concerts {
	background:url(images/BUT_concerts.gif) no-repeat top right;
}
div#menu ul#nav li a#concerts:hover {
	background:url(images/BUT_concerts.gif) no-repeat right -22px;
}
div#menu ul#nav li a#request {
	background:url(images/BUT_request.gif) no-repeat right -26px;
	margin-top:17px;
}
div#menu ul#nav li a#request:hover {
	background:url(images/BUT_request.gif) no-repeat top right;
}


div#pageContent
{
	position:relative; 
	height:325px; 
	width:auto;
	overflow:auto;
	color:white;
	font-size:13px;
}

div#footer
{
	
	clear:both;
	color:white;
	margin:10px 0 0 174px;
}
div.clear
{
	clear:both;
}
div#banner
{
	position:absolute;
	left:620px;
	top:0px;
	padding:0px;
	width:404px;
	height:768px;
}

img.galleryThumb {
	border: 1px solid #FFF;
	padding: 0px;
	margin: 10px;
}

#display_thumbnails {
  
  width: 100%;
 
}

#navigate_categories {
  text-align: left;
  width: 100%;
  color: #FFF;
  border-bottom: 1px #FFF solid;
  
  font-size: 13px;
}

#display_categories {
  width: 100%;
  color: #FFF;
  
  
  font-size: 13px;
}

.navigate_images {
  text-align: center;
  width: 100%;
  color: #FFF;
  
  
  font-size: 13px;
}

div#popupContainer{
	position:absolute;
	top:0px;
	left:0px;
	width:1024px;	
	height:768px;
	
}

div#popupHeading {
	display:none;
}

div#popupContent {
	position:absolute;
	top:100px;
	left:60px;
}

div#popupContent h2{
	font-size:14px;
	color:white;
	padding:24px 0 5px 0;
	margin:0;
}

div#popupContent a {
	color:#FF5C00;
	font-size:12px;	
}

div#popupContent a:hover {
	color:#888888;

}

div#shop_container {
	background:url(images/BG_flowers_white.jpg) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div#shop_left {

	background:url(images/BG_flowers_green.gif) no-repeat;
	width:600px;
	height:768px;
	float:left;
	padding:0;
	margin:0;
}

div#shop_right {
	overflow:auto;
	width:360px;
	height:640px;
	position:absolute;
	top:115px;
	left:620px;
	
}

div#shop_heading
{
	
	padding:0px 0 00px 59px;
	height:96px;
	width:965px;
	color:white;
	border-bottom:1px solid #666456;
	background:url(images/IMG_shop_H.gif) no-repeat 59px 55px ;
}

div#shop_heading h1
{
	display:none;
}

div#shop_content {
	width:555px;
	height:671px;
	border-right:1px solid #666456;
	margin:0 0 0 39px;
	overflow:auto;
		
}
div.shop_cd {
	padding:20px 0 0 0;
	text-align:center;
	width:180px;
	float:left;
}

div.shop_cd img {
	border: 1px solid white;
}

div.shop_cd div.image{
	height:150px;
}

div#shop_right img {
	border: 1px solid white;
}

.image img{
	border:1px solid white;
}

div.comment {
	color:#888888;
	font-size:9px;	
}

span.comment {
	color:#888888;
	font-size:11px;	
}
	.comment a{
			color:#888888;
			font-size:11px;
			text-decoration:none;
}

	.comment a:hover{
			color:#CCCCCC;
			font-size:11px;
			text-decoration:none;
}
						
.title {
	color:#FF5C00;
	font-size:14px;
}

.year {
	color:#888888;
	font-size:11px;
}

.options {
	color:#FFFFFF;
	font-size:11px;
}
	.options a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.options a:hover{
	color:#FF5C00;
	font-size:11px;
}

.shop_right_section {
	border-bottom: 1px solid #666456;
	padding: 5px;
}

.shop_poster {
	padding-right:10px;
	min-width:100px;
	float:left;
}

#details_main {
	position:absolute;
	width:400px;
	height:671px;
	border-right:1px solid #666456;
	padding:16px 20px 0 0;

}

div.details_left_inner {
	
	padding:0 0 0 0;
	text-align:right;
	width:100%;

}

#details_right {
	overflow:auto;
	width:345px;
	height:640px;
	position:absolute;
	top:115px;
	left:440px;
}

#details_main #nav {
	position:relative;
	float:left;
	top:-10px;
	padding:0 0 0 60px;
}

#details_main #nav h3 {
	/* color:#3F6FA3;*/
	color:white;
	padding:0;
	margin:0;
}

#details_main #nav a {
	
	font-size:14px;
	text-decoration:none;
}
