/* CSS Document */

/* ----- Main Page Layout ---- */

* {
	margin: 0px;
	padding: 0px;
}

/*-- Page shift hack --*/
html { 
	min-height: 100%; 
	height: 100%;
	margin-bottom: 1px; 
}


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/bodyBkgd.png);
	background-repeat: repeat-x;
}

#container {
	text-align: left;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; 
}

.leftTopBkgdSpace {
	background-image:url(../images/leftBkgd.png);
	background-repeat:no-repeat;
}
.rightTopBkgdSpace {
	background-image:url(../images/rightBkgd.png);
	background-repeat:no-repeat;
}
.leftMainBkgdSpace {
	background-image:url(../images/lowerLeftBkgd.png);
	background-repeat:repeat-y;
}
.rightMainBkgdSpace {
	background-image:url(../images/lowerRightBkgd.png);
	background-repeat:repeat-y;
}
.bottomBkgdSpace {
	background-image:url(../images/bottomBkgd.png);
	background-repeat:no-repeat;
}
.mainArea{
	background-color: #3C3C1E;
	background-image: url(../images/musicBkgd.png);
	background-repeat: no-repeat;
}
.mainArea a:link, .mainArea a:visited{
	text-decoration: underline;
	color: #a89d97; /*C1D1EA*/
}
.mainArea a:hover, .mainArea a:active{
	text-decoration: underline;
	color: #c68c06; /*C68C06*/
}
.mainArea ol, .mainArea ul {
	line-height: 18px;
	margin-left: 14px;
}

.mainArea li {
	margin: 0px 0px 0px 14px;
}
.mainArea li strong {
	font-size: 14px;
}

/*-- Footer Elements --*/
#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FeFeFe;
	background-color: #4C4D26;
	padding: 0px 22px 0px 22px;
}

#footer img {
	margin: -25px 0px 0px 0px;
}

#footer a {
	display: block;
	float: left;
	padding: 0px 14px 0px 0px;
}

#footer a:link, #footer a:visited {
	color: #FeFeFe;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FeFeFe;
	text-decoration: underline;
}
.footertext {
	float: left;
	margin: 0px 0px 0px 46px;
	padding: 25px 0px 0px 0px;
}

/*.footertext img {
	display: block;
	float: right;
	margin: 0px !important;
	padding: 0px !important;
	width: 112px;
	height: 49px;
}

.footertext a {
	display: block;
	float: right !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 112px;
	height: 49px;
	text-decoration: none;
}

.footertext a img, .footertext a:link img, .footertext a:visited img {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px !important;
	width: 112px;
	height: 49px;
	text-decoration: none;
}

.footertext a:active img, .footertext a:hover img {
	display: block;
	float:right;
	margin: 0px;
	padding: 0px !important;
	width: 112px;
	height: 49px;
	text-decoration: none;
}*/
/*-- END Footer Elements --*/

.purchaseImg {
	padding-bottom: 12px;
}

#mainContent {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 23px;
	padding-left: 67px;
	padding-top: 65px;
	padding-right: 103px;
	padding-bottom: 65px;
}

#mainContent p {
	padding-bottom: 16px;
}

#mainContent span.homeSubhead {
	font-size: 20px;
}

#sidebarLarge {
	font-size: 17px;
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 35px;
}

#sidebar {
	font-size: 13px;
	line-height: 23px;
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 35px;
}

#adjPurchase2008img {
	margin: 65px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
}

.soldOut {
	color: #fff;
	font-weight:bold;
	font-style: italic;
	font-size: 12px;
	margin-left: 8px;
	margin-top: -10px;
}


