/*

    Created by WookaSh - wookash.waw.pl
--------------------------------------------------------
    Contact: wookash@wookash.waw.pl

*/

* {
  outline: none;
  margin: 0; 
  padding: 0;
}

html { 
  background: url(../lay/logo.jpg) no-repeat left top;
  background-color: #1d2329;
  font-family: Helvetica, Arial, sans-serif;
}

/* Menu */

#menu {
  margin: auto;
  width: 900px;
  margin-top: 70px;
  text-align: right;
}

#menu li {
  list-style: none;
  display: inline;
  font-size: 23px;
  font-weight: bold;
  margin-right: 35px;
  letter-spacing: -1px;
}

#menu a {
  text-decoration: none;
}

/* Menu - Offer */

.offer a {
  color: #d84754;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.offer_selected {
  padding: 8px 15px 8px 15px;
  background-color: #d92739;
  position: relative;
}

.offer_selected a {
  color: white;
}

.offer :hover {
  padding: 8px 15px 8px 15px;
  background-color: #d92739;
  color: white;
}

/* Menu - Web */

.web a {
  color: #e387a5;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.web_selected {
  padding: 8px 15px 8px 15px;
  background-color: #fc6597;
  position: relative;
}

.web_selected a {
  color: white;
}

.web :hover {
  padding: 8px 15px 8px 15px;
  background-color: #fc6597;
  color: white;
}

/* Menu - Other */

.other a {
  color: #9ec366;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.other_selected {
  padding: 8px 15px 8px 15px;
  background-color: #9acf4c;
  position: relative;
}

.other_selected a {
  color: white;
}

.other :hover {
  padding: 8px 15px 8px 15px;
  background-color: #9acf4c;
  color: white;
}

/* Menu - Contact */

.contact a {
  color: #99c9e0;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.contact_selected {
  padding: 8px 15px 8px 15px;
  background-color: #7ec8ed;
  position: relative;
}

.contact_selected a {
  color: white;
}

.contact :hover {
  padding: 8px 15px 8px 15px;
  background-color: #7ec8ed;
  color: white;
}

/* Content */

#content {
  float: left;
  margin-top: 125px;
  width: 100%;
}

.work {
  background-color: #262d33;
  width: 100%;
  height: 60px;
  border-top: 1px solid #1d2126;
  clear: both;
  margin-bottom: 250px;
}

.work div {
  margin: auto;
  width: 900px;
  height: 60px;
}

.work div div {
  background-color: #34383d;
  height: 60px;
  width: 45px;
  float: left;
  margin-left: 10px;
}

.work div div span {
  color: #999999;
  font-size: 7pt;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative; top: 19px; left: 17px;
  font-family: Helvetica, Arial, sans-serif;  
}

.work h2 {
  float: left;
  margin: 17px 0 0 30px;
  color: #666666;
  font-size: 10pt;
}

.work p {
  margin: 19px 15px 0 0;
  float: right;
  font-size: 8pt;
  color: #b2b2b2;
}

.work p a {
  text-decoration: underline;
  color: #b2b2b2;
}

.work p a:hover {
  text-decoration: none;
}

.work p strong {
  font-weight: bold;
  color: #666666;
  margin: 0 5px 0 45px;
}

.work img {
  margin: -10px 0 50px 0;
  width: 880px;
  height: 200px;
  float: right;
  border: 10px solid #262d33;
  border-top: 0;
}

/* Offer */
.text {
  border: none;
}

.strip {
  background-color: #262d33;
  width: 100%;
  border-top: 1px solid #1d2126;
  clear: both;
}

.strip div {
  margin: auto;
  width: 900px;
  height: 60px;
  border: none;
}

.strip h2 {
  float: left;
  margin: 20px 0 0 30px;
  color: #666666;
  font-size: 12pt;
}

.text_text {
  margin: 25px auto 30px auto;
  width: 880px;
}

.text p {
  font-size: 9pt;
  line-height: 160%;
  color: #b2b2b2;
  text-align: justify;
  margin: 20px 0 20px 0;
}

.text ul {
  margin: -15px 0 -10px 50px;
}

.text li {
  color: #b2b2b2;
  font-size: 9pt;
  list-style-type: circle;
}

.text_text span {
  margin-left: 50px;
}

.text_text a {
  font-size: 9pt;
  color: #EBA03F;
  text-decoration: none;
}

.text_text a:hover {
  color: #DF8713;
}

form {
  margin-top: 20px;
}

input {
  height: 20px;
  width: 250px;
  padding: 5px 10px 2px 10px;
  border: 1px solid #2c3238;
  background-color: #20272e;
  color: #616366;
  font-size: 9pt;
  margin-right: 20px;
}

input:hover, input:focus, input:active {
  color: #797c80; 
  border: 1px solid #30373d;
  background-color: #1d2329;
}

textarea {
  float: left;
  margin-top: 15px;
  width: 546px;
  height: 75px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #2c3238;
  background-color: #20272e;
  color: #616366;
  font-size: 9pt;
  margin-bottom: 20px;
  overflow: hidden;
}

textarea:hover, textarea:focus, textarea:active {
  color: #797c80; 
  border: 1px solid #30373d;
  background-color: #1d2329; 
}

.send input {
  float: right;
  margin-top: 15px;
  height: 30px;
  padding: 0;
  font-weight: bold;
}

#footer {
  text-align: center;
  clear: both;
  font-size: 9pt;
  color: #666666;
  padding-bottom: 10px;
}

/* Additional */

img {border:0}
