@charset "utf-8";
/* CSS Document */

body {
  background: #FFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

a, img {
  border: 0;
  text-decoration: none;
}

/* container */
.container {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* header */
.header {
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  float: left;
}

/* logotype */
.logo {
  width: 150px;
  height: 140px;
  float: left;
  margin-top: 25px;
  padding: 0;
}

.logo a {
  margin: 0;
  padding: 0;
  border: 0;
}

/* right box */
.right-box-head {
  width: 200px;
  height: 90px;
  float: right;
  margin: 0;
  margin-top: 50px;
  padding: 0;
}

.right-box-head a {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 13px;
  color: #635240;
  margin-bottom: 35px;
}

.right-box-head a:hover {
  background: #32AAD6;
  color: #FFF;
  text-decoration: none;
}

.right-box-head a:active {
  background: #32AAD6;
  color: #FFF;
  text-decoration: none;
}

.search-form {
  width: 200px;
  height: 25px;
}

input.searchForm {
  width: 190px;
  height: 20px;
  float: left;
  background: #fdfdfc;
  border: 1px solid #c8c8c8;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0px 1px 7px 1px #e7e7e6;
  -moz-box-shadow: inset 0px 1px 7px 1px #e7e7e6;
  -webkit-box-shadow: inset 0px 1px 7px 1px #e7e7e6;
  behavior: url(PIE.htc);
}

/* head center box */
.head-text-center {
  width: 400px;
  height: 100px;
  float: left;
  margin: 50px 0 0 80px;
}

.head-text-center p {
  text-align: right;
  color: #635240;
  margin: 5px 0;
  padding: 0;
}

.head-text-center a {
  float: right;
  color: #32AAD6;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: right;
  text-decoration: underline;
}

.head-text-center a:hover {
  text-decoration: none;
}


/* navigation */
.navigation {
  width: 100%;
  height: 70px;
  background: #F1EEEA;
  margin: 0;
  padding: 0;
  float: left;
}

ul#nav, ul#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
}

ul#nav li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav {
  height: 70px;
  width: 100%;
}

ul#nav a {
  line-height: 70px;
  display: block;
  color: #917758;
  text-decoration: none;
  padding: 0 15px;
  text-align: left;
}

ul#nav a:hover {
  background: #32AAD6;
  color: #FFF;
  text-decoration: none;
}

ul#nav li {
  float: left;
  position: relative;
}

ul#nav li:hover {
  color: #FFF;
  background: #32AAD6;
  text-decoration: none;
}

ul#nav ul {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  display: none;
  background: #2296C1;
}

ul#nav ul li {
  height: 25px;
  width: 100%;
}

ul#nav li:hover ul {
  display: block;
  width: 380px;
}

ul#nav ul a {
  line-height: 25px;
  text-align: left;
  padding: 0 15px;
  margin: 0;
  text-decoration: none;
  color: #FFF;
}

ul#nav ul a:hover {
  color: #917758;
  background: #FFF;
}


/* slide show */
.slideShow {
  width: 100%;
  height: 330px;
  margin: 20px 0;
  padding: 0;
  float: left;
}

#container {
  width: 960px;
  margin: 0;
  position: relative;
}

#example {
  width: 960px;
  height: 320px;
  position: relative;
}

#slides {
  position: absolute;
}

.slides_container {
  width: 960px;
  overflow: hidden;
  position: relative;
  display: none;
}

.slides_container div.slide {
  width: 960px;
  height: 270px;
  display: block;
}

.slides_container b {
  float: left;
  position: absolute;
  top: 120px;
  left: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-shadow: #333 1px 1px;
}

.slides_container  h4 {
  float: right;
  position: absolute;
  width: 440px;
  text-align: right;
  right: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  text-shadow: #333 1px 1px;
}

.pagination {
  height: 25px;
  margin: 0;
  margin-top: 20px;
  padding: 5px 0 0 420px;
  width: 540px;
  background: #F1EEEA;
}

.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}

.pagination a {
  display: block;
  width: 20px;
  height: 0;
  padding-top: 20px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position: 0 -20px;
}

.caption {
  position: absolute;
  left: 20px;
  margin-bottom: 20px;
  height:30px auto;
  padding: 10px;
  background: #32AAD6;
  width: 320px;
  color: #fff;
}

.caption p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

/* container 2 */
.container-2 {
  width: 100%;
  height: 100%;
  background-image: url(../img/c2-bg.jpg);
  background-repeat: repeat-x repeat-y;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  float: left;
}

