/*
  Name: banner.css
  Desc: CSS styling for top banner.
  Auth: Adam Szmigin (adam@torchbox.com)
  Date: 2004-07-26
*/



/* Banner at top of page. */
div#Banner
{
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  background: #fff /*url(http://breakthrough.org.uk/display_images/generations/header_watermark.gif) no-repeat top right*/;
  height: 99px;
}

div#headerSeparator {
	margin: 0;
	padding:  0;
	border: #7571B5 3px solid;
}

a#TextOnly
{
  position: absolute;
  top: 0;
  right: 97px;
  display: block;
  background:  url(http://breakthrough.org.uk/display_images/generations/header_textonly.gif);
  width: 58px;
  height: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer; /* Cursor doesn't seem to change in Safari. */
}
span#PageVersionSplitter
{
  position: absolute;
  top: 0;
  right: 96px;
  display: block;
  background:  url(http://breakthrough.org.uk/display_images/generations/header_txtprint_splitter.gif);
  width: 1px;
  height: 22px;
  margin: 0;
  padding: 0;
}
a#PrintVersion
{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background:  url(http://breakthrough.org.uk/display_images/generations/header_printversion.gif);
  width: 96px;
  height: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer; /* Cursor doesn't seem to change in Safari. */
}
a#TextOnly span,
span#PageVersionSplitter span,
a#PrintVersion span
{ margin: 0; padding: 0; display: none; }

/* Company logo. */
div#Banner h1
{
  margin: 0 0 0 23px;
  padding: 0;
  background:  url(http://breakthrough.org.uk/display_images/generations_new/logo.gif) no-repeat scroll bottom left;
  width: 255px;
  height: 80px;
	font-size: 1.6em !important;
	font-weight: bold;
	color: #A4A0CE !important;
	line-height: 1em;
}

div#Banner h1 span { margin: 0; padding: 0; display: none; }
