.menu_breakfast {
	position: relative;
	clear: both;
}
	.menu_breakfast h1 {
		width: 300px;
	}

.menu_lunch {
	position: relative;
	clear: both;
	padding-top: 20px;
}
	.menu_lunch h1 {
		width: 240px;
	}



#content h1 {
	margin-top: 40px;
	background-color: #57514F;
	color: #fff;
	margin-left: -20px;
	padding: 10px 0 10px 20px;
}

h1 small {
	color: #C0E3DB;
}

#content h2 {
	margin-top: 50px;
}

#content h2.hog, #content h2.coffee {
	font-size: 250%;
	padding: 30px 0;
	background-image: url('../images/hog-roast-small.png');
	background-position: center right;
	background-repeat: no-repeat;
}

#content h2.coffee {
	background-image: url('../images/mug-small.jpg');
}

#content div.col {
	width: 300px;
	float: left;
}

#content div.col_first {
	margin-right: 20px;
}

#content p.summary {
	color: #999;
}

#content table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F05927;
}
	
	#content table tr th {
		color: #ccc;
		font-weight: normal;
		text-align: right;
		border-bottom: 1px solid #F05927;
		padding: 5px 0;
	}
	
	#content table tr td {
		vertical-align: top;
		border-bottom: 1px solid #F05927;
		padding: 5px 0;
		font-size: 90%;
	}
	
		#content table tr td.product {
			color: #444;
			padding-right: 10px;
		}
		
			#content table tr td.product span.new {
				color: blue;
				padding: 2px 4px;
				font-size: 80%;
				background-color: #3DAFD6;
				color: #fff;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
			
			#content table tr td.product span.veg {
				color: green;
				font-size: 80%;
				background-color: #BDDB48;
				color: #fff;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				padding: 2px 4px;
			}
			
			#content table tr td.product small {
				font-size: 100%;
				color: #F05927;
			}
			
				#content table tr td.product small small {
					color: #444;
					font-weight: bold;
				}
			
		#content table tr td.price {
			color: #F05927;
			text-align: right;
			white-space: nowrap;
		}
	
	#content table tr.extra td {
		color: #444;
	}
		
		#content table tr.extra td strong {
		}
		
			#content table tr.extra td strong span {
				color: #F05927;
			}
		
