/* OLD IE CSS Document */

html {
	padding-top: 0 !important;
	margin-top: 0 !important;	
}

.wrapper {
	width: 980px !important;
	max-width: 980px !important;	
}

header {
	position: relative;	
    height: 90px;
}
header a#logo {
    position: absolute;
    left: 0;
    top: 10px;
}
header nav {
    position: absolute;
    top: 0;
    right: 0;
}

header nav ul li {
    display: inline-block;
    width: 120px;
    vertical-align: top;
}

header nav ul li a {
    padding: 30px 10px;
    display: block;
    width: auto;
    height: 90px;
    font-size: 14px;
    text-align: center;
}


body.home .banner:after {
    display: none !important;
}

body.home .bucket-features img.circle {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#customers img.bucket {
    width: auto;
    height: auto;
}

.icon:before {
    width: 32px;
    height: 32px;
}
.icon.icon-tick:before {
    background-image: url(images/icon-tick-purple-32px.png);
}