@charset "utf-8";
/* CSS Document */
body {
	background: #000 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size: 24px;
}
h2 {
 font-size: 18px;
 color: #AF11E4;
}
strong {
	color: #FF0;
	text-align: center;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
	font-weight: bold;
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 823px;
	margin: 0px auto;
}
div#audio {
}
div#logo {
}
div#header {
	width: 823px;
	height: 248px;
	background: url(images/logo-cta.jpg) no-repeat;
	font-size: 0px;
}
div#menu-spacer {
	width: 823px;
	height: 17px;
	background:url(images/menu-spacer.jpg) no-repeat;
	font-size: 0px;
}
div#flash {
}
div#box {
	margin-top: 55px;
	padding: 5px;
}
div#content {
	width: 823px;
	color: #FFF;
	text-align: left;
}
div#left {
	float: left;
	width: 550px;
	padding: 15px;
	font-weight: normal;
}
div#right {
	float: right;
	width: 220px;
	min-height: 500px;
	background:url(images/content-right-bg.jpg) bottom right no-repeat;
}
div#wrapper {
	margin: auto;
	width: 805px;
	background: #000 url(images/content-top-bg.jpg) top center no-repeat;
	border: 1px solid #AF11E4;
	min-height: 500px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
div#footer {
	margin-top: 5px;
	width: 823px;
	height: 169px;
	background:url(images/footer.jpg) no-repeat;
	color: #666;
}
div#footer p {
	margin-left: 4px;
}
div#owner {
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#copyright img {
	border: none;
}
div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav {
	width: 823px;
	height: 52px;
	background:url(images/menu.jpg) no-repeat;
}
ul#mainnav {
	float: left;
	width: 100%;
	padding: 0px;
	list-style-type: none;
	margin: 1px 0 0 9px;
}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
}
ul#mainnav li a span {
	display: none;
}
a#home {
	width: 101px;
	height: 49px;
	background:url(images/home.jpg) no-repeat;
}
a#home.current {
	background:url(images/home-r.jpg) no-repeat;
}
#about {
	width: 88px;
	height: 49px;
	background:url(images/about.jpg) no-repeat;
}
a#about.current {
	background:url(images/about-r.jpg) no-repeat;
}
a#artists {
	width: 101px;
	height: 49px;
	background:url(images/artists.jpg) no-repeat;
}
a#artists.current {
	background:url(images/artists-r.jpg) no-repeat;
}
a#kits {
	width: 69px;
	height: 49px;
	background:url(images/kits.jpg) no-repeat;
}
a#kits.current {
	background:url(images/kits-r.jpg) no-repeat;
}
a#snares {
	width: 103px;;
	height: 49px;
	background:url(images/snares.jpg) no-repeat;
}
a#snares.current {
	background:url(images/snares-r.jpg) no-repeat;
}
a#merchandise {
	width: 166px;
	height: 49px;
	background:url(images/merchandise.jpg) no-repeat;
}
a#merchandise.current {
	background:url(images/merchandise-r.jpg) no-repeat;
}
a#pricing {
	width: 99px;
	height: 49px;
	background:url(images/pricing.jpg) no-repeat;
}
a#pricing.current {
	background:url(images/pricing-r.jpg) no-repeat;
}
a#links {
	width: 79px;
	height: 49px;
	background:url(images/links.jpg) no-repeat;
}
a#links.current {
	background:url(images/links-r.jpg) no-repeat;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 823px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	color: #999;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	font-weight: normal;
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.clearfix {
	clear: both;
}

/* -------------------- Merchandise Page ------------------- */
table#price-sheet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	width: 200px;
}
table#price-sheet th{
	color: #FFFF00;
	font-size: 14pt;
}
table#price-sheet td {
	padding: 5px 0 0 0;
}