/* Header */
h1
{
	background: url('images/logo.png') right center no-repeat;
	height: 83px;
	margin-top: 17px;
	margin-right: 25px;
	position: absolute;
	right: 0;
	width: 150px;
	z-index: 999 !important;
}
h1 a
{
	display: block;
	outline: 0;
	width: 100%;
	height: 100%;
}
h1 span
{
	display: none;
}
#top
{
	
}
#topbar
{ 
	background: url('images/top_bg.png') right top no-repeat #ff470a;
	height: 2px;
}

/* Menu */
#menu_wrapper
{
	background: #1a1818;
	float: left;
	width: 100%;
	height: 50px;
}
#menu
{
	margin-top: 0px !important;
	display: block;
	height: 50px;
	float: left;
	width: 470px;
	left: 50%;
	position: relative;
	margin-left: -235px;
}
#menu li
{
	color: #ffffff;
	display: block;
	float: left;
	height: 47px;
	width: 62px;
}
#menu li a
{
	display: block;
	float: left;
	height: 100%;
	outline: none;
	width: 100%;
}
#menu li a span
{
	display: none;
}

#menu li a.liexternal
{
	padding-right: 0px !important;
	background-image: none !important;
}

/* Menu Items */
#home
{
	background: url('images/home.png') left top no-repeat;
	padding: 0px !important;
	margin: 0px !important;
}
#home_active
{
	background: url('images/home.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}
#about
{
	background: url('images/about.png') left top no-repeat;
}
#about_active
{
	background: url('images/about.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}
#blog
{
	background: url('images/blog.png') left top no-repeat;
}
#blog_active
{
	background: url('images/blog.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}
#work
{
	background: url('images/work.png') left top no-repeat;
}
#work_active
{
	background: url('images/work.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}
#clients
{
	background: url('images/clients.png') left top no-repeat;
}
#clients_active
{
	background: url('images/clients.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}
#services
{
	background: url('images/services.png') left top no-repeat;
	width: 80px !important;
}
#services_active
{
	background: url('images/services.png') left bottom no-repeat;
	height: 61px !important;
	width: 80px !important;
	position: relative;
	z-index: 999 !important;
}
#contact
{
	background: url('images/contact.png') left top no-repeat;
}
#contact_active
{
	background: url('images/contact.png') left bottom no-repeat;
	height: 61px !important;
	position: relative;
	z-index: 999 !important;
}