#Path {
	display: block;
	height: 20px;
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	position: absolute;
	top: -18px;
	left: 1px;
}

#Path a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#Logo {
	display: block;
	width: 1000px;
	height: 116px;
	
	position: absolute;
	top: 275px; 
	left: 0;

	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	cursor: pointer;
	
	z-index: 15;
}

#Banner {
	display: block;
	width: 1000px;
	height: 242px;
	
	position: absolute;
	top: 0;
	left: 0;

	background-image: url(/img/banner-02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	z-index: 18;
}

#PrimaryNavigation {
	display: block;
	width: 629px;
	height: 33px;

	position: absolute;
	top: 242px;
	
	padding: 0 0 0 377px;
	
	background-color: #34506e;
}

#PrimaryNavigation ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#PrimaryNavigation ul li { display: inline; }

#PrimaryNavigation ul li a {
	display: block;
	height: 33px;
	
	margin: 0 1px 0 0;
	padding: 0 13px 0 13px;
	
	position: relative;	
	float: left;
	
	line-height: 33px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7b838e;
}

#PrimaryNavigation ul li a:hover { background-color: #transparent; color: #FFFFFF; text-decoration: none; }
#PrimaryNavigation ul li a.active { background-color: #transparent; color: #FFFFFF; }
#PrimaryNavigation ul li a.active:hover { background-color: #transparent; color: #FFFFFF; }
#PrimaryNavigation ul li a.onPath { background-color: #transparent; color: #FFFFFF; }
#PrimaryNavigation ul li a.onPath:hover { background-color: #transparent; color: #FFFFFF; }
