html, body {
	margin:0;
	padding:0;
	background:#eee;
	font-family:Helvetica, Arial, sans-serif;
}

.adspot {
	width:728px;
	text-align:center;
	margin:1em 0 0 -364px;
	position:absolute;
	top:87px;
	left:50%;
}

body.home .adspot {
	display:none;
}

h1 {
	text-align:center;
	color:#fff;
	font-size:2.5em;
	letter-spacing:-1px;
	text-shadow:2px 2px 0 rgba(0,0,0,0.1);
	margin:0;
	padding:.5em 0;
	text-transform:lowercase;
	background:#0af url(images/headerBg.png) repeat-x;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

h1 a:hover {
	border-bottom:1px dotted rgba(255,255,255,0.3);
	color:#fff;
}

h1 em {
	font-style:normal;
	color:#000;
	padding-left:.35em;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}

h1 em:before {
	padding-right:.35em;
	position:relative;
	top:3px;
	content:" • ";
}

#content {
	background:#fff;
	padding-top:110px;
}

body.home #content {
	padding-top:0;
}

#shoplist, #maincontent {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#maincontent {
	font:1em/1.4em Helvetica, Arial, sans-serif;
	color:#333;
}

#businessinfo {
	width:600px;
	padding-right:20px;
	border-right:1px dashed #ddd;
	float:left;
}

#businesscontact {
	float:right;
	width:320px;
}

#businesscontact li p {
	margin:.5em 0 0;
}

#maincontent img {
	float:left;
	margin:0 1em 1em 0;
}

#shoplist div {
	width:33.333%;
	float:left;
	padding:1.5em 0;
}

#shoplist h2 {
	margin:0;
	padding:0 0 .3em;
	color:#09f;
	border-bottom:2px solid #09f;
	text-align:center;
	width:90%;
}

#shoplist ul {
	margin:0;
	padding:0;
	list-style:none;
}

#shoplist li {
	padding:0;
	margin:0;
	text-align:center;
}

#shoplist li a {
	display:block;
	width:90%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
	color:#000;
	background:#f9f9f9;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:.5em 1em;
}

#shoplist li:nth-child(odd) a {
	background:#fcfcfc;
}

#shoplist li a:hover {
	background:#09f;
	background:#09f -webkit-gradient(linear, left top, left bottom, from(#09f), to(#07f));
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.1);
}

#footer {
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	color:#555;
	padding:1em 0;
	background:transparent url(images/footerBg.png) repeat-x;
}

#footer p {
	margin:0 0 .5em;
}

a {
	color:#333;
}

a:hover {
	color:#000;
}

