body {
	background-image: url(images/sitebg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
.indextablebg {
	background-image: url(images/index_maintablebg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
.maincontentbg {
	background-attachment: scroll;
	background-image: url(images/sitetablebg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	height: 148px;
	background-image: url(images/footer_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.copyright {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #F1A14A;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #980E00;
	padding: 1px;
}
.formtextfield {
	padding: 2px;
	border: 1px dashed #D78634;
	font-size: 10px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

/* DROPDOWN MENU BEGIN */

#dropmenudiv{
position:absolute;
border:1px solid #dddddd;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:24px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #dddddd;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #306c9a;
color: #ffffff;
}

/* DROPDOWN MENU END */
.restauranttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
.restaurantslogan {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #222222;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.backtotop {
	color: #111111;
	text-decoration: none;
}
.contactname {
	font-size: 12px;
}
.indexintrotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
	line-height: 18px;
}
