body {
	margin: 0;
	background-color: #FFF;
	font-family:'Merriweather Sans', sans-serif;
	width: 810px;
	font-weight: 300;
	background-image: url('../img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

a {
	color: #878787;
	text-decoration: none;
}

#wrapper {
	background-image: url('../img/top-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#header {
	padding: 0;
	position: relative;
}

#header img.logo {
	margin: 40px 0 40px 40px;
}

h1, h2 {
	cursor: default;
}

h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #878786;
	color: #878786;
	padding-left: 40px;
	padding-bottom: 5px;
	width: 340px;
}

#content-wrapper {
	width: 730px;
	padding: 0 40px;

}

#choose{
	background-color: #abcdb0;
	color: #000;
	font-weight: bolder;
	border: 0;
	padding: 4px 10px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#counties {
	vertical-align: top;
	float: left;
	height: 24px;
	margin-right: 10px;
}

#shops {
	padding: 30px 0;
}

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

#shops ul li {
	float: left;
	font-size: .9em;
	width: 48%;
	color: #878786;
	margin: 0 2% 20px 0;
	min-height: 60px;
}

#shops ul li h2 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}

#shops ul li address {
	font-style: normal;
}

/* -------------------------------------------------------------------------- */

#product-list {
	margin-left: 40px;
	width: 560px;
}

#product-list .fb-like {
	margin-bottom: 20px;
}


#product-list h2 {
	clear: both;
	color: #878787;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 30px;
}

#product-list .product {
	float: left;
	margin-bottom: 40px;
}

#product-list .product img {
	width: 140px;
	height: 160px;
	display: block;
}

/* -------------------------------------------------------------------------- */

#product-nav {
	overflow: hidden;
	margin-bottom: 30px;
}

#product-nav a[rel="next"] {
	float: right;
}

#product hr {
	margin-right: 100px;
}

.product-name, .product-subtitle {
	cursor: default;
	margin: 0;
	color: #6C6C6C;
}

.product-name {
	font-size: 24px;
}

.product-subtitle {
	font-size: 14px;
}

.product-name, .product-subtitle, .product-description, .product-social {
	margin-left: 200px;
	padding-left: 20px;
	padding-right: 20px;
}

.product-photo {
	width: 185px;
	height: 215px;
	float: left;
}

.product-description {
	line-height: 130%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #878787;
	background-color: rgba(255, 255, 255, .6);
}

.product-social {
	margin-top: 20px;
}
