* {
	margin: 0;
	padding: 0;
}

body {
	background: url("../images/body.png") 50% 0;
	font-family: 'Trebuchet MS', Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#container {
	width: 810px;
	margin: 0 auto;
	background: url(../images/middle.png) repeat-y;
}

#header {
	background: url(../images/top.png);
	width: 810px;
	height: 180px;
}

/*NAVIGATION*/

#navigation {
	float: left;
	width: 740px;
	height: 55px;
	margin-left: 35px;
	color: #FFDDBB;
	/*background: url(../images/sampleNav.png);*/
	display: inline;
}

#navigation ul {
  list-style: none;
}

#navigation ul li {
  float: left;
}

#navigation ul li.subMenu {
  margin-left: 20px;
}

#navigation ul li a {
  display: block;
  color: #FFDDBB;
  outline: none;
  margin: 10px 0 0 3px;
}

#navigation ul li a#welcome {
  background: url(../images/welcomeLink.png);
  text-indent: -5000px;
  margin: 10px 0 0 7px;
  width: 97px;
  height: 44px; 
}

#navigation ul li a#welcome:hover {
  background-position: 0 -44px;
}

#navigation ul li a#welcome.current {
  background-position: 0 -88px;
}

#navigation ul li a#ateOClock {
  background: url(../images/ateOClockLink.png);
  text-indent: -5000px;
  width: 115px;
  height: 44px;
}

#navigation ul li a#ateOClock:hover {
  background-position: 0 -44px;
}

#navigation ul li a#ateOClock.current {
  background-position: 0 -88px;
}

#navigation ul li a#menus {
  background: url(../images/menusLink.png);
  text-indent: -5000px;
  width: 77px;
  height: 44px;
}

#navigation ul li a#menus:hover {
  background-position: 0 -44px;
}

#navigation ul li a#menus.current {
  background-position: 0 -88px;
}

#navigation ul li a#galleries {
  background: url(../images/galleryLink.png);
  text-indent: -5000px;
  width: 77px;
  height: 44px;
}

#navigation ul li a#galleries:hover {
  background-position: 0 -44px;
}

#navigation ul li a#galleries.current {
  background-position: 0 -88px;
}

#navigation ul li a#ticketyboo {
  background: url(../images/treatsLink.png);
  text-indent: -5000px;
  width: 117px;
  height: 44px;
}

#navigation ul li a#ticketyboo:hover {
  background-position: 0 -44px;
}

#navigation ul li a#ticketyboo.current {
  background-position: 0 -88px;
}

#navigation ul li a#openingHours {
  background: url(../images/openingHoursLink.png);
  text-indent: -5000px;
  width: 146px;
  height: 44px;
}

#navigation ul li a#openingHours:hover {
  background-position: 0 -44px;
}

#navigation ul li a#openingHours.current {
  background-position: 0 -88px;
}

#navigation ul li a#findUs {
  background: url(../images/findUsLink.png);
  text-indent: -5000px;
  width: 78px;
  height: 44px;
}

#navigation ul li a#findUs:hover {
  background-position: 0 -44px;
}

#navigation ul li a#findUs.current {
  background-position: 0 -88px;
}

div#content ul#menuList {
	margin: 0 0 14px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div#content ul#menuList li.subHeading {
	display: inline;
	color: #442200;
	font-family: Georgia, serif;
	font-size: 150%;
	margin-bottom: 4px;
	margin-right: 35px;
}

div#content ul#menuList li.lastSubHeading {
	display: inline;
	color: #442200;
	font-family: Georgia, serif;
	font-size: 150%;
	margin-bottom: 4px;
	margin-right: 0;
}

div#content ul#menuList li.subHeading a {
	color: #A1907F;
}

div#content ul#menuList li.subHeading a:hover {
	text-decoration: underline;
}

div#content ul#menuList li.lastSubHeading a {
	color: #A1907F;
}

div#content ul#menuList li.lastSubHeading a:hover {
	text-decoration: underline;
}

div#content ul#menuList li a {
	color: #442200;
	text-decoration: none;
}

/*CONTENT*/

