body {
    background: #F0F2E3 url('../images/bg.png') top center repeat-x;
    text-align: center;
}
div.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}
div#header {
    height: 121px;
}
img#logo {
    float: left;
}
div.header_top {
    margin-top: 18px;
    float: right;
}
div#menu {
    position: absolute;
    right: 0px;
    top: 61px;
    height: 60px;
}
div#menu a {
    float: left;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #004D29;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 16px;
    padding-top: 3px;
}
div#menu a:hover {
    background: url('../images/menu_a.png') repeat-x;
}
div#menu div.sep {
    width: 2px;
    font-size: 0px;
    height: 60px;
    float: left;
    background: url('../images/menu_sep.png');
}
table#trading-hours td {
    font-size: 11px;
    padding-left: 20px;
    padding-bottom: 2px;
}
div#phone-number {
    font-size: 24px;
    font-weight: bold;
    color: #FF3300;
    text-align: right;
}
div#address {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
div#main {
    margin-top: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}
div#sidebar {
    width: 220px;
    float: left;
}
div#content {
    width: 690px;
    float: right;
}
.red {
    color: #f30;
}
div#footer {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #666;
    font-size: 10px;
}
div#footer p {
    padding-bottom: 8px;
}
div.box {
    border: 1px solid #CCDBD4;
    border-top: none;
    margin-bottom: 20px;
    padding: 8px;
}
div.box_heading {
    background: url('../images/sidebar_header.png');
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
div#categories-menu {
    margin: -8px;
}
div#categories-menu a {
    display: block;
    text-decoration: none;
    color: #004D29;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 15px;
}
div#categories-menu a:hover {
    background-color: #CCDBD4 !important;
}
div#categories-menu a.odd {
    background: #fff;
}
div#categories-menu a.even {
    background: #E5EDE9;
}
div#categories-menu a.active {
    font-weight: bold;
    color: #FF3300;
}
div#categories-menu div.submenu a {
    color: #FF3300;
    background-image: url('../images/bullet.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
label {
    color: #666;
    font-weight: bold;
}
div.input {
    height: 27px;
    width: 200px;
    background: url('../images/input.png') no-repeat;
    margin-bottom: 10px;
    margin-top: 2px;
}
div.input input {
    padding: 6px 4px;
    _padding: 5px 4px;
    width: 192px;
    background: none;
    border: 0px;
    font-size: 13px;
    font-family: 'Arial';
    font-weight: bold;
    color: #666;
}
div.input_small {
    width: 95px !important;
    background-image: url('../images/input_small.png') !important;
}
div.input_small input {
    width: 87px;
}
div.textarea {
    height: 87px;
    width: 200px;
    background: url('../images/textarea.png') no-repeat;
    margin-bottom: 10px;
    margin-top: 2px;
}
div.textarea textarea {
    width: 188px;
    height: 76px;
    background: none;
    border: none;
    margin-top: 4px;
    margin-left: 6px;
    font-family: 'Arial';
    font-weight: bold;
    color: #666;
    overflow-y: auto;
}
input.btn {
    padding: 0px;
    height: 22px;
    line-height: 20px;
    width: 115px;
    background: url('../images/btn.png') no-repeat;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    font-family: 'Arial';
}
.preload {
    display: none;
}
