body {
    background-color: #f4e2ba;
    color: #000000;
    margin: 0px;
    text-align: center;
}

body, td, p, input, select, textarea {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

p {
    text-align: justify;
}

#container {
    background-color: #e9c89f;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-position: top;
    margin: auto;
    text-align: left;
    width: 760px;
}

#header {
    height: 165px;
}

#footerLine {
    background-color: inherit;
    background-image: url('images/footer.jpg');
    background-repeat: repeat-x;
    font-size: 1px;
    height: 9px;
}

#footer {
    background-color: #8c3d1e;
    color: #fefcfa;
    text-align: center;
    padding: 8px 0px;
}

#footer a {
    background-color: inherit;
    color: #fefcfa;
    text-decoration: none;
}

#footer a:hover {
    background-color: inherit;
    color: #fefcfa;
    text-decoration: underline;
}

#homeLang {
    position: relative;
    top: 20px;
    left: 40px;
    width: 130px;
}

#homeBody {
    text-align: center;
}

#homeSlogan {
    margin: 0px auto;
}

#homeMenu {
    margin: 20px auto;
}

#homeInfo {
    background-color: inherit;
    color: #72412a;
    font-size: 14px;
    font-weight: bold;
    width: 700px;
    margin: 0px auto 20px auto;
}

#contSlogan {
    background-color: inherit;
    color: #79361b;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 100px 0px 100px;
}

#contMap {
    text-align: center;
}

#contForm {
    text-align: center;
}

#leftMenu {
    padding: 25px 0px;
}

#right {
    padding: 70px 30px 20px 5px;
}

.decor1 {
    font-family: Times New Roman, serif;
    font-size: 14px;
    font-style: italic;
}

.decor2 {
    font-family: Times New Roman, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

.parTop {
    margin-top: 0px;
}

.parTbl {
    margin: 10px 0px;
}

.img {
    border: 3px solid #c18557;
}

.prodHeading {
    background-color: inherit;
    color: #743d27;
    font-weight: bold;
    font-size: 20px;
}

.prodTbl {
    margin: 0px 0px 30px 0px;
}

.prodTitle {
    background-color: inherit;
    color: #743d27;
    font-weight: bold;
    padding: 15px 0px 5px 0px;
}

.inp {
    background-color: #f6c491;
    color: #000000;
    border: 2px solid #79361b;
    width: 350px;
}

.btn {
    background-color: #79361b;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #b67c57;
}

.errMsg {
    background-color: inherit;
    color: red;
    font-weight: bold;
}

.successMsg {
    background-color: inherit;
    color: #222957;
    font-weight: bold;
}




