* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	background: transparent;
}

li {
	display: inline;
}

a:active, a:focus {
	outline: none;
}

body {
	background: #1C2734;
	color: #606060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

h1, h2, h3, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1 {
	background: transparent  url(../images/bg-header.gif) no-repeat 50px 55px;
	color: #1B73AB;
	padding: .8em 0 1.4em 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	height: 1%;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAA;
	font-size: 1.2em;
	margin: 1.2em 0 0 0;
	letter-spacing: 2px;
	line-height: 130%;
}

form h2 {
	margin: 0 0 .8em 0;
}

#vote form h2 {
	color: #AAA;
	line-height: 150%;
	font-weight: bold;
	letter-spacing: 1px;
}

fieldset, img {
	border: none;
}

p a:link, #footer a:link, dt a:link, td a:link, dl a:link, p a:visited, #footer a:visited, dt a:visited, #content ul li a:visited, td a:visited, dl a:visited {
	color: #656565;
}

td a:link {
	color: #AAA;
}

p a:hover, #footer a:hover, dt a:hover, td a:hover, dl a:hover {
	color: #CCC;
}

.nb {
	color: #1B73AB;
	font-weight: bold;
	letter-spacing: 1px;
}

.clear {
	clear: both;
	height: 0;
	overflow: auto;
	width: 100%;
}

.hours {
	color: #7E7E7E;
	padding: 0 0 0 15px;
}

.hours b {
	color: #7E7E7E;
	letter-spacing: 2px;
	line-height: 200%;
}

.hours span {
	font-size: .9em;
}

#formblock p b, label b {
	font-weight: normal;
	color: #CCC;
}

#coaddress {
	padding: .2em 0 0 10px;
	vertical-align: top;
}

#vote #coaddress {
	padding: 6em 0 0 10px;
}

#coaddress a:link, #coaddress a:visited {
	color: #7E7E7E;
}

#coaddress a:hover {
	color: #CCC;
}

#coaddress a:focus, #footer a:focus {
	background: #FFF;
	color: #000;
}

#coaddress img {
	background: transparent url(../images/location-map.gif) no-repeat;
	border: #666 1px solid;
}

#sitemap dl {
	margin: 1em 0 0 0;
}

#sitemap dt {
	letter-spacing: 1px;
}

#sitemap dd {
	margin: .6em 0 2em 0;
	line-height: 170%;
}

.copyright {
	color: #656565;
	margin: .4em 0 0 0;
}

#mainborder {
	background: #07131B url(../images/masthead-valentines.jpg) no-repeat 9px 0;
	color: #FBFBF8;
	margin: 0 auto;
	width: 870px;
	position: relative;
	height: 100%;
}

#mainpage {
	color: #999;
	margin: 0 0 0 9px;
	width: 852px;
	text-align: left;
	height: 100%;
	line-height: 140%;
}

#content {
	background: #252F39 url(../images/bg-page.gif) repeat-x;
	padding-top: 1.6em;
	height: 100%;
	width: 100%;
	float: left;
}

#left p, #left a, #centre p {
	margin: .5em 0 1.5em 0;
}

#left {
	padding: 0 30px 2em 50px;	
	float: left;
	width: 160px;
}

#admin #left {
	width: 200px;
}

#centre {
	padding: 0 0 2em 30px;	
	width: 540px;
	float: left;
}

#admin #centre {
	padding: 0 0 2em 0;	
}

#centre a#btnorder img, #centre a#btnclear img {
	position: absolute;
	background: transparent  url(../images/btn-view-order-blue1.gif) no-repeat 0 -20px;
	height: 20px;
	right: 55px;
}

#centre a#btnclear img {
	background: transparent  url(../images/btn-clear-order-blue.gif) no-repeat 0 -20px;
}

#centre a#btnorder img:hover {
	background: transparent  url(../images/btn-view-order-blue1.gif) no-repeat;
}

