/* @override
  http://www.stikk.nl/test/css/main.css
  http://stikk.nl/css/main.css
*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: url(../images/bg.png) center 0;
}

body {
  font: 75%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #3d3d3d;
  padding-top: 83px;
}

#logo {
  width: 253px;
  height: 241px;
  display: block;
  background-image: url(../images/logo.png);
  text-indent: -9999px;
  margin: 0 auto;
}

/*  SIGNUP */

form {
  width: 307px;
  margin: 0 auto 0;
  height: 109px;
  background: url(../images/download_bg.png) 0 0;
  padding: 30px 48px 45px;
  overflow: hidden;
}

form h1 {
  width: 308px;
  height: 27px;
  background-image: url(../images/h1.png);
  text-indent: -9999px;
  margin-bottom: 20px;
}

form label.ss-q-title {
  float: left;
  width: 96px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  text-indent: -9999px;
  background-image: url(../images/label.png);
  margin-right: 11px;
  margin-top: 8px;
}

form input {
  width: 180px;
  height: 23px;
  padding: 7px 10px 0;
  margin: 0 0 8px;
  background-image: url(../images/input.png);
  border-width: 0;
  border-style: none;
  font: 1em/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: #000;
  float: right;
  display: inline;
}

form button {
  padding: 0;
  margin: 0 1px 0 0;
  border-width: 0;
  border-style: none;
  width: 73px;
  height: 30px;
  background-image: url(../images/button.png);
  float: right;
  display: inline;
  cursor: pointer;
  clear: both;
}

form button span {
  display: none;
}

/*  PITCH */

#slogan {
  width: 313px;
  height: 14px;
  margin: 50px auto 0;
  background-image: url(../images/signup_bg.png);
  padding: 40px 45px 27px;
  overflow: hidden;
  text-transform:uppercase;
  text-align:center;
}
#slogan h1 {
  font-size:1.6em;
}

#description {
  width: 307px;
  margin: 0 auto 0;
  height: 109px;
  background: url(../images/download_bg.png) 0 0;
  padding: 30px 48px 45px;
  overflow: hidden;
}

#description a {
  color:#3d3d3d;
  font-weight: bold;
}
#description a:hover {
  text-decoration:none;
}

/*  COMPANIES */

#companies {
  width: 313px;
  height: 388px;
  margin: 0 auto 20px;
  background-image: url(../images/companies_bg.png);
  padding: 20px 45px 10px;
}

#companies h2 {
  background-image: url(../images/h2.png);
  text-indent: -9999px;
  width: 279px;
  height: 30px;
  margin: 5px auto 30px;
}

#companies ul {
  width: 300px;
  list-style-type: none;
  list-style-position: outside;
}

#companies ul li {
  width:150px;
  height: 70px;
  margin-bottom: 35px;
  float:left;
}

#companies ul li a {
  width: 150px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  float:left;
}

#companies ul li a#btn-e {
  background: url(../images/companies/e.png) no-repeat;
}

#companies ul li a#btn-marvia {
  background: url(../images/companies/marvia.png) no-repeat;
}

#companies ul li a#btn-sofa {
  background: url(../images/companies/sofa.png) no-repeat;
}

#companies ul li a#btn-soocial {
  background: url(../images/companies/soocial.png) no-repeat;
}

#companies ul li a#btn-wakoopa {
  width:300px;
  background: url(../images/companies/wakoopa.png) 80px 0 no-repeat;
}