/******************** LIQUOR STORE ********************/
@import url(http://www.vicpubco.ca/style.css);
@font-face {
	font-family: Mailart;
	src: url(font-mailart.ttf);
}
body {
	background: #3d3c37 url(images/bg-liquorstore.jpg) repeat top center fixed;
}
h3, h4, a, .menucontent h1, .menucontent h2 {
	color: #752a43; /* wine */
	color: #ce2a1e; /* blood red */
}
a:hover {
	color: #ce2a1e;
}
.page {
	border: 5px solid #5e573e; /* cumin */
}
.nav a:hover, #vpclink a:hover {
	color: #ce2a1e;
}
.share {
	background: #ce2a1e;
}
.liquorlist {
	margin: 20px;
	padding: 1px 0;
	background: url(images/bg-liquorlist.jpg) top left repeat-y;
}
.liquorlist h4, .liquorlist p {
	line-height: 22px;
}

