* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: none;
}
.header a {
    color: #4e4945;
}

.header a:hover {
    color: #7e7975;
}

body {
    color: #4e4945;
}

#container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    left: 320px;
    height: 150px;
    width: 960px;
}

.top-menu {
    position: absolute;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    height: 40px;
    bottom: 0;
    text-align: center;
    display: table;
    font-size: 1.05em;
    font-weight: 100;
}

li.top-menu-selected a {
    color: #e20079;
}

.top-menu li {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}

p.title {
    font-weight: bold;
    margin-bottom: 5px;
}

nav {
    position: absolute;
    left: 0;
    width: 320px;
    border-top: 2px solid #4f4b48;
    padding-right: 20px;
}

#logo {
    width: 320px;
    height: 150px;
}

.content {
    border-top: 2px solid #4f4b48;
    position: absolute;
    padding: 20px;
    left: 320px;
    width: 960px;
}

#contact_box {
    width: 260px;
    background: #4f4a46;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
}

#contact_box a {
    color: #FFFFFF;
}

#contact_box p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#contact_box .email_icon {
    position: absolute;
    left: 15px;
    bottom: 6px;
}

#contact_box .phone {
    padding-left: 22px;
}

#contact_box .email {
    padding-left: 55px;
}

ul {
    list-style-type: none;
}

ul#nav-list {
    margin-top: 5px;
    width: 100%;
    padding-left: 10px;
}

ul.simple-list {
    list-style-type: disc;
}


div#contact {
    position: relative;
    margin-top: 40px;
}

div#delivery_address {
    width: 300px;
}

div#postal_address {
    width: 300px;
}

div#numbers {
    width: 300px;
}

div#map {
    position: absolute;
    top: 60px;
    left: 400px;
}

ul#nav-list li {
    width: 100%;
    display: inline-block;
    border-bottom: solid #4f4b48 thin;
    height: 34px;
    line-height: 34px;
}

ul#nav-list li:hover {
    background-color: #F3F3F3;
}

ul#nav-list li.active {
    background: -webkit-linear-gradient(right, #4f4a46 90%, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #4f4a46 90%, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #4f4a46 90%, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #4f4a46 90%, white); /* Standard syntax (must be last) */
    color: #FFFFFF;
}

li.active a {
    color: #FFFFFF;
}

ul#nav-list li {
    display: block;
    padding-left: 10px;
}

ul#nav-list span {
    padding-right: 16px;
}

div#banner img {
    margin: 0 auto;
}

div#banner {
    text-align: center;
}
#quick-enquiry {
    background-color: #4f4a46;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 36px;
    padding-right: 15px;
    color: #FFFFFF;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 32px;
}

#quick-enquiry p {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
}

#quick-enquiry textarea {
    width: 238px;
    height: 115px;
    overflow: auto;
    margin-bottom: 3px;
}

#quick-enquiry .name {
    float: right;
    width: 176px;
}

#quick-enquiry .email {
    float: right;
    width: 176px;
}

#quick-enquiry .tel {
    float: right;
    width: 148px;
}

#quick-enquiry input {
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#form-submit {
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px;
    border: none;
    background-color: #eb6b0a;
    color: #FFFFFF;
    float: right;
}

label.input-label {
    clear: both;
    float: left;
    min-width: 40px;
    text-align: left;
    line-height: 28px;
}

div#product_text {
    padding: 1px 20px 1px 20px;
    background-color: #cfd0d2;
}

div#price_list {
    margin-top: 50px;
}