@charset "utf-8";

body {
	background: white;
	text-align: left;
}

#store-locator {
	background: #161616;
}
#store-locator-content {
	background:#161616 url(../images/store-locator/content-bg.png) repeat-y scroll left top;
	padding-bottom: 10px;
}

h2 {
	color:#c2a16c;
}
h2 span {
	background:#012561 url(../images/store-locator/h2_count.png) no-repeat scroll left top;
}

.description {
	color:#7f6e54;
}

#stores {
	background:#2b2b2b none repeat scroll 0 0;
}

.stores h3 a {
	background:transparent url(../images/store-locator/mkr-store.png) no-repeat scroll 0 0;
	color:#ffffff;
}

.stores h3 a:hover {
	color:#ffffff;
}

#form_wrap {
	background:transparent url(../images/store-locator/form-bg.png) no-repeat scroll left top;
}
#form_wrap h1 {
	color:#7f6e54;
}
form#find-store .note {
	color: #ffffff;
}
#footer.wrapper {
	margin-top: 1px;
}
