/*
 * screen.css - Presentation-related styles for the screen.
 *
 * Frogbits Site Template, Ver. 2.0
 * Copyright 2005, Norman Lippincott Jr, All Rights Reserved
 */

body {
	margin: 0; padding: 0;
	color: #ccc; background: url(../images/walnut_back.jpg) #633;
}

#header { }
#header table { width: 100%; }
#header table td {
	text-align: center; vertical-align: middle;
	font: bold 10pt sans-serif;
}
#header table td .phone { font-size: 18pt; }

#nav ul { list-style: none; padding: 0; margin: 0; }
#nav li {
	display: block;
	font: bold 12pt sans-serif; font-variant: small-caps;
}
#nav li a:link { color: yellow; text-decoration: none; }
#nav li a:visited { color: yellow; text-decoration: none; }
#nav li a:hover { color: red; text-decoration: none; }
#nav li a:active { color: yellow; text-decoration: none; }

#nav li span.current { color: #ccc; }
#nav li span.disabled { color: #666; }

#bar { text-align: center; padding-bottom: 4px; }

#content { color: black; background: #fff; margin: 4px 16px; padding: 16px; }

#footer { padding: 8px; }
#footer a:link, #footer a:visited, #footer a:active {
	color: yellow; text-decoration: none;
}
#footer a:hover { color: yellow; text-decoration: underline; }

#mapquest table { width: 100%; }
#mapquest table .label { text-align: right; }
#mapquest table .logo { text-align: center; }

.first { margin-top: 0; }
.last { margin-bottom: 0; }

.print { display: none; }

#coupon_link {
	font: bold 22pt Arial, sans-serif;
	margin-left: auto; margin-right: auto;
	text-align: center;
}
#coupon_link a:link, #coupon_link a:visited, #coupon_link a:active {
	color: red; background: yellow;
	text-decoration: none;
	padding: 2px 10px;
	border: 3px solid black;
}
#coupon_link a:hover { color: yellow; background: red; }
