/***** coffee selections page Settings *****/

#content {
	height: 6800px;
}

#regions {
	float:left;
	width:214px;
	background-repeat: repeat-y;
	height: 6750px;
	background-position: left;
	background-color: #F1F6C3;
	margin-left: 77px;
	padding-left: 20px;
	padding-top: 55px;
}

#region_list ul {
 	list-style-position: inside;
	list-style-type: none;
	color: #F1F6C3;
}

#region_list {
	float:left;
	background-color: #5B3E19;
	padding: 10px;
	color: #F1F6C3;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#region_list a {
	font-weight: bold;
	color: #F1F6C3;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#region_list a:hover {
	color: #8E963D;
}

.up a:link {
	font-size: 9px;
	color: #333333;
}

.items {
	width: 70%;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	margin-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #B4BA8A;
}

.items p .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5B3E19;
	color: #F1F6C3;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 260px;
	height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	float: left;
}

.items h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #90896c;
	text-decoration: underline;
	background-color: #663300;
}

.items p {
	width: 260px;
	text-align: justify;
	float: right;
	margin-right: 50px;
	clear: right;
	font-size: 12px;
}

.floatleft {
	float: left;
	padding-right: 20px;
}

.flavors {
	width: 75%;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #B4BA8A;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.floatright {
	float: left;
	width: 113px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #5B3E19;
	height: 184px;
}

.style1 {color: #F1F6C3}