﻿.default #wrapper #body #emailform {
	padding: 5px;
	float: none;
	width: 350px;
}
body, html, p, h1, h2, h3, h4, h5, h6, table, form { margin: 0px; padding: 0px; }

body {
	background: #a0652e url('images/bg-granite.jpg');
	color: #000;
	text-align: center;
	padding: 30px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#wrapper #body p {
	font-size: 1.3em;
	line-height: normal;
}


h2 {
	color: #5a810f;
	margin-top: .1em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: normal;
}
h3 {
	color: #000;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
}
p { margin-bottom: 1em; }

.floatleft { float: left; margin: 0px 10px 10px -5px; }
.floatright { float: right; margin: 0px -5px 10px 10px; }

#wrapper {
	margin: 0px auto;
	background: #e9dbab url('images/bg-linen.jpg');
	width: 900px;
}

#top {
	height: 210px;
	width: 900px;
	position: relative;
	background: url('images/toppic.jpg') no-repeat top right;
}
	.lunch #top { background-image: url('images/toppic-lunch.jpg'); }
	.drinks #top { background-image: url('images/toppic-drinks.jpg'); }
	.specials #top { background-image: url('images/toppic-specials.jpg'); }
	.dinner #top { background-image: url('images/toppic-dinner.jpg'); }
	.catering #top { background-image:  url('images/toppic-catering.jpg'); }
	.default #top { background-image: url('images/toppic-default.jpg'); }
	
	#logo a {
		width: 292px;
		height: 77px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('images/logo.gif') no-repeat;
		text-indent: -999999px;
	}
	
	#menu {
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 0px;
		top: 77px;
		list-style: none;
	}
		#menu li { float: left; }
		#menu-lunch, #menu-drinks, #menu-specials, #menu-dinner, #menu-catering {
			float: left;
			display: block;
			text-indent: -999999px;
			background: url('images/menu.gif') no-repeat;
			height: 133px;
		}
		
		#menu-lunch { width: 70px; }
		#menu-lunch:active, #menu-lunch:hover, .lunch #menu-lunch { background-position: 0px -134px; }
		#menu-drinks { width: 48px; background-position: -70px 0px; }
		#menu-drinks:active, #menu-drinks:hover, .drinks #menu-drinks { background-position: -70px -134px; }
		#menu-specials { width: 53px; background-position: -118px 0px; }
		#menu-specials:active, #menu-specials:hover, .specials #menu-specials { background-position: -118px -134px; }
		#menu-dinner { width: 51px; background-position: -171px 0px; }
		#menu-dinner:active, #menu-dinner:hover, .dinner #menu-dinner { background-position: -171px -134px; }
		#menu-catering { width: 72px; background-position: -222px 0px; }
		#menu-catering:active, #menu-catering:hover, .catering #menu-catering { background-position: -222px -134px; }
	
#topmenu {
	border-top: solid 8px #1c1b15;
	position: relative;
	height: 33px;
}
	#topmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#topmenu li {
		display: inline;
	}
	
	#menu_home, #menu_contact, #menu_menu {
		display: block;
		height: 33px;
		background: url('images/topmenu.gif') no-repeat;
		text-indent: -99999px;
		float: left;
	}
	#menu_home { width: 48px; background-position: -149px 0px; }
	#menu_contact { width: 67px; background-position: -197px 0px; }
	#menu_menu { width: 52px; background-position: -264px 0px; }


#body {
	text-align: left;
	padding: 5px 20px 20px 35px;
}

#footer {
	clear: both;
	background: #1c1b15;
	color: #f4debb;
	padding: 5px 20px 5px 35px;
	text-align: left;
}

@media print {
	body {
		background: #fff url('images/pic-print.gif') no-repeat right 30px;
		color: #000;
		text-align: center;
		padding: 30px;
	}
	
	#wrapper {
		background: #fff;
		width: auto;
	}
	
	#top, #logo, #menu, #topmenu {
		display: none;
	}
			
	#body {
		text-align: left;
		padding: 0px;
	}
	
	#wrapper {
		padding-top: 77px;
		background: url('images/logo-print.gif') no-repeat top left;
	}
	
	#footer {
		clear: both;
		background: none;
		width: auto;
		padding: 0px;
		color: #000;
	}
}
.menublock {
	font-size: 0.9em;
	text-indent: 20px;
	line-height: .8em;
}
#wrapper #body a {
	color: #5A810F;
}
