 /*
      Created by Charles Bickett

	  E-Mail: charles@bickett.co.uk

      April 2009

*/
 /* start lightbox    */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* end lightbox */

/* main horizontal menu */
ul#menu{
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 1000px;
	position:relative;
	display: block;
	height:34px;
	text-transform:uppercase;
	font-size: 9pt;
	font-weight:normal;
	background:transparent url(images/off_01.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}

ul#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
    letter-spacing: 1px;
    padding:10px 20px 0 22px;
	height:24px;
	background:transparent url(images/DIVIDER.gif) no-repeat left top;
	}

ul#menu li a:hover{
	background:transparent url(images/HOVER.gif) no-repeat left top;
    color: #000000;
	}
/* end of main horizontal menu */

/* footer right hand section */
    #rhs {
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #CCCCCC;
background-color: #CCCCCC;
height: 25px;
width: auto;
float: right;
margin-right: 20px;
font-size: 0.7em;
color: #555555;
}
/* end of footer right hand section */

/* footer horizontal menu */
#navBar {
padding: 0px;
border-bottom: 1px solid #CCCCCC;
background-color: #CCCCCC;
color: #FFFFFF;
float: left;
margin-left: 50px;
height: 25px;
width: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	border: none;
	margin: 0px;
	color: #555555;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #555555;
}

#navBar a:link, #navBar a:visited {
color: #555555;
text-decoration: none;
font-weight: normal;
font-size: 0.8em;
}

#navBar a:hover {
color: #FFFFFF;
background-color: transparent;
font-weight: normal;
}

#navBar a:active {
color: #FFFFFF;
font-weight: bold;
}
/* end of footer horizontal menu */

/* start of main section */
  body{
  margin:0;
  padding:0;
  line-height: 1.5em;
  border: 2px;
  }

/* font settings */
/* b{font-size: 120%;}     */

em{color: #990033;}

sub{font-size: 25px;
  font-weight: bold; color: #CCCCCC;
  letter-spacing: 2px;
}

h1{
  font-size: 22pt;
  letter-spacing: 2px;
}

h2{
  color: #666666;
  font-size: 1.2em;
}

h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-weight: 100;
}

h4 {
  color: #666666;
  font-size: 0.7em;
  }
h5 {
  color: #666666;
  font-size: 0.9em;
  }

p{
  color: #666666;
}

ol{
  color: #666666;
}

ul{
  color: #666666;
}

#maincontainer{
  width: 1000px; /*Width of main container*/
  margin: 0 auto; /*Centre container on page*/
  background: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #990033;
  font-size: 0.8em;
}

#topsection{
  height: 150px; /*Height of top section*/
  background-color: #FFFFFF;
  width: 1000px;
}

#topsection h1{
  margin: 0;
  padding-top: 15px;
  color: #000000;
}

#menusection{
  height: 34px;
  width: 100%;
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentcolumn{
  margin-right: 325px; /*Set right margin to RightColumnWidth plus 50*/
 }
 a.h4link:link { color: #666666; text-decoration: underline; }
 a.h4link:visited { color: #666666; text-decoration: underline; }
 a.h4link:hover { color: #000000; }

 a:link { color: #666666; text-decoration: underline; }
 a:visited { color: #666666; text-decoration: underline; }
 a:hover { color: #000000; }

#rightcolumn{
  float: left;
  width: 275px; /*Width of right column*/
  margin-left: -275px; /*Set left margin to -(RightColumnWidth) */
  }
#rightcolumn img {border:none;}

#footer{
  clear: left;
  width: 100%;
  height: 46px;
  color: #FFF;
  padding: 0 0 0 0px;
  border-top: 2px solid #FFFFFF;
}

#footer a{
  color: #990033;
}

.innertube{
margin: 0px 10px 10px 60px; /*Margins for inner DIV inside each column (to provide padding)*/
}
/* end of main section */