/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#0D0B09;
	font-family:trebuchet ms, tahoma, century gothic, geneva ,century gothic ;
	font-size:15px;
	color:#1E1E1E;
	height:100%;
}

#mainBlock{
	margin:0 auto;
	width:772px;
	height:auto;
	background-color:#fff;
}

#mainBlock #topBlock{
	width:772px;
	height:77px;

}
 #topBlock div.logo{
	 width:337px;
	
	 height:77px;
	 float:left;

 }
 
 #topBlock div.punchLine{
	background-image:url(../images/index_03.gif);
	height:77px;
	background-repeat:repeat-x;
	color:#CFC587;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	width:435px;
	text-align:right;
	padding-top:35px;
	vertical-align:text-bottom;
	margin-left:337px;


	
}

#navigationBlock ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#navigationBlock ul li{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	cursor:hand;
	float:left;


}
#navigationBlock ul li a {
font-size:14px;
}
#navigationBlock ul li a:hover {
font-size:14px;
}

#navigationBlock ul li a.navHome {
	width:109px;
	height:27px;
	background-image:url(../images/nav_home.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#navigationBlock ul li a.navHome:hover {
	width:109px;
	height:27px;
	background-image:url(../images/nav_home_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;	color:#fff;
	text-decoration:none;
	
}



#navigationBlock ul li a.navAbout{
	width:228px;
	height:27px;
	background-image:url(../images/nav_about.gif);
	background-repeat:repeat-x;
	background-color:#070707;
		text-align:center;	
		padding-top:20px;
		display:block;	color:#fff;
			text-decoration:none;

}
#navigationBlock ul li a.navAbout:hover{
	width:228px;
	height:27px;
	background-image:url(../images/nav_about_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;	
	padding-top:20px;
	display:block;	color:#fff;
	text-decoration:none;	
}

.aboutactive{
	width:228px;
	height:27px;
	background-image:url(../images/nav_about_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;	
	padding-top:20px;
	display:block;	color:#fff;
	text-decoration:none;	
}


#navigationBlock ul li a.navPress{
	width:147px;
	height:27px;
	background-image:url(../images/nav_press.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
display:block;	color:#fff;
	text-decoration:none;
}
#navigationBlock ul li a.navPress:hover{
	width:147px;
	height:27px;
	background-image:url(../images/nav_press_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;	color:#fff;
		text-decoration:none;
}

.pressactive{
	width:147px;
	height:27px;
	background-image:url(../images/nav_press_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;	color:#fff;
		text-decoration:none;
}


#navigationBlock ul li a.navLocation{
	width:134px;
height:27px;
	background-image:url(../images/nav_location.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
padding-top:20px;
	display:block;	color:#fff;
		text-decoration:none;

}

#navigationBlock ul li a.navLocation:hover{
	width:134px;
	height:27px;
	background-image:url(../images/nav_location_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;	color:#fff;
	text-decoration:none;
}

.locationctive{
	width:134px;
	height:27px;
	background-image:url(../images/nav_location_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;	color:#fff;
	text-decoration:none;
}

#navigationBlock ul li a.navContact{
	width:154px;
	height:27px;
	background-image:url(../images/nav_contact.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;
	display:block;
	color:#fff;
		text-decoration:none;
	
}

#navigationBlock ul li a.navContact:hover{
	width:154px;
	height:27px;
		background-image:url(../images/nav_contact_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
		text-align:center;
padding-top:20px;
	display:block;
		color:#fff;
			text-decoration:none;

}

.contactactive{
	width:154px;
	height:27px;
		background-image:url(../images/nav_contact_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
		text-align:center;
padding-top:20px;
	display:block;
		color:#fff;
			text-decoration:none;

}



#bannerSections{
	width:772px;
	height:auto;
	background-color:#fff;


}
#bannerSections div.banner1{
	background-image:url(../images/header_img_10.jpg);
	background-repeat:no-repeat;
	width:337px;
	height:211px;
	float:left;

}

#bannerSections div.banner2{
	background-image:url(../images/header_img_11.jpg);
	background-repeat:no-repeat;
	width:435px;
	height:211px;
	float:left;

}
#middleBlock{
	width:772px;
	height:870px;
	*height:auto;
	clear:both;
	background-color:#fff;
	padding-bottom:20px;


}


