/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fffff0;
  color: #000;
  font-family: Georgia, 'Droid Serif', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input, select, textarea, option, table {
  font-family: Georgia, 'Droid Serif', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a {
  color: #bf1300;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-size: 13px;
}



/*
  common elements
*/

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}

.col {
  float: left;
  margin-right: 20px;
  width: 220px;
}

.colLast {
  margin-right: 0;
}

.col h2 a {
  color: #000;
  font-weight: normal;
}

p a {
  color: #bf1300;
}

p a:hover {
  text-decoration: underline;
}


/*
  main layout
*/

.wrapper {
  margin: 0 auto;
  padding: 0 10px;
  width: 940px;
}

.header {
  border-bottom: 1px solid #bf1300;
}

.menu {
  padding: 15px 0;
}

.front {
  margin-top: 20px;
}

.promo {
  margin-top: 40px;
}

.main {
  margin-top: 20px;
}

.footer {
  background: #e6e6d5 url(img/bg_footer.gif) repeat-x;
  margin-top: 40px;
  padding: 20px 0 45px;
}

.copy {
  background: #b3b38e url(img/bg_copy.gif) repeat-x;
  font-size: 12px;
  padding: 10px 0;
}


/*
  header
*/

.headerBox {
  background-color: #f7f7e8;
  border-color: #cfcfc0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 3px 10px 3px 5px;
  position: absolute;
}

.langs {
  float: left;
  margin-right: 20px;
}

.langs ul {
  list-style: none;
}

.langs li {
  display: inline;
  margin-right: 5px;
}

.langs li a {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.langs .act a {
  color: #bf1300;
}

.search {
  float: left;
}

.modAdministratorSearchInput {
  background: #fffff0;
  border: 1px solid #b3b38e;
}

.modAdministratorSearchButton {
  background: url(img/search.gif) no-repeat center bottom;
  display: inline-block;
  height: 13px;
  width: 20px;
}

.headerLogo {
  display: block;
  float: left;
  height: 70px;
  margin-top: 50px;
  overflow: hidden;
  text-indent: -1000px;
  width: 700px;
}

.headerLogolt {
  background: url(img/logo_lt.gif) no-repeat;
}


.headerLogoen {
  background: url(img/logo_en.gif) no-repeat;
}

.headerLogoru {
  background: url(img/logo_ru.gif) no-repeat;
}

.headerRef {
  float: right;
  padding: 15px 10px;
}

.headerRef img {
  display: block;
}


/*
  menu
*/
.menu ul {
  list-style: none;
}

.menu li {
  display: inline;
  margin-right: 18px;
}

.menu li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.menu li a:hover,
.menu .current,
.menu .selected {
  color: #bf1300;
}

.menu li:last-child {
  margin-right: 0;
}


/*
  front
*/
.front .wrapper {
  position: relative;
}

.frontImage {
  display: none;
}

.frontImageAct {
  display: block;
}

.frontContainer {
  background: url(img/bg_front.png) repeat-y;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.front ul {
  list-style: none;
}

.front li {
  overflow: hidden;
  height: 57px;
  width: 40px;
}

.frontItem {
  color: #fff;
  display: block;
  font-size: 30px;
  font-style: italic;
  line-height: 49px;
  height: 57px;
}

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

.frontItem span {
  display: inline-block;
  font-size: 42px;
  font-style: normal;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.front .act {
  overflow: visible;
  width: 400px;
}

.act .frontItem {
  background: url(img/bg_front_title.png) repeat-x;
}

.frontText {
  font-size: 14px;
  line-height: 18px;
  padding: 25px 100px 0 80px;
}

/*
  main
*/
.title {
  background: url(img/bg_front_title.png) repeat-x;
  color: #fff;
  display: block;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  line-height: 49px;
  height: 57px;
  padding: 0 15px;
}

.side {
  float: left;
  margin-top: 20px;
  width: 220px;
}

.side ul {
  list-style: none;
}

.side li {
  border-top: 1px solid #e6e6d5;
}

.side li a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 7px;
  width: 220px;
}

.side li a:hover {
  background-color: #e9e9d1;
  color: #bf1300;
}

.side .current a,
.side .currentSubnodes a,
.side .current a:hover,
.side .selectedSubnodes a.selectedSubnodes,
.side .selected a.selected{
  background-color: #bf1300;
  color: #fff;
}

.side li li {
  border-top: 0;
}

.side li li a,
.side .currentSubnodes li a {
  background: url(img/dot2.gif) no-repeat 16px 12px;
  color: #35352e;
  padding: 5px 7px 5px 30px;
}

.side li .current a,
.side li .current a:hover,
.side li li a:hover {
  background: url(img/dot3.gif) no-repeat 16px 12px;
  color: #bf1300;
}

.ipContent {
  float: right;
  margin-top: 20px;
  padding-right: 60px;
  width: 580px;
}


/*
  promo
*/

.promo h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.promo .date {
  color: #666651;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 3px;
}

.promo p {
  line-height: 18px;
}

.front p a,
.promo p a {
  white-space: nowrap;
}

/*
  footer
*/

.footerHeading,
.col b {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer p {
  margin-bottom: 8px;
}

.linkList a {
  background: url(img/icon_link.gif) no-repeat right bottom;
  color: #000;
  padding-right: 12px;
}

.linkList a:hover {
  background-image: url(img/icon_link_hover.gif);
  color: #bf1300;
}


.powered {
  float: right;
  color: #000;
}
