/* ---------- SONOMA COUNTY ----------

grid-spa.css provides layout and typographic 
styles specific to the spa grid listing page

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

@import "grid.css";

.s-visitors .t-grid .g-whattodo #head {
	background: url(../images/gridhead-whattodo-visitors.jpg) no-repeat;
}
.s-meeting .t-grid .g-whattodo #head {
	background: url(../images/gridhead-whattodo-meeting.jpg) no-repeat;
}
.t-grid .g-whattodo .intro p {
	width: 400px;
}
.g-whattodo ul {
	
}
.g-whattodo ul#options {
	margin: 10px 0 0 0;
	padding: 0;
}
.g-whattodo #options li {
	position: relative;
	list-style: none;
	width: 100%;
	float: left;
	margin: 0 0 7px 0;
	padding: 0;
}
.g-whattodo #options li a {
	display: block;
	width: 450px;
	height: 75px;
	border: 0;
	background: transparent no-repeat left top;
	text-indent: -9999em;
	overflow: hidden;
}
.g-whattodo #options li#wtd1 a {
	background-image: url(../images/wtd-tours.jpg);
}
.g-whattodo #options li#wtd2 a {
	background-image: url(../images/wtd-wineries.jpg);
}
.g-whattodo #options li#wtd3 a {
	background-image: url(../images/wtd-golf.jpg);
}
.g-whattodo #options li#wtd4 a {
	background-image: url(../images/wtd-spas.jpg);
}
.g-whattodo #options li#wtd5 a {
	background-image: url(../images/wtd-museums.jpg);
}
.g-whattodo #options li#wtd6 a {
	background-image: url(../images/wtd-farms.jpg);
}
.g-whattodo #options li#wtd7 a {
	background-image: url(../images/wtd-nightlife.jpg);
}
.g-whattodo #options li#wtd8 a {
	background-image: url(../images/wtd-outdoor.jpg);
}
.g-whattodo #options li#wtd9 a {
	background-image: url(../images/wtd-breweries.jpg);
}
.g-whattodo #options li#wtd10 a {
	background-image: url(../images/wtd-culinary.jpg);
}

