/* main.css */

a
{
  text-decoration: none;
}
a:focus, area
{
  outline-style: none;
}

img
{
  display: block;  /* get rid of gap below images */
}

body
{
  background-color: #5a5a5a;
}

div#container
{
  width: 974px;
  margin: 0px auto 5px auto;
  background: url(../images/bg-edges.jpg) top repeat-y;
}
div#center
{
  width: 932px;
  margin: 0 auto;
  background: url(../images/bg-tile.jpg) top repeat-y;
}
div#header
{
  position: relative;
}

div#homeheader
{
  position: relative;
}
div#homeheader p
{
/*border:1px solid #fff;*/
  position: absolute;
  top: 327px;
  left: 32px;
  width: 482px;
  height: 50px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 2px;
  line-height: 110%;
  color: #eee;
}

div#headnav
{
  width: 932px;
  height: 34px;
  margin: 0 auto;
  background: url(../images/bg-navbar.png) top no-repeat;
}
div#headnav ul
{
/*border:1px solid #fff;*/
  width: 932px;
  height: 34px;
  list-style-type: none;
}
div#headnav li
{
  float: left;
}
div#headnav a
{
  display: block;
  text-indent: -9999px;
  height: 34px;
}
div#headnav a:hover
{
  background-position: left -34px;
}
div#headnav .home a
{
/*border:1px solid #f00;*/
  width: 48px;
  height: 34px;
  margin-left: 87px;
  background-image: url(../images/b-home.png);
}
div#headnav .about a
{
/*border:1px solid #f00;*/
  width: 94px;
  height: 34px;
  margin-left: 65px;
  background-image: url(../images/b-aboutus.png);
}
div#headnav .cart a
{
/*border:1px solid #f00;*/
  width: 47px;
  height: 34px;
  margin-left: 65px;
  background-image: url(../images/b-cart.png);
}
div#headnav .tags a
{
/*border:1px solid #f00;*/
  width: 47px;
  height: 34px;
  margin-left: 65px;
  background-image: url(../images/b-tags.png);
}
div#headnav .search
{
/*border:1px solid #0f0;*/
  margin-left: 50px;
  position: relative;
}
div#headnav .search input#searchbox
{
  border: 0;
/*border:1px solid #f00;*/

  position: relative;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;

  margin: 0;
  width: 221px;

  padding: 7px 6px 6px 6px; /* chrome & ff, 8px bit better in safari */
/*  padding: 12px 6px 0px 6px; for ie */ /* old bit of magic */

/*  height: 22px; for ie */ /* old */
  height: 24px;
  line-height: 24px;

  outline-width: 0; /* turn off fuzzy blue focus ring */
  background: url(../images/bg-searchbox.png) no-repeat;
  text-indent: 0;
  color: #000;
}
div#headnav .search input#go
{
  position: absolute;
  top: 0px;
  left: 234px;
  z-index: 1;

  border: 0;
/*border:1px solid #f00;*/
  text-indent: -9999px;
  width: 46px;
  height: 34px;
  background: url(../images/b-go.png) no-repeat;
}
div#headnav .search input#go:hover
{
  background-position: left -34px;
}

div#homemsg
{
  position: relative;
  width: 930px;
  height: 249px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../images/msg-dvd-dnld.jpg) no-repeat;
}
div#homemsg a
{
  display: block;
  text-indent: -9999px;
  height: 46px;
}
div#homemsg a.button
{
/*border:1px solid #f00;*/
  position: absolute;
  top: 183px;
  left: 500px;
  width: 163px;
  height: 46px;
  background-image: url(../images/b-gotodvds.png);
}
div#homemsg a:hover
{
  background-position: left -46px;
}

div#content
{
  /*border:1px solid #f00;*/
}

div#footer
{
  position: relative;
  width: 932px;
  height: 269px;
  margin: 0 auto;
  background: url(../images/footer.jpg) top no-repeat;
}
div#footnav
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 932px;
  height: 34px;
  margin: 0 auto;
  background: url(../images/bg-navbar.png) top no-repeat;
}
div#footnav ul
{
/*border:1px solid #fff;*/
  width: 932px;
  height: 34px;
  list-style-type: none;
}
div#footnav li
{
  float: left;
}
div#footnav a
{
  display: block;
  text-indent: -9999px;
  height: 34px;
}
div#footnav a:hover
{
  background-position: left -34px;
}
div#footnav .support a
{
/*border:1px solid #f00;*/
  width: 82px;
  height: 34px;
  margin-left: 120px;
  background-image: url(../images/b-support.png);
}
div#footnav .contact a
{
/*border:1px solid #f00;*/
  width: 117px;
  height: 34px;
  margin-left: 80px;
  background-image: url(../images/b-contactus.png);
}
div#footnav .links a
{
/*border:1px solid #f00;*/
  width: 58px;
  height: 34px;
  margin-left: 80px;
  background-image: url(../images/b-links.png);
}
div#footnav .forum a
{
/*border:1px solid #f00;*/
  width: 63px;
  height: 34px;
  margin-left: 80px;
  background-image: url(../images/b-forum.png);
}
div#footnav .top a
{
/*border:1px solid #f00;*/
  width: 54px;
  height: 34px;
  margin-left: 80px;
  background-image: url(../images/b-top.png);
}


div#copyright
{
  position: absolute;
  top: 224px;
  width: 932px;
  height: 40px;
}
div#copyright p
{
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
  color: #aaa;
}

/*  misc  */

span.bold
{
  font-weight: bold;
}
span.ital
{
  font-style: italic;
}

.clear
{
  clear: both;
}


/*  delete?  */

.error_list
{
  color: red;
}
strong
{
  font-weight: bold;
}
em
{
  font-style: italic;
}
.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}
.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}