#centre a#btnclear img:hover {
	background: transparent  url(../images/btn-clear-order-blue.gif) no-repeat;
}

#centre p {
	line-height: 170%;
}

#left h2 {
	text-align: center;
	color: #505050;
}

#footer {
	color: #656565;
	border-top: #444 1px solid;
	font-size: .9em;
	padding: 0 40px 1.4em 51px;
	clear: both;
}

#footer ul {
	line-height: 1.4em;
	margin: 15px 0 0 0;
}

#footer a:link, #footer a:visited {
	border-bottom: none;
}

#jumpmenu {
	position: absolute;
	left: -3200px;
	top: -3200px;
	z-index: 89;
}

#jumpmenu a:focus {
	position: absolute;
	display: block;
	top: 3229px;
	left: 3228px;
	width: 6em;
	padding: 0.1em 1em 0.3em 1em;
	background: #FFF;
	color: #557290;
	border: 1px solid #717B84;
	font-size: .9em;
	text-align: center;
}

form#formblock {
	background: #191F27;
	margin: .6em 0 1em 0;
	padding: 2em 2em 1em 2em;
	border: #113044 3px solid;
}

#login form#formblock {
	margin: -1em 0 1em 0;
}

#admin form#formblock {
	padding: 2em 0 1em 2em;
}

form#formblock fieldset {
	width: 310px;
}

#admin form#formblock fieldset {
	width: 520px;
}

#formblock p {
	font-size: .9em;
	color: #999;
	padding: 0 0 1.5em 0;
	margin: 0;
}

#formblock input, #formblock textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #1A1A1A !important;
	color: #CCC;
	border: #333 1px solid;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 4px;
	width: 69%;
	font-size: 1em;
	overflow: hidden;
}

#formblock input#booDining, #formblock input#booActive {
	width: 20px !important;
	margin: 3px 0 3px 0;
}

#admin #formblock input, #admin #formblock textarea {
	width: 400px;
}

#formblock label {
	color: #999;
	width: 7.5em;
	font-size: .9em;
	float: left;
	padding-top: .3em;
}

#formblock .formbtn {
	background: #004162 !important;
	color: #BBB;
	border: 1px solid;
	border-color: #456 #123 #123 #456;
	font-size: 1em;
	height: 2em;
	margin: 0 0 .5em 6.9em;
	cursor: pointer;
	width: 70.5%;
}

#admin #formblock .formbtn {
	margin: 1em 0 .5em 6.9em;
	width: 150px;
}

#content #adscreen {
	background: #113044 url(../images/placeholder.gif) no-repeat 10px 9px;
	border: #000 1px solid;
	margin: .4em 0 2em 0;
	padding: 0;
	display: block;
	width: 535px;
	height: 257px;
}

#content img#indxad, #about #content img#indxad {
	background: transparent url(../images/restaurant-interior.jpg) no-repeat;
	border: #000 1px solid;
	margin: 8px 8px 8px 9px;
}

#about #content img#indxad {
	background: #FFF url(../images/restaurant-interior1.jpg) no-repeat;
}

#menubar {
	background: #004162 url(../images/bg-menu-blue2.gif) no-repeat;
	color: #676767;
	border-top: #042A42 1px solid;
	border-bottom: #000 1px solid;
	margin: 239px 0 0 0;
	padding: 0;
	width: 100%;
	font-weight: bold;
	float: right;
}

#login #menubar, #admin #menubar {
	margin: 10px 0 0 0;
}

#menubar ul {
	padding: 0 0 0 40px;
}

#menubar ul li a {
	padding: 1.2em 0 1.24em 0;
	border-right: #042A42 1px solid;
	float: left;
	width: 7em;
	text-align: center;
}

#menubar a:link, #menubar a:visited {
	color: #0689F0;
}

#menubar a:hover, #menubar #active a:hover, #menubar li#active a, #home #menubar li#active a {
	background: #222 url(../images/bg-menu-btn-drk.gif) no-repeat;
	color: #999;
}