#content {
  	float: left;
	margin-left: 42px;
	width: 658px;
	border: solid #623100 4px;
	background: url(../images/contentBackground.png) repeat-y #FFECD9;
	padding: 10px 30px;
	display: inline;
}

div#content.menu {
  background: url(../images/contentBackgroundMenu.png) repeat-y #FFECD9;
}

div#content a {
	outline: none;
}

div#content h1{
	text-align: center;
	color: #442200;
	font-family: Georgia, serif;
	font-size: 170%;
	margin-bottom: 15px;
}

div#content h2 {
	font-size: 100%;
	font-weight: 100;
	clear: both;
	color: #442200;
	font-family: Georgia, serif;
	margin-top: 4px;
	margin-bottom: 15px;
	text-align: center;
}

div#content span.course {
	font-size: 100%;
	font-weight: bold;
	clear: both;
	color: #442200;
	font-family: Georgia, serif;
}

div#content span.title {
  text-align: center;
	font-size: 140%;
	font-weight: bold;
	clear: both;
	color: #442200;
	font-family: Georgia, serif;
}

div#content p.menu {
	text-align: center;
	clear: both;
	line-height: 1.5em;
	padding: 0;
}

div#content p.menuNotes {
	text-align: center;
	clear: both;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 20px;
}

div#content span.bold {
	font-weight: bold;
}

div#content span.italic {
	font-style: italic;
}

div#content img.mainImage {
  float: right;
  border: 2px solid #553322;
  width: 250px;
  height: 188px;
}

div#content img.fullWidth {
  border: 4px solid #553322;
  margin: 25px 8px 20px 0;
  float: left;
}

div#content img.fullWidthLast {
  border: 4px solid #553322;
  margin: 25px 0 20px 0;
  float: left;
}

div#content a#backLink {
	margin: 8px 0 0 8px;
	border: 0;
	display: block;
	text-align: center;
}

div#content a#backLink img {
	border: 0;
}

div#content ul#ateGallery, ul#ateGalleries {
  list-style-type: none;
  overflow: auto;
  margin-bottom: 10px;
}

div#content table#ateGalleries {
	overflow: auto;
  margin-bottom: 10px;
}

div#content ul#ateGallery li, ul#ateGalleries li {
  text-align: center;
  float: left;
  width: 158px;
  height: 154px;
	margin: 0 8px 8px 0;
	overflow: hidden;
	padding-top: 4px;
	line-height: 147px;
	position: relative;
	background: url('../images/galleryPhoto.png') #FFFFFF;
}

div#content table#ateGalleries {

}

div#content table#ateGalleries td {
  text-align: center;
  width: 158px;
  height: 138px;
	margin: 0 8px 8px 0;
	padding-top: 0px;
	padding-bottom: 4px;
	line-height: 135px;
	background: url('../images/galleryPhoto.png') no-repeat;
}

div#content table#ateGalleries td.galleryInfo {
	display: table-cell; 
	vertical-align: middle;
	height: 160px;
	line-height: normal;
	background: none;
}

div#content table#ateGalleries td.galleryInfo a {
	text-decoration: none;
}

div#content table#ateGalleries a img {
	vertical-align: middle;
  	border: none;
}

ul#ateGalleries li {
	float: none;
}

div#content ul#ateGallery li a {
	color: #FFFFFF;
	position: relative;
	border: 1px solid transparent;	
	text-decoration: none;
}

div#content ul#ateGallery li a img, ul#ateGalleries li a img {
  vertical-align: middle;
  border: none;
  position: relative;
  display: inline-block;
}

div#content ul#ateGallery li.fullWidthLast {
	margin: 0 0 8px 0;
}

/*wine list*/

div#content h2.wineList {
	margin-bottom: 15px;
	font-weight: bold;
}

ol.wineList {
	margin-left: 15px;
	margin-bottom: 35px;
}

ol.wineList li {
	margin-bottom: 15px;
}

ol.wineList li h3 {
	float: left;
	font-size: 100%;
	width: 495px;
	margin-bottom: 5px;
}

#content p.winePrice {
	font-weight: bold;
	float: right;
	font-size: 100%;
	margin-left: 30px;
	width: 40px;
}

