/* 
    Document   : base
    Created on : 2009-12-16, 02:52:49
    Author     : flameheart
    Description: Main firevision.pl stylesheet
*/

root { 
    display: block;
}

* {
  margin:0;
  padding:0;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Trebuchet MS",Arial,sans-serif
}

a img {
  border:none;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#header {
  height:200px;
  background: url('../images/plomienie.jpg') bottom right no-repeat;
  position: relative;
  font-size: 14px;
}

#header img {
  width: 170px;
  height:130px;
  padding-top: 35px;
  padding-left: 20px;
}

#header #contact_data {
  position: absolute;
  left: 200px;
  bottom: 0;
  width: 347px;
  padding-bottom: 3px;
  background: url('../images/gold_line.png') bottom center no-repeat;
  text-align: center;
  font-size: 12px;
  color: #ff8400;
}

#header #contact_data span {
  margin-right: 10px;
}

h1 {
  width: 200px;
}

h2 {
  font-size: 24px;
  padding: 10px 0;
}

h3 {
  font-size: 14px;
  padding: 15px 0 15px 0;
}

h2, h3 {
  color: #fd6400;
}

.contact span {
  color: #D70028;
}

.contact span:hover {
  text-decoration: underline;
}


/************* LAYOUT ***************/

div#trzymacz {
  float:left;
}

div.grid {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #e6e4e4;
  width: 480px;
  float:left;
  list-style-type: none;
  padding: 10px 0 0 20px;
  /*overflow: hidden;*/
}

div.back {
  margin-top: 5px;
  /*overflow:hidden;*/
  float: left;
  background: url('../images/grad.png') top left repeat-x;
}

div.grid ul {
  list-style-type: none;
}

div.grid ul li {
  padding: 3px 30px 3px 30px;
  line-height: 18px;
  background: url('../images/ptaszek.png') 0 50% no-repeat;
}

/************* ABOUT **************/

#about {
}

#about h2 {
  padding-bottom: 15px !important;
}

#about p {
  padding: 15px 30px 0 30px;
  text-indent: 30px;
}

#about p.first {
  text-indent: 0;
}
/*
#sb-content {
  position: absolute;
  display: block;
  overflow:hidden;
}
*/
/************* CONTACT FORM ***************/

#form_wrapper {
  height: 350px;
}

form {
  /*height: 400px;*/
  width: 430px;
  margin: 0 auto;
  padding: 0;
}

form fieldset {
  border: none;
}

form fieldset ol {
  list-style-type: none;
}

form fieldset li {
}

form legend {
  padding: 10px 0 30px 0;
  font-size: 24px;
  color: #fd6400;
  font-weight: bold;
}

form label {
  display: none;
}

form li {
  float: right;
}

form input {
  width: 208px;
  margin: 2px 2px 0 0;
  padding: 10px 0 10px 5px ;
}

form input#name {
  float: left;
}

form input#email {
  float: left;
}

form input.topic {
  width: 423px;
  clear:both;
}

form textarea {
  padding: 10px 0 0 5px;
  margin: 10px 2px 0 0;
  width: 423px;
  overflow: auto;
}

form input, form textarea {
  border: none;
  background-color: #161616;
  color: #3D3D3D;
  font-size: 12px;
}

form #error_container {
  background-color: #0D0D0D;
  margin: 2px 2px 0 0;
  width: 421px;
  color: #3D3D3D;
  padding: 10px 0 10px 7px;
  color: #fd6400;
  display: none;
}

form #error_container div {
  padding: 10px 0 10px 5px;
}

form input.error, form textarea.error {
  border:1px solid #fd6400;
  padding: 9px 0 9px 3px;
}

form #submit {
  margin-top: 2px;
  margin-right: 2px;
  padding: 7px 0 11px 0;
  float: right;
  color: #fff;
  height: 30px;
  width: 100px;
  background: url('../images/guzik.png') transparent left center repeat-x;

}
/*
form, #contact_loader, #contact_success, #contact_fail, #contact_bad_email, #contact_empty_field {

}

#contact_loader, #contact_success, #contact_fail, #contact_bad_email, #contact_empty_field {
  display: none;
}
*/

#message_wrapper {
  position: relative;
  float:left;
  /*border:1px solid blue;*/
  width: 100%;
  height: 300px;
  display: none;
}

#message_wrapper div {
  position: absolute;
  display:none;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 100px;
  margin: -50px 0 0 -180px;
  text-align: center;

}

#message_wrapper div p {
  padding-bottom: 10px;
}

#message_wrapper #contact_loader p {
  padding-top: 20px;
}

#message_wrapper .contact_goto {
  /* display: block;*/
  color: #fd6400;
  text-decoration: none;
}

#message_wrapper .contact_goto:hover {
  text-decoration: underline;
}

/******** footer ********/

#footer {
  clear: both;
  padding: 40px;
  text-align: right;
  font-size: 14px;
  color: #fd6400;
}

#footer span {
  margin: 0 20px;
}

#footer div#disclaimer {
  color: black;
}
