
#headerLogo img {
	display: block;
	float: left;
	height: 62px;
	width: 203px;
	margin: 0;
}

/* navigation */
#mainNav {
	height: 25px;
	width: 740px;
	float: right;
	padding: 37px 0 0 22px;
	background: transparent url(http://images.clutterfreebox.com/images/mainnav-bg.jpg) no-repeat 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
#mainNav a {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px;
	text-align: center;
	text-transform: capitalize;
}
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #144410;
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus, #mainNav a.kNavSelected {
	text-decoration: none;
	color: #144410;
	background-color: #d2dbd1;
}
.mainNavDivider {
	padding: 0 5px;
}

#headerTitle {
	height: 61px;
	width: 948px;
	padding: 0;
	margin-left: 17px;
	background: transparent url(http://images.clutterfreebox.com/images/page-title-bg.jpg) no-repeat 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
#headerTitle .accountInfo {
	float: right;
	margin: 5px 25px 0 0;
	text-align: right;
}

#headerTitle .greeting {
	color: #fff;
	font-size: 13px;
	margin: 0;
	display: block;
}
#headerTitle .accountNav {
	margin-top: 17px;
}

#headerTitle .accountNav a {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding: 0 0 0 12px;
	text-align: center;
	text-transform: capitalize;
}
#headerTitle .accountNav a:link, #headerTitle .accountNav a:visited {
	text-decoration: none;
	color: #fff;
}
#headerTitle .accountNav a:hover, #headerTitle .accountNav a:active, #headerTitle .accountNav a:focus {
	text-decoration: none;
	color: #d9cb20;
}

