/*
red colour = #990033
darker red highlight = #8b0000
pale colour = #FFF6bb
*/

body{
	background: White;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
#wrapper{
	width: 866px;
	margin: 0 auto 0 auto;
	background: white url(../Images/vert_nav_background.jpg) repeat-y;
}
#topbar{
	width: 100%;
	height: 15px;
	background: #B4B4B4;

}
.restaurant,.welcome,.food,.wine,.service{
	height: 222px;
	width: 866px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: white no-repeat;
	
}

.restaurant{
	background: url(../Images/logo_restaurant.jpg);
	
}
.welcome{
	background: url(../Images/logo_welcome.jpg);
}

.food{
	background: url(../Images/logo_food.jpg);
}
.wine{
	background: url(../Images/logo_wine.jpg);
}
.service{
	background: url(../Images/logo_service.jpg);
}	

#hor_nav{
	background: Black;
	color: white;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	line-height: 50px;
}
/********* Horizontal nav bar unordered list styling **************/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0 auto 0 auto;
	border: 0 none;
	padding: 0;
	min-width: 755px; /*For KHTML*/
	list-style: none;
	height: 50px;
	display: block;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 50px;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 150px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#navmenu ul li {
  
  border-top: 1px solid white;
  width: 290px; 
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a {
  padding: 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: white;
  background: black;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #990033;
  color: #FFF;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #990033;
  color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #8b0000;
  color: #FFF;
}

/* Third & Fourth Menu style not currently used */

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/*     end horizontal nav bar unordered list styling */
#main{
	min-height: 300px;
	margin-left: 150px;
	color: black;
	padding: 8px;
	overflow: hidden;
}
#main.menu_background{
	background: white url(../Images/menu_background_jpg.jpg) no-repeat scroll center;
	min-height: 450px;
}
#main.menu_background_alt{
	background: white url(../Images/menu_background_faded.jpg) no-repeat scroll center;
	min-height: 450px;
}
#vert_navbar{	
	width: 150px;
	min-height: 300px;
	float: left;
}
#vert_navbar ul{
	list-style: none;	
	padding-left:0;
	margin-left:10px;
	list-style-type:none;
}
#vert_navbar li{
	display: block;
	text-align: left;
	margin-top: 5px;
	
}
#vert_navbar li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 3px;
}
#vert_navbar li a:hover{
	color: white;
	background: #990033;
}
#vert_navbar li a:active{
	color: white;
	background: #8b0000;
}


#side_photo_block{
	float: left;
	margin: 0 5px 5px 0;
}


#bottom_photo_block{
	clear: both;
	margin-left: 150px;
	padding: 8px;
}

#bottombar{
	width: 100%;
	height: 40px;
	background: #990033;
	color: white;
	line-height: 38px;
	font-size: 10pt;
	clear: both;
}
#bottombar a{
	color: white;
}
#bottombar .address {
	float: left;
	margin-left: 5px;
}
#bottombar .coms{
	float: right;
	margin-right: 5px;
}
.break{
	clear: both;
}
.team_member{
	margin-bottom: 10px;
	float: left;
	display: block;	
}
.team_member img{
	display: block;	
	margin: 0 10px 10px 0;
}
.team_member .text{
	float:left;
	display: block;
}
.imgL{
	float: left;
	margin: 0 1em 1em 0;
}
/************ Menu table styling ****************/
#menu_header{
	width: 100%;
	overflow: hidden;
	text-align: left;
}
#menu_header h1{
	margin: .1em;
}
#menu_header p{
	font-style: italic;
}
#menuTable{
	border: 0px;
	clear: both;
}
#menuTable TH{
	background: #990033;
	color: white;
	text-align: center;
	font-style: italic;
	font-size: 1.25em;
}
#menuTable TH.top, #menuTable TH.top A{
	background: Gray;
	color: white;
	text-align: center;
	font-style: italic;
	font-size: .85em;
}
.veg{
	font-weight:bold;
	font-style: italic;
	color: #990033;
}
#menuTable TD.menuCell, #menuTable TH.menuCell{
	background-color: #FFF6bb;
	color: black;
}
#menuTable TH.menuCell{
	text-align:left;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}


#menu_nav{
	margin: 0;
}
#menu_nav h1{
	font-size: 16pt;
	color: Maroon;
}
#menu_nav .this_menu{
	float: left;
	margin-right: 10px;
}
#menu_nav .other_menus{
	float: right;
}
#menu_nav h3{
	font-size: .9em;
	font-weight: bold;
	color: Maroon;
	line-height: 1.1em;
	margin: 2px 0 0 0;
	
}
#menu_nav h2{
	font-size: 1em;
	font-weight: bold;
	color: Maroon;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	
}
 #menu_nav a{
 	text-decoration: none;
	font-weight: bold;
	color: Maroon;
 }

#menu_nav P{
	font-size: .75em;
	margin: 1px 1px 5px 5px;
}




/*******************************************/
.text_top{
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
}

#contactForm{
	padding: 2px;
}
form{
	margin: 0;
}
/************** news items **************/
.newsItem *{
	padding: 0; border: 0;
}
.newsItem{
	border: thin solid black;
	padding: .75em;
	text-align: justify;
	margin-bottom: 1.75em;
	background-color: #FDF5E6;
}
#auctionTable{
	border: none;
	border-collapse: collapse;
}
.auctionItem{
	text-align: left;
	padding: 2px;
	margin: 0 10px 10px 0;
}
.auctionPrice{
	text-align:right;
	font-weight: bold;
	padding: 2px;
}
.rightInsetPic{
	float: right;
	margin: 0 0 1.5em 1.5em;
	padding: .5em;
	font-size: .75em;
}

.opening_times_announcement{
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	margin: 1em auto 1em auto;
	
}



/********** sundry styles ******************/
.design_comment{
	border: thin solid black;
	padding: 3px;
	background-color: silver;
	opacity:.70;

}
.caption{
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
