﻿/******************************************************************************/
/* Header */
/******************************************************************************/

#headerWrapper 
{	
	background-image: url(../images/WardMechLogo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: none;
	height: 64px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}

/******************************************************************************/
/* Logo */
/******************************************************************************/

#headerLogoWrapper 
{
	float: left;
	height: 63px;
	margin: 0px 0px 0px 0px;	
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 219px;
}
#headerLogoWrapper h1
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#headerLogoWrapper h1 a
{
	background: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;											/* Allows to change width and height of the image */
	float: left;
	height: 60px;
	line-height: 63px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-indent: -5000em;									/* Hides the text in the h1 tag */
	width: 219px;
	z-index: 1000; /* IE Fix*/	
}

/******************************************************************************/
/* Menu */
/******************************************************************************/

#headerMenuWrapper 
{
	background: none;
	float: left;
	margin: 15px 0px 0px 0px;
	overflow: visible;
}
#headerMenuNavigation
{
	float: left;
	font-size: 12px;
	line-height: 14px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
}
#headerMenuNavigation li
{
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
#headerMenuNavigation li a 
{
	background-image: url(../images/tabMenuBackground.png);
	background-repeat: no-repeat;
	color: #FFFFFF;	
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 95px;
}
#headerMenuNavigation li a:hover, .headerMenuNavigationCurrentPage 
{	
	background-position: 0px -39px;
}
