@charset "utf-8";
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}

a:link, a:visited {
    color: #a6021d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 800px;
    height: auto;
    margin: 0 auto;
}

#header {
    width: 800px;
    height: 160px;
    background: transparent url(../i/head.jpg) no-repeat top center;
}

#header h1 {
    text-indent: -10000px;
}

#headerMessage {
    width: 780px;
    height: auto;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#left {
    width: 352px;
    height: auto;
    padding: 0px 10px 0px 0px;
    float: left;
    background-color: #ffffff;
    border-right: #d8d8d8 solid 1px;
}

#left .title {
    width: 336px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #aaaaaa;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

#left .separator {
    width: 352px;
    height: 10px;
    margin: 0px 0px 10px 0px;
    border-bottom: #d8d8d8 solid 1px;
}

#right {
    width: 437px;
    height: auto;
    float: left;
    background-color: #ffffff;
}

#subLeft {
    width: 204px;
    height: auto;
    padding: 0px 9px 0px 9px;
    float: left;
    background-color: #ffffff;
    border-right: #d8d8d8 solid 1px;
}

#subRight {
    width: 204px;
    height: auto;
    padding: 0px 0px 0px 10px;
    float: left;
    background-color: #ffffff;
}

#subLeft .title, #subRight .title {
    width: 188px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #aaaaaa;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

#subTogether {
    width: 427px;
    height: auto;
    padding: 10px 0px 0px 10px;
    background-color: #ffffff;
}

#subTogether .title {
    width: 411px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #aaaaaa;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

ul.list {
    list-style-position: inside;
    padding: 0px;
    margin: 10px 0 10px 0;
}

.picture {
    width: 100%;
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.pictureRight {
    margin: 10px 0px 10px 10px;
    float: right;
}

.pictureLeft {
    margin: 0px 10px 10px 0px;
    float: left;
}

.clearThis {
    clear: both;
}

#footer {
    width: 800px;
    height: 102px;
    background: transparent url(../i/footer.jpg) no-repeat top center;
    position: relative;
}

#btnBrochure {
    top: 17px;
    left: 194px;
    width: 140px;
    height: 20px;
    background-color: #aaaaaa;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
}

#btnGallery {
    top: 17px;
    left: 346px;
    width: 85px;
    height: 20px;
    background-color: #aaaaaa;
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-family:Verdana,Arial,Sans-Serif;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
}

#footerMessage {
    top: 77px;
    left: 0px;
    width: 800px;
    text-align: center;
    position: absolute;
}

#galleryContainer {
    width: 804px;
    margin: 0 auto;
}

.galleryItem {
    width: 150px;
    padding: 5px;
    float: left;
    height: 380px;
    border-right: #d8d8d8 solid 1px;
    text-align: center;
    font-size: 10px;
}

.galleryItemLast {
    width: 150px;
    height: 380px;
    padding: 5px;
    float: left;
    text-align: center;
    font-size: 10px;
}
