body {
 background: url(.././images/bg-body.jpg) repeat-y top center;
 background-color: #000;
 color: #FFF;
 font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
 font-size: 0.8em;
 text-align: center;
 margin: 0px;
 padding: 0px;
}
#body-vertical {
 background: url(.././images/bg-body-horizontal.jpg) no-repeat top center;
}

#container {
 margin: auto;
 width: 850px;
}
#container #header {
 height: 270px;
 width: 850px;
 text-align: center;
 background: url(.././images/bg-header.jpg) no-repeat top center;
}

#container #header #menu {
 font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
 font-size: 1.65em;
 line-height: 1.65em;
 font-weight: normal;
 padding: 0px;
 margin: 0px;
}
#container #header #menu ul {
 list-style-type: none;
 padding: 210px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
#container #header #menu li {
 display: inline;
 padding: 0px 12px 0px 12px;
}
#container #header #menu a {
 color: #FFF;
 text-decoration: none;
}
#container #header #menu a:hover {
 color: #fff1a3;
 background: url(.././images/menu-underline.png) no-repeat bottom center;
}
#container #header #menu #active {
 color: #fff1a3;
 background: url(.././images/menu-underline.png) no-repeat bottom center;
}

#container #main-top {
 background: url(.././images/bg-main-top.jpg) no-repeat top center;
 padding: 0px 30px 0px 30px;
 text-align: justify;
}
#container #main {
 background: url(.././images/bg-main-bottom.jpg) repeat-y top center;
}
#container #main p, #container #main .p-info {
 text-align: left;
 padding: 0px 20px 10px 20px;
 margin: 0px 0px 0px 0px;
 line-height: 1.6em;
}
#container #main .p-info {
 background: url(.././images/bg-main-p.jpg) no-repeat top left;
 padding: 7px 0px 6px 12px;
}
#container #main h1 {
 background: url(.././images/header-h1-decor.jpg) no-repeat center left;
 padding: 2px 0px 5px 27px;
 margin: 0px;
 font-size: 1.35em;
 line-height: 1.35em;
 color: #ffdf81;
}
#container #main h2 {
 background: url(.././images/header-h2-decor.jpg) no-repeat center left;
 padding: 5px 0px 5px 22px;
 margin: 10px 0px 0px 0px;
 font-size: 1.2em;
 line-height: 1.2em;
 color: #ffdf81;
}
#container #main .img-decor-left {
 margin: 5px 15px 5px 0px;
 float: left;
}
#container #main .img-decor-right {
 margin: 5px 0px 5px 15px;
 float: right;
}
#container #main ul {
 list-style-type: none;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 5px 20px;
}
#container #main ul li {
 margin: 0px 0px 10px 0px;
}
#container #main ul li strong {
 font-weight: bold;
 color: #fff1a3;
}
#container #main a {
 color: #fa5;
 text-decoration: none;
 font-weight: bold;
}
#container #main a:hover {
 text-decoration: underline;
}

#container #footer {
 text-align: right;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 850px;
 height: 70px;
 background: url(.././images/bg-footer.jpg) no-repeat center top;
}
#container #footer p {
 padding: 15px 30px 0px 0px;
 margin: 0px 0px 0px 0px;
}
#container #footer a {
 color: #fff1a3;
 text-decoration: none;
}#container #footer a:hover {
 color: #fa5;
 text-decoration: underline;
}

.cleaner {
 clear: both;
 line-height: 0px;
 font-size: 0px;
}


.gallery-pack {
 margin: 0px 15px 0px 15px;
 padding: 0px 0px 5px 0px;
 text-align: left;
}

.gallery ul {
 padding: 0px;
 margin: 0px;
}

.gallery li {
 display: inline;
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

.gallery img {
 padding: 0px;
 margin: 0px 10px 0px 0px;
}

.flv-player {

}
.hidden {
 display: none;
}
h3 {
 cursor: pointer;
 cursor: hand;
 background: url(.././images/header -h2-decor.jpg) no-repeat center left;
 padding: 5px 0px 5px 22px;
 margin: 10px 0px 0px 0px;
 font-size: 1.2em;
 line-height: 1.4em;
 color: #fa5;
}
h3:hover {
 text-decoration: underline;
}
.title {
 color: #fff1a3;
 text-decoration: none;
 font-size: 0.9em;
 line-height: 1.8em;
 padding: 0px 0px 5px 22px;
}
p strong {
 color: #fff1a3;
}

/* hover info*/
a.info{
  position:relative; /*this is the key*/
  z-index: 24;
  color: #000;
  text-decoration: none;
}

a.info:hover {
 z-index: 25;
}

a.info span {
display: none
}

a.info:hover span{ /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 15px;
  _top: 55px;
  left: 0px;
  width: 250px;
  border: 1px solid #fff1a3;
  background-color: #000;
  color: #fff1a3;
  padding: 5px;
}

.t-input, .t-text, .f-submit {
 width: 300px;
 border: 1px #444 solid;
 margin: 0px 0px 0px 10px;
}
.t-text {
 height: 100px;
}
.f-submit {
 width: 100px;
}

hr {color: #1b0303; border: 2px solid #1b0303;}

.quote {width: 550px; margin: 0px 0px 10px 0px;}
 .quote .quote-top {background: url(.././images/quote-top.png) no-repeat top left; padding: 23px 0px 0px 20px;}
 .quote .quote-bottom {background: url(.././images/quote-bottom.png) no-repeat bottom right; padding: 0px 20px 20px 0px;}