/*
	Date: 22-01-2010
	Title: Buckley's Great Steaks
====================================
*/
* {
	margin:0;
	padding:0;
}
body {	
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
:focus{
	outline:0;
}
ul,li  {list-style: none;}
:link,:visited  {text-decoration: none;}
a img,:link img {border: none;}
address,i,em  {font-style: normal;}
.wrap {
	width:800px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/body-bg.jpg) no-repeat top left;
}
.header {
	width:800px;
	overflow:hidden;
}
.headertop {
	width:668px;
	height:20px;
	float:right;
	padding-top:14px;
	background:url(../images/hdr-top-bg.jpg) no-repeat top right;
}
.headertop a {
	float:left;
	height:8px;
	text-indent:-9999px;
}
.headerContainer {
	width:668px;
	float:right;
}
.headerContent {
	width:668px;
	overflow:hidden;
	height:129px;
}
.header .logo {
	width:124px;
	height:134px;
	float:left;
	margin:7px 0 0 8px;
}
.headertop .reservation {
	width:100px;
	margin:0 20px 0 432px;
	
}
.headertop .join {
	width:95px;
}
/*------------Navigation---------------*/
.nav {
	float:left;
	width:662px;
	height:28px;
}
.nav li {
	position:relative;
	float:left;
}
.nav li a {
	float:left;
}
* html .nav li a {
	float:none;	
}
.nav li ul  { /* second-level lists */
	position: absolute;
	background:#ddd17e;
	border:1px solid #948000;
	left:0;
	visibility:hidden;
}
* html .nav li ul {
	margin-top:-4px;
}
.nav li ul li {
	height:20px;
	font-size:14px;
	font-weight:normal;
	font-family:"Times New Roman";
	border-left:1px solid #fff;
	border-bottom:1px solid #c0a600;
	border-right:1px solid #c0a600;
	text-transform:none;	
}
.nav li ul .first {
	border-top:1px solid #fff;	
}
.nav li ul li a {
	color:#948000;
	width:150px;
	display:block;
	padding:2px 0 1px 5px;
}
.nav li ul li a:hover {
	background:#c0a600;
	color:#fff;
}
/*-------------Mid------------------*/
.mid,.midContainer {
	width:800px;
	overflow:hidden;
	background:url(../images/wrap-bg.gif) repeat-y;
}
.midContainer {
	background:url(../images/mid-bg.jpg) no-repeat top left;
}
.midLeft {
	width:236px;
	float:left;
	padding:7px 0 0 9px;
}
.midLeft img {
	margin-bottom:5px;
}
* html .midLeft img {
	margin-bottom:2px;
}
*+ html .midLeft img {
	margin-bottom:2px;
}
.midContent {
	width:348px;
	float:left;
}
.midContent p {
	font-size:11px;
	color:#000000;
	line-height:15px;
	text-align:left;
	display:block;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 14px 13px;
}
.midContent .join {
	padding-bottom:9px;
}
.midContent .welcome {
	float:left;
	margin:26px 0 5px 9px;
}
.infoContent {
	width:348px;
	background:#ece4b0;
	overflow:hidden;
	padding:2px 0 4px 0;
}
.dinnerTime {
	float:left;
	width:183px;
	padding:5px 0 2px 14px;
	border-right:1px solid #d0bc3d;
}
.dinnerTime b,.reservation1 b {
	display:block;
	font-size:11px;
	color:#000;
	padding-bottom:3px;
}
.stay {
	width:138px;
	padding-left:12px;
	border:none;
}
.stay b,.reservation1 b {
	color:#5e351a;
}
.stay a {
	color:#cc3333;
}
.midRight {
	width:198px;
	float:left;
	overflow:hidden;
}
.reservation1 {
	width:192px;
	padding:179px 0 10px 0;
	text-align:center;
}
* html .reservation1 {
	padding-bottom:7px;
}
*+ html .reservation1 {
	padding-bottom:7px;
}
.rightBottom {
	width:198px;
	overflow:hidden;
	border-left:1px solid #c1a700;
}
.rightBox {
	width:192px;
	overflow:hidden;
	margin-left:6px;
	text-align:center;
	border-top:1px solid #c1a700;
	border-bottom:1px solid #c1a700;
}
.rightBoxContent {
	margin:3px 0 3px 0;
	background:#ece4b0;
	overflow:hidden;
	padding-bottom:8px;
}
.rightBoxContent big {
	font-size:18px;
	font-family:"Arial Narrow";
	display:block;
	color:#000;
	font-weight:bold;
	padding-bottom:2px;
	text-transform:uppercase;
}
.rightBoxContent a {
	font-family:"Arial Narrow";
	color:#000;
	font-size:12px;
	text-transform:uppercase;
}
* html .rightBoxContent {
	padding-bottom:2px;
}
*+ html .rightBoxContent {
	padding-bottom:2px;
}
.rightBottom span {
	display:block;
	width:192px;
	margin-left:6px;
	padding:5px 0 2px 0;
	text-align:center;
}
* html .rightBottom span {
	padding:3px 0 0 0;

}
*+ html .rightBottom span {
	padding:3px 0 0 0;
}
.rightBottom span{
	font-size:13px;
	color:#5e351a;
} 
/*--------------Footer----------------*/
.footer {
	width:800px;
	overflow:hidden;
	text-align:center;
	background:#c1a700 url(../images/footer-top.gif) no-repeat top left;
	padding:7px 0 9px 0;
}
.footer p {
	width:800px;
	display:block;
	padding:12px 0 0 0;
	font-weight:bold;
	color:#e9e1af;
	font-size:11px;
}
.footer a {
	color:#e9e1af;
}
.footer a:hover {
	text-decoration:none;
}
.footer ul {
	width:800px;
	overflow:hidden;
	padding-top:1px;
}
.footer ul li {
	display:inline;
	color:#000;
	font-weight:bold;
	color:#e9e1af;
	font-size:11px;
}
.footer .visit {
	padding:1px 0 0px 0;
	color:#000;
}
/*----------Secondary Page------------------*/
.submid {
	background:url(../images/secondary-bg.jpg) no-repeat top left;
}
.subPageContent {
	width:566px;
	padding:0 0 0 27px;
	margin-top:28px;
}
.subRight {
	margin:28px 0 2px 0;
	overflow:visible;
	border-left:1px solid #c1a700;
}
.subPageContent .about {
	margin:0 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#c1a700;
	font-weight:normal;
}
.subPageContent p {
	padding-left:3px;
}
.sideMenu {
	width:160px;
	overflow:hidden;
	clear:both;
	float:left;
	padding:4px 0  0 26px;
}
.sideMenu ul li {
	width:160px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	margin-bottom:14px;
	text-transform:uppercase;
}
.sideMenu ul li a {
	color:#000;
}
.subRight .resv {
	clear:both;
	padding-top:7px;
	margin-left:6px;
	overflow:hidden;
	margin-top:330px;
	border-top:1px solid #c1a700;
}
* html .subRight .resv {
	margin-top:230px;
}
*+ html .subRight .resv {
	margin-top:230px;
}

 