

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}

a { color: #1c730a; text-decoration: none }
p { margin: 0; line-height: 18px }
p + p { margin-top: 20px }
img { border: none; vertical-align: top }
.right { float: right }
.left { float: left }
.clear { clear: both }
.center { margin: auto; text-align: center }

.page-name {
    text-align: center;
    margin: 0 10px 20px;
}

.page-description {
    text-align: center;
    margin: -15px 10px 20px;
    color: #7d7779;
    font-size: 16px;
}

.page-image { max-width: 280px }

.container-wrapp {
    overflow: auto;
    height: 100%;
}

.container {
    width: 1019px;
    margin: auto;
    height: 100%;
    position: relative;
}

.header-wrapp {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 264px;
    background: url("images/top.jpg") 0 0 no-repeat;
    z-index: 10;
    border-left: 1px solid #1b7408;
    border-right: 1px solid #1b7408;
    box-sizing: border-box;
}

.header {
    position: relative;
    height: 100%;
}

.header-logo {
    position: absolute;
    display: block;
    width: 90px;
    height: 85px;
    top: 20px;
    left: 30px;
}

.header-navbar-top {
    text-align: center;
    position: absolute;
    width: 225px;
    left: 0;
    bottom: 0;
}

.header-navbar-top a {
    display: inline-block;
    width: 26px;
    height: 23px;
}

.header-navbar-top .home {
    background: url("images/home.gif") no-repeat;
}

.header-navbar-top .email {
    background: url("images/mail.gif") no-repeat;
}

.all {
    min-height: 100%;
    border-left: 1px solid #1b7408;
    border-right: 1px solid #1b7408;
    padding: 264px 0 110px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: rgb(234, 253, 225) url("images/bottom.gif") 225px 100% no-repeat;
}

.all::after {
    display: block;
    content: '';
    clear: both;
}

.system, .error { color: #F00 }

.sidebar {
    float: left;
    width: 225px;
    min-height: 200px;
    background: url("images/side.png") 100% 0 no-repeat;
    position: relative;
    z-index: 10;
}

.mail-rating {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.mail-rating img {
    width: 88px;
    height: 18px;
}

.sidebar-bg {
    position: absolute;
    width: 225px;
    height: 100%;
    top: 0; left: 0;
    background: #1b7408 url("images/sidebar-border.gif") 100% 0 repeat-y;
    z-index: 0;
}

.main-wrapp {
    float: right;
    width: 100%;
    margin-left: -225px;
    position: relative;
    z-index: 10;
}

.main {
    margin-left: 225px;
    background: url("images/topn.png") 0 0 no-repeat;
    min-height: 200px;
    padding-top: 117px;
    box-sizing: border-box;
    position: relative;
}

.menu-header {
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: right;
}

.menu-header a {
    display: block;
    margin-bottom: 17px;
}

.content {
    padding: 20px;
    min-height: 300px;
}

.listitem {
    overflow: hidden;
}

.listitem-heading {
    margin: 0 0 10px;
}

.listitem-more-link {
    display: inline-block;
    margin: 10px 0 30px;
}

.features, .features li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px;
}

.features p {
    margin: 0 !important;
}

.listitem img.left {
    width: 200px;
}

.sitemap ul {
    list-style: none;
}

.sitemap ul {
    border-left: 1px dotted #1b7408;
    padding-left: 20px;
}

.sitemap li {
    margin: 3px 0;
    font-size: 16px;
    position: relative;
}

.sitemap li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -19px;
    width: 17px;
    border-top: 1px dotted #1b7408;
}

.breadcrumbs {
    border-top: 1px solid #1b7408;
    overflow: hidden;
    padding: 0 10px;
    background: #C9EDC1;
}

.breadcrumbs > * {
    height: 25px;
    line-height: 24px;
    color: #469237;
    float: left;
}

.breadcrumbs > * + * {
    padding-left: 13px;
    margin-left: 5px;
    background: url("images/arrow.png") 0 7px no-repeat;
}

.sidebar > ul,
.sidebar > ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar > ul {
    padding: 20px 26px 0 18px;
}

.sidebar > ul li {
    background: url("images/sidebar-navbar-item.gif") 0 0 no-repeat;
    margin: 0 0 7px;
    position: relative;
}

.sidebar > ul a {
    display: block;
    height: 30px;
    line-height: 26px;
    color: #F5CD2F;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background: url("images/sidebar-navbar-item.gif") 100% 100% no-repeat;
}

.sidebar > ul a:hover {
    color: #FFED00;
}

form {
    width: 500px;
    margin: auto;
}

form p + p { margin-top: 10px }

form label > span:first-child {
    display: block;
    margin-bottom: 2px;
}

input[type="text"] {
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    vertical-align: top;
}

textarea {
    width: 100%;
    min-height: 150px;
    max-height: 350px;
    padding: 8px 10px;
    resize: vertical;
    box-sizing: border-box;
}

input[type="text"],
textarea {
    font-size: inherit;
    font-family: inherit;
    border-radius: 3px;
    border: 1px solid #BBB;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    outline: none;
}

.required label > span:first-child::before {
    content: '* ';
    color: #F00;
    font-size: 16px;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
}

button span,
button b {
    display: block;
}

button span {
    color: #FCE37E;
    background: #1B7408;
    padding: 1px;
    border-radius: 4px;
}

button b {
    padding: 0 12px;
    height: 25px;
    line-height: 25px !important;
    border: 1px solid #FCE37E;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-weight: normal;
    border-radius: 3px;
    text-transform: lowercase;
}

button:hover span {
    background: #22900A;
}

.form-order input[type='text'] {
    width: 180px;
}

.form-order {
    background: url("images/articles.jpg") 225px 20px no-repeat;
}