
#divCoverRollovers {
	position: absolute;
	background-color: #330000;
}

#divBG {
	background-image: url(../img/prod_bg.gif);
	background-repeat: no-repeat;
	color:  #FFFF00;
}

a {
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
}

h1{
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 0px;
}

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

#divBG div {
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#divBG div.stat {
	position: static;
	margin: 15px;
}

/****** Left Side Display, services & Gear Div **********/
div#divLeftDisp {
	width: 333px;
	height: 350px;
}

div#divServGear {
	width: 100%;
	height: 100%;
	overflow: auto;
}

div#divServGearText {
	width: 310px;
	height: 350px;
}

div#divPageNav {
	width: 310px;
	padding:5px 0px 5px 0px;
	text-align: center;
	background-color: #000066;
}

h1#h1Services {
	padding-top:35px;
}

#divServGearText blockquote {
	margin: 15px;
	padding: 0px;
}

#divServGear li {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/****** Samples **********/
div#divSamples {
	width: 474px;
	height: 190px;
}

div#divSampleLinks{
	width: 100%;
}

div#divSamplesLeft, div#divSamplesRight{
	width: 50%;
	height: 100%
}

div#divSamplesRight{
	right: 0px;
}
/*******Before/After Samples **********/
div#divBeforeAfter {
	width: 474px;
	font-weight: bold;
}
span.song_title {
	color: #FFFF00;
	font-weight: bold;
}

/********* Rollover Text ************/
#divLeftDisp div.sample_desc {
	visibility: hidden;
	width: 306px;
}

.sample_desc h1, h2, p{
	padding-left: 13px;
	padding-right: 20px;
}
.sample_desc h1 {
	color: #FF0000;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	padding-top: 10px;
}
.sample_desc span.author {
	font-size: 12px;
}

.sample_desc h2 {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
}

.sample_desc p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.sample_desc ul {
	padding: 0px 0px;
	margin: 3px 30px;
}






