body {
	background-color: #F2F0E4;
}

.t-primary-bgcolor {
	color: white;
	text-decoration: none;
	background: #296fa3;
	background-color: #296fa3;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#296fa3,#5992bd);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#296fa3),to(#5992bd));
	background-position: top left;
	-moz-text-shadow: none;
	text-shadow: none;
}

a {
	color: #000;
}

#menuContainer .menuItem a {
	color: #296fa3;
}

.header-main-wrapper {
	width: 980px;
	margin: auto;
}
/* 
.main-wrapper:before {
	content: " ";
	display: block;
	width: 100%;
	height: 17px;
	background: #f4f1e6; 
	background: -moz-linear-gradient(top,  #f4f1e6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f1e6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f4f1e6 0%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #f4f1e6 0%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #f4f1e6 0%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #f4f1e6 0%,#ffffff 100%);
	border-bottom: 1px solid #D5D3C8;
	border-top: 1px solid #E7E5DE;
} */

.header__logo {
	max-width: 260px;
	padding: 26px 0;
}