* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 95%;
  color: #FFF;
  background: url(../images/bg.gif);
  background-color: #000;
}

.clear {
  width: 100%;
  clear: both;
}
a {
  color: #CC6633;
}
a:hover {
  color: #FF9900;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */


#wrap {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: url(../images/bgWrap.gif);
}

/* HEADER & NAV */

#header {
  width: 840px;
  height: 120px;
  float: left;
  background: url(../images/bg.gif);
}
#header img {
  width: 133px;
  height: 76px;
  margin: 25px 0 25px 0px;
  display: block;
  float: left;
  border: none;
}
#header ul {
  margin-top: 42px;
  float: right;
  list-style: none;
}
#header li {
  display: inline;
  float: left;
  margin-right: 5px;
}
.ie #header li {
  height: 36px;
  margin-right: 5px;
}
#header li.last {
  margin-right: 0;
}
#header li a {
  display: block;
  color: #CCC;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 6px;
  text-decoration: none;
  border: 1px solid #000;
}

#header li a:hover {
  color: #FFF;
  background-color: #261D1B;
  text-decoration: underline;
  border: 1px solid #261D1B;
}
#header li a.active {
  background: none;
  border: 1px solid #423632;
}


/* CONTENT */

#content {
  width: 800px;
  margin: 30px 20px;
  padding: 20px 0;
  display: block;
  clear: both;
}
.ie #content {
  padding: 0;
}
#content h1, h2, h3, h4, h5 {
  width: 376px;
  margin-bottom: 12px;
  color: #887874;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: -0.05em;
}
#content h2 {
  color: #CC9966;
}
#content h3, h4, h5 {
  color: #CC6633;
}
#content p {
  width: 460px;
  margin-bottom: 15px;
  color: #DDD0C4;
  line-height: 1.5em;
}
#content ul {
  margin: 0 0 15px 48px;
  color: #DDD0C4;
  line-height: 1.5em;
}
#content img {
  width: 320px;
  margin: 5px 0 15px 20px;
  float: right;
  display: block;
  border: 1px solid #333;
}
#content .article {
  width: 720px;
  display: block;
  float: left;
  margin-bottom: 25px;
}
#content .product {
  width: 800px;
  display: block;
  float: left;
  margin-bottom: 25px;
}
#content .audio {
  display: inline;
  margin: -20px 0 0 0;
}
#content .product img.buyNow {
  width: 180px;
  height: 46px;
  margin: 0 0 20px 0;
  float: left;
  border: none;
}

/* FOOTER */

#footer {
  width: 840px;
  height: 40px;
  display: block;
  clear: both;
}
#footer ul {
  margin: 40px 20px;
  list-style: none;
}
#footer li {
  display: inline;
  margin-right: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #312927;
}
.ie #footer li {
  font-size: 80%;
}
#footer li a {
  color: #665753;
  text-transform: uppercase;
  font-weight: normal;
}
#footer li a:hover {
  color: #633D32;
}

