html, body {
  margin: 0px;
  padding: 0px;
}
html {
  background-image: url('../i/background-repeat.png');
  background-repeat: repeat;
}
body {
  background-image: url('../i/background.png');
  background-repeat: repeat-x;
  font-family: Arial;
}

a:link, a:visited, a:hover, a:active {
  color: blue;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  border-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #fa7b00;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
  text-transform: none;
}
h5 {
  font-size: 10px;
  text-transform: none;
}
h6 {
  font-size: 9px;
  text-transform: none;
}
p {
  padding: 0px;
  margin: 5px 0px 7px 0px;
}

textarea {
  vertical-align: top;
  width: 460px;
  height: 100px;
}
input:hover,
textarea:hover {
  border: 1px solid orange;
}
input:focus,
textarea:focus {
  border: 1px solid red;
}

input, select, button, textarea {
  border: 1px solid silver;
  padding: 3px;
  background-color: transparent;
  font-size: 11px;
  font-family: Tahoma;
}


/* layout */
#page-wrapper {
  width: 1000px;
  margin: 0px auto;
  padding-top: 10px;
}
#header {
  height: 176px;
  width: 785px;
  float: left;
  background-image: url('../i/bg-header.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: 17px;
}
#header-flash {
  margin-left: 164px;
  margin-top: 2px;
  width: 600px;
  height: 125px;
}

#sidebar {
  width: 198px;
  height: 680px;
  float: right;
}
#content-wrapper {
  width: 767px;
  margin: 186px 0px 0px 17px;
}
#footer {
  clear: both;
  font-size: 12px;
  color: blue;
  text-align: center;
  padding: 5px;
}

#content-top {
  height: 11px;
  width: 767px;
  background-image: url('../i/content-bg-top.png');
  background-repeat: no-repeat;
}
#content-bottom {
  height: 11px;
  width: 767px;
  background-image: url('../i/content-bg-bottom.png');
  background-repeat: no-repeat;
}
#content {
  min-height: 500px !important;
  width: 527px;
  background-image: url('../i/content-bg-middle-split.png');
  background-repeat: repeat-y;
  padding: 5px 25px 5px 15px;
  padding-left: 220px;
  font-size: 13px;
  color: #07288e;
  line-height: 16px;
  text-align: justify;
  position: relative;
}
#content.content-fullwidth {
  background-image: url('../i/content-bg-middle.png');
  padding-left: 15px;
  width: 732px;
}
#content img.squirrel {
  margin: 20px 10px 0px 0px;
  border-width: 0px;
  /*float: none;*/
  /*bottom: 0px;
    right: 20px;
    position: absolute;*/
}

#content-sidebar {
  min-height: 500px;
  width: 180px;
  margin-left: -200px;
  float: left;
  text-align: left;
}
#content-sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;
}
#content-sidebar ul li a {
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 20px;
  margin: 0px;
  background-image: url('../i/content-sidebar-bullet.png');
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: bold;
  color: #fa7b00;
  font-size: 15px;

  display: block;
}
#content-sidebar ul li a:hover,
#content-sidebar ul li.current a {
  background-image: url('../i/content-sidebar-bullet-current.png');
}
#content-sidebar ul li a {
  text-decoration: none;
  color: #fa7b00;
}
#content-sidebar ul li.current a,
#content-sidebar ul li a:hover {
  color: #e85616;
}

#content img {
  float: right;
  margin: 5px 0px 10px 10px;
  border: 2px solid #fa7b00;
}

#header h1#logo {
  margin: -90px 0px 0px 0px;
  padding: 0px;
  position: absolute;
}
#header h1#logo a {
  width: 170px;
  height: 130px;
  text-indent: -9999px;
  display: block;
}


#sidebar-today {
  height: 330px;
  padding: 10px 10px;
  color: white;
  background-image: url('../i/sidebar-bg.png');
  background-repeat: no-repeat;
}
#sidebar-today img.title {
  display: block;
  margin: 5px auto;
}
#sidebar-today a {
  color: white;
  text-decoration: underline;
}
#sidebar-today a:hover {
  text-decoration: none;
}
.today-line1 {
  text-align: left;
  margin-left: 10px;
  margin-top: 15px;
}
.today-line2 {
  margin-right: 10px;
  margin-top: -2px;
  text-align: right;
  font-size: 14px;
  color: #eee;
}
#webcam-wrapper {
  background-image: url('../i/webcam-bg.png');
  background-repeat: no-repeat;
  margin: 2px 0px 0px 2px;
}
#webcam-wrapper img {
  margin: 2px;
}
#selfad-wrapper {
  width: 196px;
  height: 133px;
  background-image: url('../i/selfad-bg.png');
  background-repeat: no-repeat;
  margin: 10px 0px;
}
.banner-wrapper {
  margin: 10px 0px;
  width: 196px;
  height: 86px;
}

