@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#56201C;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#461410;
	text-align:left;
}
input{
	border:1px solid #AA622B;
}
textarea{
	border:1px solid #AA622B;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_bg
{
	background-color:#FAE4D3;
}
.btn_nav{
	background-image:url(../images/btn_bg.jpg);
	background-repeat:repeat-x;
}
.welcome_txt{
	line-height:18px;
}
ul{
	padding-left:15px;
	font-weight:bold;
	line-height:19px;
	text-align:left;
}

.contact{
	font-size:12px;
	line-height:19px;
	padding:5px;
}
.copyright{
	background-color:#CC986E;
	color:#4A1B17;
	padding:8px;
	text-align:center;
}
.site_maintained{
	color:#CD6860;
	padding:6px;
	text-align:center
}
.menu_heading{
	font-family:"Trebuchet MS";
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-indent:8px;
}
.price{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	text-align:center;
}
.menu_t td{
	border-bottom:1px #9F7F66 dashed;
}
.gall_tb td{
	border-bottom:1px #DFAA81 dashed;
}
.gall_tb img{
	padding:20px 10px 20px 10px;
}

/********************************************** for photo gallery *******************************************************/
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/******************************************************************************************************************/
.quick_menu td{
border-bottom:1px #D4AA89 solid;
color:#642E04;
font-weight:bold;
padding:10px 0px 10px 10px;
}
.quick_menu a{
color:#642E04;
text-decoration:none;
}
.quick_menu a:hover{
text-decoration:none;
color:#2B2B00;
text-indent:2px;
display:block;
}