#midContent{
	position: relative;
	width:795px;
	margin: 15px 0px 0px 18px;
	float: left;
	display: inline;
	padding: 0;
	overflow: hidden;
}
/* Header Stuff */
#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;
}
/* ------------ */

#leftContent{
	display:block;
	width: 765px;
	z-index: 1;
	padding: 0;
	margin: 15px 0 0 15px;
}
.viewStoreWrap{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
	line-height: 30px;
	margin: 0 0 15px 0;
}
.blackText{
	background-color: #fff;
	display: inline;
	float: left;
	height: 30px;
	width: 390px;
	line-height: 30px;
	color: #000;
}
.bandName{
	margin: 0 0 0 10px;
}
.siteLink#empty{
	float: left;
	height: 30px;
	width: 180px;
	display: block;
	background-color: #000;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}
.shopMerchLink{
	float: left;

}
.shopMerchLink a, .shopMerchLink a:visited, .shopMerchLink a:active{
	height: 30px;
	width: 180px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0 15px 0 0;
	background-color: #E2792C;
	color: #fff;
}
.shopMerchLink a:hover{
	color: #000;
}
.siteLink{
	float: left;
}
.siteLink a, .siteLink a:visited, .siteLink a:active{
	height: 30px;
	width: 180px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-color: #666;
	color: #fff;
}
.siteLink a:hover{
	color: #000;
}
