html, body{
 	margin: 0px 0px 30px 0px;
 	padding:0;
	text-align:center; 
 	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body{
	background-color: #2F2D2E;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
a, a:visited, a:active {
	color: #E2792C;
	text-decoration: none;
}

a:hover{
color: #000;
	text-decoration: none;
}

#pageHeader{
 	height:125px;
}

#storeLogo{
	float: left;
	width: 603px;
	height:125px;
	text-align:left;  
 	margin: 0;
 	background-image: url(logo_tree.gif);
 	background-repeat: no-repeat;
 	background-position: left bottom;
}

.logoImg{
	margin: 79px 0px 0px 57px;
}

#artistDropDown{
	float: left;
	width: 180px;
	height:122px;
	text-align:left;  
	margin: 0px 15px 0px 15px;
	background-color: #ffffff;
	border-bottom: 3px solid #E2792C;
}

#dropDownContent{
	margin: 0px 10px 0px 10px;
}

.artistFormSelect{
	width: 160px;
	height: 17px;
	font-size:11px;
	margin: 0;
}



#artistDropDownText{
	list-style-type: none;
	margin: 68px 0px 0px 0px;
	height: 24px;
	font-size:11px;
	padding: 0;
}

ul#artistDropDownText .left{
	float: left;
	width: 135px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 17px;
}

ul#artistDropDownText .right{
	float: right;
	width: 25px;
	font-weight: normal;
	margin: 0;
	background: #E2792C;
	text-align: center;

}

ul#artistDropDownText .right a{
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: .1em;
}

ul#artistDropDownText .right a:hover{
	font-weight: normal;
	color: #000000;
}

#headerContent{
	position: relative;
	width:795px;
	margin: 30px 0px 0px 18px;
	overflow: hidden;
}
#headerBg{
	position: absolute;
	height: 300px;
	width:795px;
	z-index:1;

}
#headerList{
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 15px 15px 15px 15px;
	width: 795px;
}
#mainHeader{
	
	width:787px;
	font-size: 24px;
	xmargin: 15px 15px 15px 15px;
	font-weight: bold;
	color: #fff;
}

#pagewidth{ 
 	width:813px; 
	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
 }
 
.eightPerWhite{
	background: #999;
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
} 
/* 

Main Content

*/
#mainContent{
	position: relative;
	width:795px;
	margin: 15px 0px 0px 18px;
}
/* Code For Columns */
#block_1
	{
	float: left;
	width: 585px;
	
	}
#block_2
	{
	float: left;
	width: 15px;
	overflow:hidden;
	}
#block_3
	{
	float: left;
	width: 195px;
	
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	width:180px;
	}

#block_3 .verticalalign
	{
	width: 195px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */

div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 195px !important;
	}
}
/* hack for IEs of all persuasions */
* html .verticalalign
	{
	width: 100% !important;
	}

#wrapper_extra
	{
	position: relative;
	}
* html #wrapper
	{
	position: relative;
	}
#wrapper
	{
	width: 795px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01*/
#wrapper
	{
/*Holly-style hack*/
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value*/
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: ''; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

/* Safari needs this*/
* > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}


/* Added after layout worked */

#leftColumn{
	position:relative;
	width: 585px;
	z-index: 1;
	margin: 0;
	overflow:hidden;
	padding: 15px 0px 15px 0px;
	
}

#leftBgColumn{
	position: absolute;
	height: 32767px;
	width:585px;
	z-index:0;
	margin-top: -15px;
}
#leftContent{
	position:relative;
	display:block;
	float:right;
	width: 570px;
	z-index: 1;
	background:#fff;
	border-bottom: 3px solid #E2792C;
	padding: 3px 0 5px 0;
	overflow: auto;
}


#middleBgColumn{
	position: absolute;
	height:100%;
	width:15px;
	z-index:1;
}


#rightColumn{
	position:relative;
	width: 195px;
	z-index: 1;
	margin: 0;
	overflow:hidden;
	padding: 15px 0px 15px 0px;
}
#rightColumn2{
	position:relative;
	width: 195px;
	z-index: 1;
	margin: 0;
	overflow:hidden;
	padding: 15px 0px 15px 0px;
	margin-top: 15px;
}

#rightBgColumn{
	position: absolute;
	height: 2000px;
	width:195px;
	z-index:0;
	margin-top:-15px;
}

#rightContent{
	position:relative;
	display:block;
	width: 180px;
	z-index: 1;
	background:#fff;
	padding: 3px 0 5px 0;
	border-bottom: 3px solid #E2792C;
}
#itemNav{
	position: relative;
	z-index: 1;
	display:block;
	overflow: hidden;
	width: 195px;
	margin: 0;
	padding:0;
}
#navContent{
	xbackground: #fff;
	padding: 15px 0px 15px 0px;
	width: 180px;
	z-index: 1;
	display:block;
	
}
#itemNavLinks{
	padding: 10px;
	background: #fff;
	z-index: 1;
	position:relative;
	display:block;


}
#itemNavSpacer{
	margin: 31px 0px 15px 0px;
	padding: 10px;
}


/* Banner Items */
#bannerContent{
	position: relative;
	width:795px;
	margin: 30px 0px 0px 18px;
	float: left;
	display: inline;
	padding: 0;
	overflow: hidden;
}
#bannerBg{
	position: absolute;
	height: 300px;
	width:795px;
	z-index:0;
	margin: 0;
	padding: 0;
}
#bannerList{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 795px;
}
.bannerAd{
	float: left;
	display: inline;
	width: 180px;
	margin: 15px 0px 15px 15px;
}
.bannerAdBlank{
	float: left;
	display: inline;
	width: 180px;
	height: 60px;
	margin: 15px 0px 15px 15px;
		background-color: #000;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}
/* ///// */

/* Footer Items */
#footerContent{
	position: relative;
	width:795px;
	margin: 30px 0px 0px 18px;
	float: left;
	display: inline;
	overflow:hidden;
}
#footerBg{
	position: absolute;
	height: 300px;
	width:795px;
	z-index:0;
	margin: 0;
	padding: 0;
}
#footerList{
	position: relative;
	text-align: center;
	z-index: 1;
	margin: 0;
	padding: 15px 0px 15px 0px;
	width: 795px;
}
.footerLink{
	display: inline;
	font-size: 11px;
	z-index: 2;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;	
}
#footerList .footerLink a, #footerList .footerLink a:visited, #footerList .footerLink a:active{
font-weight: bold;
	line-height: 16px;
	color: #fff;
}
#footerList .footerLink a:hover{
font-weight: bold;
	line-height: 16px;
	color: #E2792C;
}

/* ///// */
/* Credits Items */
#creditsContent{
	position: relative;
	width:795px;
	margin: 15px 0px 0px 18px;
	float: left;
	display: inline;
	overflow:hidden;
}
#creditsList{
	position: relative;
	text-align: center;
	z-index: 1;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 795px;
}
.creditsLink{
	display: inline;
	font-size: 11px;
	z-index: 1;
	xmargin-left: 15px;
	xmargin-right: 15px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 795px;
	color: #999999;
	
}
.creditsLinkSpacer{
	display: inline;
	height: 30px;
	width: 795px;
	
}
#creditsList .creditsLink a, #creditsList .creditsLink a:visited, #creditsList .creditsLink a:active{
	font-weight: bold;
	line-height: 16px;
	color: #E2792C;
}
#creditsList .creditsLink a:hover{
	font-weight: bold;
	line-height: 16px;
	color: #ffffff;
}
/* ///// */
