/* Start of CMSMS style sheet 'emotion-master' */
body {
    background-color: #1d1d1d;
    font-family: Georgia, serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

img {
    border: 0;
}

h1 {
    color: #59503e;
    font-size: 0;
    height: 0;
}

h2 {
    margin: 0 0 5px 0;
}

p, div.paragraph {
    margin: 0 0 30px 0;
}

a {
    color: #cdc8c1;
    font-size: 12px;
    text-decoration: underline;
}
a:hover {
    color: #fff;
}

form {
    padding: 3px 0 0 0;
}

label {
    float: left;
    width: 100px;
}

li.text input,
textarea {
    background-color: #59503E;
    border: 1px solid #837B6C;
    color: #CDC8C1;
    font-family: Georgia, serif;
    font-size: 12px;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 2px;
    width: 238px;
}

li.submit input {
    background-color: #59503E;
    border: 1px solid #837B6C;
    color: #CDC8C1;
    margin: 0 0 0 100px;
}

div.validation-error {
    color: #974f38;
    margin: 0 0 0 100px;
}

textarea {
    height: 100px;
}

form ul {
    list-style: none;
    padding: 0;
    margin: 1px 0 0 0;
}
    
#main {
    height: 660px;
    margin: 50px auto;
    width: 910px;
}

#navigation {
    background: #736957 url(/uploads/images/logo.png) left bottom no-repeat;
    float: left;
    height: 100%;
    width: 50%;
}

#content {
    background-color: #59503e;
    background-position: 99% 15px;
    background-repeat: no-repeat;
    color: #cdc8c1;
    height: 520px;
    line-height: 1.5em;
    overflow: hidden;
    text-align: left;
    padding: 110px 65px 30px 45px;
}

#content.offer {
    background-image: url(/uploads/images/h1-offer.png);
}

#content.projects {
    background-image: url(/uploads/images/h1-projects.png);
}
#content.gallery {
    background-image: url(/uploads/images/h1-gallery.png);
}
#content.about {
    background-image: url(/uploads/images/h1-about.png);
}
#content.contact {
    background-image: url(/uploads/images/h1-contact.png);
}

#navigation ul {
    list-style: none;
    margin: 100px 0 0 0;
    padding: 0;
}

#navigation li {
    border-bottom: 1px solid #837b6c;
    margin: 0 60px 0 20px;
    padding: 15px 40px 15px 20px;
    text-align: left;
}

#navigation li.last {
    border-bottom: none;
}

#navigation ul a {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #736957;
    display: block;
    font-size: 0;
    height: 20px;
    width: 316px;
}

#navigation ul a:hover,
#navigation li.active a {
    background-position: 0 -20px;
}

li.offer a {
    background-image: url(/uploads/images/navigation-offer.png);
}

li.projects a {
    background-image: url(/uploads/images/navigation-projects.png);
}
li.gallery a {
    background-image: url(/uploads/images/navigation-gallery.png);
}
li.about a {
    background-image: url(/uploads/images/navigation-about.png);
}
li.contact a {
    background-image: url(/uploads/images/navigation-contact.png);
}

#footer {
    background-color: #0f0e0e;
    clear:both;
    color: #736957;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 0;
    text-align: right;
}


#footer a {
    color: #736957;
    font-size: 11px;
}

#footer a:hover {
    color: #CDC8C1;
}

div.page-navigation {
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%:
}

div.page-navigation img {
    margin: 0 5px 0 5px;
}

#group-description {
    display: block;
    margin: 1px 0 0 0;
    position: absolute;
}

#group-description span {
    display: none;
}

#group-description a{
    display: block;
    background-image: url(/uploads/images/spacer.gif);
}

#group-description .bt-wrapper span {
    display: block;
}

.bt-wrapper span {
    margin: 0;
    display: block;
}

.bt-wrapper span img {
    float: left;
    padding: 0 10px 10px 0;
}
/* End of 'emotion-master' */

