

html, body { padding: 0px; margin: 0px; }
body { font-family: Arial, Helvetica, sans-serif; }
* {	margin: 0px auto; padding: 0; }
img { border: 0px; }
div#wrapper { position: relative; }


/* header styles */
div#header { position: relative; width: 790px; height: 156px; overflow: visible; margin-top: 7px; z-index: 500; }
	img#hdrLogo { position: absolute; top: 0px; left: 0px; }
	img#hdrBtm { position: absolute; top: 140px; left: 231px; }
	img#hdrTop { position: absolute; top: 0px; left: 231px; }
	ul#hdrMenu { position: absolute; top: 46px; left: 231px; }
		ul#hdrMenu li { display: inline; list-style-type: none; }
	div#hdrLocation { position: absolute; top: 87px; left: 231px; }
		img#hdrFindOne { position: absolute; top: 19px; left: 11px; }
		input#cityOrZip { position: absolute; top: 19px; left: 68px; width: 93px; height: 17px; border: 1px solid #7f9db9; font-size: 10px; padding-top: 4px; padding-left: 4px; }
			.cityOrZipInitial { color: #CCC; }
			.cityOrZipAfterFocus { color: #000; }
		input#btnGo { position: absolute; top: 19px; left: 167px; }
		
		
	img#hdrPiece2 { position: absolute; bottom: 53px; right: 58px; }
	a#hdrLegend { position: absolute; bottom: 16px; right: 58px; }
	img#hdrRight { position: absolute; top: 0px; right: 0px; }


/* my location styles */
div#myLoc { position: absolute; top: 19px; left: 209px; font-family: Arial, Helvetica, sans-serif; z-index: 999; }
img#myLocLabel { position: absolute; top:0px; left: 0px; z-index: 1001; }
div#myLocName { position: absolute; top: 4px; left: 115px; display: inline; height: 14px; width: 80px; overflow: hidden; z-index: 1001; }
	div#myLocName a:link, div#myLocName a:visited { font-size: 11px; color: #e0c28d; text-decoration: underline; }
	div#myLocName a:hover { font-size: 11px; color: #e0c28d; text-decoration: none; }
div#myLocPop { position: absolute; display: none; top: 0px; left: -9px; width: 191px; background-image: url(../images/myloc_bg.png); /* background-color: #000; */ padding: 25px 0px 20px 20px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: 400; color: #fff; z-index: 1000; }
	div#myLocPop a:link, div#myLocPop a:visited { text-decoration: none; font-weight: 800; color: #e0c28d; }
	div#myLocPop a:hover { text-decoration: underline; font-weight: 800; color: #e0c28d; }
.myLocHr { position: relative; display: block; margin-left: 0px; margin-bottom: 9px; }
div#myLocHours { position: relative; padding-top: 5px; padding-bottom: 8px; }
div#myLocClose { position: absolute; bottom: 20px; right: 12px; }


/* content wrapper */
div#contentWrapper { position: relative; margin-top: 5px; z-index: 0; }

/* breadcrumb styles */
p.breadcrumbLocs {  width: 450px; color: #fff; font-size: 11px; padding: 3px 0 10px 8px; margin-left: 0px; position: relative; z-index: 100; }
p.breadcrumbLocs a { color: #fff; text-decoration: underline; }
p.breadcrumbLocs a:hover { text-decoration: none; }



.clear { clear: both; height: 1px; margin-bottom: 15px; overflow: hidden; }


/* footer styles */

div#footer { position: relative; display: block; width: 100%; height: 100%; background-color: #000; padding-top: 20px; padding-bottom: 35px; font-size: 12px; line-height: 17px; color: #666; }
div#footer a:link, div#footer a:visited { text-decoration: none; color: #e8c634; }
div#footer a:hover { text-decoration: underline; color: #e8c634; }
div#footerLeft { padding-right: 20px; }
div#footerMiddle { padding-left: 20px; padding-right: 20px; border-left: 1px solid #666; border-right: 1px solid #666; }
div#footerRight { padding-left: 20px; }


/* location error pop up styles */
div#locPop { font-family: Arial, Helvetica, sans-serif; color: #fff; display: none; }
div#locPopContent { position: absolute; top: 38px; left: 37px; width: 341px; text-align: left; z-index: 3; }
div#locMsgHdr { font-size: 20px; line-height: 28px; }
div#theLocMsg { width: 290px; float: left; font-size: 12px; line-height: 16px; }
div#locMsgBtn { clear: both; float: right; padding-right: 32px; }
.popShadow { position: relative; z-index: 1; }
.popCard { position: absolute; top: 21px; left: 21px; z-index: 2; }



/* no flash layover box */
div#flashPop { position: absolute; top: 50px; left: 210px; font-family: Arial, Helvetica, sans-serif; color: #fff; display: block; }
.popFlashShadow { position: relative; z-index: 1; }
img#popFlashLogo { position: absolute; top: 38px; left: 32px; z-index: 4;  }
div#popFlashHdr { position: absolute; top: 38px; left: 122px; width: 231px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: 800; z-index: 4; }
div#popFlashMsg { position: absolute; top: 56px; left: 122px; width: 231px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: 400; z-index: 4; }
div#popFlashBtn { position: absolute; top: 114px; left: 225px; z-index: 4; }
.popFlashCard { position: absolute; top: 9px; left: 9px; z-index: 2; }