@CHARSET "UTF-8";

html {
    background-color: rgb(4, 4, 4);
    color: rgb(159, 159, 159);
    background-image: url(../images/layout/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

body {
    font-family: Arial, sans-serif;
}

a,
a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h1, h2, p, li, blockquote {
    font-family: Arial, sans-serif;
}

h1, h2 {
    text-transform: uppercase;
}

ul li {
    list-style-type: none;
}

header {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -80px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 160px;
    height: 64px;
    background-image: url(../images/layout/anaiz.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

header h1 {
    visibility: hidden;
}

nav.main {
    position: absolute;
    left: 50%;
    top: 541px;
    margin-left: -320px;
    width: 640px;
    text-align: center;
    text-transform: uppercase;
}

nav.main ul {
    padding-top: 18px;
}

nav.main ul li {
    list-style-type: none;
    display: inline;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 108%;
}

li.selected {
    background-color: rgb(255, 255, 255);
}

li.selected a {
    color: rgb(0, 0, 0);
}

nav.languageSelection {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: 442px;
    text-align: right;
    font-size: 85%;
}

nav.languageSelection a {
    padding-left: 16px;
    background-image: url(../images/layout/icons12x13.png);
    background-position: 0px -48px;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
}

article {
    position: absolute;
    left: 50%;
    top: 111px;
    margin-left: -446px;
    width: 892px;
}

section {
    overflow: hidden;
}

section.intro {
    float: left;
    width: 241px;
    height: 415px;
    margin-right: 2px;
    background-image: url(../images/layout/panel_backgrounds.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

section.description {
    float: right;
    width: 239px;
    height: 415px;
    margin-left: 2px;
    background-image: url(../images/layout/panel_backgrounds.jpg);
    background-position: -652px 0px;
    background-repeat: no-repeat;
}

section.gallery {
    float: right;
    width: 407px;
    height: 415px;
    background-image: url(../images/layout/panel_backgrounds.jpg);
    background-position: -243px 0px;
    background-repeat: no-repeat;
}

section.intro h1 {
    text-transform: uppercase;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 20px;
    font-size: 121.3%;
}

section ul.filter,
section ul.submenu {
    margin: 0;
    padding-top: 4px;
    padding-left: 20px;
    margin-bottom: 1em;
}

section ul.filter li,
section ul.submenu li {
    list-style-type: none;
    display: inline;
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 100%;
}

section ul.filter li a,
section ul.submenu li a {
    padding-left: 3px;
    padding-right: 3px;
}

section ul.items {
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
}

section ul.text li,
section ul.items li {
    margin: 0;
    list-style-type: none;
    font-size: 85%;
    line-height: 165%;
}

section ul.items li span.list-style {
    font-weight: bold;
    padding-right: 5px;
    color: rgb(122, 122, 121);
}

section ul.items li span.title {
}

section ul.items li span.category {
    float: right;
    width: 120px;
    text-transform: lowercase;
}

section ul.items li.selected {
    background-color: rgb(255, 255, 255);
    color: rgb(32, 32, 32);
}

section ul.items li.selected a {
    color: rgb(32, 32, 32);
}

section ul.items li a {
    padding-left: 10px;
    display: block;
}

section ul.items li a:hover {
    background-color: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
}

section ul.items li.selected a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(32, 32, 32);
}

section.description h1 {
    margin: 0;
    padding-top: 33px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 121.3%;
}

section.intro h2,
section.description h2 {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 93%;
}

section.intro p,
section.description p,
section blockquote,
section.description ul {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 16px;
    font-size: 85%;
    line-height: 150%;
}

section.intro p,
section.description p,
section blockquote {
    text-align: justify;
}

section.gallery .bigPicture {
    margin-top: 3px;
    margin-left: 3px;
}

section.gallery ul.thumbnails {
    position: absolute;
    left: 50%;
    top: 370px;
    width: 400px;
    margin-left: -200px;
    text-align: center;
}

section.gallery ul.thumbnails li {
    list-style-type: none;
    display: inline;
    margin-left: 1px;
    background-color: rgb(19, 17, 15);
    border: 1px solid rgb(55, 57, 53);
    text-align: center;
    font-size: 77%;
}

section.gallery ul.thumbnails li a,
section.gallery ul.thumbnails li span {
    color: rgb(55, 57, 53);
    padding-left: 10px;
    padding-right: 10px;
}

section.gallery ul.thumbnails li.selected {
    background-color: rgb(4, 4, 4);
    border: 1px solid rgb(255, 255, 255);
}

section.gallery ul.thumbnails li.selected span {
    color: rgb(127, 127, 127);
}

ul.pagination {
    position: absolute;
    left: 0px;
    top: 370px;
}

ul.pagination li {
    list-style-type: none;
    display: inline;
    margin-left: 1px;
    color: rgb(55, 57, 53);
    background-color: rgb(38, 38, 38);
    text-align: center;
    font-size: 77%;
}

ul.pagination li a,
ul.pagination li span {
    padding-left: 3px;
    padding-right: 3px;
}

ul.pagination li.selected {
    background-color: rgb(255, 255, 255);
}

section p a:hover,
ul.text a:hover {
    background-color: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
}

footer {
    position: absolute;
    left: 50%;
    top: 648px;
    margin-left: -400px;
    width: 800px;
    text-align: center;
}

footer ul {
    padding-top: 0;
    margin-top: 0;
    height: 18px;
    overflow: hidden;
}

footer ul li {
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 85%;
    line-height: 175%;
    text-transform: lowercase;
}

footer ul li a {
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#ContactMail a {
    background-image: url(../images/layout/icons12x13.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#ContactFacebook a {
    background-image: url(../images/layout/icons12x13.png);
    background-position: 0px -16px;
    background-repeat: no-repeat;
}

#ContactTwitter a {
    background-image: url(../images/layout/icons12x13.png);
    background-position: 0px -32px;
    background-repeat: no-repeat;
}

.contactForm {
    padding: 10px;
    margin-left: 8px;
}

.contactForm label {
    display: block;
}

.contactForm input.field, .contactForm textarea, .contactForm label {
    width: 200px;
    padding: 2px;
    font-size: 85%;
    background-color: rgb(4, 4, 4);
}

.contactForm label {
    color: rgb(200, 200, 200);
    padding-bottom: 0px;
}

.contactForm label.error {
    color: rgb(250, 75, 75);
}

.contactForm textarea {
    height: 90px;
    overflow: hidden;
}

.contactForm input, .contactForm textarea {
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 0.25em;
    border: none;
}

.contactForm input.button {
    background-color: rgb(90, 90, 90);
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    float: right;
    margin-top: 0.5em;
    margin-right: 8px;
    font-size: 85%;
    text-transform: uppercase;
}
