/* Header */
#global_header_wrapper {
	text-align: center;  /* This causes does the same thing as margin: 0 auto. In IE  a centered header*/
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 9pt;
	margin:0px;
	padding:0px;
	color: #828282;
	border: 0px solid #DEDEE0;
}
 #global_header { 
	width: 960px;
	margin: 0px auto 10px 0px;  /* Center Header */
}
/* Viking Commercial Logo */
#global_header h1 { 
	text-align:left;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
#global_header img{ 
	border: 0px solid white;
}
#global_nav {
	height: 34px;
	border-top: 1px solid #DEDEE0;
	border-bottom: 1px solid #DEDEE0;
	padding:2px 0px 1px 0px;
	margin:0px auto;
	width: 960px;
	z-index:0;
	background: url('../images/global_nav_bg.gif');	
	background-repeat: repeat-x;
}
#global_nav ul {
	float: left;
	margin:0px;
	padding:0px;
	list-style:none;
	background: url('../images/global_nav_bg.gif');	
	background-repeat: repeat-x;
}
#global_nav ul li {
	float: left;
}
#global_nav ul li a {
	display:block;
	width:144px; /* 123px */
	font-size:11px;
	font-weight:bold;
	padding: 10px 0;
	text-transform:uppercase;
	border-right: 1px solid #DEDED0;
	text-decoration:none;
	color: #828282;
	/*letter-spacing: .08em;*/
}
#global_nav ul li a:hover {
	color:#257FBA
}