#content ol.wineList li p.winePrice {
	font-weight: normal;
	float: right;
	font-size: 100%;
	margin-left: 30px;
	width: 40px;
}

ol.wineList li p.wineDescription {
	clear: both;
	font-size: 100%;
	width: 495px;
}

/*add wine*/

form#addWine input#wineNameField {
	width: 650px;
}

form#addWine input#winePriceGlassPoundsField {
	width: 30px;
}

form#addWine input#winePriceGlassPenceField {
	width: 30px;
}

form#addWine input#winePriceBottlePoundsField {
	width: 30px;
}

form#addWine input#winePriceBottlePenceField {
	width: 30px;
}

form#addWine textarea#wineDescriptionField {
	width: 650px;
	height: 100px;
}

/*IMAGE ADMIN*/

div#content ul#ateImages {
  list-style: none;
}

div#content ul#ateImages li {
  width: 400px;
  margin-bottom: 20px;
  float: left;
}

div#content ul#ateImages li img {
  float: left;
  margin-right: 10px;
}

div#content #imageAdminSubmit {
  float: left;
	clear: both;
}

/*add image*/

form#addImage input#imageTitleField {
	width: 485px;
}

form#addImage textarea#imageDescriptionField {
	width: 650px;
	height: 33px;
}

/*edit image*/



/*MESSAGES*/

div#content ul#messages {
  list-style: none;
  margin-bottom: 40px;
}

div#content ul#messages li {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px #A1907F dotted;
}

div#content ul#messages li span.bigQuotes {
  font-family: serif;
  font-size: 200%;
}

/*MESSAGE ADMIN*/

div#content ul#messageAdmin {
  list-style: none;
}

div#content ul#messageAdmin li {
  margin-bottom: 20px;
}

div#content ul#messageAdmin li p {
  margin-bottom: 10px;
}

div#content ul#messageAdmin li label {
  font-weight: bold;
}

/*FIND US*/

div#mapDiv {
  float: right;
  width: 150px;
  padding: 7px;
  background: #553322;
  color: #FFDDBB;
  text-align: center;
}

div#mapDiv a {
  border: none;
  color: #FFDDBB;
}

div#mapDiv a img {
  border: none;
}

/*CONTENT FORM*/

form#updateContent {
	clear: both;
}

form#updateContent textarea#contentField {
	width: 650px;
	height: 400px;
}

/*MENU FORM*/

form#updateMenu {
	clear: both;
}

form#updateMenu textarea#notesField {
	width: 650px;
	height: 60px;
}

form#updateMenu textarea#menuField {
	width: 650px;
	height: 700px;
}

form#updateMenu submit {
	clear: both;
}

/*FOOTER*/
#footer {
	clear: both;
	width: 810px;
	background: url(../images/bottom.png);
	height: 41px;
	color: #FFDDBB;
	font-size: 80%;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

#footer #tripAdvisorLink {
	bottom:20px;
	display:block;
	height:26px;
	left:46px;
	outline: none;
	position:absolute;
	text-indent:-50000px;
	width:121px;	
}

#footer #facebookLink {
	bottom:20px;
	display:block;
	height:26px;
	outline: none;
	position:absolute;
	right:44px;
	text-indent:-50000px;
	width:121px;	
}

#footer a {
	color: #FFDDBB;
}

div#links {
	text-align: center;
}

div#links a {
	color: #553322;
}

div#links ul {
	list-style: none;
}

div#links li {
	margin-bottom: 15px;
}

#heworthU9s {
	border: 4px solid #553322;
}

#thankyouMessage {
	color:green;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;	
}

#sorryMessage {
	color:red;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;	
}

#captchaDiv {
	margin: 10px 0;	
}

#captchaDiv a {
	color: #442200;	
}

#addMessage span {
	margin-left: 10px;	
}

.LV_invalid {
	color: red;	
}

.LV_valid {
	color: green;
}

.loading {
	background: url(../images/ajax-loader.gif) top left no-repeat;
	height:32px;
	left:63px;
	opacity: 0.6;
	position:absolute;
	top:60px;
	width:32px;	
}

div#content ul#ateGallery li a img {
	visibility: hidden;	
}