*, form * {
    font-family: Arial, helvetica, sans-serif;
}

HTML BODY {
    background: #f0f0ed;
}

#topbar DIV.wrapper {
    width: 1100px;
}
#topbar * {
    font-size: 16px;
}

#banner {
    display: none;
}

.presentationStyle-homePage #cartModeNotice-pre {
    display: none;
}

#outside DIV.wrapper {
    width: 960px;
    padding: 1px 70px; /* 1px top and bottom to turn the margin white */
    background: white;
    position: relative;
}

#outside > DIV.highlight {
    margin: 0;
    padding: 0;
}
#outside > DIV.highlight DIV.wrapper {
    padding: 30px 20px;
    background: #e8e8e8;
}

#main-logo DIV.wrapper {
    height: 124px;
    background: url("/vs/_/images/ui/logo_site.png") center left no-repeat !important;
}
#main-logo-inner {
}

#main-folders {
    margin-top: 0;
}
#main-folders DIV.wrapper, #main-folders-hover DIV.wrapper {
    padding: 0;
    width: 1100px;
}
#main-folders-inner {
    background-color: #640e1d;
    background-image: linear-gradient(to bottom, #a52238, #530916);
    background-repeat: repeat-x;
    padding: 15px 0;
    border: none;
}
#main-folders-inner .folder {
    padding: 15px;
    margin: 0 !important;
    border-left: 1px solid #9a1a30;
    border-right: 1px solid #570a18;
}
#main-folders-inner .folder:hover {
    background: #F6F6F5;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#main-folders-inner .folder a {
    color: #f0f0ed;
    font-weight: bold;
    text-transform: capitalize;
}
#main-folders-inner .folder:hover a {
    color: #7D0F13;
}

.crumb, .crumb * {
    border-color: #eee;
    background-color: #eee;
}
.crumb:hover, .crumb:hover * {
    border-color: #ddd;
    background-color: #ddd;
}

#controlBar-stuck .wrapper::before, #controlBar-stuck .wrapper::after {
    display: none;
}

#main-before-links {
    display: block;
}
#main-before-links DIV.wrapper > DIV {
    margin-top: 40px;
}

#main-links DIV.wrapper {
    background: #515151;
}

#main-links-inner * {
    color: #fff !important;
}

/* banner images carousel */
#outside DIV.carouselId-Banner-Images DIV.wrapper {
    padding: 0;
    width: 1100px;
}
DIV.carouselId-Banner-Images DIV.wrapper * {
    margin: 0 !important;
}
DIV.carouselId-Banner-Images IMG {
    width: 1100px;
}
DIV.carouselId-Banner-Images DIV.carousel::after {
    position: absolute;
    content: 'ERGO PRINT CENTRE';
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 8px #000000;
    width: 20px;
    overflow: visible;
    left: 70px;
    top: 70px;
}

/* links 1 & links 2 carousels */
.carouselId-Links-1 .middle-row, .carouselId-Links-1 .bottom-row, .carouselId-Links-2 .middle-row, .carouselId-Links-2 .bottom-row {
    display: none;
}
.carouselId-Links-1 .product-box, .carouselId-Links-2 .product-box {
    position: relative;
}
.carouselId-Links-1 .title, .carouselId-Links-2 .title {
    position: absolute;
    color: #fff !important;
    width: 140px;
    top: 75px;
    left: 50%;
    margin-left: -70px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carouselId-Links-1 .carousel {
    margin-bottom: 0;
}
