/* HEADER */

#logo {
	background-image: url('/images/logo-wide.png');
	height: 3.5em;
}

#logo a {
	display: block;
	height: 3.5em;
	width: 14em;
}

nav #dialnow {
	display: none;
}

nav #menupop {
	display: none;
}

/* PRODUCT CATEGORIES */
div.swims .product {
	height: 12em;
}

div.spas .product {
	height: 12em;
}

/* MAP */

div.location {
	width: 80em;
	margin: 0 auto;
}

div.location hr {
	margin-bottom: 1em;
}

div.location h3 {
	margin-bottom: 0.5em;
}

div.location p {
	margin-bottom: 0.3em;
}

div.location th {
	padding-bottom: 0.5em;
}

div.location td {
	padding-bottom: 0.3em;
}

div.location .address {
	margin-right: 7em;
}

div.location .hours {
	margin-right: 7em;
}

div.location .map {
	height: 0;
	width: 38em;
	position: relative;
	overflow: hidden;
	padding-bottom: 14em;
}

div.location iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SPECIALS */
div.special {
	width: 62em;
	margin-bottom: 1em;
}

/* FOOTER */
.sitemap {
	width: 24em;
	margin: 0 auto;
}
