/* General styles */
body {
    margin: 0;
    padding: 0;
    border: 0;            /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #eaeaea;
    min-width: 1260px;
    font-size: 80%;
}
h1, h2, h3 {
    margin: .8em 0 .2em 0;
    padding: 0;
}
p {
    margin: 0 0 .8em 0;
    padding: 0;
    text-align: justify;
}
form { display: block; margin: 0; padding: 0; }

#bodywrap {
    max-width: 1360px;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#header_menu_wrapper {
    width: 100%;
    height: 71px;
    background: transparent url('/images/layout/header-equipment-middlepart.jpg') no-repeat;
    background-position: right top;
}
#header ul {
    float: left;
    list-style: none;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    width: 670px;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    background: url('/images/layout/header-menu-item-bg.png') no-repeat;
    background-position: left top;
    color: #989898;
    text-decoration: none;
    position: relative;
    line-height: 1.3em;
    width: 130px;
    height: 45px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}
#header ul li a:hover {
    color: #ffffff;
    background-position: left bottom;
}
#header ul li a.active,
#header ul li a.active:hover {
    background: url('/images/layout/header-menu-item-bg.png') no-repeat;
    color: #ffffff;
    background-position: left bottom;
}
#header ul li a span {
    display: block;
    margin-top: 10px;
}
#header_left_top_container {
    width: 100%;
    height: 125px;
    background: transparent url('/images/layout/header-left-top-bg.png') no-repeat;
    margin: 0;
}
#header_equipment_toppart {
    width: 248px;
    height: 125px;
    float: right;
    background: transparent url('/images/layout/header-equipment-toppart.jpg') no-repeat;
}
#header_left_bottom_container {
    width: 100%;
    height: 71px;
    background: transparent url('/images/layout/header-left-bottom-bg.jpg') repeat-x;
}
#header .col1 {
    height: 196px;
}
#header .col2 {
    height: 100%;
    background: url('/images/layout/header-menucolumn-top-bg.jpg') no-repeat;
    background-color: transparent;
    height: 196px;
}
#header .col3 {
    height: 100%;
    background: url('/images/layout/header-right-bg.jpg') no-repeat;
    background-color: transparent;
    height: 196px;
}
#header_logo_img {
    float: left;
    margin: 0;
}
#header_top_right_links_container {
    text-align: center;
    padding-top: 30px;
}
#header_top_right_links_container a {
    display: inline;
    margin: 0 10px 0 10px;
}
#header_top_right_links_container a img {
    display: inline;
}
#header_top_right_links_container h2 {
    color: #ffffff;
}
#header_status_line {
    color: #ffffff;
    font-weight: normal;
    padding: 2px 0 0 20px;
    clear: left;
    float: left;
    width: 100%;
}
#header_delivery_announcement {
    float: left;
}
#header_cart_status {
    float: right;
    margin-right: 170px;
    _margin-right: 80px;
}
#header_cart_status img {
    float: left;
}
#header_cart_status a {
    color: #ffffff;
}

/* column container */
.colmask {
    position: relative;        /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%;                /* width of whole page */
    overflow: hidden;        /* This chops off any overhanging divs */
}

.contents {
    background: #f1f1f1;        /* Right column background colour */
}
.colmid {
    float: left;
    width: 200%;
    margin-left: -230px;     /* Width of right column */
    position: relative;
    right: 100%;
    background: #1b1d22;        /* Centre column background colour */
}
.colleft {
    float:left;
    width:100%;
    margin-left:-227px;     /* Width of centre column */
    background: #f1f1f1;        /* Left column background colour */
}
.col1wrap {
    float:left;
    width:50%;
}
.col1 {
    margin:0 0 0 457px;    /* Centre column side padding:
                            Left padding = left column width + centre column left padding width
                            Right padding = right column width + centre column right padding width */
    position:relative;
    left:100%;
    overflow:hidden;
}
.col2 {
    float:right;
    width:227px;            /* Width of left column content (left column width minus left and right padding) */
    position:relative;
    left:227px;             /* Width of the left-had side padding on the left column */
}
.col3 {
    float: right;
    width: 230px;            /* Width of right column content (right column width minus left and right padding) */
    position: relative;
    left: 684px;
}
.contents .col1 {
    background: transparent url('/images/layout/header-equipment-bottompart.jpg') 100% 0% no-repeat;
}
.main_content_wrapper {
    float: left;
    padding: 0 20px 50px 20px;
    min-width: 750px;
}
.contents .colleft {
    background: #ffffff url('/images/layout/footer-equipment-toppart.jpg') bottom right no-repeat;
}
#col3_content_wrapper {
    padding: 0 20px 0 20px;
}

/* Footer styles */
#footer {
    clear: both;
    float: left;
    width: 100%;
    background: #016978;
    height: 194px;
}
#footer_equipment_top_part {
    margin: 0;
}
#footer .col1 {
    background: url('/images/layout/footer-left-bg.jpg') no-repeat;
    background-color: transparent;
    background-position: top right;
    height: 194px;
}
#footer .col2 {
    height: 100%;
    background: url('/images/layout/footer-menucolumn-bottom-bg.jpg') no-repeat;
    background-color: transparent;
    height: 194px;
}
#footer .col3 {
    height: 100%;
    background: url('/images/layout/footer-right-bg.jpg') no-repeat;
    background-color: transparent;
    height: 194px;
}
#footer_copyright_wrapper {
    padding: 50px 0 0 40px;
}
#footer_copyright_wrapper img {
    float: left;
    visibility: hidden;
}
#footer_copyright_wrapper div {
    float: left;
    color: #ffffff;
}

img {
    margin: 0;
    border: none;
    display: block;
}

h1.delivery-slogan {
    font-size: 18pt;
}

