/* CSS Document */


#colRight h1 span {
	display: none;
}

h1.welcome {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-welcome.gif);
	background-repeat: no-repeat;
	background-position: 0px -6px;
	padding: 0;
	margin: 0;
}

h1.about {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-about.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0;
}

h1.food {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0;
}

h1.location {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-location.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0;
}

h1.reviews {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-reviews.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0;
}

h1.contact {
	display: block;
	width: 250px;
	height: 45px;
	background-image: url(../gfx/title-contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0;
}

#colRight p {
	font-size: 1.2em;
	color: #7c7c7c;
	line-height: 1.8em;
	margin-bottom: 1em;
	margin-left: 1px;
}

#colRight h2 {
	color: #dd4722;
	font-size: 1.4em;
	font-weight: bold;
}

#colRight h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7c7c7c;
	padding-bottom: 5px;
}
/*link to christmas menu*/
#chMenu {
	display: block;
	text-align: center;
}
#chMenu a {
	font-size: 1.2em;
}
.dishDescription {
	font-size: 0.9em;
	line-height: 100%;
}

#colRight a {
	color: #39b44a;
	text-decoration: none;
}

#colRight a:hover {
	text-decoration: underline;
}

#map {
	border: 1px solid #7c7c7c;
	margin-top: 5px;
}

.quote {
	color: #dd4722;
}

.textfield {
	width: 200px;
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7c7c7c;
}

.textarea {
	width: 200px;
	height: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7c7c7c;
}

.btnSubmit {
	background-color: #39b44a; 
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border: none;
}

