/* DEBUG */

/* POSITIONING */

html, body {
  margin: 0;
  padding: 0;
  text-align: center; /* ie6 */
}

#container {
  margin: 0 auto;
  padding: 0;
  max-width: 1124px;
  padding-bottom: 16px;
  text-align: left;
  background: url(../images/back.jpg) 160px 0 no-repeat;
}

  #topper {
    margin: 0;
    padding: 0;
    padding-top: 4px;
    position: relative;
    padding-bottom: 1px;
  }
  
    #topper > a {
      display: block;
      margin: 0 0 7px 0;
      padding: 0;
      clear: both;
    }
  
  #header {
    clear: both;
  }
  
    /* todo: границы header */
    
    #header #first {
      padding: 50px 68px 0 445px;
      height: 128px;
      color: white;
      background: url(../images/first_right.png) top right no-repeat rgb(120, 0, 0)
    }
    
    #second {
      border-top: 1px rgb(201, 153, 153) solid
    }
    
    #header #second {
      position: relative;
      padding: 62px 280px 0 398px;
      height: 116px;
      background: url(../images/second_right.png) bottom right no-repeat rgb(120, 0, 0)
    }
    
      #header #second img.photo {
        position: absolute;
        left: 10px;
        top: -159px;
        z-index: 1
      }
    
      #header #second p {
        margin: 0;
        padding: 0;
        margin-top: -8px;
        margin-left: 28px;
        font-size: 14px;
        font-family: arial, sans-serif;
        font-weight: bold;
        text-align: left;
      }
      
      #header #second h3 {
        margin-top: 0;
        padding: 0;
        margin-bottom: 16px;
        color: rgb(200, 4, 2);
      }
      
      #header #second p img {
        vertical-align: top;
      }
      
      #header #second a {
        display: block;
        position: absolute;
        right: 68px;
        bottom: 43px;
      }
  
  #leftpane {
    float: left;
    width: 243px;
    padding-top: 32px;
    padding-left: 32px;
  }
  
    #leftpane h3 {
      margin-top: 0;
    }
  
  #rightpane {
    margin-left: 275px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 68px;
  }
  
  #mainpane {
    padding-top: 32px;
    padding-left: 32px;
  }
  
  #footer {
    clear: both;
    padding-right: 22px;
    padding-top: 11px;
    padding-bottom: 4px;
    text-align: right;
    position: relative;
    background: url(../images/footer_right.png) bottom right no-repeat rgb(120, 0, 0);
    border-top: 1px rgb(201, 153, 153) solid
  }
  
    #footer p {
      margin-bottom: 3px;
      text-align: right;
      color: white;
    }
    
    #footer a {
      color: white;
    }
    
    #footer > a {
      position: absolute;
      left: 21px;
      top: 28px;
    }

/* DESIGN */

/* blocks */
  
/* common */

body {
  color: black;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 11px;
  background: url(../images/topback.gif) repeat-x white
}

div {
  text-align: left
}

img {
  border: none;
}

/* forms */
  
form {
  margin: 0
}

/* tables */

table {
  border-collapse: collapse
}

table.data {
  width: 100%;
  border: 1px rgb(175, 2, 1) solid;
}

table.data th {
  background: rgb(120, 0, 0);
  color: white;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  border: 1px rgb(175, 2, 1) solid;
}

table.data td {
  padding: 4px 8px;
  text-align: left;
  vertical-align: middle;
  background: rgb(120, 0, 0);
  border: 1px rgb(175, 2, 1) solid;
  color: white;
}

table.data tr.odd td {
  background: white;
  color: black;
}
  
/* links */
  
a {
	color: #000;
	text-decoration: none
}
  
a:hover {
  text-decoration: underline
}

a img {
  border: none
}
  
/* lists */
  
ul {
  margin: 8px;
  padding: 0;
  display: block;
}
  
ul li {
  margin-left: 16px;
  margin-bottom: 8px;
}
  
/* headers */

h1 {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
  
h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: rgb(175, 2, 1);
}
  
h3 {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgb(175, 2, 1);
}

#leftpane h3, #rightpane h3, #header h3 {
  font-size: 22px;
}
  
#rightpane h3 {
  margin-top: 56px;
}

h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(175, 2, 1);
}
  
/* text */
  
p {
  margin: 0;
  margin-bottom: 10px;
  text-align: justify
}

hr {
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* COMPLEX */

/* menu */

ul.menu {
  margin: 0;
  padding-top: 72px;
  margin-right: 115px;
  float: right; 
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 14px;
}

  .menu li {
    margin: 0;
    padding: 0;
    margin-right: 12px;
    float: left; 
    list-style-type: none;
  }
  
  .menu li a {
    display: block;
    padding-bottom: 4px;
    padding-left: 1px;
    color: black;
  }
  
  .menu li.active a {
    color: rgb(183, 2, 1);
  }
  
ul.small-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 53px;
  top: 8px;
}

  .small-menu li {
    list-style-type: none;
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 0;
  }

ul.bottom-menu {
  margin: 0;
  margin-top: 100px;
  margin-left: 275px;
  padding: 1px;
  clear: both;
  font-family: tahoma, sans-serif;
  font-size: 11px;
}

  .bottom-menu li {
    margin: 0;
    margin-right: 20px;
    float: left; 
    list-style-type: none;
  }
  
  .bottom-menu li a {
    display: block;
    padding-bottom: 4px;
    color: black;
  }
  
/* forms */

form {
  margin: 0 0 8px 0;
  padding: 1px;
}

fieldset {
  margin: 8px 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

fieldset ol {
  display: block;
  margin: 8px;
  padding: 0;
}

fieldset ol li {
  list-style-type: none;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
}

fieldset ol li:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}   

label {
  display: block;
  float: left;
  width: 100px;
  margin-right: 8px;
}

label em {
  color: red;
  font-style: normal;
}

fieldset ol li input, fieldset ol li select {
  width: px;
}

fieldset ol li input.checkbox, fieldset ol li input[type=checkbox] {
  width: auto
}

fieldset ol li textarea {
  width: 200px;
}

fieldset.buttons {
  margin: 8px;
  border: none
}

form > textarea {
  margin: 8px;
}

/* controls */

input, select, textarea {
  background-color: white;
  padding: 2px;
  font-size: 11px;
  font-family: tahoma, verdana, sans-serif;

}

input.button, input[type=button], input[type=submit] {
  padding: 2px 16px;
}

/* logo */

/* STUFF */

/* tricks */

.wrapper:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}   

.cleaner {
  clear: both;
}      

.imgLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: url(/hotels/images/bg/semi_transparent.png);
}

.imgLoading p {
  position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -4.3em;
    width: 8.6em;
}

.imgLoading img{
    opacity:1;
    position: absolute;
    top: -200px;
    left: -300px;
    margin: -8px 0 0 0;
}

