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

HTML BODY {
    background: #f0f0ed;
}

#topbar DIV.wrapper {
    width: 1100px;
}

#banner {
    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 {
    background: none;
    padding: 0;
    width: 1100px;
}

#main-folders {
    margin-top: 0;
}
#main-folders DIV.wrapper, #main-folders-hover DIV.wrapper {
    padding: 0;
    width: 1100px;
}
#main-folders-inner {
    background-color: #5f5f5f;
    background-image: linear-gradient(to bottom, #5f5f5f, #4f4f4f);
    background-repeat: repeat-x;
    padding: 15px 0;
    border: none;
}
#main-folders-inner .folder {
    padding: 15px;
    margin: 0 !important;
    border-left: 1px solid #5f5f5f;
    border-right: 1px solid #4f4f4f;
}
#main-folders-inner .folder:hover {
    background: #f1efed;
    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: #4f4f4f;
}

.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;
}

/* 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;
    top: 58px;
    left: 55px;
    color: #fff;
    width: 130px;
}
.carouselId-Links-1 .carousel {
    margin-bottom: 0;
}