* {margin:0;padding:0;border: 0;}
html, body, #page-wrap {height: 100%;}
body > #page-wrap {height: auto; min-height: 100%;}
#guts {padding-bottom: 50px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#header ul {
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	top: 56px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;		
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header .current a {
	background-position:0% -42px;
	color: #FFF;
	pointer-events: none;
}
#header .current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.blue {		color: #6297BC; font-size: .8em;}

#header h2 {
	font: 22px 'Trebuchet MS',arial, helvetica, sans-serif;
	color: white;
	margin: 0;
	clear: both;
	background: #2675A6;
	height: 33px;
	padding: 10px 0 0 20px;
}
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 62.5%/1 Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #fff url(../images/bg.gif) repeat-x;
	text-align: center;
}

p {
	font: 1.5em Georgia,Times,"Times New Roman",serif;
	color: #222;
	line-height: 22px;
	max-width: 600px;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.6em; }
h4 {font-size:1.2em;margin-left:10px;}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	font-size: 1.2em;
	line-height: 2em;
	color: #444;	
}
ul span, ol span {
	color: #666; 
}
#page-wrap {
	background: #FFF;
	width: 820px;
	margin: 0 auto;	
	text-align: left;
}
#header {
	position: relative;
	height: 128px;	
	margin-right: -30px;
	width: 820px;	
}

/* Footer */
#footer { 
	clear: both; 
	color: #000; 
	background: #fff url(../images/footbg.gif) repeat-x;
	width: 100%;	  
	font-size: 84%;		
}
#footer .footer-left{
	margin: 0 auto;
	padding-top: 20px;
	color: white;
	float: none;
}
#footer .footer-left a{color: white;}
#footer .footer-left a:hover{color: #A1C442;}
#footer .footer-right{
	float: right;
	width: 30%;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
/*other stuff*/
#main-conent {
	border-left: 1px dotted;
	margin-left:30px;
}


#stores div {width: 32%;float:left;}
#beg {background: #fff url(../images/headerbg.gif) repeat-x 0% 100%;height: 85px;}




/* clark's responsive changes -- 3/23/14 
remember to put this in: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
find that cool animation media query thing from css-tricks too: http://css-tricks.com/animated-media-queries/!
*/

#page-wrap {width: auto;max-width: 1200px;overflow-x:hidden;/* <- prevents horizontal scrolling on phones */}
#header {width: auto;}
#header ul {position: static;float: right;margin-top: 55px;}
#header li:last-child {margin-right: 50px;}
#stores {display: table;}
#stores > div {width: 24%;float:none;display: inline-block;vertical-align: top;}
#stores > div img {max-width: 100%;}


@media only screen and (max-width: 960px) {
	#stores > div {width: 33%;transition:.4s;}
}

@media only screen and (max-width: 767px) {
	#header {height: auto;}
	#header #beg {height: auto;}
	#header ul {position: static;float: none;margin-top: 0;/*this makes it animate on resize: */transition: .8s;}
	#header li {display: block;text-align: center;width: 100%;}
	#header a {float: none;background: #4284B0;display: block;padding: 7px;text-align: center;}
	#header a:hover span, #header .current a span {color: #A1C442;text-decoration: underline;}
	#header a span {display: inline;background:none;}
}

@media only screen and (max-width: 480px) {
	#stores > div {width: 50%;}
}