body {
	background:#414a2f;
	color:#fff;
	font:0.625em/150% "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
h1, h2, h3, h4, p, li {
	line-height:150%;
}
.ir {
	display:block;
	text-indent:-10000px;
	background-repeat:no-repeat;
}
.clear {
	clear:both;
	line-height:0em;
	margin:0;
}
.clearLeft {
	clear:left;
	line-height:0em;
	margin:0;
}
.hidden {
	display:none;
}
.accesskey {
	text-decoration:underline;
}
.floatright {
	float:right;
	margin-left: 0.5em;
}
.floatleft {
	float:left;
	margin-right: 0.5em;
}
#wrapper {
	padding:0;
	margin:-7.5px auto 0;
	width:90em;
	background-color:#8c9579;
	position:relative;
}
/** CSS rules for Header **/

#header {
}
#header h1 {
	margin:0 25px 25px 65px;
	line-height:100%;
}
#header h1 img {
	border:0;
}
/** background-img for the h2 header is set in individual template files **/
	#header h2 {
	height:50px;
	width:450px;
	float:right;
	margin:-100px 15px 0 0;
	background-position:right;
}

div#header.christmas {
}
div#header.christmas {
	background:url(../images/christmas/header-background.jpg) repeat-x left top;
	height:162px;
	margin-bottom:25px;
}

div#header.christmas h1 {
	line-height:100%;
	position:absolute;
	top:0;
	left:0;
}
div#header.christmas h1 img {
	border:0;
}

div#header.christmas h2 {
	display:none;
}

/** CSS rules for Menu **/

#menu {
	font-size:1em;
	width:15em;
	float:left
}
/*  Mac hack to hide from IE5-mac - only IE-win sees this.  Tan hack to deliver star HTML selector bug to IE only (which is now only Win versions). Holly hack 3 pixel text jog fix using 1% height to force height fix bug - see http://www.positioniseverything.net/explorer/threepxtest.html \*/
 
/* * html #menu {
  margin-right: 20px;
  }
 
* html #bodyDetailPage,  * html #bodyJumpPage{
  height: 1%;
  margin-left: 0;
  }
  
*/
   
/* End 3 pixel text jog fix */

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
#menu li {
	margin:0 0 0.2em 0;
}
/** Individual template pages have an inline style that creates a 'you are here' highlight  **/
	#menu a:link,  #menu a:visited,  #menu a:hover,  #menu a:active {
	font-size:200%;
	color:#fff;
	width:7.5em;
	height:1.25em;
	display:block;
	background-color:#666;
	text-decoration:none;
	padding:0.45em 0.4em 0.15em 0.5em;
}
#menu a:hover {
	background-color:#b0c956;
}
/** CSS rules for Master pages **/

.emphasis {
	background-color:#dce8b5;
	color:#666;
	padding:1em;
}

.oldie {
	background-color:#666;
	padding:0em 0.5em;
}

div.christmaswreath {
	background:#dce8b5 url(../images/christmas/snowytop.png) repeat-x left bottom;
	position:relative;
	padding:0;
}
div.christmaswreath:before {
	background:url(../images/christmas/wreath_small.png) no-repeat left top;
	position:absolute;
	content:".";
	width:80px;
	height:60px;
	text-indent:-999em;
	top:-20px;
	left:-25px;
}
div.christmaswreath:after {
	background:url(../images/christmas/flower_small.png) no-repeat left top;
	position:absolute;
	content:".";
	width:40px;
	height:60px;
	text-indent:-999em;
	bottom:-45px;
	right:-20px;
}

