#footer {
font-size:0.9em;
line-height:1.4em;
color:#333;
clear:left;
padding-top:0px;
}

.footerline {
border-top:1px solid #ccc
}

#footer h2 {
width:174px;
margin:20px 12px 15px;
float:left;
font-size:3em;
line-height:0.9em;
font-weight:normal;
color:#ccc;
}

#footer p {
width:174px;
font-size:0.9em;
float:left;
margin:10px 12px 40px;
line-height:1.7em;
}

#footer p span {
font-weight:700;
text-transform:uppercase;
display:block;
margin:10px 0 5px 0;
border-bottom:1px solid #ddd;
}

#footer a:link {
text-decoration:none;
}

#footer a:visited {
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer a:active {
text-decoration:underline;
}

/*New Footer */

#new-footer {
  width: 990px;
}

#new-footer p span {
  color: #336699;
  border: none;
}

#new-footer span a {
  color: #336699;
}

.can-we-help {
  height: 161px;
  background: url("../footer-banner-long.png") no-repeat 0 0 scroll transparent;
  padding: 0 0 0 15px;
}

.can-we-help h3, #footer #new-footer .can-we-help p{
  font-size: 21px;
  color: #ffffff;
  padding:  5px 15px 10px 0px;
  font-weight: bold;
  float: left;
  width: 300px;
}

#footer #new-footer .can-we-help p {
  margin: 0 0 3px 0;
  line-height: 0.8em;
}

#new-footer .can-we-help .help-main .call-our-team {
  color: #ffffff;
  width: 615px;
  margin: 0px;
  font-size: 16px;
  text-align: right;
  float: left !important;
}
#new-footer .newfootlist {
    list-style: disc;
}

.can-we-help .help-main {
    width: 930px;
    border-bottom: 1px solid #ffffff;
    margin-left:15px;
}

.can-we-help a {
    color: #ffffff;
}

.can-we-help div {
  width: 220px;
  float: left;
  margin: 10px 0;
}

.can-we-help div a {
  color: #ffffff;
  font-weight: bold; 
}

.can-we-help img {
  float: left;
  padding: 0 15px;
  margin-top: -7px;
}

.grey-block {
  background-color: #ECECEC;
  height: 240px;
  margin-top: 10px;
  padding-left: 20px;
  padding-top: 25px;
}

.grey-block div p {
    color: #336699;
    text-transform: uppercase;
    font-weight: bold;

}

.grey-block div {
    float: left;
    height: 215px;
}

.grey-block div ul {
    width: 200px;
    margin-left: 26px;
}

.grey-block div ul li {
    margin-bottom: 2px;
}

#new-footer .footer-sitemap {
    margin-left: 20px;
}

#new-footer .footer-sitemap h2 {
    float: none;
    text-transform: uppercase;
    font-size: 21px;
    color: #333333;
}

#new-footer .footer-sitemap span {
    margin-top: 0px;
}

#new-footer .footer-sitemap p {
    width: 205px;
    padding-left: 10px;
    height: 335px;
}



#ih_shaderight, #ih_shadeleft {
	display: none !important;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	*zoom:1;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.separator {
	margin: 7px 20px;
	border-bottom: 1px solid #ccc;
}

#footer ul {
	list-style-position: inside;
}

#help-container {
	padding: 20px 30px;
	background: #33679a;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3398cb), color-stop(100%, #33679a));
	background-image: -webkit-linear-gradient(#3398cb, #33679a);
	background-image: -moz-linear-gradient(#3398cb, #33679a);
	background-image: -o-linear-gradient(#3398cb, #33679a);
	background-image: linear-gradient(#3398cb, #33679a);
	text-shadow: 0 1px 0 #013966;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid #0A7DBE;
    margin-top: 0;
}

#customer-care {
	color: inherit;
}

#help-list {
	list-style-type: none;
}

#help-container h1 {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

#contact-help {
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
	float: right;
}

.help-item a {
	color: #fff;
	font-weight: bold;
}

.help-item {
	display: inline-block;
	line-height: 33px;
	padding: 5px 0px;
}

.help-item img {
	margin-right: 5px;
}

#help-extend {
	background: #ececec;
	border-bottom: 5px solid #369;
	border-top: 1px solid #f0f0f0;
}

.column.more-info {
	padding: 0 20px;
	margin: 20px 0;
	border-left: 1px solid #ccc;
	max-height: 100%;
}
.column.more-info:first-child {
	border-left: 0;
}

.more-info-heading {
	font-size: 12px;
	color: #369;
	text-transform: uppercase;
	font-weight: bold;
}

.more-info-list {
	list-style-position: inside;
}

.more-info-item {
	margin: 2px 0;
}

@media only screen and (max-width: 48em) {

	#help-container,
	#help-extend {
		font-size: 1.2em;
	}

	.column.more-info {
		height: auto;
		border: 0;
	}

}

@media only screen and (max-width: 30em) {
	#help-extend {
		padding: 20px 0;
	}

	.column.more-info {
		margin: 10px 0;
	}
}


