@CHARSET "UTF-8";
* {
   outline: none;
}

body {
   background-image: url('../img/background.jpg');
   margin: 0px auto;
}

img {
   border: none;
}

a {
   color: #000;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

.image {
   margin: 10px;
   margin-top: 0px;
}

.image2 {
   margin: 20px;
}

.footerImg {
   border: none 0px;
}

div.main {
   margin: auto;
   background-color: #fff;
   width: 820px;
}

#top {
   margin: auto;
   background-color: #fff;
   width: 750px;
   padding: 35px;
   font-family: Arial;
   font-size: 10px;
   color: #666666;
}

.dark {
   color: #444444;
   font-weight: bold;
}

#bottom {
   margin: auto;
   background-color: #fff;
   width: 750px;
   padding: 35px;
   padding-bottom: 10px;
   font-family: Arial;
   font-size: 10px;
   color: #666666;
}

#reserved {
   color: #a8a8a8;
   text-align: center;
   padding-top: 15px;
}

#lewo, #prawo, #gora, #dol {
   /*background: #ff000;*/
   position: fixed;
   background: #fff;
   z-index: 1;
}

#lewo {
   width:9px;
 height: 100%;
   top: 0;
left: 0;
}

#prawo {
   width:9px;
   height: 100%;
   top: 0;
right: 0;
}
#gora {
   height:9px;
   width: 100%;
   top: 0;
   left: 0;
}
#dol {
   height:9px;
   width: 100%;
   bottom: 0;
   left: 0;
}



#logo_touchdesign {
   background: url("../img/logo_touchdesign_pl.png") 0 0 no-repeat;
   width: 157px;
   height: 157px;
   position: fixed;
   top: 0;
   z-index: 2;
   left: 0;
}

#next_touchdesign {
   width: 75px;
   height: 95px;
   position: fixed;
   bottom: 0;
   z-index: 3;
   right: 0;
}

#prev_touchdesign {
   width: 78px;
   height: 73px;
   position: fixed;
   bottom: 0;
   z-index: 4;
   right: 75px;
}

h2.entry-title {
   font-family: Georgia;
   font-weight: bold;
   padding-top: 25px;
   padding-left: 35px;
   padding-bottom:15px;
   font-style: italic;
   font-size: 24px;
   color: #666666;
   margin:0px;
}

.what {
   font-family: Georgia;
   font-size: 11px;
   padding-left: 35px;
   padding-top: 0px;
   color: #c4c4c4;
   font-weight: normal;
   text-align: right;
   float: right;
   padding-right: 35px;
   padding-top: 10px;
}

hr {
   border: 0;
   background-color: #f1f1f1;
   height: 15px;
}

ul, ul li {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
}

ul li {
   display: inline;
   white-space: nowrap;
}

ul.footer-menu {
   margin-left: 7px;
}

ul.footer-menu li.footer-menu-item a {
}

a.prev-href {
   cursor: pointer;
   background: url(../img/prev.png) 0px 0px no-repeat;
   display: block;
   height: 73px;
   width: 78px;
   text-indent: -9000px;
}

a.prev-href:hover {
   background-position: 0px -76px;
}

a.next-href {
   cursor: pointer;
   background: url(../img/next.png) 0px 0px no-repeat;
   display: block;
   height: 95px;
   width: 78px;
   text-indent: -9000px;
}

a.next-href:hover {
   background-position: 0px -100px;
}

div.app-curtain {
   top: 0px;
   left: 0px;
   position: fixed;
   background: #fff;
   width: 100%;
   height: 100%;
   z-index: 9000;
}

.hide {
   display: none;
}

.medium_preloader {
   background: #fff url(../img/preloader.gif) 50% 50% no-repeat;
   border: 1px solid #fff;
}

.page_preloader {
}

.page_preloader * {
}

.ajax_contener {
   overflow: hidden;
   width: 820px;
   margin: auto;
}

.img_over_contener {
   border: 1px solid #fff;
}

.absolute_centered {
   position: relative;
   top: 50%;
   left: 50%;
}

.main-break {
   font-size:1px; line-height:1px; height:40px;
   
}