#bodyJumpPage {
	color:#fff;
	background-color:#8c9579;
	margin-top:2.5em;
	margin-right:210px;
	margin-bottom:0;
	margin-left:19.5em;
}
#bodyJumpPage p {
	font-size:160%;
	font-weight:normal;
}
#bodyJumpPage p img {
	border:1px solid #666;
}
#bodyJumpPage .intro {
	font-weight:bold;
	font-size:180%;
	line-height:150%;
}
#bodyJumpPage h3 {
	font-size:220%;
	color:#fff;
	background-color:#b0c956;
	padding:5px 8px 5px 10px;
	font-weight:normal;
	line-height:120%;
}
#bodyJumpPage h4 {
	font-size:160%;
	color:#fff;
	background-color:#666;
	padding:0.25em 0.4em 0.25em 0.5em;
}
#bodyJumpPage h5 {
	font-size:160%;
	margin:0;
	padding:0;
}
#bodyJumpPage ul {
	margin:15px 0 -25px 0;
	padding:0;
	background-color:#8c9579;
	color:#fff;
	font-size:medium;
	list-style:none;
	font-weight:bold;
}
#bodyJumpPage ul.bulletlist {
	list-style:inside disc;
	margin-bottom: 1em;
}
#bodyJumpPage ul.bulletlist li {
	margin:0 0 0 1em;
	text-indent:-1em;
	font-weight:normal;
}
#bodyJumpPage img {
	float:left;
	margin:0 20px 10px 0;
}
#bodyJumpPage a:link,  #bodyJumpPage a:visited,  #bodyJumpPage a:hover,  #bodyJumpPage a:active {
	text-decoration:none;
	color:#b0c956;
	background-color:#8c9579;
}
#bodyJumpPage a:visited,  #bodyJumpPage a:hover {
	color:#666;
}
#bodyJumpPage .exhibition {
	font-weight:normal;
	margin:0;
}
#bodyJumpPage p.date {
	margin:0 0 0.5em 0;
	font-weight: bold;
}
#bodyJumpPage .text {
}
#bodyJumpPage .artist {
	margin:0 0 1em 0;
}
#bodyJumpPage .enquiry {
	padding:15px 0 0 0;
	margin:0;
	background-color:#8c9579;
	color:#b0c956;
	font-size:medium;
	list-style:none;
	font-weight:bold;
}
#bodyJumpPage .enquiry a:link,  #bodyJumpPage .enquiry a:visited,  #bodyJumpPage .enquiry a:hover,  #bodyJumpPage .enquiry a:active {
	font-weight:normal;
	width:9em;
	height:1.467em;
	display:block;
	color:#666;
	background-color:#dce8b5;
	text-decoration:none;
	padding:0.333em 0 0.333em 0.8em;
}
#bodyJumpPage .enquiry a:hover {
	color:#dce8b5;
	background-color:#666;
}
#bodyJumpPage .link a:link,  #bodyJumpPage .link a:visited,  #bodyJumpPage .link a:hover,  #bodyJumpPage .link a:active {
	font-weight:bold;
	text-decoration:none;
	color:#b0c956;
	background-color:#8c9579;
}
#bodyJumpPage .link a:visited,  #bodyJumpPage .link a:hover {
	color:#666;
}
#bodyJumpPage div.event {
	border-top:0.2em solid #414a2f;
}
#picturesJumpPage {
	width:185px;
	float:right;
	background-color:#fff;
	color:#000;
	padding:0 0 15px 0;
	margin:0;
}
#picturesJumpPage p {
	margin:0;
}
#picturesJumpPage h4 {
	margin:5px 15px 0 15px;
}
#picturesJumpPage img {
	margin:15px 15px 0 15px;
	text-align:center;
	border:1px solid #666;
}
#picturesJumpPage .artist,  #picturesJumpPage .caption,  #picturesJumpPage .date,  #picturesJumpPage .exhibition {
	margin:0 15px 0 15px;
	font-weight:bold;
}
#picturesJumpPage .caption,  #picturesJumpPage .date {
	font-weight:normal;
}
#picturesJumpPage .exhibition {
	color:#666;
}
#picturesJumpPage .exhibition a:link,  #picturesJumpPage .exhibition a:visited,  #picturesJumpPage .exhibition a:hover,  #picturesJumpPage .exhibition a:active {
	text-decoration:none;
	color:#b0c956;
	background-color:#fff;
}
#picturesJumpPage .exhibition a:visited,  #picturesJumpPage .exhibition a:hover {
	color:#666;
}
/** CSS rules for Detail pages **/

