/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end reset*/

#wrapper {
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 62.5%;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;*/
  font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	color: #30302E;
	line-height: 1.8em;
	background: #b4af91 url("../img/assets/bg_strip.gif") center repeat-y;
}

p, ul, li {
	font-size: 14px;
	line-height: 1.6em;
}

p, ul {
	margin-bottom: 7px;
}

.logo a {
	background: url("../img/assets/TheDukesHead.gif") no-repeat 20px 0px;
	cursor: auto;
	display: block;
	height: 225px;
	text-indent: -9999px;
	width: 701px;
}

.logo a:hover, .logo a:focus {
	display: block;
	height: 225px;
	width: 701px;
	text-indent: -9999px;
	background: url("../img/assets/TheDukesHead.gif") no-repeat 20px -225px;
}

#masthead p {
	display: block;
	height: 0;
	width: 0;
	text-indent: -9999px;
}

/* links */

a {
	font-weight: bold;
	color: #003f8d;
	text-decoration: none;
}

a:link {
	font-weight: bold;
	color: #003f8d;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #003f8d;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #9a1c0f;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #003f8d;
	text-decoration: none;
}

/*nav*/

#nav {
	background: url("../img/assets/bg_tl_corner.gif") no-repeat top left;
	margin: 12px;
	padding: 6px;
	display: block;
	overflow: hidden;
	border-right: 1px solid #ccc6a6;
	border-bottom: 1px solid #ccc6a6;
	text-align: center;
}

.nav ul {
	
}

#nav li {
	font-size: 1.6em;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0 0 0 6px;
	border-left: 1px dotted #ccc6a6;
}

#nav .first {
	border-left: none;
}

#content {
	margin: 12px;
}

.intro, #intro {
	text-align: center;
	border-bottom: 1px dotted #ccc6a6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#news {
	width: 250px;
	float: right;
	position: relative;
}

#news div {
	margin-bottom: 6px;
}

#constants {
	width: 470px;
	float: left;
}

#content h1 {
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.6em;
	margin-bottom: 6px;
}

#content h2 {
	color: #73705c;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.4em;
	display: block;
	/*	background: url("img/assets/tl_corner_bg.gif") no-repeat top left;
border-right:1px solid #ccc6a6;
border-bottom:1px solid #ccc6a6; */
margin-bottom: 6px;
}

#content h3 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#constants img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#slide-images {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	border: 1px solid #706d5a;
	padding: 0px;
	width: 450px;
	height: 300px;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 3px #706d5a;
	-webkit-box-shadow: 3px 3px 3px #706d5a;
	box-shadow: 3px 3px 3px #706d5a;
}
#news img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	border: 1px solid #706d5a;
	-moz-box-shadow: 3px 3px 3px #706d5a;
	-webkit-box-shadow: 3px 3px 3px #706d5a;
	box-shadow: 3px 3px 3px #706d5a;

}

#slide-images li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #b4af91;
}

#slide-images li img {
	display: block;
	background-color: #b4af91;
}

#map_canvas {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	border: 1px solid #706d5a;
	padding: 0px;
	width: 450px;
	height: 450px;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 3px #706d5a;
	-webkit-box-shadow: 3px 3px 3px #706d5a;
	box-shadow: 3px 3px 3px #706d5a;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px dotted #ccc6a6;
	padding: 20px 0;
}
#footer img{
	float: left;
	margin: -5px 5px 5px;
}

/*menus*/

.foodmenu li {
	font-weight: bold;
}

.foodmenu ul, .foodmenu li, .foodmenu p, #menu ul, #menu li, #menu p {
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.1em;
}

.foodmenucourse {
	padding: 10px 0px 20px;
}

.foodmenucourse {
	
}

.foodmenudesc {
	color: #4F4E49;
}

.price,.v,.n {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	margin-left: 3px;
	margin-right: 3px;
}

.v {
	color: #597523;
}

.n {
	color: #C75D57;
}

.vn {
	text-align: center;
}

/* end menus*/

.ext_contact {
	display: block;
	overflow: auto;
	border-bottom: 1px dotted #ccc6a6;
	margin-bottom: 12px;
}

.ext_contact img {
	float: right;
}

