﻿body
{
    background: #2e2e2e;
    color: #FFF;
    font-family: Times New Roman, Verdana;
    font-size: 12px;
    margin: 0;
}

h1
{
    color: #919290;
    font-size: 32px;
    font-weight: lighter;
    margin: 5px 30px 0 10px;
    text-transform: uppercase;
}

li{
    list-style: none;
}

label{
    display: block;
}

input{
    display: block;
}

a{
    color: #919290;
    text-decoration: none;
}

a img{
    border: none;
}

a:hover{
    color: #fdc03c;
}

a:visited{

}

a.selected{
    color: #fdc03c;
}

#wrap{
    min-height: 600px;
    margin: auto;
    width: 800px;
}

#content-wrap{
    background: #2e2e2e url('images/background.jpg') no-repeat center;
    min-height: 600px;
    margin: 0 auto;
    vertical-align: middle;
    width: 800px;
}

#header{
    padding: 5px 10px;
}

#footer{
    background: #000;
    float: left;
    opacity: 0.3;
    padding: 10px 0;
    width: 800px;
}

#nav-front{
    border-top: solid 2px #7b7b7b;
    background: #161616;
    font-size: 14px;
    padding: 3px 10px;
    
}

#front-wrapper{
    background: #262626;
}


#top-bar{
    float: right;
    margin: -8px 0 0 0;
}

#newsticker{
    background: #000;
    opacity: 0.4;
	position: absolute;
	width: 800px;
}

#newsticker ul {
    margin: 0;
    padding: 5px;
    font-family: Verdana;
}

#telephoneList{
}

#telephoneList li{
    font-size: 1.3em;
}

.wrapper-page{
    height: 450px;
}

.title-front{
    text-indent: -3000px;
}

.header-front{
    height: 50px;
}

.left-side{
    float: left;
}

.right-side{
    float: right;
}

.normalizer{
    clear: both;
}

.left-front{
    width: 550px;
}

.left-page{
    font-family: Verdana;
    line-height: 16px;
    padding: 10px;
    overflow: auto;
    width: 520px;
    height: 430px;
}

.left-page:hover{
    overflow: auto;
}

.left-gallery{
    overflow: auto;
}

.right-front{
    margin: 80px 0;
    width: 250px;
}

.right-page{
    padding: 150px 0;
    width: 250px;
}

.right-contact{
    width: 250px;
    padding: 80px 0;
}

.horizontal-list{
    margin: 0 auto;
    width: 660px;
    text-align: left;
}

.horizontal-list li{
    color: #909190;
    display: inline;
    font-weight: bold;
    padding: 0 30px 0 0;
}

.footer-text{
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    width: 150px;
}

.page-margin-footer{
    margin: 20px 0;
}

.front-margin-footer{
    
    margin: 100px 0 10px 0;
}

.news{
    margin: 0 0 10px 0;
    border-bottom: solid thin #AAA;
}

.news span{
    color: #fdc03c;
    display: block;
    font-weight: bold;
    
}

.news .info{
    text-align: justify;
    margin: 5px;
}

.pageTitle{
    float: right;
}

.address{
    font-size: 1.3em;
    text-align: center;
}

.aboutItem{
    background: #383838;
    border: solid thin #AAA;
    margin: 5px;
    padding: 5px;
}

.aboutItem p{
    text-align: justify;
}

.aboutItem span{
    color: #FDC03C;
    font-weight: bold;
}

.aboutFirst{
    float: left;
    width: 238px;
}

.aboutSecond{
    float: right;
    width: 238px;
}

.profile{
    border: solid thin #cd900d;
    float: right;
    margin: 5px 5px;
}

#slideshow {
    cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 550px;
	height: 365px;
	text-align: center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