#menu {
  list-style-type: none;
  padding: 0px;
  margin: 18px 0px 0px 170px;
}
#menu li {
  color: white;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  float: left;
  text-align: center;
  font-size: 13px;
}
#menu li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100px;
  height: 30px;
}
#menu li.current {
  background-image: url('../i/active-cat.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}

#lv #menu #news {

}
#lv #menu #services {
  width: 110px;
}
#lv #menu li  #prices {
  width: 90px;
}
#lv #menu #gallery {
  
}
#lv #menu #about {
  
}
#ru #menu #news {

}
#ru #menu #services {
  width: 110px;
}
#ru #menu li  #prices {
  width: 90px;
}
#ru #menu #gallery {
  
}
#ru #menu #about {
  
}
#en #menu #news {
  width: 110px;
}
#en #menu #services {
  width: 110px;
}
#en #menu li  #prices {
  width: 85px;
}
#en #menu #gallery {
  width: 85px;
}
#en #menu #about {
  
}
#menu #specials {
  color: #FF7D07;
}

#languages {
  margin: 0px 3px 10px 0px;
  text-align: right;
}
#languages a {
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #0a6da4;
}
#languages a:hover {
  text-decoration: underline;
}

.news-item {
  margin: 0px 0px 30px 0px;
}
h1.news-title, h5.news-date {
  margin: 0px;
}
.news-item h5 {
  color: #07288e;
}

#content table {
  border-collapse: collapse;
  border-width: 0px;
  margin: 10px;
}
#content td, #content th {
  padding: 3px 4px;
  border: 2px solid #f9ddc1;
}
#content th {
  font-weight: bold;
  text-align: center;
}
#content table {
  border-width: 0px;
}
#content td.col-first,
#content th.col-first {
  border-left-width: 0px;
}
#content td.col-last,
#content th.col-last {
  border-right-width: 0px;
}


#admin-header, .admin-links {
  font-size: 11px;
}
#admin-header {
  position: absolute;
  background: white;
  top: 0px;
  left: 0px;
  padding: 2px 3px;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}
#admin-header strong {
  font-size: 12px;
}
.admin-links {
  float: right;
}
.admin-links a {
  color: black;
  text-decoration: none;
}
.admin-links a:hover {
  text-decoration: underline;
}

.notice {
  border: 1px solid gray;
  padding: 7px;
  margin: 0px 0px 10px 0px;
  color: black;
}
.failure {
  border-color: red;
  background-color: #f2cfc5;
}
.success {
  border-color: green;
  background-color: #d8f2d7;
}
.info {
  border-color: #fc3;
  background-color: #fffadb;
}

.left {
  float: left;
}
.right {
  float: right;
}

#contacts dt {
  font-weight: bold;
}
#msg {
  margin-top: 20px;
  font-weight: bold;
  color: maroon;
}

#gallery img {
  float: none;
}
#gpic {
  text-align: center;
}
#gpic img {
  margin: 0px auto;
  cursor: pointer;
}
#gallery .jCarouselLite img {
  margin: 5px 0px 10px 5px;
}
.jCarouselLite {
  margin: auto;
}
#content .jCarouselLite img {
  opacity: .8;
}
#content .jCarouselLite img:hover,
#content .jCarouselLite img.active {
  opacity: 1;
}
#content .jCarouselLite img.active {
  border-color: #e85616;
}
#gallery-skip-prev,
#gallery-skip-next {
  display: block;
  width: 18px;
  height: 81px;
  margin-top: -98px;
}
#gallery-skip-prev {
  background-image: url('../i/gallery-skip-left.png');
  float: left;
  margin-left: 9px;
}
#gallery-skip-prev:hover {
  background-image: url('../i/gallery-skip-left-active.png');
}
#gallery-skip-next {
  background-image: url('../i/gallery-skip-right.png');
  float: right;
  margin-right: 5px;
}
#gallery-skip-next:hover {
  background-image: url('../i/gallery-skip-right-active.png');
}