#bodyDetailPage {
	color:#fff;
	background-color:#8c9579;
	margin-top:25px;
	margin-right:305px;
	margin-bottom:0;
	margin-left:19.5em;
}
#bodyDetailPage p {
	font-size:160%;
	font-weight:normal;
}
#bodyDetailPage .intro {
	font-weight:bold;
	font-size:180%;
	line-height:150%;
}
#bodyDetailPage a:link,  #bodyDetailPage a:visited,  #bodyDetailPage a:hover,  #bodyDetailPage a:active {
	text-decoration:none;
	color:#b0c956;
	background-color:#8c9579;
}
#bodyDetailPage a:visited,  #bodyDetailPage a:hover {
	color:#666;
}
#bodyDetailPage h3 {
	font-size:220%;
	color:#fff;
	background-color:#b0c956;
	padding:0.25em 0.4em 0.25em 0.5em;
	font-weight:normal;
	line-height:120%;
}
#bodyDetailPage h4 {
	font-size:160%;
}
#bodyDetailPage ul {
	margin:15px 0 -25px 0;
	padding:0;
	background-color:#8c9579;
	color:#585F4B;
	font-size:medium;
	list-style:none;
	font-weight:bold;
}
#bodyDetailPage a:link,  #bodyDetailPage a:visited,  #bodyDetailPage a:hover,  #bodyDetailPage a:active {
	text-decoration:none;
	color:#b0c956;
	background-color:transparent;
}
#bodyDetailPage a:visited,  #bodyDetailPage a:hover {
	color:#666;
}
#bodyDetailPage .artistName {
}
#bodyDetailPage .text {
}
#bodyDetailPage .quote {
	font-style:italic;
}
#bodyDetailPage .copyright {
	font-weight:bold;
	color:#000;
}
#bodyDetailPage .enquiry {
	padding:15px 0 0 0;
	margin:2px 0;
	background-color:#8c9579;
	color:#b0c956;
	font-size:medium;
	list-style:none;
	font-weight:bold;
}
#bodyDetailPage .enquiry a:link,  #bodyDetailPage .enquiry a:hover,  #bodyDetailPage .enquiry a:visited,  #bodyDetailPage .enquiry a:active {
	font-weight:normal;
	width:9em;
	height:1.467em;
	display:block;
	color:#666;
	background-color:#dce8b5;
	text-decoration:none;
	padding:0.333em 0 0.333em 0.8em;
}
#bodyDetailPage .enquiry a:hover {
	color:#dce8b5;
	background-color:#666;
}
#bodyDetailPage .contactform p {
	margin:0;
	padding: 5px 0px 0px 0px;
	clear:left;
}
#bodyDetailPage .contactform label {
	float:left;
	width: 28%;
}
#bodyDetailPage .contactform .text {
	background-color:#f5f6f2;
	padding:2px;
	width: 280px;
	font-weight:normal;
	border-color:#3c582f;
	border-width:1px;
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}
#bodyDetailPage .form p.submit {
	margin: 0px;
}
#bodyDetailPage .form p.submit input {
	font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666;
	background-color:#dce8b5;
}
#bodyDetailPage .menulist {
	margin:15px 0 0 1.2em; /* Left margin is the same as text-indent below to get an outdented bulletted list */
	font-weight:normal;
	color:#fff;
	list-style:disc inside;
	text-indent:-1.2em;
}
#bodyDetailPage table {
	font-size:160%;
	line-height:120%;
	border-collapse:collapse;
}
#bodyDetailPage table caption {
	text-align:left;
	font-size:140%;
	line-height:140%;
}
#bodyDetailPage table tr {
}
#bodyDetailPage table td, #bodyDetailPage table th {
	vertical-align:top;
}
#bodyDetailPage table th {
	text-align:left;
	background-color:#666;
	color:#fff;
	padding:0 0.25em;
	margin:0 0 0.5em;
}
#bodyDetailPage table td {
	padding:0 0.25em 0.5em;
}
/* This is the div at the bottom of the homepage that shows exhibition information */	

	#bodyDetailPage #homepageExhibition {
	padding:10px 15px 15px;
	display:block;
	margin:0;
	color:#fff;
	background-color:#75805e;
	text-indent:0;
}
#bodyDetailPage #homepageExhibition img {
	float:left;
	margin:0 20px 20px 0;
	padding:0;
	border:1px solid #666;
}
#bodyDetailPage #homepageExhibition h4 {
	margin:0;
}
#bodyDetailPage #homepageExhibition .exhibition {
	font-weight:bold;
	/*margin:-0.5em 0 0 0;*/
			padding:0;
}
#bodyDetailPage #homepageExhibition .date {
	font-weight:normal;
	margin:0;
	padding:0;
}
#bodyDetailPage #homepageExhibition .artist {
	font-weight:bold;
	margin:0 0 1em 0;
	padding:0;
}
#bodyDetailPage #homepageExhibition .picture {
}
#bodyDetailPage #homepageExhibition .caption {
}
#bodyDetailPage #homepageExhibition a:link,  #bodyDetailPage #homepageExhibition a:visited,  #bodyDetailPage #homepageExhibition a:hover,  #bodyDetailPage #homepageExhibition a:active {
	text-decoration:none;
	color:#b0c956;
	background-color:transparent;
}
#bodyDetailPage #homepageExhibition a:hover {
	color:#666;
}
#picturesDetailPage {
	width:280px;
	float:right;
	background-color:#fff;
	color:#000;
	padding:0 0 15px 0;
}
#picturesDetailPage p {
	margin:5px 10px 0 10px;
}
#picturesDetailPage img {
	margin:15px 5px 5px 5px;
}
#picturesDetailPage p img {
	border:1px solid #666;
}
#picturesDetailPage .artist {
	margin:0 15px -5px 15px;
	font-weight:bold;
}
#picturesDetailPage .caption {
	font-weight:normal;
	margin:5px 15px 0 15px;
}
/** CSS rules for Menus (that's the food menus!) subdiv **/

