html,
body
{
	border:0px none;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	color:black;
	font-size:10pt;
}

div
{
	position:absolute;
}

#gradBG
{
	background-color: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMWIyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzJhMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #1b1b24 0%, #3c2a37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1b1b24), color-stop(100%,#3c2a37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1b1b24 0%,#3c2a37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1b1b24 0%,#3c2a37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1b1b24 0%,#3c2a37 100%); /* IE10+ */
	background: linear-gradient(left,  #1b1b24 0%,#3c2a37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b24', endColorstr='#3c2a37',GradientType=1 ); /* IE6-8 */
	top:0;left:0;right:0;bottom:0;
}

div#MainContentContainer
{
	Width:900px;
	background:url('../images/SemiLogo10Percent.png') no-repeat scroll right bottom;
	background-color:#f2f2f2;
	top:0;bottom:0;
	left:0px;
}

#header
{
	position:relative;
	background-image:url('../images/semi2_web.png');
	height:399px;
	cursor:pointer;
	cursor:hand;
}

#neonHeader
{
	position:relative;
	background-image:url('../images/semi2_web_neo.png');
	height:399px;
}

#navContainer
{
	background-image:url('../images/blackStripe.png');
	height:50px;
	width:900px;
	top:385px;
	z-index:100;
}

#pageContent
{
	position:relative;
	margin: 10px 0px 20px 0px;
}

#footer
{
	width:900px !important;
	height:33px;
	background:url('../images/footerStripe.png') no-repeat 0px 0px;
	font-size:7pt;
	color:#fff;
	text-align:right;
	bottom:0;
}

#copyright
{
	right:20px;
	top:14px;
}

a,
a:active,
a:visited
{
	color:#2C4282;
}

a.navLink,
a.navLink:active,
a.navLink:visited
{
	color:#FFF;
	position:absolute;
	font-size:1.2em;
	text-decoration:none;
}

a.navLink,
a.navLink:active,
a.navLink:visited,
a.navLink:focus
{
	color:#FFF;
	position:absolute;
	font-size:1.2em;
	text-decoration:none;
	border:0px none;
}

a.navLink:hover
{
	color:#C52330;
}

#artistsLink
{
	top:14px;
	left:136px;
}

#shopLink
{
	top:14px;
	left:420px
}

#aboutLink
{
	top:18px;
	left:682px;
}

#highlight_1
{
	left:0px;
	bottom:0px;
	height:126px;
	width:295px;
	background:url('../images/first_orange.png') no-repeat;
}

#highlight_2
{
	left:295px;
	bottom:0px;
	height:213px;
	width:287px;
	background: url('../images/second_blue.png') no-repeat;
}

#highlight_3
{
	right:0px;
	bottom:0px;
	height:293px;
	width:319px;
	background: url('../images/third_pink.png') no-repeat;
}

.subPageContent
{
	width:860px;
	margin-left:20px;
}

#subPages
{
	overflow:hidden;
	width:100%;
	position:relative;
}

.pageHeader
{
	position:relative;
	height:82px;
	width:900px;
	background: url('../images/redStripe.png') no-repeat;
	color:#fff;
	font-size:1.5em;
	font-weight:600;
	padding:43px 20px 0px 20px;
	margin-left:-20px;
	margin-bottom: -20px;
}

hr
{
	border:0px none;
	background:#545353;
	height:1px;
}

h2
{
	font-size:1.3em;
	font-weight:500;
}

.artistTitle
{
	font-size: 1.1em;
	color: #545353;
	font-weight:500;
}

.albumTitle
{
	font-size: 1.2em;
	font-weight:500;
	color:#C52330;
}

#artistsList
{
	margin: 0px 0px 0px -10px;
	padding:0px;
}
		
#artistsList a,
#artistsList a:visited,
#artistsList a:active
{
	height:22px;
	width:160px;
	display:block;
	padding:0px 10px;
	line-height:22px;
	text-decoration:none;
}

#artistsList a:hover { color: #C52330; }
#artistsList a.selected { color: #FFF; background: #C52330 url('../images/linkRedStripe.png') no-repeat; }

#artistInfo,
#artistInfo_1,
#artistInfo_2
{
	left: 210px;
	right:0px;
	min-height:361px;
}

#artistInfo .artistTitle
{
	font-weight:600;
	left:420px;
	margin-top: -3px;
	display:inline-block;
}

.artistBio
{
	/*margin-top:10px;
	margin-right:20px;*/
	left:420px;
	width:220px;
	top:20px;
}

.artistBio p
{
	margin-top:0px !important;
}

.artistReleases
{
	left:0px;
	right:0px;
}

.artistRelease
{
	position:relative;
	margin-bottom: 30px;
	min-height:335px;
}

.artistImage
{
	height:300px;
	width:400px;
	border:1px #545353 solid;
}

.albumCover
{
	height:300px;
	width:300px;
}

.albumTracks
{
	margin-top: -3px;
	float:right;
	width:330px;
	position:relative;
}

.albumTracks ol
{
	padding-left:20px;
	margin-top:0px;
}

.albumTracks ol li
{
	padding:0px;
}

.albumNote
{
	color: #545353;
	font-size:0.8em;
}

.albumDetails
{
	position:relative;
	background-color:#000;
	color:#FFF;
	font-size:0.65em;
	padding:2px 10px;
	margin-bottom:5px;
}

.albumDetails a
{
	float:right;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: underline;
	font-size:1.25em;
}

.albumNumber
{
	font-size:1.25em;
	font-weight:600;
}

.detailsSpacer
{
	padding:0px 20px;
}

div.graphicArtistLink
{
	top:0px;
	margin:0px 10px 20px;
	width:300px;
	height:225px;
	color: #FFFFFF;
	cursor:pointer;
	cursor:hand;
	border:1px #FFFFFF solid;
}

div.graphicArtistLink img
{
	position:absolute;
	width:300px;
	height:225px;
}

div.graphicArtistLink div
{
	background-image:url('../images/blackStripe.png');
	height:30px;
	font-size:1.25em;
	text-transform:uppercase;
	top:175px;
	width:280px;
	padding:10px;
}