.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
}
.row-fluid:after {
	clear: both;
}
.topMenuWrapper {
	margin:0 auto;
	width:901px;
}
.seacrhWrapper {
	float:right;
	padding-top:20px;
}
.logoWrapper {
	float:left;
	margin-left:50px;
}
.labelSmall {
	font-size:11px;
	color:#aaa;
}
.inputSmall {
    border-radius:0px;
    -moz-border-radius:3px;
	border:1px solid #ccc;
	padding:5px 8px;
	color:#666;
	font-size:11px; width:250px;
}
.headerBgWrapper {
	width:901px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-image:none;
}
.bottomLine {
	padding-bottom:10px;
	border-bottom:1px solid #e4e2da;
}
