@charset "UTF-8";
/* CSS Document */


a:link {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05A0C0;
	text-decoration: none;	
	}
	
a:visited {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05A0C0;
	text-decoration: underline;

}
a:hover {
font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05A0C0;
text-decoration: underline;
} 



.tasetheaders { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 18px;
	background-color: #FFF;
	border-color: #999;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
	width: 274px;
	min-width: 274px;
	margin-right: auto;
	margin-left: auto;
	border-width: 5px;
	border-style: solid;
}
.tasteContent {
	background-color: #FFF;
	width: 225px;
	min-width: 225px;
	text-align: center;
	max-width: 225px;
	font-size: 14px;
}
.backgroundFresh {
	background-attachment: fixed;
	background-image: url(images/FreshCloudsTile.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
}
.backgroundTaste {
	background-attachment: fixed;
	background-image: url(images/TasteTile.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.backgroundPulse {
	background-attachment: fixed;
	background-image: url(images/PulseTile.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
	
}
.backgroundFeel {
	background-attachment: fixed;
	background-image: url(images/FeelTile.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
}

.TasteBox {
	width: 534px;
}
.TasteHeader2 {
	background-color: #FFF;
	border-style: solid;
	border-color: #999;
	border-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	min-width: 100%;
	width: 100%;
	margin-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.Specials {
	font-weight: bold;
	font-size: 14px;
}

.Names {
	
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #05A0C0;
	
}

.Addresses {
	text-align: center;
	padding-bottom: 30px;
	font-size: 14px;
}
