/* Header CSS
--------------------------------------------------------------- */

.container {
	background-color: white;
	background: white;
}

.header {
	background-image: url(../images/header/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #b1d366;
	height: 118px;
	width: 100%;
}

.headerContent {
	margin: 0 auto;
	width: 955px;
}

.headerLogoLeft {
	float: left;
	height: 117px;
	width: 360px;
}

.headerLogoRight {
	float: right;
	height: 117px;
	width: 200px;
}

.headerNav {
	background-image: url(../images/header/menu-bg.gif);
	background-repeat: repeat-x;
	background-color: #fafafa;
	height: 34px;
	width: 100%;
}

.headerNavItems {
	margin: 0 auto;
	width: 955px;
	text-align: center;
}

.headerNavItems a:hover {
	background-image: url(../images/header/menu/home-over.gif);
}

