@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 19610126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
div {
	overflow:hidden;
}
#map_canvas {
	height: 95%;
}
	#map_canvas2 {
		width:300px;
		height:300px;
		margin:5px auto;
	}
#map_canvas *, #map_canvas2 * {
	overflow:visible;
}
#map #banner {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	right:0;
	height:5%;
}
#map #footer {
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	right:0;
}
#content ul {
	list-style-type:disc;
	padding:10px 10px 10px 40px;
}
#content ul li {
	margin-bottom:5px;
}
/* DEFAULTS */
body {
	font:16px Helvetica, Arial, sans-serif;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:10px 0 5px 0;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
p {
	margin-bottom:10px;
}
strong {
	font-weight:bold;
}
.clear{
	clear:both;
}
/* LAYOUT */
#banner, #footer {
	background:#000;
	text-align:center;
	padding:0 5px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
	#banner h1 {
		color:#fff;
		font-size:18px;
		font-weight:normal;
		line-height:40px;
		padding:0;
		margin:0;
	}
	#footer p {
		color:#fff;
		margin:5px 0;
		padding:0;
	}
.back {
	float:right;
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border:none;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
#banner .button {
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	vertical-align:middle;
	line-height:30px;
	height:32px;
	margin:4px 0;
}
	#banner .button img {	
	vertical-align:middle;
	}
#home {
	float:left;
	padding:0 .5em 0 .4em;
}
#phone, #email, #hours, #website {
	float:right;
	padding:.1em .5em;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
#phone span {
	display:inline-block;
	background:url(/catalogue/mobile/images/phone.png) no-repeat center;
	width:27px;
	height:28px;
	vertical-align:middle;
}
#hours span {
	display:inline-block;
	background:url(/catalogue/mobile/images/hours.png) no-repeat center;
	width:24px;
	height:24px;
	vertical-align:middle;
}
#website span {
	display:inline-block;
	background:url(/catalogue/mobile/images/website.png) no-repeat center;
	width:24px;
	height:24px;
	vertical-align:middle;
}
#banner #phone {
	margin-left:5px !important;
}
#phone:active, #email:active, #hours:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* HOMEPAGE */
#tiles {
	width:280px;
	text-align:center;
	margin:20px auto;
}
#showresults {
	margin:20px 0;
	text-align:center;
}
	#tiles a {	
		width:124px;
		height:110px;
		display:block;
		overflow:hidden;
		position:relative;
	}
	#tiles div, .tile {
		overflow:hidden;
		width:124px;
		height:110px;
		display:inline-block;
		border:1px solid #000;
		margin:3px;
		-webkit-box-shadow:0 0 3px #000;
		-o-box-shadow:0 0 3px #000;
		-moz-box-shadow:0 0 3px #000;
		box-shadow:0 0 3px #000;
	}
	#tiles h3 {
		background:#000;
		color:#fff;
		text-align:center;
		width:114px;
		font-size:.8em;
		position:absolute;
		padding:3px 5px;
		margin:0;
		bottom:0;
		left:0;
		right:0;
	}
	#tiles span {
		display:none;
	}
	.doublewide, .doublewide a  {
		width:256px !important;
	}
	.doublewide h3  {
		width:246px !important;
	}
		
#tile2 {
	background-position: -124px 0 !important;
}
#tile3 {
	background-position: 0 -110px !important;
}
#tile4 {
	background-position: -124px -110px !important;
}
#tile5 {
	background-position: 0 -220px !important;
}
#tile6 {
	background-position: -124px -220px !important;
}
#tile7 {
	background-position: 0 -330px !important;
}
#tile8 {
	background-position: -124px -330px !important;
}
#tile9 {
	background-position: 0 -440px !important;
}
#tile10 {
	background-position: -124px -440px !important;
}
#tile11 {
	background-position: 0 -550px !important;
}
#tile12 {
	background-position: -124px -550px !important;
}
#tile13 {
	background-position: 0 -660px !important;
}
#tile14 {
	background-position: -124px -660px !important;
}
#indexb {
	margin:0 auto 10px auto;
	text-align:center;
}
	#indexb a {
		display:block;
		margin-bottom:5px;
	}


/* ABOUT */
	#contents {
		margin:20px;
	}
		
/* RESULTS */
#search {
	margin:10px 20px;
	font-size:16px;
}
	#search div {
		text-align:center;
	}
	#search .button {
		margin-top:10px;
	}
#search select {
	font-size:22px;
}
.tile a {
		width:124px;
		height:110px;
		display:block;
}
.th a, .tw a, .sth a, .stw a {
	background-repeat:no-repeat;
	background-position:center;
}
.th a {
	background-size: auto 124px;
}
.tw a {
	background-size:124px auto;
}
/* ITEM */
#showitem {
	margin:10px 20px;
}
.itmimg {
	width:100%;
	height:auto;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	box-shadow: 0 3px 3pxrgba(0,0,0,.5);
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.price, .priceSpecial, .sharebuttons {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:5px 20px;
	margin:10px 5px 10px 5px;
	text-align:center;
}
.sharebuttons {
	line-height:32px;
	padding: 5px 10px;
	overflow:hidden;
	clear:both;
}
	.sharebuttons span, .sharebuttons a {
		display:inline-block;
		vertical-align:middle;
		width:32px;
		height:32px;
		cursor:pointer;
	}
	#sfacebook {
		background: url(/catalogue/mobile/images/facebook.png) no-repeat;
		margin-right:10px;
	}
	#smyspace {
		background: url(/catalogue/mobile/images/myspace.png) no-repeat;
		margin-right:10px;
	}
	#stwitter {
		background: url(/catalogue/mobile/images/twitter.png) no-repeat;
		margin-right:10px;
	}
	#spinterest {
		background: url(/catalogue/mobile/images/pinterest.png) no-repeat;
	}
	.sharebuttons img:first-child{
		margin-left:0;
	}
	.sharebuttons span:hover, .sharebuttons span:active {
		opacity:0.7;
		filter:alpha(opacity=70);
	}
#contactbuttons {
	clear:both;
}
#contactbuttons a {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	line-height:31px;
	height:33px;
	font-weight:bold;
	margin: 0 2px 5px 2px;
	float:none !important;
}
	#contactbuttons img {
		vertical-align:middle;
		margin-right:7px;
	}
.price, .priceSpecial {
	float:right;
	font-size:1.4em;
}
	.priceSpecial span {
		font-size:1.2em;
		font-weight:bold;
	}
#shareframe {
	width:100%;
	height:300px;
}

/* ----- hours ----- */
.hourstable {
	margin:10px;
}
	.hourstable td {
		width:50%;
		padding:2px 5px;
	}
	.hourstable td:first-child {
		text-align:right;
	}
.closed {
	color: #e9e9e9 !important;
	border: solid 1px #555 !important;
	background: #748064 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#748064), to(#47513a)) !important;
	background: -moz-linear-gradient(top,  #748064,  #47513a) !important;
	background: linear-gradient(top,  #748064,  #47513a) !important;
}
.closed:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#47513a), to(#748064)) !important;
	background: -moz-linear-gradient(top,  #47513a,  #748064) !important;
	background: linear-gradient(top,  #47513a,  #748064) !important;
}

.imgright {
	float:right;
	margin:0 0 10px 10px;
}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
}
#halfbuttons {
	overlow:hidden;
	margin-bottom:20px;
}
#halfbuttons a {
	display:block;
	width:53%;
	float:left;
	padding:10px 0;
	vertical-align:middle;
}
#halfbuttons a:first-child {
	margin-right:2%;
	width:42%;
}