/* ================
	Misc Styles
================ */
body {
	background:url(../images/bg.jpg) repeat-x 0 0 #510101;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#headerWrapper {
	width:950px;
	margin:0 auto;
}
#contentWrapper {
	width:995px;
	margin:0 auto;
}
#footerWrapper {
	width:950px;
	margin:0 auto;
}

/* ================
	Header Styles
================ */
#header {
	height:176px;
	position:relative;
}
#header h1 {
	font-size:6px;
	font-weight:normal;
	position:absolute;
	z-index:999;
	width:296px;
	height:176px;
	margin:0;
}
#header h1 a {
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:296px;
	height:176px;
	background:url(../images/logo.png) no-repeat;
}
.topLinks {
	color:#500101;
	font-size:12px;
	position:absolute;
	right:10px;
	top:13px;
	background:url(../images/bg_toplinks.png) no-repeat;
}
.topLinks p {
	margin:0;
	line-height:22px;
}
.topLinks a {
	color:#500101;
	text-decoration:none;
	padding:0 6px;
}
.topLinks a:hover {
	text-decoration:underline;
}

/* ================
	Menu Styles
================ */
.menu {
	float:right;
	clear:right;
	background:url(../images/bg_menu.jpg) no-repeat;
	width:646px;
	height:47px;
	margin-top:83px;
	padding-right:10px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0 35px;
}
.menu li {
	float:left;
}
.menu li a {
	color:#3a0101;
	font-size:18px;
	display:block;
	float:left;
	text-decoration:none;
	line-height:47px;
	padding:0 11px;
}
.menu li a:hover, 
.menu li a.active {
	background:url(../images/nav_hover.jpg) no-repeat center bottom;
}

/* ================
	Content Styles
================ */
#content {
}

/* ================
	Content Left Styles
================ */
#leftContainer {
	float:left;
	width:594px;
	min-height:600px;
	background:url(../images/bg_content.jpg) no-repeat 0 bottom;
	padding:0 40px 70px 40px;
	margin-top:3px;
}
#leftContainer .top {
	width:674px;
	height:16px;
	background:url(../images/bg_content_top.jpg) no-repeat;
	margin:0 -40px;
}
#leftContainer h2 {
	color:#420101;
	font-size:21px;
	font-weight:normal;
	margin:8px 3px 8px 5px;
	border-bottom:1px solid #420101;
}
#leftContainer h3 {
	text-transform:uppercase;
	color:#420101;
	font-size:13px;
	padding:0 7px;
	margin:0;
}
#leftContainer p {
	margin:10px 0;
	font-size:12px;
	color:#000;
	line-height:19px;
	padding:0 7px;
}
#leftContainer li {
	font-size:12px;
	color:#000;
	line-height:18px;
} 
#leftContainer td, 
#leftContainer th {
	font-size:12px;
	color:#000;
}
#leftContainer a {
	color:#420101;
	font-weight:bold;
	text-decoration:none;
}
#leftContainer a:hover {
	text-decoration:underline;
}
#leftContainer p.image {
	margin:0;
	padding:0 0 0 4px;
}
#leftContainer .getReader {
	font-size:10px;
}
#leftContainer .getReader img {
	padding:4px 6px 0 0;
}
#leftContainer p.contactInfo span {
	color:#420101;
	font-weight:bold;
}
#leftContainer .contactInfo {
	float:left;
}
#leftContainer p.map {
	float:right;
}
#leftContainer p.map img {
	border:1px solid #420101;
}

/* ================
	Reservations Styles
================ */
#leftContainer #OT_searchWrapper .OT_feedTitle {
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display:none;
}

#leftContainer #OT_searchWrapperAll {
	background-color:transparent;
}
#leftContainer #OT_searchWrapper {
	background-color:transparent;
}
#leftContainer #OT_searchWrapper #OT_partySizeLbl {
	margin:0;
	width:80px;
}
#leftContainer #OT_searchWrapper #OT_partySize {
	left:90px;
}
#leftContainer #OT_searchWrapper #OT_dateLbl {
	left:130px;
}
#leftContainer #OT_searchWrapper #OT_date {
	left:195px;
}
#leftContainer #OT_searchWrapper #OT_timeLbl {
	left:285px;
}
#leftContainer #OT_searchWrapper #OT_time {
	left:348px;
}
#leftContainer #OT_searchWrapper #OT_submitWrap {
	left:450px;
}
#leftContainer #OT_searchWrapperAll #OT_logo {
	display:none;
}
#leftContainer #OT_searchWrapperAll #OT_logoLink {
	display:none;
}
#leftContainer #OT_searchWrapper {
}
#leftContainer #OT_searchWrapper {
}
#leftContainer #OT_searchWrapper {
}

