/*****************************************************
Fortunato's Italian Deli and Catering Content Style Sheet
Written By:  Anthony Fortunato
Date:  June 12, 2006
******************************************************/

body {
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 5px;
	width: 775px;
}

a:link, a:visited {
	text-decoration: none;
	color: #E62701;
}

td {
	vertical-align: top;
	padding: 3px;
}

th {
	color: #E62701;
	text-align: center;
	text-decoration: underline;
}

#content {
	position: relative;
	left: 170px;
	width: 605px;
}

#copyright {
	position: relative;
	text-align: center;
	color: red;
	font-size: 10px;
}

#copyright p {
	margin: 0px;
}

#delicase {
	position: absolute;
	left: 50%;
	top: 125px;
	width: 300px;
	margin-left: 0px;
}

#flag {
	padding-top: 10px;
	padding-bottom: 5px;
	width: 170px;
	padding-left: 50px;
}

#groceryshelf {
	position: absolute;
	left: 50%;
	top: 400px;
	width: 200px;
	margin-left: 50px;
}

#header {
	position: relative;
	height: 85px;
}

#hours {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	width: 170px;
}

#menu {
	position: absolute;
	top: 105px;
	width: 160px;
}

#menuoptions td {
	text-align: center;
}

#pagenum {
	position: absolute;
	text-align: left;
	padding-top: 10px;
}

#print {
	text-align: right;
	padding-top: 5px;
}

.delimenu1  table {
	font-size: 8pt;
}

.focus {
	height: 17px;
	background-color: #038803;
	color: #fff;
	font-weight: bold;
}

.focus a:link, .focus a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.itemname {
	color: #038803;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.menubutton {
	height: 17px;
	background: #fff;
	font-weight: bold;
	color: #e62701;
	text-decoration: none;
}

.menubutton a:link, .menubutton a:visited {
	color: #e62701;
	text-decoration: none;
	font-weight: bold;
}

.pricecolumn {
	width: 85px;
	text-align: right;
}

.smtext {
	font-size: 8pt;
}

.text {
	margin-top: -20px;
}

.unfocus {
	height: 17px;
	background-color: #fff;
	color: #e62701;
	font-weight: bold;
}

.unfocus a:link, .unfocus a:visited {
	color: #e62701;
	text-decoration: none;
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}