#menus {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	color:#000;
	margin:0;
	padding:20px;
}
#menus h4 {
	color:#8c9579;
	background-color:#fff;
	font-size:240%;
	font-style:italic;
	margin:0;
}
#menus p {
	color: #000;
	font-size:140%;
	background-color:#eee;
	margin:5px 0;
}
#menus table {
	color: #000;
	background-color:#eee;
	margin:15px 0 0 0;
	border-collapse:collapse;
	width:100%;
}
#menus thead {
	display:none;
	background-color:#eee;
}
#menus tfoot p {
	padding:2px 4px;
	margin:0;
	color:#666;
	background-color:#eee;
}
#menus td, th {
	vertical-align:top;
	border-width:0;
	color: #000;
	background-color:#eee;
}
#menus td {
	padding:0 10px 0 0;
}
#menus caption {
	font-weight:bold;
	font-size:140%;
	color: #000;
	background-color:#ccc;
	padding:0;
	margin:20px 0 -10px 0;
}
#menus .menuitem {
	width:80%;
}
#menus .price {
	width:20%;
}
#menus .menuitem p {
	font-style:italic;
	color: #000;
	background-color:#eee;
	padding:2px 4px;
	margin:0;
}
#menus .price p {
	color: #000;
	background-color:#eee;
	padding:2px 4px;
	margin:0;
}
#menus .date {
	color: #666;
	background-color:#fff;
	margin:5px 0;
	font-weight:bold;
}
#menus .samplemenus {
	float:left;
	margin: 0;
	padding: 0;
	display:block;
	background-color:#fff;
}
#menus .samplemenus ul,  #menus .samplemenus li {
	margin: 5px 0 0 0;
	padding:0;
	list-style:none;
}
#menus .samplemenus li {
	background-color:#fff;
}
#menus .samplemenus li a:link,  #menus .samplemenus li a:visited,  #menus .samplemenus li a:hover,  #menus .samplemenus li a:active {
	text-decoration:none;
	font-weight:normal;
	width:150px;
	height:22px;
	display:block;
	color:#666;
	background-color:#dce8b5;
	padding:5px 0px 5px 12px;
}
#menus .samplemenus li a:hover {
	color:#dce8b5;
	background-color:#666;
}
/** Styles for cafe page**/


.cafeheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	line-height:1.3em;
}
.cafesubheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
}
.cafesubheader2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	line-height:0.4em;
}
.cafespaced1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bolder;
	text-align:center;
	letter-spacing:0.4em;
	line-height:2.4em;
}
.cafespaced2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bolder;
	text-align:center;
	letter-spacing:0.4em;
	line-height:1.8em;
}
.cafespaced3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bolder;
	text-align:center;
	letter-spacing:0.1em;
	line-height:1.1em;
}
.cafebookdetail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bolder;
	text-align:center;
	line-height:1.0em;
}
.cafebookdetail2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bolder;
	text-align:center;
	line-height:1.0em;
}
.cafephonedetail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	line-height:0.8em;
}
.cafenext1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:2.4em;
}
.cafenext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:0em;
}
.cafenext3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	line-height:0.9em;
}
.cafenext4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bolder;
	text-align:center;
	line-height:1.0em;
}
/** CSS rules for Footer **/

#footer {
	clear:both;
	margin:25px 0 0 0;
	padding:10px;
	background-color:#75805e;
	color:#fff;
	height:30px;
}
/***** Don't think I need this hack - footer div seems to be working fine for positioning
html>body #footer {
	margin:-25px 0 0 0;
}
******/
	#footer .copyright {
	margin:0;
	padding:0;
	font-size:xx-small;
}
#menu1 {
}
#menu2 {
}
#menu3 {
}
#menu4 {
}
