
body {
background: black;
color: yellow;
font-size: 12pt;	
}

#wrap, #content{
 width: auto;
 margin: 0 5%;
 padding: 0;
 border: 0;
 float: none !important;
 color: yellow;
 background: transparent none;
}

#header{
	padding-top:10px;
width: auto;

}

#logo{
display: none;
}

#logotext{

margin:0 0 0 100px;
border:0;
}

#css_switch{
   position: absolute;
   left:45%;
   top: 15px;
width: 120px;
   padding:0px;

	z-index: 10;
font: bold 14px Arial, sans-serif;	
}


#search {
	position: absolute;
    left:62%;
    top: 40px;
    padding:0px;
	z-index: 10;
}

#leftcolumn{
display: none;
}

#rightcolumn{
display: none;
}


#content{
	position: relative;
top: 50px;
	margin-left: 10%;
	   padding-top: 1em;
	   border-top: 1px solid #930;
		font-size: 1.1em;
	   }

#footer{
display: none;
}

#background_barrow{
display: none;
}



/*Menu
----------------------------------------*/



.menu {
		margin:0 0 0 0;
		padding:0 0 0 0;
		position: relative;
		width: 900px;
		top: 0px;
		left: 0px;
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		background-color: blue;
		color: #fff;
		z-index: 120;
		
	}
	* html .menu {
	top: 0px;	
	left: 0px;
	}
	.menu ul {
	padding:0 0 0 0; 
	margin:0;
	list-style-type: none;
	}
	.menu ul li {
	float:left;
	position:relative;
	}
	.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration: none;
	text-align: center; 
	color:#fff; 

	width:130px; 
	height:20px; 
	
	padding-left:5px;
	padding-right:5px; 
	line-height:20px;
	}
	* html .menu ul li a, .menu ul li a:visited {
	width:135px;
	w\idth:130px;
	}
	.menu ul li ul {
	display: none;
	}
	table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
	}

	/* specific to non IE browsers */
	.menu ul li:hover a,
	.menu ul li a:hover {
	color:#fff; 
	background:#bd8d5e;
	}

	.menu ul li:hover ul,
	.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:20px;
	margin-top:0px;
	left:0; 
	width:150px;
	}
	* html .menu ul li a:hover ul {
	margin-top:0;
	marg\in-top:0px;
	}

	.menu ul li:hover ul li ul,
	.menu ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;
	}

	.menu ul li:hover ul li a,
	.menu ul li a:hover ul li a {
	display:block; 
	background:#faeec7; 
	color:#000; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:129px
	}
	* html .menu ul li a:hover ul li a {
	width:150px;
	w\idth:129px;
	}

	.menu ul li:hover ul li a.drop,
	.menu ul li a:hover ul li a.drop {
	background:#c9c9a7 url(drop.gif) bottom right no-repeat;
	}

	.menu ul li:hover ul li a:hover,
	.menu ul li a:hover ul li a:hover {
	background:#c9c9a7; 
	color:#000;
	}

	.menu ul li:hover ul li:hover ul,
	.menu ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	left:150px; 
	top:0;
	width:150px;
	}

	.menu ul li:hover ul li:hover ul.left,
	.menu ul li a:hover ul li a:hover ul.left {
	left:-150px;
	}


.menustripe{
display: none;
}


.footstripe{
display: none;
}
.menustripe_dgreen{
	display:none;
}

.footstripe_dgreen{
display:none;
}
.menustripe_gblue{
display:none;
}

.footstripe_gblue{
	display:none;
}
.menustripe_lgreen{
display:none;
}

.footstripe_lgreen{
display: none;
}
.menustripe_orange{
display: none;
}

.footstripe_orange{
display: none;
}
.menustripe_red{
display: none;
}

.footstripe_red{
display: none;
}


/*breadcrumb
-------------------------------------------------------*/

.B_crumbBox {
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FF8000;	
	text-align: left;
	padding-top: 20px;
}




a:link, a:visited {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.streamengine.co.uk" attr(href) ") ";
   }