html {
  background-color: #000000;
}

body {
  text-align: center; /* centered positioning */
}

#container {
  width: 750px;
  /*border: 1px solid white;*/
  color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0px;
  margin: 10px auto; /* centered positioning */
  text-align: left; /* centered positioning */
}

#table-main {
  width: 750px;
  cellpadding: 0px;
  cellspacing: 0px;
  border: 0px;
}


h3 {
  font-size: 18px;
}

h4 {
  color: #FFFDD2;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-top: 30px;
}

h4.firsthdg {
  margin-top: 0px;
}

p.q {
  font-weight: bold;
  margin: 0 0 3px 15px;
}

p.a {
  margin: 0 0 20px 15px;
}

/* --------- LINKS --------- */
a {
  color: #FFFF99;
  text-decoration: underline;
}

a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

a.pagenav {
  color: #FFFFFF;
  text-decoration: none;
}

a.pagenav:hover {
  color: #CCCCCC;
  text-decoration: none;
}
/* --------- END LINKS --------- */


/* --------- NAVIGATION --------- */
#td-nav {
  vertical-align: top;
  background-image: url(../x-images/bkg-pattern.gif);
  background-repeat: repeat;
  width: 150px;
}

#nav {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#nav li {
  margin-top: 20px; /* space between main items */
  font-size: 11px;
  text-transform: lowercase;
}

#nav li a {
  color: #FFFFFF;
  text-decoration: none;
}

#nav li a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

/* Active Main Menu Link (e.g., Fur Store, About Us) */
#nav .secthead {
  font-weight: bold;
  margin-bottom: 4px;
}

/* Sub Menu Links (e.g., Accessories) */
#nav .sectlink {
  margin-top: 3px; /* space between sub items */
  margin-left: 10px; /* indent from left */
}
/* --------- END NAVIGATION --------- */


#td-content {
  vertical-align: top;
  text-align: center;
  padding: 0 0 0 0;
}

/* Content Section for About Us and Services */
#td-content_alt1 {
  vertical-align: top;
  padding: 0 0 0px 20px;
}

/* Content Section for Contact Us */
#td-content_contact {
  vertical-align: top;
  padding: 0 0 10px 20px;
  background-image: url(../x-images/bkg-exterior.jpg);
  background-repeat: no-repeat;
  height: 500px;
}

/* Content Section for Media */
#td-content_media {
  vertical-align: top;
  padding: 0 0 10px 20px;
  background-image: url(../x-images/bkg-projector.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 500px;
}


/* --------- MEDIA PAGE --------- */
#div-mediaplayer {
  width: 550px;
  text-align: center;
  margin-top: 25px;
}

#div-medialist {
  margin-top: 45px;
}

#div-medialist td {
  text-align: center;
  line-height: 16px;
}
/* --------- END MEDIA PAGE --------- */



/* --------- RIGHT SIDEBAR --------- */
#td-sidebar {
  vertical-align: top;
  width: 200px;
}

/* Sidebar Section for About Us and Services */
#td-sidebar_alt1 {
  vertical-align: top;
  text-align: center;
  width: 200px;
}

/* Sidebar Section for Fur Store Main Page */
#td-sidebar_alt2 {
  vertical-align: top;
  text-align: center;
  width: 150px;
  padding-top: 0px;
}

#sidebar {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
}

#sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

#sidebar li {
  margin-top: 3px; /* space between main items */
  color: #FFFDD2;
  font-size: 11px;
  text-transform: lowercase;
}

#sidebar li.listhead {
  margin-top: 3px; /* space between main items */
  margin-bottom: 22px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
}

#sidebar li.listsubhead {
  margin-top: 3px; /* space between main items */
  color: #FFFFFF;
  font-size: 11px;
  font-style: italic;
  text-transform: lowercase;
}
/* --------- END RIGHT SIDEBAR --------- */


/* Barnes Logo at bottom */
#td-logo {
  vertical-align: bottom;
  text-align: center;
  padding-top: 10px;
}

/* Photo blocks */
.td-photo1 {
  vertical-align: middle;
  text-align: right;
  padding: 5px;
}

.td-photo2 {
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}

.td-photo3 {
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}

/* Contact Table */
#contact-info td {
  vertical-align: top;
  padding: 0 0 10px 0;
}

.uline {
  text-decoration: underline;
}