.navbar {
	background-image: url(../images/backgrounds/navbar.jpg);
	background-repeat: repeat-x;
	height: 80px;
	clear: both;
	background-position: bottom;
}
.navbar-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.navbar-search {
	width: 350px;
	height: 23px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	color: #999;
	margin: 28px 5px 0px 0px;
	padding: 5px 5px 0px 5px;
	font-family: "proxima-nova-alt-condensed-1", "proxima-nova-alt-condensed-2", sans-serif;
	font-size: 14px;
}
.navbar-adv {
	margin-top: -14px;
	text-align: right;
	width: 395px;
	font-size: 13px;
}
.navbar-go {
	width: 15px;
	height: 23px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	color: #999;
	margin: 28px 30px 0px 0px;
	padding: 5px 5px 0px 5px;
}

.navbar-categories-wrapper {
	float: right;
}

.navbar-categories li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}
.navbar-adv a:link {
	color: #CF9;
	text-decoration: none;
}
.navbar-adv a:visited {
	color: #CF9;
	text-decoration: none;
}
.navbar-adv a:hover {
	color: #030;
}
