#content {
	width: 665px;
	margin: auto;
	height: 250px;
	min-height: inherit;	
	margin-top: 40px;
	float: none;
}

#page, body {
	margin: 0;
	padding: 0;
	width: inherit;
	height: inherit;
}

#footer {
	padding-left: 0;
}



#breadcrumb {
	border: none;
}



.gearbox_search label {
     color: #444;
     font-weight: bold;
     font-size: 13px;
	 margin-bottom: 4px;
}

#header #title {	
	text-align: center;
	width: 365px;
	float: none;
	margin: auto;
}

.gearbox_search {
	background: white url(/images/search_gradient.png) no-repeat;
	width: 442px;
	height: 103px;
	padding: 5px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

.gearbox_search form {
	padding: 7px;
	padding-left: 0;
	padding-right: 0;	
}

.gearbox_search input.text_field, .gearbox_search button.search {
	display: block;
	float: none;
	margin: auto;
}

.gearbox_search input.text_field {
	font-size: 15px; 
	height: 20px; 
	border: 1px solid #adadad;
	margin-top: 2px;
	margin-bottom: 2px;	
}

.gearbox_search button.search {
	display: inline-block;
	width: 90px;

	height: 24px;
	margin-top: 1px;

	background-repeat: no-repeat;	
	background-image: url(/images/big_search_button.png);
}