#header, #headerHome {
	background-position: center 0px;
	background-repeat: repeat-x;
	background-image: url(../layout/header_bg.jpg);
	display: block;
	width: 100%;
}

#header {
	height: 100px;
}

#headerHome {
	height: 280px;
}

#header h1, #headerHome h1 {
	line-height: 50px;
	display: block;
	height: 50px;
	margin-top: -80px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	padding-bottom: 0px;
}

#headerNav ul {
	background-position: 0px 20px;
	background-repeat: no-repeat;
	background-image: url(../layout/header_nav_bg.png);
	display: block;
	height: 45px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	width: 859px;
	padding-left: 25px;
}

#headerNav ul li {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 20px;
	list-style: none;
}

#headerNav ul li a {
	padding-left: 15px;
	margin-left: -15px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
	background-position: -5px 16px;
	background-repeat: no-repeat;
	background-image: url(../layout/header_nav_item_bg.png);
	text-decoration: none;
	color: #6699FF;
}

#headerNav ul li a:hover {
	text-decoration: none;
	background-image: url(../layout/header_nav_item_bg_over.png);
	color: #FFFFFF;
}

#headerNav ul li span {
	padding-left: 15px;
	margin-left: -15px;
	padding-bottom: 10px;
	height: 20px;
	display: block;
	background-position: -5px 16px;
	background-repeat: no-repeat;
	background-image: url(../layout/header_nav_item_bg_over.png);
	color: #FFFFFF;
}

#headerFlash {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	height: 280px;
}

#headerFlashContent {
	display: block;
	margin-left: auto;
	width: 400px;
	height: 250px;
}

#headerImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	height: 100px;
}

#headerImageContent {
	display: block;
	margin-left: auto;
	width: 400px;
	height: 100px;
}