/* === header styles === */

#header {
	width: 770px;
	text-align: left;
	background-color: #151829;
	color: #fff;
	font-size: 11px;
	
	/*
	border: 1px solid #ff0000;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	*/
	
	
	
	position: relative;
	width:770px;

	
}

#headerLogo {
	float: left;
}

#headerLogo img {
	border: none;
}

#headerBanner img {
	border: 1px solid #000;
}

/* ====== Basket Info in header ====== */
#basketInfo {
	float: right;
	/*display: none;*/
	width: 150px;
	text-align: right;
	padding: 5px 10px 0 0;
}

	#basketInfo img {
		border: none;
	}

	#basketInfo #basketLink {
		padding: 0 10px 0 0;
		float: right;
	}

	#basketInfo #loginLogout {
		padding: 2px 0 0 10px;
		border-left: 1px solid #666;
		float: right;
		display: none;
	}

/* ====== Utility navigation ====== */

#headerUtilityNav {
	width: 270px;
	height: 16px;
	margin: 30px 0px 0px 0px;
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	#headerUtilityNav ul, #headerUtilityNav li, #headerUtilityNav a, #headerUtilityNav a:visited, #headerUtilityNav a:active {
		color: #000;
		margin: 0px;
	}

	#headerUtilityNav a:hover {
		color: #ff0000;
	}
	#headerUtilityNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
		padding-left: 6px;
		background-image: url(../images/icons/list_arrowBK.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
		text-decoration: underline;

	}

/* ===== header main navigation ===== */

#headerNav {
	width: 770px;
	padding: 0;
	clear: both;
	background-color: #003548;
	color: #fff;
	text-align: left;
	display: block;	
	/*
	float: left;
	margin-bottom: 3px;
	*/
	white-space: nowrap;
	height: 24px;	
	_overflow: hidden;
	border-bottom: 1px solid #000;
}

#headerNav img {
	border: none;
}
	/* Navigation div to align with other elements in headerNav 
	#Nav {
		float: left;
	}*/
	
	
	#navHolder {
		background-color: #003548;
		width: 450px;
		float: left;
		padding: 7px 0 5px 0;
		/*
		background-color: #999999;
		*/
	}	
		
			#nav { /* style for navigation UL */
				z-index: 10;
				font-size: 11px;
				padding: 0px;
				margin: 0px; 
				display: block;
				/*
				border: 1px solid red;
				*/
				list-style: none;
				float: left;
			}	
		
		
			#nav a {
				width: auto;
				display: block;
				padding: 0px;
				margin: 0px;
				background: transparent;
				color: #fff;
				text-decoration: none;
			} 
			
			#nav img {
				background-color: #003548;
				padding: 0px;
				margin: 0 5px 0 8px;
			}
			
			#nav li {
				/*
				height: 11px;
				*/
				float: left;
				padding: 0;
				margin: 0;
				position: relative;
			}
			
			#nav li ul {
				padding: 0px 2px 0px 0px;
				display: none; /* use 'block' for development, 'none' once you are finished */
				position: absolute;
				top: 17px;
				margin-left: 7px;
				left: 0px;
				background-color: #003548;
				width: 125px;
				list-style: none;
				
				border: 1px solid #fff;
				border-top: none;
			}
						
			#nav li ul li {
				margin-top: 5px;
				padding: 0;
				width: 127px;
				height: 18px;
			} 

			#nav li ul li a {
				height: 18px;
				padding: 0px 0 0 4px;
				height: inherit;
			} 
				
			#nav ul li a:hover {
				background-color: #666;
			}		
			
			#nav li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
				top: auto;
				left: auto;
			}

			#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
				display: block;
				
			}
	
	
	
	/* Currency Switcher */
	#headerCurrency {
		width: 110px;
		float: right;
		padding-top: 7px;
		visibility: hidden;
	}
		#headerCurrency img {
			margin-right: 5px;
		}
		
			#headerCurrency img.last {
				margin: 0;
			}		


	/* Search Form */
	#searchForm {
		width: 180px;
		float: right;
		margin: 1px 3px 3px 15px;
		
		/*
		display: none;
		border: 1px solid #ccc;
		*/
	}
	
		#searchForm img {
			margin: 6px 0 0 0;
			float: left;
		}	
	
		#searchForm form {
			margin: 0;
			padding: 0;
			float: right;
			/*
			margin-bottom: 3px;
			color: #fff;
			border: 1px solid red;
			*/
		}
		
		#searchForm form input.textField { 
			width: 85px;
			height: 12px;
			color: #666666;
			border: 1px solid #BFBCAE;
			font-size: 9px;
			/*font-weight: bold;*/
			margin: 0px 0 0 5px;
		}

		#searchForm form input.searchButton {
			background-color: #fff;
			padding: 0px;
			height: 16px;
			font-size: 9px;
			color: #000;
			border: 1px solid #BFBCAE;
			margin: 3px 0 0 0;
		}
		
/* ===== styles for header login/out space ===== */
#login a {
	padding: 0px 13px 0px 13px;
	text-decoration: none;
	margin: 7px 0px 0px 0px;
	/*width: 42px;*/
	float:left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
