/**
 * 1. Change this value if you need the header to be taller or shorter
 */

#header {
	height: 98px; /* 1 */
	-webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0 15px 15px -15px rgba(0, 0, 0, 0.10);
	box-shadow:         0 15px 15px -15px rgba(0, 0, 0, 0.10);
	font-size: 13px;
	border-bottom/*\**/: 1px solid #DDD\9; /* IE8, IE9 */
}



/**
 * 1. Change this value to move the logo up or down
 * 2. Change this value to move the logo left or right
 */

#logo-container {
	position: absolute;
	top: -26px; /* 1 */
	left: -243px; /* 2 */
	float: none;
	width:1000px;
	
}

/**
 * 1. Change this value to move the nav left or right
 * 2. Change this value to move the nav up or down
 */

#nav-level-2 {
	position: absolute;
	right: 0;  /* 1 */
	bottom: 0; /* 2 */
	float: none;
}