/* 
    Document   : style
    Created on : 2010-02-05, 10:47:17
    Author     : MHweb.pl
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,body{
    background:#040404 url('../images/bg.png') repeat-x;
    font-family:tahoma;
    font-size:10px;
    color:#c9c9c9;
    text-align:justify;
    margin:0px;
}

#site{
    background:url('../images/ero2.jpg') no-repeat;
    margin:auto;
    width:1335px;
    height:995px;
}

#logo{
    padding:13px 0 0 80px;
    float:left;
    z-index:1;
}

#r-links{
    float:right;
    width:139px;
    height:59px;
    margin:12px 221px 0 0;
    z-index:2;
}

#faq{
    float:right;
}

#cloud{
    background:url('../images/cloud.jpg') no-repeat;
    width:259px;
    height:537px;
    position:relative;
    top:-48px;
    left:220px;
    z-index:3;
}

#text-cloud{
    position:relative;
    top:-140px;
    padding:15px 20px;
    width:219px;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana;
    text-align: left;
}

#btn-cloud{
    position:absolute;
    top:422px;
    left:36px;
    
}

#footer{
    /*
    position:relative;
    top:-236px;
    left:520px;*/
    margin:380px 0 0 520px;
    width:300px;
    z-index:10;
}

a.footer{
    font-size:12px;
    color:#383838;
    text-decoration:none;
}

a:hover.footer{
    color:#7c7c7c;
}

.a-img{
    border:0px;
}

.sep{
    font-size:12px;
    color:#383838;
    margin:0 10px 0 10px;
}

#sig{
    width:150px;
    position:relative;
    top:33px;
    left:570px;
}

.hide{
    visibility:hidden;
    letter-spacing:1px;
}

a.sig{
    text-decoration:none;
}

#cloud-faq{
    background:url('../images/cloud-faq.jpg') no-repeat;
    width:723px;
    height:392px;
    position:relative;
    top:135px;
    left:303px;
    z-index:4;
}

#cloud-faq-f{
    width:723px;
    height:392px;
    position:relative;
    top:135px;
    left:303px;
    z-index:4;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

#text-cloud-faq{
    padding:15px 20px;
    z-index:5;
    position:relative;
    top:-150px;
    left:0px;
    width:680px;
    clear:both;
    font-size: 11px;
    font-weight: bold;
}

textarea#styled {
  width: 675px;
  height: 320px;
  border: none;
  padding: 5px;
  font-size: 11px;
  color:#c9c9c9;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  background: transparent;
}

