@charset "utf-8";
/* CSS Document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
/*And here is a comment to document the weirdest case of an application crash ever, and to fix it by increasing the size of this CSS document */
html {height:100%}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
	background-color:#666666;
}

a:link {
	color: #6699FF;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #66CCFF;
}
a:active {
	color: #66CCFF;
}

div#Header {
	position: absolute;
	width: 100%;
	height: 215px;
	top: 0px;
	/* background-color:#FFFF00; */
	z-index: 100;
	background-image:url(../images/new-banner2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#2C2C2C;
}

div#SideBarContainer {
	/* position: absolute; */
	/* top: 0px;
	right: 0px; */
	width: 235px;
	/*background-image:url(../Images/sidebar.jpg);*/
	background-repeat: repeat-y;
	background-position: right top;
	float: right;
	/* min-height: 100%;
	height: auto !important;
	height: 100%; */
	/* background-color:#FF9900; */
}



div#SideBar {
	padding-right: 6px;
	padding-top: 225px;
	/* padding-bottom: 40px; */
	padding-left: 20px;
}

div#Container {
	position: relative;
	width: 955px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#333333;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#333333;
	background-color:#434343;
	color:#CCCCCC;
	background-image:url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

div#ContentContainer {
	width: 955px;
	background-image:url(../images/contentbg1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 25% 50%;	/* background-color:#00FFFF; */
}

div#Content {
	width: 693px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 245px;
	padding-bottom: 50px;
	text-align: left;

}

div#Content h1 {
	color:#FFFFFF;
	font-size:x-large;
}

div#Content div.CD1 h1 {
	font-size:medium;
}	

div#FooterContainer {
	position: absolute;
	width: 720px;
	bottom: 0px;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #2C2C2C;
	border-right-color: #2C2C2C;
	z-index:50;
	clear: both;
}

div#Footer {
	padding: 10px;
	clear: both;
}

div#NavBarContainer {
	position:absolute;
	top: 215px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2C2C2C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2C2C2C;
}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 88px;
	height: 25px;
	background-color:#CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	margin-top: 2px;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-decoration:none;
	background-image: url(../images/navb1.jpg);
	background-repeat: repeat-x;
}

a.nav:hover {
	background-image: url(../images/navb2.jpg);
}

div.clearer {clear: both; line-height: 0; height: 0;}

.CD1 {
	display:block;
	float:left;
	border: 1px solid #666666;
	width: 320px;
	position:relative;
	background-color: #333333;
	margin-right: 7px;
	margin-top: 7px;
}

.CD1 h1 {
	font-size: medium;
	background-color:#4c75b7;
	margin: 0px;
	text-align:center;
	background-image:url(../images/contentboxhbg.jpg);
	background-repeat:repeat-x;
}

.CD1 img {
	margin: 10px;	
}

.CD1 p {
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#SideCart {
	border: 1px solid #434343;
	padding: 0px;
	margin-top: 20px;
	background-color:#666;
	color:#FFF;
}

div#SideCart h1 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#FFF;
	padding: 2px;
	margin: 0;
	text-align:center;
	background-color:#434343;
	background-image:url(../images/sideboxhbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #434343;
}

div#SideCart div {
	padding: 10px;
}

.SideBarBox {
	border: 1px solid #434343;
	padding: 0px;
	margin-top: 20px;
	background-color:#666;
	color:#FFF;
}

.SideBarBox h1 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#FFF;
	padding: 2px;
	margin: 0;
	text-align:center;
	background-color:#434343;
	background-image:url(../images/sideboxhbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #434343;
}

.SideBarBox div {
	margin: 0;
	padding: 10px;
}

.NewsSignupBox {
	border: 1px solid #434343;
	padding: 0px;
	margin-top: 20px;
	background-color:#666;
	color:#FFF;
}

.NewsSignupBox h1 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#FFF;
	padding: 2px;
	margin: 0;
	text-align:center;
	background-color:#434343;
	background-image:url(../images/sideboxhbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #434343;
	
}

.NewsSignupBox div {
	margin: 0;
	padding: 10px;
}

.NewsSignupBox form {
	margin: 0;
	padding: 10px;
}

/*.NewsSignupBox form input {
	margin-top: 2px;
	margin-bottom: 2px;
}*/

.StandOut {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;

}

#Albums {
	font-size:11px;
	margin-top:25px;
}

#Albums tr td img {
	width:144px;
	height:144px;
}

#Albums tr td {
	text-align:center;
	padding-right:15px;
	padding-left:15px;
}

