/* CSS Document */

	body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(images/orangebar.jpg);
	}
	
	a:link { 
	color: #477725; 
	text-decoration: none;
	}
	
	a:visited { 
	color: #738574;
	text-decoration: none; 
	}
	
	a:hover, a:active
	{
	text-decoration:underline;
	}
	
	
	#container
	{
		margin: 2em auto;
		width: 850px;
		text-align: left;
		background-color: #FFFFFF;
		border: thin dotted #999999;
	}
/*#menu {
	text-align: left;
}*/
	
	#header
	{
	height: 45px;
	border-bottom: 1px solid #fff;
	position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#mainnav
	{
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 5px 10px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	text-align: center;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 0px;
		padding: 0;
		list-style-type: none;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #999999;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #660000;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #999999;
	}
	
	#left
	{
	float: left;
/*	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;*/
	padding: 10px;
	margin: 5px 0px 15px 5px;
	}
	
	
	#right 
	{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin: 15px 10px 15px 390px;
	padding: 10px;
	line-height: 155%;	
}

	#menuleft
	{
	float: left;
/*	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;*/
	padding: 10px;
	margin: 5px 0px 15px 5px;
	}
	
	
	#menuright {
	border-top: 1px dotted #666666;
	margin: 15px 10px 15px 520px;
	padding: 10px 10px 0px 10px;
	line-height: 145%;	
}
	
	
	#footer
	{
		clear: both;
		color: #666666;
		text-align: center;
		padding: 15px;
		font-size: 80%;
	}

.headline
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #5A1F00;
	font-weight: bold;

}

.headline2
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #996633;
	font-weight: bold;

}

#underline {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
}

.smalllogo
{
	padding: 80px 0px 10px 200px;


}

#boxlunches ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#sandwiches ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#breakfasts ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#platters ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#desserts ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#entrees ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#cold ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}
#hot ul {
	list-style-type: square;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 10PX;
	line-height: 20px;
}

/*.menutext
{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 95%;
	line-height: 26px;
	letter-spacing: 1.5px;
}*/
.date {
	font-weight: bold;
}
.bottomlogo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

#menuright a {
	font-weight: bold;
	margin-top:5em;
}

.schedule
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;*/
	/*color:#666;*/
	margin: -10px 0px 0px 0px;
	/*width: 450px;*/
	border-collapse: collapse;
	text-align: left;
}

.schedule td
{
	border-bottom: 1px dotted #999;
	/*color: #669;*/
	padding: 6px 0px;
}