/* 
    Document   : index
    Created on : 22.2.2014, 16:49:29
    Author     : Bauglir
    Description:
        Purpose of the stylesheet follows.
*/

/*
.indexSection {
  height: 500px;
  border-top: 2px solid #91959D;
  border-bottom: 2px solid #91959D;
  margin-bottom: 15px;
}


*/

.html_index .mainContent {
  text-align: center;
  padding-top: 40px;
}

.html_index .mainContent figure {
  width: 340px;
  -tmp-height: 290px;
  height: 255px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px silver;
  margin: 0px 20px 40px 20px;
  -tmp-float: left;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
}

.html_index .mainContent figure p {
  text-align: center;
  height: 255px;
}

.html_index .mainContent figure p img {
}

.html_index .mainContent figure figcaption {
  margin-top: 5px;
  font-size: 80%;
}
