/*
Theme Name: Manos Media
Theme URI: http://www.manos.pl/
Description: Manos Media...
Version: 1.0
Author: Paweł Rabinek
*/

body {
   margin:0;
   padding:0;
   text-align:center;
   font-family:Verdana, sans-serif;
   font-size:12px;
   background-color:#000;
   color:#fff;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
   margin:0;
   padding:0;
}

#container {
   margin:0 auto;
   width:901px;
   text-align:left;
}

#top {
   width:901px;
   height:196px;
   background:url('images/top.png') no-repeat;
   position:relative;
}

#top a {
   display:block;
   width:320px;
   height:70px;
   position:absolute;
   top:80px;
   left:100px;
   text-indent:-9999px;
   overflow:hidden;
}

#menu {
   width:901px;
   height:129px;
   background:url('images/menu.png') no-repeat;
   position:relative;
}

#menu ul {
   position:absolute;
   top:97px;
   left:120px;
   list-style-type:none;
}
#menu li {
   float:left;
   margin-right:20px;
}
#menu li.current_page_item {
   font-weight:bold;
}
#menu a {
   color:#fff;
   text-decoration:none;
   font-size:15px;
}

#menu a:hover {
   text-decoration:underline;
}

#content {
   width:901px;
   height:531px;
   position:relative;
}
div.index {
   background:url('images/content_home.png') no-repeat;
}
div.oferta {
   background:url('images/content_oferta.png') no-repeat;
}
div.kontrola {
   background:url('images/content_kontrola.png') no-repeat;
}

div.postv {
   background:url('images/content_postv.png') no-repeat;
}

#content_inner {
   position:absolute;
   top:20px;
   left:120px;
   width:661px;
}

div.kontrola #content_inner {
   position:absolute;
   top:20px;
   left:400px;
   width:380px;
}

div.oferta h2 {
   color:#6e1010;
   margin-bottom:10px;
   font-size:15px;
   font-weight:normal;
   text-align:center;
}

div.oferta p {
   color:#6e1010;
}
/* pos tv */
#oferta1 {
   position:absolute;
   top:30px;
   left:50px;
   width:240px;
}
/* kontrola kampanii */
#oferta2 {
   position:absolute;
   top:30px;
   left:373px;
   width:240px;
}
/* projektowanie grafiki */
#oferta3 {
   position:absolute;
   top:270px;
   left:50px;
   width:240px;
}
/* copywriting */
#oferta4 {
   position:absolute;
   top:270px;
   left:373px;
   width:240px;
}

#oferta1 h2 a, #oferta2 h2 a, #oferta3 h2 a, #oferta4 h2 a {
   color:#6e1010;
   text-decoration:none;
   border-bottom:1px dotted #6e1010;
}
#kontakt_info {
   position:absolute;
   width:400px;
   left:0px;
   font-size:15px;
   line-height:20px;
}
#kontakt_form {
   position:absolute;
   width:400px;
   left:300px;
}


#kontakt_form span.wpcf7-form-control-wrap input {
   width:300px;
   font-family:Verdana, sans-serif;
   font-size:12px;
   padding:2px;
}

#kontakt_form span.wpcf7-form-control-wrap textarea {
   width:300px;
   font-family:Verdana, sans-serif;
   font-size:12px;
   padding:2px;
}

#content_inner a {
   color:#fff;
   text-decoration:none;
   border-bottom:1px dotted #fff;
}
#content_inner a:hover {
   text-decoration:underline;
}

#content_inner p {
   margin-bottom:10px;
}
#content_inner ul {
   margin-bottom:10px;
}
#content_inner ul li {
   margin-left:20px;
}

#footer {
   width:801px;
   height:72px;
   padding:50px 0 0 100px;
   background:url('images/footer.png') no-repeat;
   font-size:15px;
}