#middleBlock div.leftBlock{
	width:9px;
	height:auto;
	float:left;


}	
#middleBlock div.leftNavigationSection {
	width:216px;
	float:left;
	background-color:#F6D7B8;
	height:auto;
	padding-bottom:50px;
}	
#middleBlock div.leftNavigationSection ul{
	margin:0px;
	padding:0px;
	list-style:none;

}
#leftMenus ul li{
	margin:5px;
	margin-top:10px;
	height:25px;
	border-bottom:1px dotted #A58C53;
}
#leftMenus ul li.noborder{
	border:none;
}
#leftMenus ul li a{

	font-size:14px;
	color:#714717;
	text-decoration:none;
	font-weight:bold;

}

#leftMenus ul li a:hover{

	font-size:14px;
	color:#714717;
	font-weight:bold;
	text-decoration:underline;

}
#leftMenus ul li.subMenuHolder{
	height:150px;
	!height:180px;
	line-height:18px;

}

#leftMenus ul li.subMenuHolder ul {
	margin-left:10px;
	padding-left:10px;
	margin-top:-10px;

/*	list-style-image:url(../images/arrow1.gif);*/
}

#leftMenus ul li.subMenuHolder ul li{
	border:none;
	height:15px;
	
}
#leftMenus ul li.subMenuHolder ul li a{
font-size:12px;
	color:#714717;
	text-decoration:none;
	font-weight:bold;
}

#leftMenus ul li.subMenuHolder ul li a:hover{
	font-size:12px;
	color:#714717;
	font-weight:bold;
	text-decoration:underline;
}

.spaceFromLeft{
	margin-left:5px;
}

.heading{
	font-size:14px;
	color:#714717;
	font-weight:bold;
}
#testimonialSection ul{
	list-style:none;
	margin:0px;
	padding:0px;

}	
#testimonialSection ul li{
	list-style-image:none;
	
	border-bottom:1px dotted red;
	padding-top:8px;
	padding-bottom:15px;
	padding-left:8px;
	padding-right:8px;
}

#testimonialSection ul li span.testimonial{
	color:#58504E;
	font-weight:bold;
	font-size:11px;
}

#testimonialSection ul li span.testimonialAuthor{
	color:#58504E;
	font-style:italic;
	font-size:11px;
}
#testimonialSection ul li.noborder{
	border:none;
}

a{

	font-size:12px;
	color:#A83106;
	text-align:right;
	text-decoration:underline;
}

a:hover{
	font-size:12px;
	color:#A83106;
	text-align:right;
	text-decoration:none;

}

.commonFontColor{
	color:#72450C;
}

.welcome{
	width:150px;
	padding-left:25px;
	text-align:center;
}

#thumbnailBlock{
	background-image:url(../images/bottom_shade.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	width:747px;
	height:267px;
	float:left;
}

	
	#thumbnailBlock p.thumbBlk{
		width:157px;
		text-align:center;
		float:left;
		margin-right:29px;
	
	
	}
		#thumbnailBlock p.thumbBlk a{
		margin-top:3px;

		}
	.pageHeading{
		padding-top:20px;
		font-size:15px;
		color:#493922;
		font-weight:bold;
		height:30px;
	
	}
	
	.pageHeadingInner{
		padding-top:20px;
		font-size:20px;
		color:#493922;
		font-weight:bold;
		height:30px;
		text-transform:capitalize;
	
	}	

	.pageHeadingInner1 {
		font-size:15px;
	}	
	.darkHeading{
		color:#321F01;
	}



#thumbnailBlock p.lineWhiteBorder{
	border-bottom:1px solid #D4BFA2;
	width:720px;
	
}

.imgBorder{
border:1px solid #000000;
}

#footer{
	height:30px;
	background-color:#0D0B09;
	padding-top:10px;
	padding-left:8px;
	float:left;
}

#footer span.copyrightText{
	height:20px;
	float:left;
	color:#fff;
	width:610px;
	font-size:11px;
}

#footer span.compnydesign{
	height:20px;
	width:150px;
	color:#fff;
	float:right;
}

#footer a{
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}

#footer a:hover{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}


#middleBlock .rightContentSection{
	float:left;
	width:547px;
}
#middleBlock .rightContentSectionInner{
	float:left;
	width:547px;
	font-size:14px;
	color:#3D3D3D;
}

.brownBar{
	background-color:#34281A;
	height:23px;
	color:#fff;
	text-align:right;
	padding-right:22px;
	padding-top:8px;
	font-weight:bold;
	font-size:15px;
	clear:both;
	line-height:17px;

	

}

.sectionContents{
	width:514px;
	height:auto;
	text-align:justify;
	margin-left:15px;
	float:left;
	margin-bottom:20px;
	line-height:22px;

}

