body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 11px;
	background-color: #ffffff;
	color: #666666;
}

form {
  margin: 0;
  padding: 0;
}

.submitButton {
  border: 1px solid #c0c0c0;
  background: transparent;
}

.textError {
  color: #ff0000;
}

h1 {
	font-size: 16px;
	color: #660000;
	margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

h2 {
	font-size: 14px;
	color:#660000;
	margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

h3 {
	font-size: 14px;
	color:#333333;
	margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

td, select, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
}

.topAddress {
	font-size: 14px;
  line-height: 20px;
  padding: 0 10px 0 0;
}

.navPipe {
  margin: 0 5px;
  vertical-align: middle;
}

.bodyArea {
  width: 541px;
  border-right: 1px solid #eeeeee;
}

.padBody {
  padding: 0 5px 0 10px;
}

.padBody {
  padding: 0 25px 10px 25px;
}

.padRightColumn {
  padding: 0 5px 0 10px;
}

.menuItem {
  margin: 0 0 10px 0;
}

.menuPrice {
  float: right;
}

.menuLabel {
  border-bottom: 1px dotted #c0c0c0;
  margin: 0;
  padding: 0;
}

.menuDescription {
  font-style: italic;
  font-size: 11px;
}

.spicyPreference {
  margin-right: 2px;
}

.photoThumbCell {
  border: 1px solid #eeeeee;
  width: 125px;
  height: 125px;
}

.photoThumb {
  border: 1px solid #eeeeee;
  width: 110px;
  height: 110px;
  background-color: #eeeeee;
}

.mapThumbCell {
  border: 1px solid #eeeeee;
  width: 215px;
  height: 215px;
}

.mapThumb {
  border: 1px solid #eeeeee;
  width: 205px;
  height: 205px;
  background-color: #eeeeee;
}

.disclaimer {
  font-family: arial, helvetica, sans-serif;
	font-size: 10px;
  font-style: italic;
  text-align: center;
	color: #999999;
}

.footer {
  font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
  text-align: center;
  margin-top: 0;
}

.clear {
  clear: both;
}

/* backgrounds */

.orchidsBg {
	background-image: url('../images/orchids-bg.jpg');
	background-repeat: no-repeat;
}

.topNavBg {
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-color: #f5f5f5;
  height: 20px;
  vertical-align: middle;
  padding-left: 10px;
}

.shadowLeft {
	background-image: url('../images/shadow-left-bg.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.shadowRight {
	background-image: url('../images/shadow-right-bg.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}


/* link styles */

a, a:visited {
	color: #660000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #666666;
	text-decoration: none;
}

a.topNavLink, a.topNavLink:visited {
  font-size: 11px;
  text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
a.topNavLink:active, a.topNavLink:hover {
  font-size: 11px;
  text-transform: uppercase;
	color: #660000;
	text-decoration: underline;
}

a.topNavLinkOn, a.topNavLinkOn:visited {
  font-size: 11px;
  text-transform: uppercase;
	color: #660000;
	text-decoration: none;
}
a.topNavLinkOn:active, a.topNavLinkOn:hover {
  font-size: 11px;
  text-transform: uppercase;
	color: #660000;
	text-decoration: none;
}

a.footerLink, a.footerLink:visited {
  font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.footerLink:active, a.footerLink:hover {
  font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}

