@charset "utf-8";
/* CSS Document */

#header {
	position: relative;
	overflow: hidden;
	min-height: 44px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,#fafafa,#f5f5f5);
	background: -webkit-linear-gradient(top,#fafafa,#f5f5f5);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f5f5f5));
	background: linear-gradient(top,#fafafa,#f5f5f5);
	border-bottom: 1px solid #eee;
	color: #444;
	padding: 14px 0px 13px;
	width:100%;
	min-width: 960px;
}

.aux {
	margin: auto;
	width: 960px; 
}

#header h1 {
	color: #63666a;
	float: left;
	/* font-size: 32px; */
	font-weight: 300;
	/* line-height: 1.375; */
	margin: 0;
	overflow: initial;
    padding-top: initial;
    padding-bottom: initial;
    border-bottom: initial;
}

#header h1 a {
	text-decoration: none;	
	color: #63666a;
}

#header h1 img {
	margin: -1px 0 -4px;
	vertical-align: middle;
}

#header .aux:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}