﻿#feature
{
	background: url(/site-images/locations-feature.jpg) no-repeat;
}
#locations-menu #feature
{
	background: url(/site-images/menu-feature.jpg) no-repeat;
}
#store-links
{
	width: 300px;
	height: 600px;
	position: relative;
	top: 125px;
	left: 220px;
}
#store-links h1
{
	color: #675b00;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 40px;
}
#choose-map
{
	position: absolute;
	top: 125px;
	left: 455px;
}
#choose-map h1
{
	color: #675b00;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 40px;
	width: 200px;
}
#store-links ul
{
}
#store-links ul li
{
	list-style-type: none;
	padding: 5px 0 5px 0;
}
#store-links ul li a
{
	color: #891500;
}
#store-links .street-name
{
	display: block;
	font-size: 10px;
	padding: 0 0 0 15px;
}
#map
{
	height: 400px;
	width: 400px;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 500px;
}
#back-button
{
	position: absolute;
	top: 90px;
	left: 750px;
}

