body {
	background-image: url('../images/background.jpg');
	font-family: palatino, georgia, serif;
}
nav {
	font-size: 1em;
	font-family: palatino;
	width: 900px;
	height: 50px;
	background-color: #95d7d2;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
	text-align: center;
}
nav ul {
	width: 800px;
	list-style-type: none;
	list-style-image: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
nav li {
	margin-right: 40px;;
	margin-left: 20px;
	padding-right: 20px;
	display: inline;
}
header {
	font-size: 1em;
	font-family: palatino;
	line-height: 120%;
	background-color: #e51b24;
	color: #f7f0de;
	height: 231px;
	width: 900px;
	-webkit-box-shadow: 0px 5px 10px #6a6a6a;
	-moz-box-shadow: 0px 5px 10px #6a6a6a;
	box-shadow: 0px 5px 10px #6a6a6a;
	/* up/down left/right thefade */
}
a:link    {
	color: #4d8a89;
	text-decoration: none;
}
a:visited {
	color: #4d8a89;
	text-decoration: none;
}
a:hover   {
	color:/*#f7f0de*/ #666666;
	text-decoration: none;
}
a:active  {
	color: #4d8a89;
	text-decoration: none;
}
section {	
	background-color: #95d7d2;
	height: 543px;
	width: 900px;
}
#wrapper {
	width: 900px;
	height: 1353px;
	margin-left: auto;
	margin-right: auto;
}
#headerimage {
	padding-left: 50px;
	padding-right: 40px;
	float: left;
	width: 351px;
	height: 231px;
}
#location {
	width: 228px;
	height: 201px;
	margin-top: 30px;
	text-align: left;
	float: left;
}
#location ul {
	list-style-type: none;
}
#hours {
	width: 229px;
	height: 201px;
	margin-top: 30px;
	float: right;
}
#hours ul {
	border-left: #b7151c solid 2px;
	list-style-type: none;
}
#hourstxt {
	color: #f7f0de;
	font-size: .75em;
	font-family: "arial";
	text-align: center;
	line-height: 100%;
	width: 175px;
	margin-left: 20px;
	margin-top: 80px;
}
#colleft {
	/*background-color: #cc9;*/
	float: left;
	width: 450px;
	height: 650px;
}
#colleft ul {
	list-style-type: none;
	list-style-image: none;
	width: 350px;
	margin-left: 17px;
}
#colright {
	/*background-color: #cc3;*/
	float: right;
	width: 450px;
	height: 650px;
}
#colright ul {
	width: 350px;
	list-style-type: none;
	list-style-image: none;
}
#menuname {
	font-family: arial;
	font-size: 1.45em;
	font-weight: bolder;
	color: #95d7d2;
}
#menudetail {
	margin-bottom: 15px;
}
#menuprice {
	z-index: 20px;
	font-family: arial;
	font-size: 1.25em;
	font-weight: bolder;
	color: #e51b24;
	margin-top: -25px;
	margin-right: 0px;
	margin-left: 250px;
	margin-bottom:0px;
	text-align: right;
	position: absolute;
}
#drinks {
	background-color: #e51b24;
	font-family: "Comic Sans MS";
	font-size: 1.5em;
	color: #ffffff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#stars {
	color: #e51b24;
}
#footer { 
	/*background-color: #99c;*/
	background-image: url('../images/footer-swoops.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	margin-top: 10px;
}
#footertxt {
	/*background-color: #ccc;*/
	text-align: center;
	width: 775px;
	font-size: 1.1em;
	font-family: palatino;
	line-height: 150%;
	margin-left: 60px;
	padding-top: 10px;
}
#socialmedia {
	/*background-color: #cc9;*/
	text-align: center;
	font-family: arial;
	font-size: .75em;
	width: 900px;
}
#copyright {
	text-align: left;
	margin-top: 100px;
	margin-left: 100px;
	height: 40px;
	font-family: arial;
	font-size: .5em;
}
#comingsoon {
	background-color: #95d7d2;
	font-family: palatino;
	text-align: center;
	height: 350px;
	padding-top: 50px;
	color: #404040;
}
.menu {
	height: 900px;
	width: 900px;
	background-color: #ffffff;
}
.menutitle {
	font-family: "Comic Sans MS";
	font-size: 1.75em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #e51b24;
}
.menuwords {
	font-family: "arial";
	font-size: .9em;
	text-align: center;
	margin-bottom: 15px;
}
.veganmenu {
	background-color: #95d7d2;
	font-family: "Comic Sans MS";
	font-size: 1.25em;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}
.mostitems {
	font-family: arial;
	font-size: .7em;
	margin-top: 20px;
}
.hero-slideshow {
	margin-left: 50px;
}
.hero-prev {
	background-color:;
	top: -258px;
	padding: 90px 80px 70px 20px;
	/* t r b l*/
	position: relative;
	z-index: 100;
}
.hero-next {
	top: -260px;
	padding: 90px 20px 70px 80px;
	/* t r b l */
	left: 650px;
	position: relative;
	z-index: 100;
}