/* 490 - Cascading Style Sheets */

* {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Helvetica, sans-serif;
}

body {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  background: #0b0b0b;
  text-align: center;
  background: #0b0b0b url(../images/main_bg.gif) repeat-x;
  /* background-attachment:fixed; */
}

h1, h2, h3, h4 {
  font-family: "Tahoma", Helvetica, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
  color: #9b9b9b;
}

h4 {
  font-size: 13px;
  color: #ebebeb;
}

strong {
  color: #9b9b9b;
}

em {
  color: #7b7b7b;
}

a {
    outline: none;
}

a {
    overflow: hidden;
}

a:link {
  text-decoration: underline;
  color: #e01b21;
}

a:hover, a:active {
  text-decoration: none;
  color: #e01b21;
}

img {
  border: none;
}


/* Page */

#page {
  width: 100%;
  height:100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  visibility: hidden;
}


/* Container */

#container {
  width: 980px;
  height:100%;
  margin: 0 auto;
  text-align: left;
}


/* Menu */

#menu {
  margin: 0;
  padding: 0;
  width: 980px;
  height: 30px;
  text-align: right;
  position: absolute;
  top: 0;
  background: #0b0b0b url(../images/main_bg.gif) repeat-x;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#menu ul li {
  float: left;
  margin: 0 12px;
}

#menu ul li a {
  background: url(../images/btn_bg.gif) no-repeat 0 0;
  height: 28px;
  line-height: 28px;
  float: left;
  width: 126px;
  display: block;
  font-size: 11px;
  color: #3b3b3b;
  text-decoration: none;
  text-align: center;
}

#menu ul li a:hover {
  color: #0b0b0b;
  text-decoration: none;
}

#menu ul li a.visited {
  color: #0b0b0b;
}
/* Hide from IE5-Mac \*/
#menu ul li a {
float: none
}
/* End hide */


/* Content */

#content {
  background: #0b0b0b;
  width: 980px;
  height: 100%;
}

#logo {
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  width: 130px;
  height: 55px;
  top: 14%;
  position:absolute;
  margin-left: 10px;
}

#logo h1, #logo small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#logoPack {
  background-image: url(../images/logo_pack.gif);
  background-repeat: no-repeat;
  width: 130px;
  height: 80px;
  top: 14%;
  position:absolute;
  margin-left: 10px;
}

#logoPack h1, #logoPack small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#logoCat {
  background-image: url(../images/logo_cat.gif);
  background-repeat: no-repeat;
  width: 130px;
  height: 80px;
  top: 14%;
  position:absolute;
  margin-left: 10px;
}

#logoCat h1, #logoCat small {
  margin:0px;
  display:block;
  text-indent:-9999px;
}

#title {
  position: absolute;
  top: 15%;
  margin: 15px 0 0 580px;
}

#text {
  padding: 0 20px 0 20px;
  width: 940px;
  top: 33%;
  position:absolute;
}

#text p {
  line-height: 140%;
  font-size: 14px;
  color:#6b6b6b;
}

#text p span {
  color:#6b6b6b;
}

#text p span .small {
  font-size: 13px;
}

#text p a {
  text-decoration: underline;
  color: #e01b21;
}

#text p a:hover {
  text-decoration: none;
  color: #e01b21;
}


/* Featured */

#featured {
  background: #eee url(../images/feat_bg.gif) repeat-x;
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 21px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}


/* Footer */

#footer {
  position:absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
}


/* White Paper */

.wp {
  margin: 75px 0 0 490px;
  height: 26px;
  top: 10%;
  position: absolute;
}

.wp_left {
  background: url(../images/input_bg.gif) no-repeat left top;
  padding: 7px 0 0 8px;
  width: 230px;
  height: 26px;
  float: left;
}

.wp_left input {
  border: none;
  background: transparent;
  width: 214px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  margin: 0;
  padding: 0;
}

.wp_center {
  width: 26px;
  float: left;
}

.wp_center input {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: none;
}

.wp_right {
  padding: 5px 0 0 5px;
  float: left;
}

.wp_right p {
  color: #6b6b6b;
}

.wp_right p span {
  color: #9b9b9b;
}

#contactResponse, #registrationResponse {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #e01b21;
}