@charset "UTF-8";

/* Layout Small Screens */

#header {
	height: 168px;
	background-image: url(../img/smBanner.png);
	background-repeat: no-repeat;
	background-position: top;
}

#nav {
	height: 160px;
	padding: 15px 0 10px 0;
}

#nav ul {
	padding-left: 0; /*undo correction for offcenter nav*/
}
	
#nav ul li {
	display: block; /* use to stack links */
	padding: 15px 0 15px 0;  /* this gets smaller with rwd */
}

#nav a {
	padding: 5px 15px;
}

#main { 	/* the space around the product cards*/
	width: 276px;
	margin-left: -148px;  /* changes w rwd, half of width,  w -10 px correction*/
	height: 2120px;
	height: 100%;
	background: none;  /* for rwd cancel texture for faster load*/
	background-color: #f1eee8; /*grey light warm*/
}

.galleryCards{	/*put each on rectangle card background*/
	margin-left: 14%;
}

#map {
	display: none;
}