#subpage_header span, #slideshow span, #top_tagline, h2, h1 {
  font-family: "Gelasio", serif;
}

#whats_new_top, #content, #content_nav, #copy, #top_info {
  font-family: "Roboto", sans-serif;
}

#slideshow_over .overlay, #main_nav ul li a {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  margin: 0;
  background-image: url(../images/body_bg.jpg);
}

img {
  border: 0;
}

h1 {
  margin: 15px 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #ffa30a;
}

h2 {
  margin: 15px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #ffa30a;
}

#wrap {
  width: 901px;
  margin-left: auto;
  margin-right: auto;
}

#top {
  width: 901px;
  height: 98px;
  position: relative;
  z-index: 201;
}

.top_logo {
  position: absolute;
  top: 23px;
  left: 11px;
}

#top_tagline {
  position: absolute;
  bottom: 15px;
  left: 220px;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  color: #333333;
}

#top_info {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
#top_info span {
  margin: 0 5px 0 5px;
  color: #ffa30a;
}
#top_info a:link {
  text-decoration: none;
  color: #ffffff;
}
#top_info a:visited {
  text-decoration: none;
  color: #ffffff;
}
#top_info a:hover {
  text-decoration: none;
  color: #ffa30a;
}
#top_info a:active {
  text-decoration: none;
  color: #ffffff;
}

#copy {
  padding: 10px 0 10px 0;
  font-size: 10px;
  line-height: 15px;
  color: #787878;
  float: left;
}
#copy a:link {
  text-decoration: none;
  color: #ffffff;
}
#copy a:visited {
  text-decoration: none;
  color: #ffffff;
}
#copy a:hover {
  text-decoration: none;
  color: #ffa30a;
}
#copy a:active {
  text-decoration: none;
  color: #ffffff;
}

#content_top {
  width: 901px;
  height: 9px;
  background-image: url(../images/content_top.png);
  clear: both;
}

#content_nav {
  width: 901px;
  height: 79px;
  background-color: #ffffff;
  border-bottom: 5px solid #1d1313;
  position: relative;
  z-index: 200;
  clear: both;
}
#content_nav a:link {
  text-decoration: none;
  color: #000000;
}
#content_nav a:active {
  text-decoration: none;
  color: #000000;
}
#content_nav a:visited {
  text-decoration: none;
  color: #000000;
}
#content_nav a:hover {
  text-decoration: none;
  color: #ffa30a;
}

#top_nav {
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 12px;
  line-height: 12px;
}
#top_nav span {
  margin: 0 5px 0 5px;
  color: #ffa30a;
}

.top_divider {
  position: absolute;
  top: 21px;
  right: 10px;
}

#main_nav {
  height: 35px;
  position: absolute;
  top: 21px;
  right: 12px;
  z-index: 300;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}
#main_nav ul {
  height: 35px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_nav ul li {
  height: 35px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}
#main_nav ul li a {
  margin: 0 9px 0 9px;
}
#main_nav ul li div {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 300;
  background-color: #ffffff;
  border: 2px solid #ffa30a;
}
#main_nav ul li div a {
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
#main_nav ul li:hover div {
  display: block;
}
#main_nav span {
  color: #ffa30a;
}

.bottom_divider {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 200;
}

#slideshow {
  width: 901px;
  height: 223px;
  border-bottom: 5px solid #1d1313;
  clear: both;
  position: relative;
}
#slideshow span {
  font-weight: bold;
  color: #fff;
  position: absolute;
  text-shadow: 4px 4px 6px #000;
}

#subpage_header {
  position: relative;
  height: 200px;
}
#subpage_header span {
  height: 47px;
  line-height: 47px;
  position: absolute;
  top: 158px;
  left: 21px;
  font-size: 29px;
  color: white;
  font-weight: bold;
}

#slideshow_over .overlay {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 16px;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/semi_trans_bg.png);
  line-height: 35px;
  text-align: right;
  color: white;
  z-index: 5;
}

.overlay span {
  margin-right: 2em;
}

.header_shading {
  background-color: black;
  position: absolute;
  height: 37px;
  width: 901px;
  left: 0;
  bottom: 0;
  z-index: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#content {
  width: 888px;
  padding: 0 13px 10px 0;
  background-color: #ffffff;
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
}
#content a:link {
  text-decoration: none;
  color: #843416;
}
#content a:active {
  text-decoration: none;
  color: #843416;
}
#content a:visited {
  text-decoration: none;
  color: #843416;
}
#content a:hover {
  text-decoration: underline;
  color: #843416;
}

#home_left {
  width: 600px;
  min-height: 410px;
  float: left;
  padding-left: 20px;
}

#content_viata {
  padding: 15px 0 0 0;
  float: left;
  text-align: center;
  width: 350px;
}
#content_viata img {
  max-width: 100%;
}
#content_viata p {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

#content_video {
  margin: 10px 0 0 0;
  border: 3px solid #ffa30a;
  float: right;
}

#page_index .content_divider {
  top: 356px;
}

.content_divider {
  position: absolute;
  left: 647px;
  top: 210px;
}

#home_right {
  width: 211px;
  margin-top: 10px;
  float: right;
}

#whats_new_top {
  width: 211px;
  height: 38px;
  background-image: url(../images/whats_new_top.jpg);
  font-size: 19px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
}

#whats_new {
  width: 211px;
  background-color: #ffa30a;
}
#whats_new a:link {
  text-decoration: none;
  color: #000000;
}
#whats_new a:active {
  text-decoration: none;
  color: #000000;
}
#whats_new a:visited {
  text-decoration: none;
  color: #000000;
}
#whats_new a:hover {
  text-decoration: underline;
  color: #000000;
}
#whats_new ul {
  margin: 0;
  padding: 13px 0 0 8px;
  list-style-type: none;
}
#whats_new ul li {
  margin: 0;
  padding: 0 15px 10px 25px;
  background-image: url(../images/li_paw.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
#whats_new ul li span {
  color: #ffffff;
}

#whats_new_bottom {
  width: 211px;
  height: 7px;
  background-image: url(../images/whats_new_bottom.png);
  clear: both;
}

.testimonials {
  width: 190px;
  margin: 30px 0 0 7px;
  padding: 18px 0 0 10px;
  background-image: url(../images/top_quote.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  color: #853611;
}
.testimonials strong {
  font-size: 15px;
  color: #000000;
}
.testimonials span {
  font-style: italic;
}

.testimonials_bottom {
  margin-bottom: 0;
  padding: 0 10px 10px 0;
  background-image: url(../images/bottom_quote.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#content_bottom {
  width: 901px;
  height: 9px;
  background-image: url(../images/content_bottom.png);
  clear: both;
}

#ptc {
  padding: 13px 2px 0 0;
  float: right;
}

/*# sourceMappingURL=style.css.map */
