/*
  $Id: shoplocator.css 2008-09-19 00:52:16Z $
	
	SKUNK FU - 99 Styles of Skunk Fu
  http://www.skunkfu.com

  Copyright (c) 2008 skunkfu
  
  created by ReZon
*/
body {
	background-image: url("../images/shoplocator/skunkfu-shoplocator-background.jpg");
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
}
#mainView {
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#centeredView {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}
#innerView {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-image: url("../images/skunkfu-pattern-bg.jpg");
	background-repeat: repeat;
	position: relative;
	overflow: visible;
}
#logo {
	width: 800px;
	height: 142px;
	background-image: url("../images/skunkfu-logo-sh.jpg");
	background-repeat: no-repeat;
}
.shopLocatorBody {
	width:786px;
	margin:14px 7px 0px 7px;
	display: block;
}
.shopLocatorBody a {
	color: #4272DB;
	text-decoration: none;
}
.shopLocatorBody a:hover {
	color: #4272DB;
	text-decoration: underline;
}
.shopLocatorBody div.sLocContainerMedia, .shopLocatorBody div.sLocContainerImage {
	width: 786px;
	height: 100%;
	margin: 5px 0 0 0;
}
.shopLocatorBody div.sLocInfo {
	width: 258px;
	margin: 0px 0 0 2px;
	float: left;
}
.shopLocatorBody div.logo, .shopLocatorBody div.title, .shopLocatorBody div.adress, .shopLocatorBody div.footer {
	width: 250px;
	background: url(../images/shoplocator/sloc-container-bg-info.png) no-repeat 0 0;
	color: #000000;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
.shopLocatorBody div.logo {
	height: 68px;
	padding: 17px 0 0 8px;
}
.shopLocatorBody div.title {	
	width: 248px;
	padding: 0 0 0 10px;
	background-position: 0 -85px;
	font-size: 18px;	
}
.shopLocatorBody div.adress {
	width: 248px;
	padding: 2px 0 0 10px;
	background-position: 0 -85px;
	font-size: 14px;
}
.shopLocatorBody div.footer {
	height: 21px;
	padding: 0 0 0 8px;
	background-position: 0 -150px;
}
.shopLocatorBody div.sLocClip {
	width: 507px;
	height: 328px;
	background: transparent url(../images/shoplocator/sloc-container-bg-clip.png) no-repeat 0 0;
	margin: 0px 6px 0 0px;
	padding: 7px 0 0 8px;
	float: right;
}
.shopLocatorBody div.sLocImage {
	width: 515px;
	height: 180px;
	margin: 0px 6px 0 0px;
	float: right;
}
#dummySpace {
	width: 100%;
	height: 100%;
	margin-top: 30%;
	display: block;
}
#footerToBottom {
	width: 100%;
	height: 123px;
	background-color: transparent;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	z-index: 1998;
	overflow: hidden;
}
#footerFixed {
	width: 100%;
	height: 100%;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center 827px;
	background-repeat: repeat-x;
	position: fixed;
	top: 827px;
	z-index: 1999;
	overflow: hidden;
}
#footerFixedCover {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 950px;
	z-index: 1999;
	overflow: hidden;
}