img
{
	border: 0px;
}

h1{
font-weight: bold;
margin-top: 0px;
font-size: 12px;
color: silver;
padding:0;
margin-bottom: 3px;
}

/* Top Menu System */
#beatmakers, #hiphopsamples, #musicproduction, #musicgear, #musicsoftware, #musicproducers, #support
{
background-image: url('images/downloadhiphopsamplesloops.jpg');
display: block;
background-repeat:no-repeat;
height: 63px;
}

/* Width & Normal Position */
#beatmakers
{
  width: 52px;
  background-position:0px 0px;
}
#hiphopsamples
{
  width: 124px;
  background-position:-52px 0px;
}
#musicproduction
{
  width: 124px;
  background-position:-176px 0px;
}
#musicgear
{
  width: 128px;
  background-position:-300px 0px;
}
#musicsoftware
{
  width: 126px;
  background-position:-428px 0px;
}
#musicproducers
{
  width: 92px;
  background-position:-554px 0px;
}
#support
{
  width: 72px;
  background-position:-646px 0px;
}

/* Hover */
#beatmakers:hover
{
  background-position:0px -63px;
}
#hiphopsamples:hover
{
  background-position:-52px -63px;
}
#musicproduction:hover
{
  background-position:-176px -63px;
}
#musicgear:hover
{
  background-position:-300px -63px;
}
#musicsoftware:hover
{
  background-position:-428px -63px;
}
#musicproducers:hover
{
  background-position:-554px -63px;
}
#support:hover
{
  background-position:-646px -63px;
}

/* Active */
#beatmakers:active
{
  background-position:0px -126px;
}
#hiphopsamples:active
{
  background-position:-52px -126px;
}
#musicproduction:active
{
  background-position:-176px -126px;
}
#musicgear:active
{
  background-position:-300px -126px;
}
#musicsoftware:active
{
  background-position:-428px -126px;
}
#musicproducers:active
{
  background-position:-554px -126px;
}
#support:active
{
  background-position:-646px -126px;
}

/* Span */
#beatmakers span, #hiphopsamples span, #musicproduction span, #musicgear span, #musicsoftware span, #musicproducers span, #support span
{
  display: none;
}
/* Top Menu System */ 
 
/* Header Background */
body {width:100%;}

div.hbg
{
position:absolute;
top:0;
left:0.1;
z-index:-1;
width:100%;
height:210;
background-image: url('images/_hdr-bg.jpg');
background-position:center;
background-repeat:no-repeat;
}
/* Header Background */

/* Categories */
#ctop{width:145px; height:225px; background-image:url('category.jpg');}
#ctop2{width:145px; height:285px; background: url('category.jpg') no-repeat 0 0; border:1px solid #999999;}
#cimg{width:145px; height:175px; overflow:hidden;}
#cimg2{width:145px; height:175px;}
#cbot{margin:auto; width:138px; height:45px; overflow:hidden; text-align:right; font-size:12px; font-family:tahoma}
#cbot2{clear:both; width:145px; height:60px;}
/* Categories */

/* Buy Now */
#buynow,#cart{display: block;
  width: 145px;
  height: 30px;}
#buynow span,#cart span {display: none;}
#buynow{background: url("cratediggers.jpg") no-repeat 0 0;}
#buynow:hover{background-position: 0 -60px;}
#buynow:active{background-position: 0 -120px;}
#cart{background: url("cratediggers.jpg") no-repeat 0 -30px;}
#cart:hover{background-position: 0 -90px;}
#cart:active{background-position: 0 -150px;}
/* Buy Now */