/*****************************************************************************/
/*** Start: Backgrounds ***/
.nav-top-logo {
	background-image: url("../images/nav-top-logo.gif");
	background-repeat: no-repeat;
}

.nav-bg {
	background-image: url("../images/nav-bg.gif");
	background-repeat: repeat-x;
}
body.white-bg { 
	background-color: #ffffff; 
	}

.white-bg { 
	background-color: #ffffff; 
}

.green-bg {
	background-color: #c1ea86;
}

.grey-bg { 
	background-color: #ffffff; 
}
/*** End: Backgrounds ***/
/*****************************************************************************/
/*** Start: Global Classes ***/
.header {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
}

.content {
	font-size: 14px;
	font-family: sans-serif;
	color: #000000;
}

img {
	border: 0;
}

.homepage-content {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.green {
	color: #668f35;
}
/*** End: Global Classes ***/
/*****************************************************************************/
/*** Start: Home ***/

/*** End: Home ***/
/*****************************************************************************/
/*** Start: Directions ***/
.hours-of-operation-tbl{
	font-size: 14px;
	font-family: sans-serif;
	color: #000000;	
}
/*** End: Directions ***/
/*****************************************************************************/
/*** Start: Contact ***/

/*** End: Contact ***/
/*****************************************************************************/
/*****************************************************************************/
/*** Start: Menu ***/
.menu-main-links {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.menu-main-links:link {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.menu-main-links:visited {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	text-decoration: underline;
}
a.menu-main-links:hover {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #668f35;
	text-decoration: underline;
}

a.menu-main-links:active {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #668f35;
	text-decoration: underline;
}

.download-pdf {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	text-decoration: underline;
}
/*** End: Menu ***/
/*****************************************************************************/
/*** Start: Menu - sub-pages ***/
.text-right {
	text-align: right;
}
.dish-name {
	font-weight: bold;
	font-size: 15px;
}
.drink-name {
	font-weight: bold;
	font-size: 15px;
}
.drink-description {
	font-size: 14px;
}
/*** End: Menu - sub-pages ***/
/*****************************************************************************/
/*****************************************************************************/
/*** Start: Site Map ***/

.site-map-link {
	color: #668f35;
}

/*** End: Site Map ***/
/*****************************************************************************/