body {
    background-color: #E0DCBF;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #2F281E;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 135%;
    margin: 0px;
}

a {
    color: #788841;
}

a, a:hover, img {
    border: 0px;
    text-decoration: none;
}

h1 {
    margin-top: 0px;
}

.error, .errorlist, .notice, .success {
        padding: .8em;
        margin-top: 0.5em;
        margin-bottom: 1em;
        border: 2px solid #ddd;
        list-style-type: none;
}

.error, .errorlist {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.fieldWrapper {
    padding: 5px;
}

#topmenu {
    height: 75px;
    background-color: #2B271C;
    border-bottom: 1px #fff solid;
}

#topmenu #logo {
    float: left;
    padding: 5px;
}

#topmenu .item {
    margin-right: 10px;
    font-size: 12px;
    font-weight : 900;
    color: #BCDD6B;
    float: right;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center;
    vertical-align: middle;
}

#topmenu .textitem {
    margin-right: 10px;
    font-size: 14px;
    font-weight : 900;
    color: #BCDD6B;
    float: left;
    padding-top: 10px;
    padding-left: 6px;
    text-align: center;
    vertical-align: middle;
}

#topmenu .textitem a:link {
    color: #BCDD6B;
}

#topmenu .textitem a:visited {
    color: #BCDD6B;
}

#topmenu .textitem a.selected {
    color: #849b4c;
}

.fixedwidth {
    width: 945px;
    margin: 0px auto;
}

#mainmenu {
    border-top: 3px #BFDD6B solid;
    padding: 0px;
    height: 34px;
    position: relative;
    left: -13px;
}


#mainmenu li {
    font-size: 14px;
    font-weight : 900;
    float: left;
    list-style-type: none; 
    padding-top: 2px;
    width: 178px;
    height: 20px;
    margin: 0px;
    text-align: center;
}

#mainmenu .active {
    background-image: url("ButtonActive.png");
}

#mainmenu .inactive {
    background-image: url("ButtonInactive.png");
}

#mainmenu .inactive a {
    color: #BFDE66;
}

#mainmenu .active a {
    color: #5C5838;
}

#content {
    -moz-box-shadow: 0 0 2em #BFC0A0;
    -moz-border-radius: 2.3em;
    -webkit-border-radius: 2.3em;
    -webkit-box-shadow: 0 0 2em #BFC0A0;
    padding: 25px;
    background-color: #fff;
}

#content .banner {
    background-color: #EFF3D3;
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
}

#content .banner h1 {
    padding-top: 45px;
    font-size: 30px;
    font-weight : bolder;
    text-shadow: 0.03em 0.03em 0.03em gray;
    color: #2E2C1F;
}

#content .banner h2 {
    font-size: 22px;
    padding-top: 15px;
}

#content .banner .desc {
    margin-left: -25px;
    height: 159px;
    padding: 0px;
    padding-left: 25px;
    background-image: url("BannerBg.jpg");
}

#content .banner .desc .text {
    color: #fff;
    width: 380px;
    font-weight : 500;
    text-shadow: 0.2em 0.2em 0.2em #858585;
}


#content .banner .screenshot {
    width: 425px;
    padding-top: 20px;
    padding-right: 42px;
    margin: 0px;
    float: right;
    position: relative;
}

#content .banner .screenshot .mainscreenshot {
    box-shadow: 0 0 2em #BFC0A0;
    -moz-box-shadow: 0 0 2em #BFC0A0;
    -webkit-box-shadow: 0 0 2em #BFC0A0;
}

#content .banner .quote {
    width: 192px;
    height: 103px;
    margin-top: 30px;
    margin-left: 10px;
}

#content .description {
    height: 302px;
    background-image: url("DescriptionBG.jpg");
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 0.2em 0.2em 0.2em #dfdfdf;
    letter-spacing: 0.02em;
    line-height: 130%;
    margin-top: 20px;
}

#content .description table {
    margin-top: -5px;
    width: 440px;
}

#content .description img {
    float: right;
    position: relative;
    margin: 0px
    padding: 0px
    padding-left: 6px;
}

#content .description td {
    vertical-align: top;
    padding: 0px;
    padding-right: 20px;
    margin: 0px;
    width: 50%;
}


#content .description tr {
    margin: 0px;
    padding: 0px;
}

#content .description h2 {
    font-size: 24px;
    padding: 0px;
    margin-top: 18px;
    margin-bottom: 6px;
}

#copyright {
    text-align: center;
    margin: 6px;
}
