/***********************************
* Stylesheet NightEye.nl           *
* http://www.nighteye.nl           *
* (C) 2007-2010 Zander Zoftware    *
*                                  *
* You are allowed to use this file *
* as basis for your own style,     *
* as long as you mention it was    *
* based on this file.              *
*                                  *
***********************************/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;

  color: #FFFFFF;
  background-color: #000000;
  background-image: url("images/background.png");
	background-repeat: repeat-x;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

div#header {
	height: 110px;
	width: 900px; /*was 720*/
	margin: 0 auto;
	border-left: 3px solid #BE4B00;
	border-right: 3px solid #BE4B00;
	text-align:center;
}

#menudiv {
	xtext-align:center;
	width:100%;
	border-top: 3px solid #BE4B00;
	border-bottom: 3px solid #BE4B00;
	height: 2em;
}


#menudiv ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

	margin: 0 auto;
	width: 900px; /*was 720*/
}
#menudiv li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	width: 130px; /* width needed or else Opera goes nuts */
	z-index: 999;
	text-align: center;
	xborder: 1px solid yellow;
}
#menudiv li ul { /* second-level lists */
	text-align: center;
	line-height: 125%;
	position: absolute;
	background-color: #BE4B00;
	background-image: none;
	width: 196px;
	height: 61px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
}
#menudiv li ul li {
	background-color: #000032;
	font-size: 0.8em;
	width: 190px;
	background-image: none;
	color: #800000;
	text-align: center;
	height: 29px;
	margin-left: 3px;
	padding-left: 0em;
	z-index: 999;
}

#menudiv li:hover ul, #menudiv li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#container {
	position: relative;
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
	padding:0;
	margin:0 auto;
}

#content {
	width: 900px; /*was 720*/
	text-align:left;

	height: 100%;
	padding: 0;
	margin: 0 auto;

	border-left: 3px solid #BE4B00;
	border-right: 3px solid #BE4B00;
}

div#footer {
	clear: both;
	text-align:left;
	bottom: 0;
	background: #BE4B00;
	width: 900px; /*was 720*/

	height: 16px;

	color: #FFFFFF;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}


#menudiv ul {
	list-style-type: none;
}
#menudiv li {
	display: inline;
	margin:0 25px 0 25px;
	height:24px;
	text-transform: uppercase;
	font-size:1.65em;
	padding:0;
	font-weight: bold;
}

P,form {
	padding: 10px;
	margin: 0px 5px;
}

A {
  color : #BE4B00;
  text-decoration: none;
}

A:Hover {
  color : #FF9600;
  text-decoration: none;
}


HR {
	color: #BE4B00;
	background-color: #BE4B00;
	height: 2px;
	display:block;
	border:0;
}

h1 {
	height:24px;
	clear: both;
	background-image: url("images/header.png");

	color: #FF9600; /*BE4B00*/
	text-transform: uppercase;
	text-align: center;
	font-size:1.65em;
	padding:0;
	margin:0;
	font-weight: bold;
}

h2 {
	height:20px;
	/*background-image: url("images/header2.png");*/
	background-color: #732E00;

	color: #BE4B00;
	text-transform: uppercase;
	text-align: center;
	font-size:1.4em;
	padding:0;
	margin:0;
	font-weight: bold;
}

a img {
	border: 0;
}

.introtext {
	margin-bottom:-20px;
}

.posttime {
	font-size: 0.75em;
	text-align: right;
}

.showall {
	text-align: right;
	padding-right: 15px;
}

/* GALLERIES */
ol.gallery, ol.gallery li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.gallery li {
	width: 150px;
	margin: 15px;
	background-color: #000000;
	font-size: 0.75em;
}
ol.gallery li img {
	height: 110px;
}

p#warehouse {
	clear: both;
	text-align: center;
	margin-top: 1em;
}
