﻿body {
}

.TopHeadersection
{
	position: relative; 
	width: 925px; 
	height: 63px; 
	z-index: 0; 
	margin-right: auto;
	margin-left: auto; 
	top: 0px; 
	left: -1px;	/* Fixes the natural non-centred look of the top nav in relation to the rest of the content below it (it's a pixel short)*/
}


.navigationflash
{
	position: absolute;
	width: 730px;
	Height: 63px;
	background-color:Black;
	z-index: 0;
}

.navigationSearch
{

position: absolute;
z-index: 0;
width: 196px;
Height: 63px;
top: 0px;
left: 730px;
background-image: url('../../../images/searchbackground.jpg'); 
background-repeat:no-repeat;	
}

/*.searchBox
{
position: absolute;
z-index: 6; 
width: 128px;
top: 19px;
left: 16px	
}*/

.searchBox
{
	position: absolute;
	z-index: 6; 
	width: 80px;
	top: 21px;
	left: 80px;
}

/*.SearchLogo
{
position: absolute;
width: 17px;
Height: 18px;
top: 20px;
left: 153px;
}*/

.SearchLogo
{
	position: absolute;
	width: 17px;
	Height: 18px;
	top: 20px;
	left: 169px;
}
