/* Hide from IE-Mac \*/
div#iemac
{
	display: none;
}
 /* End hide */

body {
	margin: 0;
	padding: 0;
	background: url("images/body.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font: 12px verdana, sans-serif;
}

div#page {
	width:784px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top {
	position: relative;
	height: 163px;
	margin: 0;
	padding: 0;
	color: white;
	text-align: right;
	font-weight: bold;
	
}

div#top img {
	float: left;
	margin: 0 0 -35px 1px;
}

div#menu {
	position: absolute;
	bottom: 26px;
	left: 340px;
	width: 558px;
	height: 36px;
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
	display: block;
	float: left;
	height: 14px;
	width: 111px;
	padding: 11px 0 11px 0;
	background: url("images/menu.gif");
	background-repeat: no-repeat;
	font: bold 12px verdana, sans-serif;
	text-align: center;
	color: white;
}

.menulink:hover {
	color: #F1F0B7;
	border-bottom: 0;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #EEE803;
}

/*CONTENT*/
div#content {
	clear: both;
	width: 744px;
	margin: -27px 0 0 0;
	border-left: 1px solid #D5CF9C;
	border-right: 1px solid #D5CF9C;
	padding: 35px 20px 6px 18px;
	background-color: white;
	background-image: url("images/cream.png");
	background-repeat: repeat-x;
}

h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font: 34px georgia, serif;
	color: #2B1C5D;
}

h2 {
	margin: 15px 0 -9px 0;	
	font: italic 24px georgia, serif;
	color: #2B1C5D;
}

h3 {
	margin: 13px 0 -13px 0;
	font: bold 14px verdana, sans-serif;
}

h3.location {
	margin: 16px 0 -1px 0;
}

p, table {
	margin: 13px 0 0 0;
	line-height: 18px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 13px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #2E4892;
	cursor: pointer;
}

a:hover {
	color: #2B1C5D;
	border-bottom: 1px dotted #2B1C5D;
}

img {
	border: 0;
}

img.map {
	float: right;
	margin: 17px 0 0 15px;
	border: 1px solid #D5CF9C;
}

img.home {
	float: left;
	margin: 17px 9px 0 0;
	border: 1px solid #D5CF9C;
}

img.last {
	margin-right: 0;
}

div.clear {
	clear: both;
	font-size: 0;
}

div.highlight {
	float: right;
	width: 200px;
	margin: 15px 0 15px 25px;
	padding: 0 5px 5px 5px;
	text-align: center;
}

div.highlight h2 {
	margin: 0;
}

div.highlight p {
	margin-top: 7px;
}

div.highlight img, div#slideshow img {
	border: 1px solid #D5CF9C;
}

div.clear {
	clear: both;
}

div#slideshow {
	float: right;
	width: 420px;
	margin: 10px 50px 0 0;
	text-align: center;
}

div#slideshow h2 {
	margin: 0;
}

div#slideshow p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
}

div.list {
	cursor: pointer;
	max-height: 200px;
	overflow-y: scroll;
	font-size: 11px;
}

div.list tr:hover {
	background: #CCDDEF;
}

div.list tr.selected {
	background: #9EBEE1;
}

div.list tr.noclick {
	cursor: default;
	background: transparent;
}

th {
	background: #87AFDA;
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
}

p.message {
	color: blue;
	background: white;
}

p.error {
	color: red;
	background: white;
}

form#item label {
	display: block;
}

form#logout fieldset{
	float: right;
	margin: -40px 0 0 0;
}

form#item span {
	display: inline;
	float: left;
	width: 120px;
	font-weight: bold;
}

div#cream_cheeses, div#sliced_cheeses, div#condiments, div#veggies {
	float: left;
	margin-right: 10px;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	height: 28px;
	margin: 0;
	border-left: 1px solid #D5CF9C;
	border-right: 1px solid #D5CF9C;
	padding: 12px 0 0 0;
	background: url("images/cream-footer.png");
	text-align: center;
	font-size: 11px;
	color: #999152;
}

