@import url("reset.css");

input::-moz-focus-inner { border: 0; padding: 0; }

html {
  height: 100%;
}

body {
  background-image: url(/placeholder/bg_pattern.png),
                    url(/placeholder/bg_gradient_down.png),
                    url(/placeholder/bg_gradient_up.png);
  background-position: top left, bottom center, top center;
  background-repeat: repeat, repeat-x, repeat-x;
  background-color: #333333;
  height: 100%;
  color: #fff;
  font-family: "Cantarell", Calibri, Verdana, sans-serif;
  font-size: 14px;
  text-shadow: 1px 2px 3px #333;
}

#background_image, #background_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#pattern {
  height: 100%;
  width: 100%;
  display: table;
}

.no-multiplebgs #pattern, .active_bg_image #pattern {
  background: url(/placeholder/bg_pattern.png) repeat;
}

#gradient {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.no-multiplebgs #gradient, .active_bg_image #gradient {
  background: url(/placeholder/bg_gradient_up.png) repeat-x;
}

a, a:hover, a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 24px;
  padding: 3px 0;
  text-align: justify;
}

body .button {
  padding: 0 15px 0 30px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.no-multiplebgs body .button {
  padding: 0 15px;
}

header {
  background-image: url(/placeholder/bg_header_black.png);
  margin: 0 auto;
  text-align: center;
  background-position: bottom center no-repeat;
  background-repeat: no-repeat;
  width: 610px;
  height: 85px;
}

h1 {
  line-height: 85px;
  vertical-align: bottom;
  display: inline;
  font-size: 40px;
  text-shadow: 2px 3px 4px #000;
  font-family: "Quattrocento", Georgia, serif;
}

#content {
  width: 100%;
  background: url(/placeholder/bg_content.png) top center no-repeat;
  min-height: 122px;
}

#main_page section {
  margin: 20px auto 30px auto;
  width: 450px;
}

.text {
}

.text p {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: rgba(255,255,255,0.9);
  font-family: "Quattrocento", Georgia, serif;
}

.description {
}

.description_top {
  background: url(/placeholder/description_top.png) no-repeat;
  width: 452px;
  height: 4px;
}

.description_bottom {
  background: url(/placeholder/description_bottom.png) no-repeat;
  width: 452px;
  height: 5px;
}

.description_content {
  padding: 5px 10px;
  width: 432px;
  background: url(/placeholder/description.png) repeat-y;
  color: rgba(255,255,255,0.9);
}

.dark_background {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.hidden { display: none; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
