@import url("/common/css/pagebase.css");
@import url("/common/css/top.menu.css");
@import url("/common/css/eventbase.css");
@import url("/common/css/searchbase.css");

/*
 *  colours:
 *    body: black
 *    borders: #221e1f
 *    link: #676767/#666, #333/#EF3A41
 *    em: #EF3A41 bold normal
 *    h1-3: black bold
 *    menubar: #333, #999
 *    menu: (black) on white, white on #999
 */

body { color: #222222; padding: 0; font-size: 0.87em }
em { font-style: normal; font-weight: bold; color: #ef3a41 }

a {
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FBBD1A;
  text-decoration: none;
}

a:active, a:hover {
  color: black;
  border-bottom-color: #000000;
  text-decoration: none;
}

textarea, input {
  border: 1px solid #FBBD1A;
  background-color: #FFFFFF;
}

input.button {
	background-color: #FBBD1A;
	color: black;
	 border: 1px solid #FBBD1A;
		}

h1, h2, h3 {
  color: #000000;
  font-weight: bold;
}

h1 {font-size: 150%;}
h2 {font-size: 130%}

#pagetop {
  height: 130px;
  background-color: #000000;
}

#logo { position: absolute; top: 5px; left: 20px }
#toprandom { position: absolute; top: 0; right: 0 }

#body {
	position: relative; 
	border-top: 1px solid black;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS" }

#navigate {
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  border-top: 2px solid #221e1f;
  border-bottom: 2px solid #221e1f;
  background-color: #FBBD1A;
}

* html #navigate { height: 34px }

#menu {
  top: 7px;
  left: 68px;
  font-size: 90%;
  text-transform: uppercase;
}

#menupad {
  top: -100px;
  left: -50px;
  height: 400px;
}

#ymenuoffset {
  width: 150px;
  height: 40px;
}

#xmenuoffset {
  top: 1.1em;
  left: 0;
}

#menu a { padding: 3px }

#menu a.menutitle, #menu a.menuactive {
  font-size: 11px;
  font-weight: bold;
}

#menu a.menutitle:link, #menu a.menutitle:visited, #menu a.menutitle:active {
  color: #000000;
  background-color: transparent;
}

#menu a.menutitle:hover, #menu a.menuactive:link, #menu a.menuactive:visited {
  color: #FFFFFF;
  background-color: transparent;
}

#menu .menubag ul {
  margin-top: 0.3em;
  border-color: #221e1f;
  background-color: white;
  color: #999;
}

#menu .menubag a {
  border-style: none;
}

#menu .menubag a.indented { padding-left: 8em }

#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  background-color: #fff;
  color: #000;
}

#menu .menubag a:hover {
  background-color: #999;
  color: white;
}

#leftmenu a, #rightmenu a {
  height: 24px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

#leftmenu a, #rightmenu a {
  display: block;
}

#menubar a:link, #menubar a:visited, #leftmenu a, #rightmenu a { color: #000000; }

#menu a:hover,
#menu a.hover:link, #menu a.hover:visited,
#menu a.active:link, #menu a.active:visited,
#leftmenu a:hover, #rightmenu a:hover {
  background-color: transparent;
  color: white;
}

#leftcolumn, #rightcolumn {
  position: absolute;
  top: 34px;
  width: 190px;
  border-color: #FFFFFF;
  border-width: 1px;
  text-align: left;
}

#leftcolumn { left: 10px; top: 55px; border-style: none solid none none }
#rightcolumn { right: 0; border-style: none none none solid }

#catalogueinsert {
  margin-bottom: 1em;
  padding: 1em 0 1em 0.5em;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
}

#catalogueinsert img { float: left; padding-right: 0.3em }

#logoblock {
  margin-top: 1em;
  text-align: center;
}

#leftmenu a, #rightmenu a {
  width: 160px;
  background: transparent url("/css/button.wide.png") top left no-repeat;
  text-decoration: none;
  margin: 0 auto;
  border-bottom: none;
}

#leftmenu a:hover, #rightmenu a:hover { border-bottom: none }

#rightmenu { margin-bottom: 13em }

#righttop, #rightaddress div, #leftaddress div { padding: 1em }

#rightaddress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #bbb;
  background-color: #d6d6d6;
}

#leftaddress {
  margin-top: 1em;
  background-color: #bbb;
  background-color: #d6d6d6;
}

#content {
  margin: 25px 190px 0 195px;
  margin: 60px 190px 0 195px;
  padding: 0 10px 0 10px;
  line-height: 140%;
}

#frontleftbox, #frontrightbox {
  position: absolute;
  bottom: 0;
  width: 50%;
  margin: 0;
  border: none;
  padding: 0;
}

#frontleftbox { left: 0 }
#frontrightbox { right: 0 }

#frontleftbox .frontbox, #frontrightbox .frontbox {
  height: 200px;
  border-top: 2px solid #221e1f;
  padding: 1em;
  overflow: auto;
}

#frontleftbox .frontbox { border-right: 1px solid #221e1f }
#frontrightbox .frontbox { border-left: 1px solid #221e1f }
#hometext { padding-bottom: 240px }

* html #pphome #content { padding: 0 0 0 0 }
* html #pphome #hometext, * html #pphome #content h1 { margin: 0 10px }
* html #pphome #hometext { padding-bottom: 210px }

.frontbox h3 { margin: 0 0 3px 0 }
.frontbox img { float: left; padding: 5px 5px 5px 0 }

.helptext { color: #966 }

table.contacttable { width: 100%; margin-top: 1em }
table.contacttable th { font-weight: bold }
table.contacttable th.section { padding-top: 1em }

div.cataloguepdf { clear: left }
div.cataloguepdf img { float: left; padding-right: 1em }

#pagetail {
	text-align: center;
	background-color:#FFFFFF;
		}
hr {
	border: 0;
	width: 100%;
	color:#FBBD1A;
	height: 1px;
	background-color: #FBBD1A;	}

/*
 *   thumbnail and gallery styles
 */

.thumb {
  position: absolute;
  width: 120px;
  height: 120px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.piximage img { border-style: none }

.thumbnail { position: relative }

.loading {
  margin: 40px 100px 10px 100px;
  background-color: #FBBD1A;
  padding: 10px;
  text-align: center;
  font-size: 130%;
  color: black;
}

.thumblist { position: relative }
.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward { display: inline }
.thumblist img { border: 1px solid white; margin: 4px 1px }
.thumblist img.missing { border-color: #ddd }
.thumblist .selected img {
  border-color: white;
  opacity: 0.30;
  /* non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  filter: alpha(opacity=30);
}
.thumblist a { border-bottom-width: 0 }
.thumblist a:hover img { border-color: #357910 }

.pagenav .thispage { background-color: #FBBD1A; color: black }

#imageview { margin: 0 0 0 0; text-align: center }
#imageview img { margin-left: auto; margin-right: auto }

#creditlink { bottom: 0; left: 0 }
