html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  	margin: 0;
  	padding: 0;
  	border: 0;
	}
	
body {
	background: #fff;
	text-align: center;
	padding-bottom: 40px;
	}
	
h1 {
	width: 960px;
	height: 122px;
	margin: 0 auto 5px auto;
	text-indent: -9999px;
	line-height: 0;
	background: url(../images/page/new-header.jpg) left top no-repeat;
	border-bottom: double #B7B7B7;
	}
	
h1 a {
	width: 960px;
	height: 120px;
	display: block;
	}
	
h1 a {
	width: 960px;
	height: 180px;
	display: block;
	}
	
h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	}
	
h2 {
	font-size: 50px;
	padding-bottom: 38px;
	letter-spacing: -1px;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #CCCCCC;
	}
	
h3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	}
	
h3 .lighter {
	color: #B0A6A6;
	font-size: 20px;
	}
	
h3 a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	}
	
h3 a:hover {
	color: #000;
	text-decoration: none;
	}
	
h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
.shoppost h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	}
	
p {
	color: #635858;
	font-family: verdana, helvetica, arial, sans-serif;
	}
	
a {
	color: #DB7E7E;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #CE5252;
	text-decoration: underline;
	}
	
/* nav lives here */
#nav {
	width: 100%;
	height: 24px;
	background: #B7B7B7;
	}

#navbar ul {
	width: 960px;
	height: 24px;
  	margin: 0 auto 0 auto;
  	padding: 0;
  	list-style: none;
	}

#navbar li {
  	/*float the main list items*/
  	height: 24px;
  	float: left;
  	margin: 0;
  	padding: 0;
  	text-indent: -9999px;
	}

#navbar a {
 	display: block;
  	height: 24px;
  	text-decoration: none;
	}

#navbar a:hover {
	background-position: top left no-repeat;
	}

#navshop, #navshop a {
	width: 47px;
	background: url(../images/page/nav/nav_shop.gif) top left no-repeat;
	}

#navshop a:hover, #navshop a.selected {
	background: url(../images/page/nav/nav_shop.gif) bottom left no-repeat;
	}

#navrad, #navrad a {
	width: 52px;
	background: url(../images/page/nav/nav_rad.gif) top left no-repeat;
	}

#navrad a:hover, #navrad a.selected {
	background: url(../images/page/nav/nav_rad.gif) bottom left no-repeat;
	}

#navveneer, #navveneer a {
	width: 69px;
	background: url(../images/page/nav/nav_veneer.gif) top left no-repeat;
	}

#navveneer a:hover, #navveneer a.selected {
	background: url(../images/page/nav/nav_veneer.gif) bottom left no-repeat;
	}

#navrecords, #navrecords a {
	width: 78px;
	background: url(../images/page/nav/nav_records.gif) top left no-repeat;
	}

#navrecords a:hover, #navrecords a.selected {
	background: url(../images/page/nav/nav_records.gif) bottom left no-repeat;
	}

#navpublishing, #navpublishing a {
	width: 93px;
	background: url(../images/page/nav/nav_publishing.gif) top left no-repeat;
	}

#navpublishing a:hover, #navpublishing a.selected {
	background: url(../images/page/nav/nav_publishing.gif) bottom left no-repeat;
	}

#navdocuments, #navdocuments a {
	width: 100px;
	background: url(../images/page/nav/nav_documents.gif) top left no-repeat;
	}

#navdocuments a:hover, #navdocuments a.selected {
	background: url(../images/page/nav/nav_documents.gif) bottom left no-repeat;
	}
	
#navevents, #navevents a {
	width: 67px;
	background: url(../images/page/nav/nav_events.gif) top left no-repeat;
	}

#navevents a:hover, #navevents a.selected {
	background: url(../images/page/nav/nav_events.gif) bottom left no-repeat;
	}
	
#navdigital, #navdigital a {
	width: 67px;
	background: url(../images/page/nav/nav_digital.gif) top left no-repeat;
	}

#navdigital a:hover, #navdigital a.selected {
	background: url(../images/page/nav/nav_digital.gif) bottom left no-repeat;
	}
	
#navcoupon, #navcoupon a {
	width: 84px;
	background: url(../images/page/nav/nav_coupon.gif) top left no-repeat;
	}

#navcoupon a:hover, #navcoupon a.selected {
	background: url(../images/page/nav/nav_coupon.gif) bottom left no-repeat;
	}

#navcontact, #navcontact a {
	width: 67px;
	background: url(../images/page/nav/nav_contact.gif) top left no-repeat;
	}

#navcontact a:hover, #navcontact a.selected {
	background: url(../images/page/nav/nav_contact.gif) bottom left no-repeat;
	}
	
/* nav ends here */

#container {
	width: 960px;
	margin: 5px auto 12px auto;
	padding-bottom: 12px;
	border-top: double #B7B7B7;
	}
	
#leftcol {
	width: 498px;
	padding-top: 35px;
	background: transparent;
	float: left;
	text-align: left;
	}
	
#rightcol {
	width: 442px;
	padding-top: 40px;
	background: transparent;
	float: right;
	text-align: left;
	}

	