/* Newsletter subscribe */
#mc-embedded-email {
	padding: 5px;
	border: 1px solid #369;
	width: 120px;
	/* Ipad and rounded corners fu! */
    -webkit-appearance: none;
    border-radius: 0;
}

#mc-embedded-button {
	height: 25px;
	padding: 0 6px 0 5px;
	background: #33679a;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3398cb), color-stop(100%, #33679a));
	background-image: -webkit-linear-gradient(#3398cb, #33679a);
	background-image: -moz-linear-gradient(#3398cb, #33679a);
	background-image: -o-linear-gradient(#3398cb, #33679a);
	background-image: linear-gradient(#3398cb, #33679a);
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #369;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-left: 0;
	font-size: 12px;
	cursor: pointer;
	line-height: normal !important;
}

#social-media-container {
	margin-top: 20px;
}

#social-media {
	list-style-type: none;
}

#sitemap {
	margin: 20px 0;
}

#sitemap .column.map:first-child {
	border: 0;
}

#sitemap .column.map {
	padding: 0 20px;
	border-left: 1px solid #ccc;
}

#sitemap h3, #sitemap h3 > a {
	color: #369;
	font-weight: bold;
	text-transform: uppercase;
}

#sitemap ul {
	list-style-type: none;
	color: #666;
	font-size: 0.95em;
}

#footer-logo .ir {
	float: left;
    margin-right: 6px;

}

@media only handheld and (max-width:30px) {
    #footer-logo .ir {
        margin-right: 6px;
    }
}

#left{display:none}
#sitemap .map h3{
font-size:16px;
margin-top:10px;
}

/**
 * Image sprites
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Help icons
 * ---------- */
.help-icons {
	background-image: url('../help-icons-sprite.png');
	width: 33px;
	height: 33px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.contact  { background-position: -34px 0; }
.track    { background-position: -102px 0; }
.return   { background-position: -170px 0; }
.delivery { background-position: -68px 0; }
.account  { background-position: 0 0; }
.warranty { background-position: -204px 0; }
.price    { background-position: -136px 0; }

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {

	.help-icons {
		background-size: 237px;
	}

	.contact  { background-position: -34px 33px; }
	.track    { background-position: -102px 33px; }
	.return   { background-position: -170px 33px; }
	.delivery { background-position: -68px 33px; }
	.account  { background-position: 0 33px; }
	.warranty { background-position: -204px 33px; }
	.price    { background-position: -136px 33px; }
}

/* Social media image replace icons
 * -------------------------------- */
.social-icon {
	background-image: url('../social-sprite.png');
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}

.rss      { background-position: 0px -49px; }
.facebook { background-position: -100px -49px; }
.google   { background-position: -75px -49px; }
.twitter  { background-position: -25px -49px; }
.youtube  { background-position: -50px -49px; }

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {

	.social-icon {
		background-size: 124px;
	}
	.rss      { background-position: 0 0; }
	.facebook { background-position: -100px 0; }
	.google   { background-position: -75px 0; }
	.twitter  { background-position: -25px 0; }
	.youtube  { background-position: -50px 0; }
}

/* Social media image replace icons
 * -------------------------------- */
#footer-logo .ir {
	background-image: url('../footer-sprite.png');
	background-size: 470px;
}

.bathempire {
	width: 175px;
	height: 44px;
	background-position: 0 -128px;
}

.free-delivery {
	width: 50px;
	height: 44px;
	background-position: -185px -128px;
}

.ten-year {
	width: 50px;
	height: 44px;
	background-position: -238px -128px;
}

#footer-logo .easy-finance {
	width: 50px;
	height: 44px;
	background-position: -290px -128px;
}

.next-day {
	width: 50px;
	height: 44px;
	background-position: -344px -128px;
}

.isis {
	height: 40px;
	width: 80px;
	background-position: 0 0;
}

.isis2 {
	height: 40px;
	width: 80px;
	background-position: -80px 0;
}

.visa-verified {
	height: 40px;
	width: 61px;
	background-position: -163px 0;
}

.mastercard-secure {
	height: 40px;
	width: 90px;
	background-position: -236px 0;
}

.paypal {
	height: 40px;
	width: 71px;
	background-position: -333px 0;
}

.pay4later {
	height: 40px;
	width: 62px;
	background-position: -407px 0;
}

#copyright {
	margin-top: 10px;
	height: 40px;
	border-bottom: 10px solid #369;
	vertical-align: bottom;
}

.asSeen {

    position: relative;
    height: 146px;

}

.asSeen img {

    position: absolute;
    display: none;

}


