/*Content*/
.js #content {
	height: 100%;
	min-height: 850px;
}

.js div.module {
	position: absolute;
    height: 100%;
}

.js #footer {
	width: 100%;
	height: 50px; 
	margin-top: 0px;
    /*margin-top: -50px;*/
    /*margin-top: -100px;*/
}

.js #footerNav {
	background: transparent;
}

.js #footerNavInner {
	border-top: none;
	color: #666666;
	margin-top: 0px;
}

.js #footerNavInner a:link, .js #footerNavInner a:visited, .js #footerNavInner a:active, .js #footerNavInner a:focus {
	color: #666666;
}

.js #footerNavInner a:hover {
	color: #999999;
}

#footerNewsletter .newsletterInput {
    background: url('img/storeLocator.newsletterInput.png');
}

#footerNewsletter #newsletterInput {
	color: #666666;
}

#footerNewsletter #newsletterInput.active {
	color: #999999;
}

#footerNewsletter input#newsletterSubmit {
    background: url('img/storeLocator.newsletterSubmit.png');
}

#soundOff {
	background-image: url(img/storeLocator.footerSoundOff.png);
}

#soundOn {
	background-image: url(img/storeLocator.footerSoundOn.png);
}

