#header {
	background: url(images/header_background.jpg) top left repeat-x;
	display: block;
	height: 97px;
	padding: 34px 0 0 0;
	margin-bottom: -25px;
}

#header h1 a {
	display: block;
	width: 95px;
	height: 63px;
	text-indent: -3000px;
	background: url(images/logo_cristdrive_header.png) top left no-repeat;
}

#nav {
	background: none;
	border: none;
	position: relative;
	top: -55px;
	left: 120px;
	font-size: 13px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav-more {
	background: none;
	border: none;
	position: relative;
	left: 220px;
	font-size: 13px;
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
#nav-inner {
    width: 940px;
    margin: 0 auto;
	float: right;	
}

#nav a {
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
}

#nav ul {clear:both; margin:0 10px}
#nav ul li {float:left;margin:0 10px;}

#n_voila a {
	display: block;
	height: 30px;
	padding: 2px 0 0 27px ;
	background: url(images/voila_icon.png) top left no-repeat;
}

#n_voila a:hover {
	text-shadow: 0px 0px white;
}

#n_serenade a {
	display: block;
	height: 30px;
	padding: 2px 0 0 27px ;
	background: url(images/serenade_icon.png) top left no-repeat;
}

#n_serenade a:hover {
	text-shadow: 0px 0px white;
}

#n_blog a {
	display: block;
	height: 30px;
	padding: 2px 0 0 20px ;
	background: url(images/blog_icon.png) top left no-repeat;
}

#n_blog a:hover {
	text-shadow: 0px 0px white;
}

#n_support a {
	display: block;
	height: 30px;
	padding: 2px 0 0 20px ;
	background: url(images/support_icon.png) top left no-repeat;
}

#n_support a:hover {
	text-shadow: 0px 0px white;
}

#n_about a {
	display: block;
	height: 30px;
	padding: 2px 0 0 20px ;
	background: url(images/about_icon.png) top left no-repeat;
}

#n_about a:hover {
	text-shadow: 0px 0px white;
}

.search-wrapper {
	position: relative;
	top: -87px;
	float: right;
}