@media only screen and (max-width: 556px) {
    #help-container, #help-extend{
        font-size:0.9em;
    }    
    #help-container h1{
        font-size: 16px;
    }                         
}

    footer .wrapped-footer{
        text-align:left;
        max-width:990px;
        margin:0 auto;    
    }
	
	footer .review-award-banner {
		border-top: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
		padding: 10px 0;
	}
	
	footer .help-icon {
		text-align: center;
		position: relative;
		top: -25px;
	}

	footer .help-row {
		height: 75px;
	}
	
	footer .help-grid {
		border: 1px solid #cccccc;
	}
	
	@media only screen and (max-width: 463px){
		footer .help-grid {
			border: 0px;
		}
		
		footer .help-icon {
			height: 100px;
		}
	}
	
	footer .help-text {
		font-size: 25px;
		text-transform: uppercase;
		color: #336699;
		font-weight: bold;
	}
	
	footer span#contact-help {
		font-size: 13px;
		color: #333333;
	}
    @media only screen and (max-width: 463px) {
        footer span#contact-help {
            font-size:11px;
        }
    }    
	
	footer span#contact-help strong {
		color: #D34E63;
		font-size: 15px;
	}
	
	footer #help-extend {
		background: #506C82;
		border-bottom: 0px; 
	}
	
	footer #help-extend h3 {
		color: #ffffff;
		text-align: left;
		text-transform: none;
		margin-bottom: 10px;
		font-size: 15px;
	}
	
	footer #help-extend ul {
		margin: 0px;
	}
	
	footer #help-extend li.more-info-item a{
		color: #ffffff;
	}
	footer #help-extend li.more-info-item {
		list-style: none;
		text-align: left;
	}

	footer #footer-logo {
		margin-top: 10px;
	}
	
	footer .be-logo {
		text-align: left;
	}
	
	footer .payment-logos {
		height: 45px;
		text-align: right;
	}
	
	footer .footer-cats {
		border-bottom: 1px solid #ffffff;
	}

	footer #copyright {
		background-color: #383735;
		color:#ffffff;
		text-align: left;
		border-bottom: 0px;
		height: 25px;
	}
	
	footer .social-logos {
		text-align: right;
		margin-bottom: 10px;
	}
	
	footer .be-text-section {
		margin-top: 10px;
		height: 150px;
	}
	
	footer #footer-logo h3 {
		text-align: right !important;
	}
	
	footer .four-sections p {
		margin: 0 !important;
		font-size: 13px !important;
		width: 100% !important;
		text-align: center;
	}
	
	footer .section-suites a {
		color:#7A9FB9;
	}
	
	footer .section-accessories a {
		color:#B1869A;
	}
	
	footer .section-warranty a {
		color: #DCB24C;
	}
	
	footer .section-delivery a {
		color: #75C39B;
	}
	
	footer .section-suites a:hover h2 {
		background-color: #7A9FB9;
		color: #fff !important;
	}

	footer .section-suites h2 {
		color: #7A9FB9 !important;
		font-size:13px !important;
		margin:0px !important;
		padding:5px;
		text-align:center;
		width:235px !important;	
	}
	
	footer .section-accessories h2 {
		color: #B1869A !important;
		font-size:13px !important;
		margin:0px !important;
		padding:5px;
		text-align:center;
		width:214px !important;	
	}
	
	footer .section-warranty h2 {
		color: #DCB24C !important;
		font-size:13px !important;
		margin:0 0 0 20px !important;
		padding:5px;
		text-align:center;
		width:275px !important;	
	}	
	
	footer .section-delivery h2 {
		color: #75C39B !important;
		font-size:13px !important;
		margin:0px!important;
		padding:5px;
		text-align:center;
		width:250px !important;	
	}		
	
	footer .section-accessories a:hover h2 {
		background-color: #B1869A;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0px !important;
		padding:5px;
		text-align:center;
		width:214px !important;
	}
	
	footer .section-warranty a:hover h2 {
		background-color: #DCB24C;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0 0 0 20px !important;
		padding:5px;
		text-align:center;
		width:275px !important;	
	}
	
	footer .section-delivery a:hover h2 {
		background-color: #75C39B;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0px!important;
		padding:5px;
		text-align:center;
		width:250px !important;	
	}
	
	#footer p {
		width: 100%;
		margin: 0;
	}
	
	footer .tab {
		display:none; 
		margin-top: 10px;
	
	}
	
	footer .section-suites .highlighted-tab h2{
		background-color: #7A9FB9;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0px !important;
		padding:5px;
		text-align:center;
		width:235px !important;
	}
	
	footer .section-accessories .highlighted-tab h2{
		background-color: #B1869A;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0px !important;
		padding:5px;
		text-align:center;
		width:214px !important;		
	}
	
	footer .section-warranty .highlighted-tab h2{
		background-color: #DCB24C;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0 0 0 20px !important;
		padding:5px;
		text-align:center;
		width:275px !important;	
	}
	
	footer .section-delivery .highlighted-tab h2{
		background-color: #75C39B;
		color: #ffffff !important;
		font-size:13px !important;
		margin:0px!important;
		padding:5px;
		text-align:center;
		width:250px !important;	
	}
	
	footer .tab {
		min-height: 130px;
	}
	
	footer .tab p {
		color: #666666;
		margin-bottom: 10px !important;
		padding: 0 10px;
	}
	
	footer .tab p a {
		color: #666666;
		text-decoration: underline !important;
	}
	
	h1.footer-tab-section {
		text-align:center;
		font-size:20px;
		margin-top:20px;
	}