.sectionContents ul{
margin:0px;
padding:0px;
height:auto;
list-style:none;
}

.sectionContents ul li{
border-bottom:1px dotted #E8C5A5;
height:35px;
padding-top:10px;
}

.sectionContents img.left{
	float:left;
	vertical-align:middle;
	margin-right:15px;
}
.sectionContents img.right{
	float:right;
	vertical-align:middle;
	margin-left:15px;
}

.lineBorder{
	border-bottom:1px solid #BDBEB8;
}

.alignRight{
	text-align:right;
	padding-right:5px;

}


.top{
	margin:0px;
	padding-top:0px;
}

.sectionContents ul li.telephone{
background-image:url(../images/icon_tel.gif);
background-repeat:no-repeat;
background-position:center left;


}
.paddingLeft{
	padding-left:21px;
	padding-top:16px;
	
}
.sectionContents ul li.parking{
	height:70px;
	
}
.sectionContents ul li.parking span{
font-size:13px;
}
.sectionContents ul li.reserv{
	height:120px;
	padding-right:165px;
	line-height:18px;
}

.sectionContents ul li.reserv span{
font-size:11px;
}

#inner{
	line-height:14px;
	text-align:left;
}

.sectionContents ul li.map{
height:300px;
}
.sectionContents ul li.map img{
	margin-top:10px;
}



.sectionContents ul li.hour{
	border:none;
}

.sectionContents ul li.hour p{
	padding-left:20px;

}

#leftSectionCont{
	width:350px;
	height:auto;
	float:left;
	color:#040404;
}

#rightSectionCont{
	width:160px;
	height:auto;
	text-align:right;
	float:left;
}
#leftSectionCont span{
	line-height:16px;
	font-size:14px;
	width:340px;
	margin-bottom:10px;
	border:none;
	padding-right:10px;
	display:inline;
	float:left;
	padding-bottom:20px;
	border-bottom:1px dotted #E0BC9A;
}
#leftSectionCont span ul{
	margin:0px;
	padding:0px;
	width:350px;
	height:auto;
	
}
#leftSectionCont span ul li{
	border:none;
	width:285px;
	height:auto;
	display:inline;
	float:left;
	text-align:left;
}

#leftSectionCont span ul li.left{
	border:none;
	width:85px;
	height:auto;
	display:inline;
	float:left;
	text-align:left;
		font-weight:bold;
}

#leftSectionCont span ul li.right{
	border:none;
	width:45px;
	height:auto;
	display:inline;
	float:left;
	text-align:left;

}
#leftSectionCont span ul li.right1{
	border:none;
	width:245px;
	height:auto;
	display:inline;
	font-weight:bold;

	float:left;
	text-align:right;

}

#rightSectionCont img{
margin-bottom:20px;
border:1px solid #080000;
}	

h2{
color:#6E441A;
font-size:17px;
display:inline;

}

h3{
color:#6E441A;
font-size:13px;
display:inline;
font-weight:bold;

}

.border{
	border-bottom:1px dotted #B89F69;
}



div>#middleBlock {
height: auto;
overflow:auto;
} 

#thumbNail{

	width:500px;
	height:auto;
	margin:0px;
	padding:0px;
	list-style:none;
	margin:0 auto;
	border:none;
	
}

#thumbNail li{
	width:250px;
	float:left;
	display:inline;
	height:180px;
	margin-bottom:20px;
	text-align:left;

	border:none;

}

#thumbNail li a img{
	border:1px solid #B09457;
}
#thumbNail li a:hover img{
	border:1px solid #000;
	
}
#bullet {
	margin-left:10px;
	padding:0px;
	list-style:none;
}
#bullet li{
height:18px;
padding-bottom:10px;
padding-top:2px;
}

a.backLink{
	text-decoration:none;
}
a.backLink:hover{
	text-decoration:underline;
}


.homeactive{
	width:109px;
	height:27px;
	background-image:url(../images/nav_home_over.gif);
	background-repeat:repeat-x;
	background-color:#070707;
	text-align:center;
	padding-top:20px;	color:#fff;
	text-decoration:none;
	
}

.menulink{
text-decoration:underline;
font-size:14px;
font-weight:bold;}

.menulink:hover{
text-decoration:none;
font-size:14px;
font-weight:bold;}

.openinghours{width:500px; background-color:#dab48f; line-height:30px; font-weight:bold; height:367px; padding:7px; margin-top:15px;}
.openinghours div{width:238px; float:left; background-color:#fff; padding:5px; border:solid 1px #dab48f; }