#home #menubar li#active a, #menubar li#outline a {
	border-left: #042A42 1px solid;
}

#navsub {
	background: #272727 url(../images/bg-page.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	margin: .5em 0 2em 0;
	padding: 7px 0 0 0;
	height: 1%;
	border: #113044 1px solid;
}

#navsub h2 {
	background: #111 url(../images/bg-menu-btn-drk.gif) repeat-x 0 -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1B73AB;
	margin: -.5em 0 .4em 0;
	padding: 5px 0 .4em 15px;
	border-bottom: #113044 1px solid;
	text-align: left;
}

#navsub ul {
	line-height: 1.5em;
}

#navsub ul li#menubot {
	height: 20px;
	display: block;
}

#navsub ul li.menuline {
	border-top: #113044 1px solid;
	padding: .6em 0 0 0;
}

#navsub a {
	color: #999;
	border-bottom: #113044 1px solid;
	display: block;
	margin: 0 15px .2em 15px;
	padding: 0 0 .4em 0;
}

#admin #left #navsub a.dashed1 {
	border-bottom: #999 1px dashed;
	float: left;
	margin: 0 10px .2em 10px;
	padding: 0;
}

#left #navsub a:link, #left #navsub a:visited {
	color: #1B73AB;
}

#left #navsub a:hover {
	color: #999;
}

#menupdf ul {
	padding: .8em 0 1em 15px;
}

#menupdf ul li {
	padding: 0 10px 0 0;
}

#menupdf h2 {
	color: #1B73AB;
	padding: 0 0 .4em 15px;
	text-align: left;
	font-size: .9em;
}

#menulast {
	border-bottom: #505050 2px solid;
	margin: 1.4em 5px 2em 0;
}

#menulist table {
	width: 100%;
	border-collapse: collapse;
}

#menulist table td {
	color: #656565;
	padding: 6px 0 6px 10px !important;
	vertical-align: text-top;
	font-size: 1.1em;
}

#menulist table td.ttype {
	color: #999;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 10px;
	letter-spacing: 2px;
}

#menulist table td.ttype span, #menulist table td.ttype i {
	color: #999;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: normal;
}

#menulist table td.ttype i {
	color: #848484;
	font-style: normal;
}

#menulist table td.trate {
	color: #999;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	padding: 6px 10px 6px 0 !important;
	white-space: nowrap;
}

#menulist table td.trate span {
	font-weight: normal;
	padding: 0 11px 0 0;
}

#menulist table td.trate a, #menulist a.dashed {
	white-space: nowrap;
	border-bottom: #7E7E7E 1px dashed;
	font-weight: normal;
}

#menulist a.dashed {
	letter-spacing: normal;
}

#navsub a.highlight:link, #navsub a.highlight:visited {
	color: #9E9E9E !important;
}

#menulist table td.trate a:hover {
	color: #EEE;
	border-bottom: #FFF 1px dashed;
}

#menulist table tr.ruled {
	background-color: #004162;
}

#menulist table tr.ruled td {
	color: #A6A6A6;
}

#menulist table#tblorder {
	margin: 0 0 3em 0;
}

#menulist table#tblorder tr td {
	margin: 0;
	padding: 2px 4px 2px 0 !important;
}

#menulist table tr.tblhead td {
	color: #999;
	font-weight: bold;
}

#menulist table tr td.totbrk {
	line-height: 4px;
}

#menulist table#tblorder td a {
	color: #AAA;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 2px;
	border: #505050 1px solid;
}

table#tblorder tr#totcost td {
	color: #1B73AB;
	font-weight: bold;
}

#menulist table#tblorder td a:hover {
	background: #000;
	color: #FFF;
	border: #CCC 1px solid;
}

#menu #centre h2, #admin #centre h2 {
	color: #1B73AB;
	margin: .6em 5px .6em 0;
	padding: 0 0 .4em 0;
	font-size: 1.6em;
	letter-spacing: 3px;
	border-bottom: #666 2px solid;
	width: 535px;
	height: 30px;
}