/* ================
	Content Right Styles
================ */
#rightContainer {
	float:right;
	width:309px;
}
#rightContainer .box {
	width:282px;
	height:282px;
	background:url(../images/bg_box.jpg) no-repeat;
	padding:20px 0 0 27px;
}
#rightContainer .box p {
	margin:0;
	padding:0;
}
#rightContainer .box img {
}
#rightContainer .box h1 {
	font-size:5px;
	font-weight:normal;
}
#rightContainer .box h1 a {
	text-decoration:none;
	display:block;
	width:250px;
	height:48px;
}
#rightContainer .box h1 a.ourMenu {
	text-indent:-9999px;
	background:url(../images/box_titles.jpg) no-repeat 0 -150px;
}
#rightContainer .box h1 a.ourMenu:hover {
	background:url(../images/box_titles.jpg) no-repeat 0 -100px;
}
#rightContainer .box h1 a.reservations {
	text-indent:-9999px;
	background:url(../images/box_titles.jpg) no-repeat 0 -50px;
}
#rightContainer .box h1 a.reservations:hover {
	background:url(../images/box_titles.jpg) no-repeat;
}

/* ================
	Footer Styles
================ */
#footer {
	background:url(../images/bg_footer.jpg) 0 bottom repeat-x;
	height:170px;
	padding:45px 0 0 0;
	border-bottom:2px solid #000;
}
#footer h1 {
	text-align:center;
	color:#510101;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
}
#footer p {
	text-align:center;
	color:#2b2929;
	font-size:14px;
	font-style:italic;
}
#footer p.copyright {
	font-size:11px;
}





#OTWrapper{
	border:collapse;
	margin:0 auto;
	width:260px;
	padding:0;
	border-collapse:collapse;
}
#OTWrapper td { padding:0; margin:0;}
#RestaurantName{
	font-size:12px;font-weight:bold;text-align:center;white-space:nowrap;}
#CityAndState{padding:2px 0 0 0;font-size:11px;text-align:center;white-space:nowrap;clear:both;}
#WidgetLogo,
#NSWidgetLogo{height:89px;background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;padding:4px 0 0 0;text-align:center;clear:left;margin:0;}
#RestaurantText{font-family:Verdana,Arial,sans-serif;letter-spacing:-1px;background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;clear:both;padding:4px;}
#RestaurantText a{text-decoration:none;color:#61594E;}
#RestaurantText a:hover{text-decoration:underline;}

#WidgetTopLeft{height:5px;width:5px;background:url("http://www.opentable.com/dcwidget/Top_Left.gif") 0 0 no-repeat ;}
#WidgetTopRight{height:5px;width:5px;background:url("http://www.opentable.com/dcwidget/Top_Right.gif") 0 0 no-repeat ;}
#WidgetTopCenter{background:url("http://www.opentable.com/dcwidget/Bordercolor.gif") 0 0 no-repeat #E0E9E1;height:5px;vertical-align:top;}

#WidgetBottom{height:5px;}
#WidgetBottomLeft{height:5px;width:5px;}
#WidgetBottomRight{height:5px;width:5px;}
#WidgetBottomCenter{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;height:5px;text-align:bottom;vertical-align:bottom;}
#WidgetLeftBorder{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;width:5px;text-align:left;height:100%;}
#WidgetRightBorder{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;width:5px;text-align:right;height:100%;}
#ImgWidgetLeftBorder,
#ImgWidgetRightBorder{height:100%;width:1px;}
#ImgWidgetBottomCenterBorder,
#ImgWidgetTopCenterBorder{height:1px;width:100%;}
#OTWrapper{border:collapse;margin:0;padding:0;}
#RestaurantName{font-size:12px;font-weight:bold;text-align:center;white-space:nowrap;}
#CityAndState{padding:2px 0 0 0;font-size:11px;text-align:center;white-space:nowrap;clear:both;}
#WidgetLogo,
#NSWidgetLogo{height:89px;background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;padding:4px 0 0 0;text-align:center;clear:left;margin:0;}
#RestaurantText{font-family:Verdana,Arial,sans-serif;letter-spacing:-1px;background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;clear:both;padding:4px;}
#RestaurantText a{text-decoration:none;color:#61594E;}
#RestaurantText a:hover{text-decoration:underline;}
#WidgetTopCenter{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;height:5px;vertical-align:top;}
#WidgetTopLeft{height:5px;width:5px;}
#WidgetTopRight{height:5px;width:5px;}
#WidgetBottom{height:5px;}
#WidgetBottomLeft{height:5px;width:5px;background-image:url("http://www.opentable.com/dcwidget/Bottom_Left.gif");background-repeat:no-repeat;}
#WidgetBottomRight{height:5px;width:5px;background-image:url("http://www.opentable.com/dcwidget/Bottom_Right.gif");background-repeat:no-repeat;}
#WidgetBottomCenter{background-image:url("http://www.opentable.com/dcwidget/Bordercolor.gif");background-repeat:no-repeat;background-color:#E0E9E1;height:5px;text-align:bottom;vertical-align:bottom;}
#WidgetLeftBorder{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;width:5px;text-align:left;height:100%;}
#WidgetRightBorder{background-image:url("http://www.opentable.com/dcwidget/DCWidgetBadge_Background.gif");background-repeat:repeat;width:5px;text-align:right;height:100%;}
#ImgWidgetLeftBorder,
#ImgWidgetRightBorder{height:100%;width:1px;}
#ImgWidgetBottomCenterBorder,
#ImgWidgetTopCenterBorder{height:1px;width:100%;}

.footerInfo {float:left; padding-left:110px;}
.openTableAd {float:right; padding-right:0;}