* {
  margin: 0;
  padding: 0;
}

.d {
 text-decoration: none;
 color: #898989;
  border-bottom: 1px dotted #898989;
}

img {
  border: none;
}

body {
  font-size: 16px;
}

.header {
  background: #70b6fe url(images/headrep.png) repeat-x;
  width: 100%;
  height: 131px;
}

.logo {
  background: url(images/logo.jpg) no-repeat;
  width: 289px;
  height: 131px;
  position: absolute;
  margin-top: 0px;
  margin-left: 25px;
}

.topbox {
  border-bottom: 1px solid #70b6fe;
}

.topboxwrap {
  width: 950px;
  margin: 0 auto;
}

.btite {
  color: #2d70ea;
  font-size: 20px;
  margin-right: 80px;
  padding-top: 20px;
  padding-bottom: 5px;
  width: 300px;
}

.stite {
  color: #747474;
  font-size: 18px;
  margin-right: 80px;
  padding-bottom: 5px;
  width: 360px;
}

.txt {
  color: #898989;
  font-size: 17px;
  margin-right: 80px;
  padding-top: 10px;
  padding-bottom: 5px;
  width 800px;
}

.screen {
  background: url(images/screenshot.png) no-repeat;
  width: 503px;
  height: 280px;
  margin-top: -115px;
  margin-left: 300pt;
}

.download {
  margin-top: -130px;
  position: absolute;
}

ul#nav {
float:right;
font-size:1.2em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:60px;
width:665px;
}

ul#nav li {
float:left;
}

ul#nav li.off a {
  color:#fff;
  margin-left:1em;
  text-decoration:none;
}

ul#nav li a {
  color:#fff;
  margin-left:1em;
  text-decoration:none;
}

ul#nav li a:hover {
  color:#faf519;
}

ul#nav li.on a {
  color:#faf519;
}

.footer {
  margin-top: 20px;
  height: 40px;
  border-top: 1px solid #898989;
  background-color: #ececec;
  color: #898989;
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.errors {
  margin-top: 10px;
  background: #FFF6BF;
  border: 2px dotted #FFD324;
  padding: 10px;
  text-align: center;
  width: 500px;
}

.complete {	
  background: #D6ECA6;
  border: 2px dotted #8DC93E;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: 500px;
}

ul {
  margin-left: 20px;
}
/* for contact */
fieldset {
border:medium double #CCCCCC;
}

.onebartext {
  padding-top: 3px;
  width: 500px;
  height: 25px;
  font-size: 16px;
  border: 1px solid #008084;
}

.textboxes {
  width: 500px;
  height: 150px;
  font-size: 16px;
  border: 1px solid #008084;
}

label {
  font-weight: bold;
}

.input  {
  border: medium double #0080b4;
  padding: 8px;
  background: #fff;
}

select {
  width: 500px;
}

.big_img {
  text-align: center;
}

.big_img_border {
  border: 1px solid #000;
}

.countdown {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}
