* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

body {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-family: GillSans, arial, helvetica, sans-serif;
  line-height: 20px;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

#container {
  width: 979px;
  margin: 0 auto 20px auto;
  border: 1px solid #595656;
  position: relative;
}

#header {
  height: 110px;
  position: relative;
}

#header h1 a {
  position: absolute;
  top: 40px;
  left: 32px;
  display: block;
  width: 307px;
  height: 26px;
  background-image: url('/images/gs_header.png');
  text-indent: -100000px;
}

#menu {
  background-image: url('/images/menu_bar.png');
  background-repeat: repeat-x;
  height: 32px;
  position: relative;
}

#menu ul {
  width: 470px;
  list-style-type: none;
  margin: 0 auto;
  padding-top: 7px;
}

#menu ul li {
  float: left;
  margin: 0 11px;
  position: relative;
}

#menu ul li ul {
  left: 0;
  top: 20px;
  display: none;
  position: absolute;
  border: 1px solid #fff;
  border-top: 0;
  width: 120px;
  margin: 0;
  padding: 0;
  background-color: #595656;
}

#menu ul li:hover ul {
  display: block;
}

#menu ul li a {
  display: block;
  color: #fff;
  text-indent: -100000px;
  background-repeat: no-repeat;
  background-position: top;
  height: 20px;
  position: relative;
}

#menu ul li#home a {
  width: 37px;
  background-image: url('/images/menu_home.png');
}

#menu ul li#artists a {
  width: 41px;
  background-image: url('/images/menu_artists.png');
}

#menu ul li#artists ul li {
  float: none;
}

#menu ul li#artists ul li:hover {
  display: block;
}

#menu ul li#artists ul li a {
  background-image: none;
  text-indent: 0;
  display: block;
  width: auto;
}

#menu ul li#artists ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2A2A2A;
}

#menu ul li#releases a {
  width: 50px;
  background-image: url('/images/menu_releases.png');
}

#menu ul li#mastering a {
  width: 59px;
  background-image: url('/images/menu_mastering.png');
}

#menu ul li#gallery a {
  width: 44px;
  background-image: url('/images/menu_gallery.png');
}

#menu ul li#links a {
  width: 30px;
  background-image: url('/images/menu_links.png');
}

#menu ul li#contact a {
  width: 50px;
  background-image: url('/images/menu_contact.png');
}

#content {
  background-color: #000;
  min-height: 648px;
  background-repeat: no-repeat;
}

#content #coming_soon {
  color: #000;
  margin: 60px 0 0 600px;
}


/*******************************
* footer content
*******************************/

#footer {
  margin: 20px 0;
}

#footer #beatport_logo {
  float: right;
  margin: 0 20px 0 0;
}


/*******************************
* Player
*******************************/
.player {
  width: 500px;
  margin: 100px auto;
}


/*******************************
* Individual page content
*******************************/

#artists_text {
  width: 480px;
  margin: 130px 0 0 240px;
  text-align: justify;
}

#mastering_home {
  width: 420px;
  margin: 85px 0 0 300px;
}

#mastering_home {
  text-align: justify;
}

#mastering_home ul {
  list-style-type: none;
  margin-top: 30px;
}

#mastering_home ul li {
  margin-bottom: 10px;
}

#mastering_home ul li span {
  font-weight: bold;
}

#contact_home {
  border: 0px solid #f00;
  width: 330px;
  margin: 100px auto 0 auto;
  text-align: center;
}

#contact_home span {
  display: block;
  font-weight: bold;
}

#contact_home h3 {
  letter-spacing: 40px;
  text-transform: uppercase;
}

#contact_home h3, #contact_home p {
  margin-bottom: 30px;
}

#artists_content {
  text-align: center;
  margin: 100px 0 0 0;
  font-size: 40px;
}

#artists_content a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

#artists_content a:hover {
  text-decoration: none;
}

#artists_content ul {
  list-style-type: none;
}

#artists_content ul li {
  margin-bottom: 40px;
}

#album_art {
  width: 800px;
  margin: 50px auto;
  text-align: center;
}

#album_art img {
  margin: 0 30px;
}

#ex_links {
  text-align: center;
  margin-top: 100px;
}

#ex_links ul {
  list-style-type: none;
}