th {
	font-size: 1.8em;
	padding: 4px 8px;
	font-weight: bold;
	text-align: center;
}

td {
	font-size: 1.4em;
	padding: 1px 8px;
}

td .year {
	
}

#footer_bg {
	position: fixed;
	bottom: 0px;
	right: 0;
	height: 15px;
	width: 100%;
	display: none;
	background: url("../img/assets/bg_footer.gif") center no-repeat;
	z-index: 1;
}

#special {
	padding: 12px;
	background-color: #e3e3e3;
	border: 1px solid #9a1c0f;
	display: block;
	position: absolute;
	width: 200px;
	top: -180px;
	right: -120px;
}

#special h2 {
	font-size: 1.6em;
}

/*opentable*/

#OT_searchWrapperAll {
	position: relative;
	display:block;
	height:150px;
}

#OT_searchWrapper {
	position: relative;
}

#OT_searchWrapper .OT_feedTitle{
	color:#73705c;
	font-weight:bold;
	font-size:2.2em;
	line-height:1.4em;
	margin-bottom: 6px;
}

#OT_partySizeLbl {
	position: absolute;
	top: 35px;
	left: 0;
	margin: 0 0 0 5px;
	padding: 3px 0;
	text-align: right;
	width: 110px;
	display: block;
	font-size: 1.4em;
}

#OT_partySize {
	position: absolute;
	top: 35px;
	left: 120px;
	margin: 0;
	padding: 0;
}

#OT_dateLbl {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0 0 0 5px;
	padding: 3px 0;
	text-align: right;
	width: 110px;
	font-size: 1.4em;
}

#OT_date {
	position: absolute;
	top: 70px;
	left: 120px;
	width: 100px;
	margin: 0;
	padding: 0;
}

#OT_timeLbl {
	position: absolute;
	top: 70px;
	left: 210px;
	width: 60px;
	padding: 3px 0;
	text-align: right;
	font-size: 1.4em;
}

#OT_time {
	position: absolute;
	top: 70px;
	left: 275px;
	margin: 0;
}

#OT_empty {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	top: 100px;
	left: 0;
}

#OT_submitWrap {
	position: absolute;
	top: 115px;
	left: 120px;
	margin: 0 5px 0 0;
	z-index: 5;
}

#OT_logo {
	
	position: absolute;
	top: 115px;
	right: 0px;
	padding: 0;
	margin: 0;

}

#OT_logoLink {
	display:none;
	position: absolute;
	left: 0;
	margin: 0;
	font-size: 12px;
	display: block;
	float: left;
}

#OT_logoLink a {
	display:none;
}

#OT_imglogo {
	border: 0;

}

#OT_searchWrapper form {
	margin: 0;
	padding: 0;
}

#OT_searchWrapper input.hidden {
	display: none;
}

#OT_searchWrapper .feedFormField,#OT_searchWrapper .feedFormField option {
	font-size: 12px;
	margin: 2px 2px 2px 2px;
}

#OT_searchWrapper #startDate,#OT_searchWrapper .OT_feedFormfieldCalendar {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	margin: 0;
	width: 85px;
}

#OT_searchWrapper #dateDisplay {
	font-size: 12px;
	color: #999;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	float: right;
	margin: 0 25px 0 0;
	display: inline;
}

#OT_searchWrapper .imgCal {
	position: absolute;
	display: none;
	z-index: 100;
}

#OT_searchWrapper #imageCal table {
	font-size: 12px;
	width: 180px;
	font-family: arial;
	font-weight: bold;
	background: #e3e3e3;
}

#OT_searchWrapper #imageCal td {
	padding: 0;
	text-align: center;
}

#OT_searchWrapper .clickableDays {
	color: #000;
	text-decoration: none;
	height: 18px;
}

#OT_searchWrapper .nonclickableDays {
	color: #CCC;
	height: 18px;
}

#OT_searchWrapper .months {
	color: #FFF;
	text-decoration: none;
}

#OT_searchWrapper .weekdays {
	color: #000;
	text-decoration: none;
	color: #666;
	background-color: #EFEFEF;
	width: 14%;
}

.dh-ot-wrapper{
	margin: 5px 30px;
}
