/* Buyers guide */
.bg-middle-section {
	background-color: #d3aad4;
	margin: 7px 5px 0 7px;
	padding: 5px;
}
.bg-middle-section  .extender{
	float:left;
	height:700px;
}
.bg-middle-banner {
	background-color: #d3aad4;
	margin: 7px 5px 0 7px;
	padding: 0px;
}

.bg-type-container {
	width: 82px;
	margin: 2px;
}
.bg-type {
	background-color: #83468C;
	padding: 2px;
	display: block;
	text-align: center;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 50% 4px;
	line-height: 13px;
}
.bg-type:hover, .bg-type-active {
	background-color: #F7BB1A;
	text-decoration: none;
}
#bg-getting-here {
	background-image: url(../images/guide/type_directions.jpg);
	padding: 83px 0 18px 0;
}
#bg-towns-and-village-guide {
	background-image: url(../images/guide/type_guide.jpg);
	padding: 83px 0 5px 0;
}
#bg-features {
	background-image: url(../images/guide/type_wines.jpg);
	padding: 83px 0 18px 0;
}
#bg-hotels {
	background-image: url(../images/guide/type_hotel.jpg);
	padding: 83px 0 18px 0;
}
#bg-restaurants {
	background-image: url(../images/guide/type_restaurant.jpg);
	padding: 83px 0 18px 0;
}

.bg-region-title {
	font-family: Tahoma;
	font-size: 2.5em;
	font-weight: normal;
	color: #83468c;
	padding: 30px 10px 0 10px;
	width: 330px;
	line-height: 0.9em;
}
.bg-region-title a {
	color: #83468c;
	text-decoration: none;
	font-weight: normal;
}
.bg-region-title a:hover {
	text-decoration: underline;
}

.bg-guide-type-title {
	font-size: 1.2em;
	font-weight: bolder;
	color: #83468c;
	padding: 10px;
}
.bg-guide-type-content {
	padding: 0 10px 0 10px;
	float:left;
	text-align: justify;
}

.bg-guide-type-content h1
{
	font-family: Tahoma;
	font-size: 2.5em;
	padding-bottom: 5px;
	padding-top: 10px;
}

.bg-guide-type-content h1 a
{
	color: #83468c;
	font-weight: normal;
}
.bg-guide-type-content h1 a:hover
{
	text-decoration: none;
	color: #6B317B;
}

.bg-guide-type-content h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 15px;
}
.bg-guide-type-content h2 a
{
	text-decoration: underline;
}
.bg-guide-type-content h2 a:hover
{
	text-decoration: none;
}
