
/*--------------------------------------------------------------

    Стилевой файл шаблона художника Сурена Айвазяна

    Версия шаблона:     1.0
    Автор:              AmmiAk
    Эл. почта:          ammiak@indaweb.ru
    Сайт автора:        http://www.indaweb.ru/

--------------------------------------------------------------*/

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #6e0023;
}

a img {
  border: none;
}


#frontend {
  background: #ebe8e3 url(/images/bgBodyMain.jpg) no-repeat center 287px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  color: #39322c;
}

#frontendContent {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}


/* Содержимое шапки
---------------------------------------------*/

#frontendTitle {
  font-size: 47px;
  line-height: 47px;
  margin: 58px 0 40px;
}

#frontendTitle span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
}


/* Основное меню
---------------------------------------------*/

#preFrontend {
  position: relative;
  float: right;
  right: 50%;
}

#frontendMenu {
  height: 74px;
  background: url(/images/bgMenuMain.gif) no-repeat left top;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: -50%;
}

#frontendMenu li {
  float: left;
  background: url(/images/bgMenuMain.gif) no-repeat right top;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 74px;
  padding: 0 39px 0 36px;
}

#frontendMenu div {
  display: none;
  text-align: left;
  margin-left: -40px;
  position: absolute;
  width: 352px;
  height: 188px;
  background: url(/images/bgMenuSub.gif) no-repeat left top;
}

#frontendMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 30px 00px 30px 38px;
  overflow: hidden;
}

#frontendMenu li:hover div {
  display: block;
  
}

#frontendMenu ul li {
  float: left;
  width: 40%;
  background: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
  padding: 0;
  margin: 0 20px 10px 0;
}

#frontendMenu a {
  color: #5d5349;
}


/* Содержимое футера
---------------------------------------------*/

#frontendFooter {
  width: 1260px;
  height: 76px;
  background: url(/images/bgFooter.gif) repeat-x left top;
  text-align: left;
  margin: -76px auto 0;
  position: relative;
}

#contentCopy {
  width: 300px;
  height: 14px;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  position: absolute;
  left: 179px;
  bottom: 30px;
}

#contentDevelop {
  width: 500px;
  height: 14px;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-align: right;
  position: absolute;
  right: 179px;
  bottom: 30px;
}

#contentDevelop a {
  color: #39322c;
}