body, html {
    height: 100%;
    font-family: Verdana, Arial;
    background: #EEEEEE;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-500px;
    width: 1000px;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}

#header {
    width: 100%;
    height: 110px;
    background: url('/img/header.jpg') no-repeat;
}

#menu-bar {
    width: 100%;
    height: 35px;
    background: #00137F;
    margin-bottom: 5px;
    padding-top: 5px;
}

#menu-bar ul {
    display: inline;
    margin-left: 30px;
    color: #FFFFFF;
    font-size: 15pt;
}

#menu-bar li {
    display: inline;
}

#menu-bar li .active {
    text-decoration: underline !important;
}

#menu-bar li a {
    color: #FFFFFF;
    text-decoration: none;
}

#menu-bar li a:hover {
    text-decoration: underline;
}

#pics {
    float: right;
    width: 188px;
    height: 510px;
    padding-left: 5px;
    border-left: 10px #00137F solid;
    overflow: hidden;
}

#content {
    width: 731px;
    height: 470px;
    overflow-y: auto;
    padding: 20px 30px;
}

#footer {
    height: 500px;
    width: 100%;
    margin-top: 5px;
    padding: 10px 30px;
    background: #00137F;
    color: #FFFFFF;
    font-size: 13pt;
}

.clearing {
    clear: both;
}

h1 {
    font-size: 14pt;
    margin-bottom: 25px;
}

#content p {
    font-size: 11pt;
    width: 49%;
}

.product > h2 {
    background: #00137F;
    margin: 2px;
    padding: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.product > .text {
    margin: 10px;
    font-size: 14px;
}

.product > .text > img {
    float: right;
}

.product > .text > a {
    font-size: 12px;
    text-decoration: none;
}

.product > .text > a:hover {
    text-decoration: underline;
}

#contact {
    margin-top: 150px;
    width: 45%;
    font-size: 14px;
}

#contact input, #contact textarea {
    font-size: 13px;
    width: 100%;
}

#contact input {
    margin-bottom: 10px;
}

#contact textarea {
    height: 100px;
}

#contact .button {
    width: 110px !important;
    margin-top: 10px;
}

#contact .contact_field_invalid {
    font-size: 10px;
    color: #990000;
    margin-top: 2px;
}