body {
  color: #fff;
  background-color: #333;
  background-image: url("../images/bg.gif");
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ff0;
}

a img {
  border: 0px;
}

div.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

#page {
  width: 968px;
}

#nav {
  background-image: url("../images/nav/bg.gif");
  background-repeat: repeat-x;
  overflow: hidden;
}

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

#nav ul li {
  margin: 0px 0px 0px 22px;
  padding: 0px 0px 0px 24px;
  display: block;
  float: left;
  background-image: url("../images/nav/bar.gif");
  background-repeat: no-repeat;
}

#nav ul li a {
  display: block;
  line-height: 0px;
}

#nav ul.primary li.first {
  margin-left: 33px; /* 36px; from edge of first letter */
  padding-left: 0px;
  background-image: none;
}

#nav ul.secondary li {
  margin-left: 6px;
  padding-left: 6px;
}

#nav ul.secondary li.first {
  margin-left: 171px; /* 92px; */ /* 70px; */
  padding-left: 0px;
  background-image: none;
}

#nav form {
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#nav #search #q {
  color: #999;
  width: 135px; /*143px;*/
  height: 16px; /*20px;*/
  padding: 4px 4px 0px 4px;
  margin: 6px 0px 0px 0px;
  border: 0px;
  vertical-align: top;
  font-size: 11px;
  background-image: url("../images/nav/search-bg.gif");
  background-repeat: no-repeat;
}

/* specific backgrounds and sizes for each navigation button */
#nav-btn-plasmatv a {
  background-image: url("../images/nav/btn-plasmatv.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-plasmatv a:hover {
  background-position: 0px -33px;
}
#nav-btn-plasmatv a img {
  width: 79px;
  height: 33px;
}

#nav-btn-lcdtv a {
  background-image: url("../images/nav/btn-lcdtv.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-lcdtv a:hover {
  background-position: 0px -33px;
}
#nav-btn-lcdtv a img {
  width: 53px;
  height: 33px;
}

#nav-btn-digitalav a {
  background-image: url("../images/nav/btn-digitalav.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-digitalav a:hover {
  background-position: 0px -33px;
}
#nav-btn-digitalav a img {
  width: 151px;
  height: 33px;
}

#nav-btn-settopbox a {
  background-image: url("../images/nav/btn-settopbox.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-settopbox a:hover {
  background-position: 0px -33px;
}
#nav-btn-settopbox a img {
  width: 94px;
  height: 33px;
}

#nav-btn-support a {
  background-image: url("../images/nav/btn-support.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-support a:hover {
  background-position: 0px -33px;
}
#nav-btn-support a img {
  width: 53px;
  height: 33px;
}

#nav-btn-contactus a {
  background-image: url("../images/nav/btn-contactus.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-btn-contactus a:hover {
  background-position: 0px -33px;
}
#nav-btn-contactus a img {
  width: 68px;
  height: 33px;
}
/* end of navigation buttons */

#breadcrumb {
  color: #999;
  margin-top: 2px;
  margin-left: 36px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#breadcrumb a {
  color: #999;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#logo {
  clear: left;
  padding-left: 36px;
  margin: 0px;
}

#textnav {
  clear: both;
  background-image: url("../images/faded-hr.gif");
  background-repeat: no-repeat;
  padding-top: 13px;
  padding-bottom: 8px;
  text-align: center;
}

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

#textnav ul li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: inline;
}

#textnav ul li.first {
  margin-left: 0px;
}

#footer {
  color: #999;
  text-align: center;
  background-image: url("../images/faded-hr.gif");
  background-repeat: no-repeat;
  padding-top: 9px;
  margin-bottom: 20px;
}

#footer p {
  margin-top: 0px;
  margin-bottom: 1em;
}

#footer a {
  color: #999;
}