.cont-main {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* text on page */
.text-contain {
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 0 5px;
  padding-top: 10px;
  float: left;
}

.text-contain a {
  float: right;
  text-align: right;
  padding: 5px;
  text-decoration: underline;
  font-size: 11px;
  color: #333;
}

.text-contain a:hover {
  text-decoration: none;
}

.text-contain b {
  color: #fff;
  font-size: 14px;
  background: #32AAD6;
  padding: 5px 10px;
  text-shadow: 0 1px #666666;
}

.text-contain p {
  color: #828282;
  margin: 0;
  padding: 0;
  margin: 10px 0;
  word-spacing: 2px;
  line-height: 16px;
}

.text-contain p b {
  color: #828282;
  font-size: 12px;
  padding: 0;
  background: none;
  text-shadow: none;
}

.text-contain ul li {
  color: #828282;
  line-height: 18px;
}

.text-contain ul li b {
  color: #828282;
  font-size: 12px;
  padding: 0;
  background: none;
  text-shadow: none;
}

.text-contain ol {
  float: left;
}

.text-contain ol li {
  color: #828282;
  line-height: 18px;
}

.clear {
clear:both;
}

.text-contain ol li a {
  text-decoration: underline;
  font-size: 12px;
  color: #828282;
  margin: 0;
  padding: 0;
  float: none;
  text-align: none;
}

.text-contain ol li a:hover {
  text-decoration: none;
}

.text-contain ol li b {
  color: #828282;
  font-size: 12px;
  padding: 0;
  background: none;
  text-shadow: none;
}

.text-contain p a {
  color: #2296C1;
  margin: 0;
  padding: 0;
  float: none;
  text-align: none;
  font-size: 12px;
  line-height: 22px;
  text-decoration: underline;
}

.text-contain p a:hover {
  text-decoration: none;
}

.text-contain td, th {
  margin: 0;
  padding: 3px 5px;
  color: #828282;
  word-spacing: 2px;
}

.text-contain td b {
  color: #828282;
  font-size: 12px;
  padding: 0;
  background: none;
  text-shadow: none;
}

.text-contain table, td, th {
border:1px solid #919191;
border-collapse:collapse;
}

.text-contain tr th {
border:1px solid #919191;
border-collapse:collapse;
}

table.withoutBorder {
border:none;
}

.withoutBorder td, th {
border:none;
}

.text-contain dl {
color: #828282;
line-height: 15px;
}

#text-hidden {
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 0 5px;
  float: left;
}

.border {
border: 1px solid #919191;
width: 540px;
margin: 5px auto;
padding: 10px;
}

/* news block */
.news-block {
  width: 380px;
  height: auto;
  float: left;
  margin: 20px 0 40px 0;
}

.news-block b {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0;
  padding: 5px 0;
  padding-left: 5px;
  font-weight: normal;
  color: #3A2F23;
}

.news-1 {
  width: 370px;
  height: 115px auto;
  margin-top: 15px;
  float: left;
  padding-left: 5px;
  background: #f4f2f0;
}

.news-1 img {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  padding-right: 5px;
}

.news-1 p {
  width: 240px;
  height: 20px;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  color: #32A9D6;
}

.news-1 a {
  
  float: left;
  color: #917758;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.news-1 a:hover {
  text-decoration: underline;
}

a.readAll {
  color: #32A9D6;
  text-decoration: underline;
  padding: 5px;
  margin: 0;
  width: 360px;
  float: left;
  font-size: 11px;
  text-align: right;
}

a.readAll:hover {
  text-decoration: none;
}

/* advertise */
.site-offers {
  width: 560px;
  height: auto;
  margin: 20px 0 40px 0;
  float: right;
}

.site-offers b {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
  padding: 5px 0;
  padding-left: 5px;
  font-weight: normal;
  color: #3A2F23;
}

.site-offers b a {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0;
  margin-left: 10px;
  padding: 5px 0;
  padding-left: 5px;
  font-weight: normal;
  color: #2296C1;
}

.site-offers b a:hover {
  text-decoration: underline;
}

.offers {
  width: 550px;
  height: 150px;
  float: right;
  margin: 10px 0 25px 0;
  color: #917758;
  line-height: 16px;
}

.offers p {
  width: 540px;
  float: left;
  text-align: left;
  margin: 5px 0;
  padding: 0;
  color: #917758;
}

.offers a {
  width: 540px;
  float: left;
  text-align: right;
  padding: 5px;
  color: #32A9D6;
  text-decoration: underline;
  font-size: 11px;
}

.offers a:hover {
  text-decoration: none;
}

p.top {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  color: #32A9D6;
}

/* footer */
.footer {
  width: 100%;
  height: 210px;
  background: #3A2F23;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  bottom: 0;
}

.footer-content {
  width: 960px;
  height: 210px;
  margin: 0 auto;
}

.footer-left-block {
  width: 190px;
  height: 210px;
  float: left;
  margin: 0;
  padding: 0;
}

.footer-left-block a {
  float: left;
  color: #3A2F23;
  background: #9B8F83;
  text-shadow: 0 1px #999999;
  font-size: 16px;
  text-decoration: underline;
  padding: 10px 25px;
  margin: 30px 0 50px 0;
}

.footer-left-block a:hover {
  text-decoration: none;
}

.footer-left-block p {
  float: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  color: #A19A91;
}


.footer-right-block {
  width: 390px;
  height: 210px;
  float: right;
  text-align: right;
  padding-top: 25px;
}

.footer-right-block p {
  color: #A19A91;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.footer-right-block a {
  color: #32AAD6;
  padding: 10px 0;
  float: right;
  font-size: 13px;
  text-decoration: underline;
}

.footer-right-block a:hover {
  text-decoration: none;
}


.footer-links {
  width: 370px;
  height: 200px;
  float: left;
}

.footer-links ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  margin-top: 25px;
}

.footer-links li {
  line-height: 18px;
}

.footer-links a {
  color: #917758;
  text-decoration: underline;
}

.footer-links a:hover {
  text-decoration: none;
  color: #32AAD6;
}

.counters {
height: 45px;
float: right;
width: 300px;
padding-top: 30px;
}