﻿body {
    background: url(img/pattern.jpg);
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #333;
    margin: 0 auto;
}

.divHeader {
    background: url(img/body.jpg);
    height: 510px;
    position: relative;
    overflow: hidden;
}

.divNavigation {
    width: 480px;
    height: 75px;
    border: solid 3px #fff;
    border-top: 0;
    border-radius:0 0 12px 12px;
    -webkit-border-radius:0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    background: #784831;
    opacity: .65;
    box-shadow: inset 0 -10px 20px #4b2513;
    -webkit-box-shadow: inset 0 -10px 30px #4b2513;
    -moz-box-shadow: inset 0 -10px 20px #4b2513;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.divNavigation:hover { opacity: 1 }

.divNavigation a {
    color: #fff;
    font-family: "Arial Narrow";
    font-size: 16px; font-weight: bold;
    display: block;
    float: left;
    text-decoration: none;
    width: 104px;
    height: 75px; line-height: 75px;
	padding-right: 5px;
	padding-left: 5px;
    text-align: center;
    text-shadow: 0 -1px #4b2513;
	white-space: nowrap;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;    
}

.divNavigation a:hover { background: #4b2513; border-left: solid 3px #fff; border-right: solid 3px #fff; }
.divNavigation a.first {border-left: solid 3px transparent; border-radius: 0 0 0 12px; -webkit-border-radius: 0 0 0 12px; -moz-border-radius: 0 0 0 12px }
.divNavigation a.last {border-right: solid 3px transparent; border-radius: 0 0 12px 0; -webkit-border-radius: 0 0 12px 0; -moz-border-radius: 0 0 12px 0 }

.divLogo {
    position: absolute;
    left: 20px;
    top: 100px;
    background: url(img/logo.png) no-repeat;
    width: 761px;
    height: 289px;
    cursor: pointer;
}

.sm { 
    width: 450px;
    height: 427px;
    position: absolute;
    right: 0;
    top: 0;
}

.divWhiteStripe {
    min-height: 100px;
    padding: 40px;
    background: #fff;
    z-index: 10;
    border-top: solid 4px #e6e3d6;
    border-bottom: solid 4px #e6e3d6;
}

.divInner { width: 960px; margin: 0 auto; position: relative; }
.above { color: #4b2513; font-size: 16px; }
.larger { font-size: 24px; font-weight: bold; }
.below { color: #a85e3a; font-size: 24px; font-weight: bold }

.divInfo { 
    font-size: 24px;
    color: #fff;
    text-shadow: 0 -2px #371708;
    margin: 70px;
    float: left;
}

.divInfo .larger2 { font-size: 48px }

.divFooter {
    background: #845139;
    height: 80px;
    border-top: solid 3px #401e0e;
    border-bottom: solid 3px #401e0e;
}

.divFooter a {
    color: #fff;
    font-family: Arial Narrow;
    font-size: 18px; font-weight: bold;
    display: block;
    float: left;
    text-decoration: none;
    width: 184px;
    height: 80px; line-height: 80px;
    text-align: center;
    text-shadow: 0 -1px #4b2513;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;    
}

.divFooter a:hover { background: #4b2513; border-left: solid 3px #401e0e; border-right: solid 3px #401e0e; }

p { text-align:justify; }

.textbox { width: 500px; border: solid 3px #845139; font-size: 12px; line-height: 12px; padding: 10px; border-radius: 12px; -moz-border-radius: 12px; }
.multiline { height: 200px }
.button { padding:10px 50px }
