@charset "UTF-8";
/* CSS Document */

body {
	background: #4c1e12;
}

#container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 824px;
	margin: 0px auto 20px auto;
	padding: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header {
	height: 160px;
}
#headerContent {
	height: 121px;
}
#headerContent img {
	float: left;
}
#topLink {
	float: right;
	margin: 10px 14px 0 0;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #d35a22;
}

#nav {
	height: 39px;
}
#nav img {
	float: left;
}
a img {
	border: none;
}

#content {
	clear: both;
	height: auto;
}
#content img {
	float: left;
}

.text {
	float: left;
	width: 482px;
	height: auto;
	background-image: url(../images/subPageContentBG.jpg);
	background-repeat: repeat;
	overflow: visible;

}
.text img {
	margin-bottom: 6px;
}
.text p {
	margin: 12px 0 0 12px;
	width: 458px;
	line-height: 1.2em;
	letter-spacing: .5px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;



}

.findStoretext {
	clear: both;
	float: left;
	width: 820px;
	height: 464px;
	background-image: url(../images/findStore_background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
#findStoreResults {
	margin: 10px;
	overflow: auto;
	width: 800px;
	height: 316px;
	border: 1px solid #d45a22;
	/*background-image: url(../images/findStoreResultsBG.png);*/
	background-repeat: repeat;
}
.findStoretext img {
	margin: auto;
}
.findStoretext h2 {
	margin: 12px 12px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.findStoretext p {
	margin: 12px 12px 0 12px;
	line-height: 14px;
	letter-spacing: .5px;
	float: left;
	width: 236px;
	height: 90px;
}

.salesAssociatesText {
	clear: both;
	float: left;
	width: 820px;
	height: 464px;
	background-image: url(../images/findStore_background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.salesAssociatesText p {
	margin: 0 12px 16px 12px;
	line-height: 14px;
	letter-spacing: .5px;
}
#pdfLinks {
	float: left;
	width: 250px;
	margin: 60px 0 0 300px;
}
#pdfLinks a img {
	margin-right: 14px;
	vertical-align:text-bottom;
}


#bottomContent {
	clear: both;
	margin-top: 4px;
	height: 168px;
	overflow: visible;

}
#bottomContent img {
	float: left;
	margin-right: 4px;
}
.last {
	margin-right: 0;
}
#thumbnails {
	margin: 39px 0 0 32px;
	float: left;
}
#thumbnails img {
	margin-right: 3px;
}

#footer {
	clear: both;
	font-size: 12px;
	margin-top: 4px;
	padding: 0;
}
#emailSubmitForm {
	float: left;
	margin-right: 10px;
}
#stateForm {
	margin: 0;
	text-align: center;
	margin-top: 80px;
}