#leftcol_secondlevel {
	width: 660px;
	padding-top: 35px;
	background: transparent;
	float: left;
	text-align: left;
	}
	
#leftcol_secondlevel p {
	width: 100%;
	font-size: 11px;
	clear: right;
	}
	
#leftcol_secondlevel h5 {
	width: 100%;
	clear: both;
	margin-top: 20px;
	font-size: 16px;
	}
	
#rightcol_secondlevel {
	width: 260px;
	padding: 50px 0 20px 0;
	margin-bottom: 20px;
	background: transparent;
	float: right;
	text-align: left;
	}

#rightcol_secondlevel h3 {
	color: #333;
	}
	
#rightcol_secondlevel p {
	font-size: 12px;
	line-height: 19px;
	margin-top: 20px;
	}
	
#rightcol_secondlevel ul {
	list-style-type: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	}
	
#rightcol_secondlevel li {
	margin-bottom: 6px;
	}
	
#catalog_secondlevel {
	width: 960px;
	padding-top: 25px;
	background: transparent;
	float: left;
	text-align: left;
	}
	
#catalog_secondlevel p {
	width: 100%;
	font-size: 11px;
	clear: right;
	}
	
#catalog_secondlevel h2 {
	padding-bottom: 25px;
	margin-bottom: 15px;
	text-align: left;
	}
	
	
#catalog_secondlevel h5 {
	width: 100%;
	clear: both;
	margin-top: 20px;
	font-size: 16px;
	}
	
.catalogtable {
    width: 100%;
    }
    
.catalogtable tr td {
    text-align: left;
    }
	
#contactcontent {
	margin: 30px auto 0 auto;
	}

#contactcontent p {
	margin: 7px 0 14px 0;
	}
	
#bandsection {
	margin: 30px 0 0 24px;
	}

#bandsection img {
	margin: 0 20px 20px 0;
	border: 2px solid #fff;
	}
	
#bandsection img:hover {
	border: 2px solid #CE5252;
	}
	
#bandsection a {
	border: 0;
	background: transparent;
	text-decoration: none;
	}
	
#bandsection a:hover {
	border: 0;
	}
	
#artistlist p {
margin: 0 0 6px 0;
font-size: 12px;
	}
	
#artistlist a {
	font-size: 13px;
	}
	
.bigimage img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	}
	
.post {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 18px 0;
	margin-bottom: 40px;
	width: 498px;
	float: left;
	}
	
.post img {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	padding: 4px;
	border: 1px solid #CCC;
	}
	
.post img a {
	border: 1px solid #CCC;
	}
	
.post img a:hover {
	padding: 4px;
	border: 1px solid #333;
	}
	
.post p {
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 18px;
	}
	
.shoppost {
	border-bottom: 1px solid #CCCCCC;
	padding: 36px 0 18px 0;
	width: 660px;
	float: left;
	}
	
.shoppost img {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	padding: 4px;
	border: 1px solid #CCC;
	}
	
.shoppost img a {
	border: 1px solid #CCC;
	}
	
.shoppost img a:hover {
	padding: 4px;
	border: 1px solid #333;
	}
	
.shoppost p {
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 18px;
	}
	
.lightboxer {
	float: left;
	background: url(../images/page/magnify_plus.gif) no-repeat bottom left;
	padding-bottom: 12px;
	}
	
#subleftcol {
	width: 199px;
	padding: 0 10px 0 10px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
.newitem {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
	}
	
.newitem img {
	float: left;
	margin-right: 8px;
	border: 0;
	display: inline;
	}
	
.newitem p {
	font-size: 11px;
	line-height: 16px;
	}
	
#subrightcol {
	width: 209px;
	padding: 0 0 0 10px;
	float: left;
	}
	
#subrightcol p {
	font-size: 10px;
	margin-bottom: 10px;
	}

#footer {
	width: 960px;
	margin: 10px auto 20px auto;
	padding-top: 12px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: left;
	}
	
#footer p {
	font-size: 11px;
	margin-bottom: 14px;
	}
	
#footer a {
	font-weight: normal;
	margin-right: 14px;
	}

#footer img {
	float: right;
	margin: -5px 0 0 0;
	}
	
	

/* comments */

label {
font: 12px/18px helvetica, arial, sans-serif;
color: #999;
font-weight: bold;
}

#message {
width: 300px;
}

.comments {
float: left;
width: 500px;
}

.commentform {
margin: 12px 0 0 0;
padding: 12px 0 0 0;
border-top: 1px dotted #e2e2e2;
font: 11px georgia, palatino, times, serif;
width: 500px;
float: left;
}

.commentbox {
border: 1px dotted #ccc;
margin-bottom: 10px;
padding: 8px;
background: #FEEEEE;
}

#txpCommentInputForm {
	width: 500px;
	float: left;
	}

.sepdash {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin: 10px 0 15px 0;
	width: 100%;
	}
	
#cpreview {
	padding: 10px;
	border: 1px dotted #ccc;
	background: #eee;
	}
	
table.catalogtable {
	color: #635858;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	}
	
table.catalogtable thead {
	font-weight: bold;
	}
	
table.catalogtable tbody td {
	padding: 2px 0 2px 0;
	}