body {
  background: #000;
  color: #ccc;
  font: 62.5% "Lucida Sans Unicode", "Lucida Grande", san-serif;
  margin: 0;
}

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

/** Header **/

#headerbg {
  background: #000;
}

#header {
  background: url(../images/header/header-bg.jpg) repeat-x;
  height: 153px;
  text-align: left;
  width: 955px;
}

#header #mininav {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

#mininav img {
  border: none;
  vertical-align: text-bottom;
}

#header #navbar {
  background: url(../images/header/navbar-bg.jpg) repeat-x;
  height: 40px;
  left: 0;
  position: absolute;
  top: 63px;
  width: 100%;
}

#header #navbar div {
  margin: 0 auto;
  width: 955px;
}

#navbar h1 {
  float: left;
  margin: 0;
  position: relative;
  top: -12px;
}

#navbar h1 a {
  background: url(../images/header/logo.png) no-repeat;
  display: block;
  height: 68px;
  outline: none;
  text-indent: -9999px;
  width: 177px;
}

#navbar ul {
  background: url(../images/header/nav.jpg) no-repeat;
  float: left;
  height: 31px;
  list-style: none;
  margin: 5px 0 0 12px;
  padding: 0;
  overflow: hidden;
  width: 506px;
}

#navbar ul li {
  display: block;
  float: left;
  height: 31px;
  text-indent: -9999px;
}

li#products, li#media, li#whoweare, li#blog {
  width: 101px;
}

li#contactus {
  width: 102px;
}

#navbar ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

#navbar #products a:hover {
  background: url(../images/header/nav.jpg) no-repeat 0 -34px;
}

#navbar #media a:hover {
  background: url(../images/header/nav.jpg) no-repeat -101px -34px;
}

#navbar #whoweare a:hover {
  background: url(../images/header/nav.jpg) no-repeat -202px -34px;
}

#navbar #blog a:hover {
  background: url(../images/header/nav.jpg) no-repeat -303px -34px;
}

#navbar #contactus a:hover {
  background: url(../images/header/nav.jpg) no-repeat -404px -34px;
}

#navbar form {
  float: right;
  margin: 4px 0 0;
}

#navbar form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#navbar form .input {
  background: #000;
  border: 1px solid #333;
  color: #999;
  font-size: 1.1em;
  height: 13px;
  margin-right: 10px;
  padding: 8px 5px;
  text-align: center;
  width: 180px;
}

#navbar form .submit {
  vertical-align: top;
}

#header #news {
  border: 1px solid #333;
  border-left: none;
  border-right: none;
  left: 0;
  position: absolute;
  top: 125px;
  width: 100%;
}

#news p {
  background: url(../images/header/news-bolt.gif) no-repeat 144px 0;
  border: 1px solid #960;
  border-left: none;
  border-right: none;
  line-height: 24px;
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  width: 955px;
}

#news p strong {
  font-weight: normal;
  margin: 0 40px 0 63px;
}

#news .bul {
  color: #ed1c24;
  font-weight: bold;
  margin: 0 10px;
}

/** Footer **/

#footer {
  background: #000 url(../images/footer/footer-bg.jpg) repeat-x;
  border-top: 1px solid #666;
  clear: both;
  height: 157px;
  margin: 0 auto;
  text-align: right;
  text-transform: uppercase;
  width: 955px;
}

#footer a {
 color: #FFFFFF;
}

#footer a:hover {
 color: #FF0000;
}

#footer p {
  margin: 10px 20px;
}

#footer .nav {
  float: left;
  text-align: left;
}

#footer img {
  float: right;
  margin-left: 20px;
}