@import "reset.css";

@import "accordion.css";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	}
* { position:relative; }

h3 {
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p, li {
	font-size:11px;
}
p, ul {
	margin-bottom:11px;
}


li {
	margin-top:5px;
	}

span.name {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
span.number {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
span.description {
	display:block;
}
span.vegetarian {
	color:#009900;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
}
span.price {
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;	
	color:#333;
}

ul.sublist li {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:20px;
	}


#breakfast-header {
	background-color:#aa2526;
	border-bottom:1px solid #9d2627;
	border-top:1px solid #9d2627;
}
#breakfast-header:hover {
	background-color:#9d2627;
}
#breakfast-header h2 {
	text-indent:-99999px;
	width:186px;
	height:27px;
	background:url(../images/heading-breakfast.gif) top left no-repeat;
}
#breakfast-content h3 {
	color:#aa2526;
}

#sandwiches-header {
	background-color:#c85400;
	border-bottom:1px solid #bc4d00;
}
#sandwiches-header:hover {
	background-color:#bc4d00;
}
#sandwiches-header h2 {
	text-indent:-99999px;
	width:236px;
	height:29px;
	background:url(../images/heading-sandwiches.gif) top left no-repeat;
}
#sandwiches-content h3 {
	color:#c85400;
}

#lunch-header {
	background-color:#cd9e14;
	border-bottom:1px solid #c09519;
}
#lunch-header:hover {
	background-color:#c09519;
}
#lunch-header h2 {
	text-indent:-99999px;
	width:119px;
	height:27px;
	background:url(../images/heading-lunch.gif) top left no-repeat;
}
#lunch-content h3 {
	color:#c09519;
}

#salad-header {
	background-color:#008c00;
	border-bottom:1px solid #007d00;
}
#salad-header:hover {
	background-color:#007d00;
}
#salad-header h2 {
	text-indent:-99999px;
	width:345px;
	height:28px;
	background:url(../images/heading-salad.gif) top left no-repeat;
}
#salad-content h3 {
	color:#008c00;
}

#drinks-header {
	background-color:#356aa0;
	border-bottom:1px solid #2f5e8e;
}
#drinks-header:hover {
	background-color:#2f5e8e;
}
#drinks-header h2 {
	text-indent:-99999px;
	width:320px;
	height:28px;
	background:url(../images/heading-drinks.gif) top left no-repeat;
}
#drinks-content h3 {
	color:#356aa0;
}

#platters-header {
	background-color:#763985;
	border-bottom:1px solid #6a3377;
}
#platters-header:hover {
	background-color:#6a3377;
}
#platters-header h2 {
	text-indent:-99999px;
	width:160px;
	height:28px;
	background:url(../images/heading-platters.gif) top left no-repeat;
}
#platters-content h3 {
	color:#763985;
}


p#credits {
	padding: 60px 30px 10px 30px;
	color:#666;
}
p#credits a {
	color:#666;
	text-decoration:none;
}
p#credits a:hover {
	color:#444;
	text-decoration:underline;
}