@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 920px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
body {
	background-color: #ef9778;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
}
p {
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 17px;
	color: #000000;
}
h2 {
	font-size: 13px;
	color: #000000;
}
h6 {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
#header {
	height: 100px;
	width: 920px;
}
#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #F0774D;
	background-position: center center;
	height: 36px;
	width: 920px;
	background-color: #359ca8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a {
	color: #fff2d7;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#maincontent {
	width: 920px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
#maincontent_index {
	width: 920px;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat;
}
#container_left {
	float: left;
	width: 660px;
}
#left_header {
	width: 660px;
}
#container_right {
	float: right;
	width: 240px;
	padding: 10px;
	display: inline;
	height: 100%;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
#container_right a  {
	color: #000000;
	text-decoration: none;
}
#container_right p {
	font-size: 13px;
	color: #000000;
}
#container_right a:hover {
	text-decoration: underline;
}
#container_right h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}
#left_content {
	padding: 20px;
	width: 620px;
	background-color: #fff2d7;
}
#footer {
	width: 920px;
	clear: both;
	float: left;
}
.bottom {
	font-size: 11px;
	color: #fff2d7;
}
.bottom a {
	color: #FFF2d7;
	text-decoration: none;
}
.bottom h1 {
	font-size: 15px;
}



.storethumbnail{
	position: relative;
	z-index: 0;
}

.storethumbnail:hover{
background-color: transparent;
z-index: 50;
}

.storethumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff2d7;
	left: -1000px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.storethumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.storethumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 200px; /*position where enlarged image should offset horizontally */
}





.locationthumbnail{
	position: relative;
	z-index: 0;
}

.locationthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.locationthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff2d7;
	left: -1000px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.locationthumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.locationthumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 50px; /*position where enlarged image should offset horizontally */
}
