/* BAZE */
* {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
}

body {
	color: #dad8ab;
	background: url('../img/bg-body.jpg') repeat left top #000000;
}

a  {
	text-decoration: none;
	color: #574D44;
}

a:hover  {
	text-decoration: underline;
}

h1 {
  color: #dad8ab;
  font-size: 24px;
  font-weight: normal;
}



/* PAPILDOMI */
#title {
  width: 1000px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -310px;
  background: url('../img/bg.jpg') no-repeat left top;
}

  #title-menu {
    width: 920px;
    height: 22px;
    background: #000000;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
  }
  
  * html #title-menu {
    padding-top: 7px;
  }
  
    #title-menu li {
      display: inline;
      border-left: 1px solid #4a4039;
      padding: 0 14px 0 15px;
    }
    
    #title-menu li.first {
      border-left: 0;
      padding-left: 18px;
    }
    
    #title-menu a {
      font-size: 13px;
      color: #87846a;
    }
    
    #title-eika {
      position: absolute;
      bottom: 10px;
      right: 10px;
    }
    
    #menu2 {
      width: 795px;
      margin: 0;
      padding: 0;
    }
    
      #menu2 td {
        background: url('../img/menu2-bg.gif') repeat-x left bottom;padding: 0 10px;
      }
      
      #menu2 a {
        
        color: #DAD8AB;
      }
      
    #search-results {
      width: 100%;
    }
    
    #search-results td {
      padding: 5px 10px;
      cursor: pointer;
    }
    
    #search-results th {
      padding: 5px 10px;
      text-align: left;
      font-weight: normal;
      border-left: 1px solid #50443E;
    }
    
    .search-td1 {
      background: #261A1C;
    }
    
      .search-td1 td {
        border-top: 1px solid #50443E;
        border-left: 1px solid #261A1C;
      }
    
    .search-td2 {
      background: none;
    }
    
      .search-td2 td {
        border-top: 1px solid #50443E;
        border-left: 1px solid #50443E;
      }
    
    
#inner {
  width: 1000px;
  background: url('../img/bg-inner-0.jpg') repeat-y left top;
  margin: 0 auto;
  padding-bottom: 30px;
}

  #inner-top {
    width: 1000px;
    margin: 0 auto;
  }
  
  #inner-bottom {
    width: 1000px;
    margin: 0 auto;
  }
  
  #close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .print {
    position: absolute;
    top: 23px;
    right: 75px;
    padding-right: 20px;
    background: url('../img/print.gif') no-repeat center right;
  }
  
  #top {
    position: relative;
    width: 878px;
    margin: 0 auto;
    height: 53px;
    background: url('../img/bg-top.gif') no-repeat center;
  }
  
  #bottom {
    position: relative;
    width: 878px;
    margin: 0 auto;
    height: 63px;
    background: url('../img/bg-bottom.gif') no-repeat center;
  }

  #content {
    position: relative;
    width: 878px;
    margin: 0 auto;
    background: url('../img/bg-inner.jpg') repeat-y center;
    min-height: 350px;
  }
  
    * html #content {
      height: 350px;
    }
  
    #content p,ul,ol {
        margin-bottom: 10px;
      }

      #content ul,ol {
        padding-bottom: 10px;
      }

      #content h1 {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
      }
      
      #content h2 {
        margin: 10px 0;
        font-size: 17px;
        font-weight: normal;
      }
      
      #content h3 {
        margin: 10px 0;
        font-size: 14px;
        font-weight: bold;
      }

      #content ul {
        padding-left: 15px;
      }

      #content ol {
        padding-left: 40px;
      }

        #content ol li {
          list-style-type: decimal;
        }
        
  .room-td-1 {
    width: 20px;
    border-bottom: 1px solid #372d32;
    padding: 3px 0 2px 0;
  }
  
  .room-td-2 {
    border-bottom: 1px solid #372d32;
    padding: 3px 0 2px 0;
  }
  
  .room-td-3 {
    padding-left: 20px;
    border-bottom: 1px solid #372d32;
    padding: 3px 0 2px 0;
  }
  
  #inner-house {
    width: 922px;
    margin: 0 auto;
  }
  
    #copyright {
      width: 910px;
      margin: 20px auto 0 auto;
      color: #574d44;
      font-size: 11px;
      padding-bottom: 10px;
    }
    
      #copyright a {
        color: #574d44;
        font-size: 11px;
      }
    
      #owner {
        float: left;
      }
      
      #creator {
        float: right;
      }

  #logo {
    text-align: center;
    margin-top: 15px;
  }
  
  #flash-main {
    width: 920px;
    height: 484px;
    margin: 12px auto 0 auto;
  }
  
  .button {
    width: 96px;
    height: 19px;
    background: url('../img/button.gif') no-repeat center;
    color: #1b0f15;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
  }
  
  #image {
  }
  
  .images {
    float: left; width:118px; height:70px; margin-bottom: 3px; cursor: pointer;
  }
  
  .images-selected {
    border: 3px solid #dad8ab; height:64px;
  }
  
  #paging {
    padding: 5px;
    text-align: center;
    border-top: 2px solid #4f433c;
  }
  
    #paging span {
      color: #4f433c;
    }
  
    #paging a {
      color: #dad8ab;
    }

.lng { position: absolute; top: -7px; right: 50px; display: block; width: 28px; height: 21px; line-height: 21px; text-align: center; background: url(../img/bg-inner-0.jpg) top center; color: #dbd8af; }
.lng_inner { position: absolute; top: -21px; right: 50px; display: block; width: 28px; height: 21px; line-height: 21px; text-align: center; background: url(../img/bg-inner-0.jpg) top center; color: #dbd8af; }