/* menu
*******************************************************************/
.menu_label {
	text-align: center;
	font-size: 30px;
	font-weight:bold;
}
#menu_container {
	width:700px;
	margin:0 auto;
}

.menu_list_title {
	color:#000;
	font-weight:bold;
	font-size:30px;
}

/* menu section
*******************************************************************/
.section_container {
	padding-bottom:15px;
	margin:4px 0px;
	clear:both;
}
.menu_section_name {
	font-size: 26px;
	text-align:center;
	margin:10px 0px;
	color:#000;
	font-weight:bold;
	border-bottom:2px dashed #7C211E;
}
.menu_section_image {
	text-align:center;
}

/* items
*******************************************************************/

.item_container {
	margin-top:10px;
	margin-left:30px;
	width:300px;
	float:left;
	min-height:110px;
}

.item_name {
	text-align:center;
	width: 300px;
	font-size:18px;
	float:left;
	font-weight: bold;
	color:#000;
	font-style: italic;
}

.item_price_container {
	width: 300px;
	float:right;
	font-weight: bold;
}

.item_price {
	text-align: center;
	float: right;
	width:300px;
}

.item_description {
	text-align: left;
	clear:both;
	width:300px;
	color:#000;
}

/* Headings
*******************************************************************/
.heading_container {

}

.heading_name {
	font-size:20px;
	text-align:center;
	color: #000;
	font-weight:bold
	
}

.heading_description {
	color:#000;
	font-weight:bold
}

/* Sections List
*******************************************************************/
#sections_div {
	text-align:center;
}

#sections_title {
	font-weight:bold;
	font-size:20px;
	color:#7E201E;
	font-style: italic;
}

.sections_item, .sections_item a, .sections_item a:link, .sections_item a:active, .sections_item a:visited {

}

/* Random
*******************************************************************/
.backtotop, .backtotop a, .backtotop a:link, .backtotop a:active, .backtotop a:visited {
	text-align:right;
	font-size:10px;
	text-decoration:none;
}

