/*------------------------------------------------------------------ 
[2.1. Navigation / #navbar]
*/
.btn, x:-moz-any-link {
	display: -moz-inline-stack;
}

.btn.home, x:-moz-any-link {
	height: 56px;
}
.btn.contact, x:-moz-any-link {
	height: 56px;
}
.btn.search, x:-moz-any-link {
	height: 25px;
}

#search .txtField, x:-moz-any-link {
	height: 12px;
}

/* Firefox 3 restore */
.btn, x:-moz-any-link, x:default {
	display: inline-block;
}

.btn.home, 
.btn.contact,
.btn.search,
x:-moz-any-link, x:default {
	height: 0;
}

#search .txtField, x:default {
	height: 10px;
}