#menu #centre img#dish {
	margin: 0 0 2em 0;
	padding: 0 0 .8em 0;
	border-bottom: #666 2px solid;
}

#menulist p.menudesc, #menulist .menudesc1 {
	color: #656565;
	font-weight: bold;
	margin: 0 0 .4em 0;
}

#menulist p.menudesc1 {
	margin: 2em 0 .4em 0;
}

#testimonials p {
	background: transparent url(../images/blkqte_drk.gif) no-repeat 0 1.6em;
	padding: 1.8em 0 0 3em;
	margin: 0 0 0 2em;
}

#shadleft {
/*	background: transparent url(../images/shadwide.gifx) repeat-y; */
	background: transparent;
	margin: 0 0 -5px 0;
	height: 1%;
}

#shadbot {
/*	background: transparent url(../images/shadbot.gifx) repeat-x 6px 3px; */
	background: transparent;
	height: 8px;
}

#accessibility {
	right: 40px;
	top: 256px;
	position: absolute;
	width: auto;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}

#login #accessibility, #admin #accessibility {
	top: 26px;
}

#accessibility li {
	color: #042A42;
}

#accessibility li a {
	color: #666;
}

#accessibility li a:hover {
	color: #000;
}

#strapphone, #strapevent {
	position: absolute;
	color: #1B73AB;
	right: 55px;
	top: 327px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
}

#strapevent {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCC;
	left: 48px;
	top: 30px;
	font-size: .9em;
	font-weight: normal;
}

#strapevent p {
	line-height: 160%;
	padding: 0 0 1em 0;
}

#strapevent span {
	color: #55B2FB;
	font-weight: bold;
}

#feedback #centre h2 {
	color: #888;
	margin: 1em 0 1em 0;
}

#feedback blockquote {
	background: transparent url(../images/blkqte_drk.gif) no-repeat 0 .5em;
	padding: .5em 0 1.4em 40px;
}

#feedback blockquote p {
	margin: 0;
	padding: 0 0 .8em 0;
}

#feedback blockquote .sig {
	font-style: italic;
	font-weight: bold;
	color: #656565;
}

#feedback #formblock p {
	float: right;
	width: 160px;
}

.widex {
	display: none;
}

#competition {
	position: absolute;
	top: 0;
	left: 9px;
}
ul#photo li a {
	float: left;
	margin: 5px 15px 5px 0;
}

ul#photo li img {
	border: #000 2px solid;
}

ul#photo li img:hover {
	border: #444 2px solid;
}

#lightbox {
	background-color: #111;
	padding: 10px;
	border: #004162 1px solid
}

#lightboxDetails {
	color: #AAA;
	font-size: 0.9em;
	padding-top: 0.6em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#reservation a img {
	position: absolute;
	background: transparent  url(../images/btn-reservation-blue.gif) no-repeat 0 -20px;
	top: 330px;
	right: 195px;
}

#reservation a img:hover {
	background: transparent  url(../images/btn-reservation-blue.gif) no-repeat;
}

#xmasbooking a img {
	position: absolute;
	background: transparent  url(../images/xmas-bookings.gif) no-repeat 0 -20px;
	top: 298px;
	right: 55px;
}

#xmasbooking a img:hover {
	background: transparent  url(../images/xmas-bookings.gif) no-repeat;
}

#formblock input#resdate, #formblock select#restime {
	background: #1A1A1A;
	color: #CCC;
	width: 7em;
	border: #333 1px solid;
}

#formblock select#restime {
	margin: 2px 0 4px 0;
	padding: .2em 0;
}

#formblock #people {
	width: 2em;
}

#formblock .viewcal {
	padding: 0 0 0 1em;
	vertical-align: text-top;
	line-height: 120%;
}

.viewcal a:link, .viewcal a:visited {
	color: #666;
	border-bottom: #333 1px dashed;
}

.viewcal a:hover {
	color: #000;
}