#Albums tr td a {
	text-decoration:none;
}



div#CDAlbumContainer {
	position: relative;
	width: 693px;
	padding-top: 15px;
	
}

img#CDAlbumImg {
	float: right;
	width: 250px;
	height: 250px;
	background-image:url(../images/albumbg.jpg);
}

img#SBCoverImg {
	float: right;
	width: 250px;
	height: 333px;
}

img#CaCoverImg {
	float: right;
	width: 250px;
	height: 560px;
}

div#CDAlbumDescription {
	width: 693px;
	margin-bottom: 5px;
}

div#CDAlbumTracks {
	width: 693px;
	margin-top: 5px;
}

.BorderBottom {
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

h2 {
	color: #FFFFFF
}

table.tracks {
	font-family:"Times New Roman", Times, serif ;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tracks td {
	background-color: #CCC;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px #434343 solid;
	border-right: 0px;
	border-left: 0px;
	height: 30px;
}

table.tracks tr.hed td {
	background-color: #666;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px #434343 solid;
	font-size: 14px;
	font-weight: bold;
}



div.IconLinkBox {
	display: block;
	float: left;
	/* width: 250px; */
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	background-image:url(../images/Icons/video.jpg);
	border: dotted 1px #666666;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}

div.IconLinkBox img {
	float: left;
	margin-right: 10px;
}

div.IconLinkBox p {
	margin:0;
	margin-left: 50px;
	padding: 5px;
}

div.IconLinkBox a {
	text-decoration:none;
}

div.Floater {
	float:right;
}

.NoMarginNoPadding {
	margin: 0;
	padding: 0;
}

div.DescriptionBox {
	display: block;
	border-style:solid;
	border-width: 1px;
	padding: 0;
	height: 248px;
	width: 429px;
	border-color: #282828;
	overflow:auto;
}

div.DescriptionBoxSB {
	display: block;
	border-style:solid;
	border-width: 1px;
	padding: 0;
	height: 331px;
	width: 429px;
	border-color: #282828;
	overflow:auto;
}

div.DescriptionBox h2, div.DescriptionBoxSB h2 {
	margin: 0px;
	padding: 0;
	font-size: large;
	background-color:#4c75b7;
	text-align:center;	
	background-image:url(../images/contentboxhbg.jpg);
	background-repeat:repeat-x;
}

div.DescriptionBox h3, div.DescriptionBoxSB h3 {
	margin: 0px;
	padding: 0;
	font-size: medium;
	background-color:#333333;
	text-align:center;
}

div.DescriptionBox div.Description, div.DescriptionBoxSB div.Description {
	padding: 10px;

}

div.DescriptionBox div.Description p, div.DescriptionBoxSB div.Description p {
	margin-top:0;
}

.floatRight {
	float: right;
}.h1med {
	font-size: large;
}
.floatLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ContentBox {
	display:block;
	float:left;
	border: thin solid #666666;
	width: 100%;
	position:relative;
	background-color: #333333;
	margin-top:20px;
	margin-bottom:20px;
}

.ContentBox h1 {
	font-size: medium;
	background-color:#4c75b7;
	margin: 0px;
	text-align:center;
	background-image:url(../images/contentboxhbg.jpg);
	background-repeat:repeat-x;
}

.ContentBox img {
	margin: 10px;	
}

.ContentBox img.alignCenter {
	margin: 10px;
	text-align:center;	
}

.ContentBox p {
	margin:10px;
}

.ContentBoxLit {
	border: thin solid #666666;
	width: 500px;
	position:relative;
	background-color: #333333;
	margin-top:10px;
	margin-bottom:10px;
}

div#Content .ContentBoxLit h1 {
	font-size: medium;
	background-color:#4c75b7;
	margin: 0px;
	text-align:center;
	background-image:url(../images/contentboxhbg.jpg);
	background-repeat:repeat-x;
}

.ContentBoxLit img {
	float: left;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.ContentBoxLit .clearLeft {
	clear:left;
	line-height: 0; 
	height: 0;
}

.ContentBoxLit p {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.FlyerTitles {
	font-size: x-large;
	color: #900;
	font-weight: bold;
}
.FlyerText {
	margin: 0px;
	padding: 0px;
	color: #000;
}

.FlyerText a {
color:#00C;	
}

.FlyerText a:visited {
	color:#06F;
}

.harpBorder {
	border: 3px solid #000;	
}

.harpBorder2 {
	border: 3px solid #000;	
	float: left;
	margin-right: 10px;
}