@charset "UTF-8";
/* Inadco Header CSS Document */

/***********************************************

	INADCO HEADER STYLES

***********************************************/

#header {
	border-bottom: solid 1px #cdcccc;
	color: #333;
	display: block;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

/***********************************************

	INADCO LOGO & TAGLINE STYLE

***********************************************/

#header #logo{
	background:url(/images/inadco-logo.jpg) no-repeat top left;
	height: 70px;
	left: 20px;
	position: absolute;
	top: 22px;
}
#header #logo a {
	display: block;
	height: 44px;
	text-indent: -200px;
	width: 260px;
}
#header #logo a span {
	display: none;
}
#header #subheader {	
	background: url(/images/inadco-tagline.jpg) no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 260px;
}

/***********************************************

	INADCO HEADER NAVIGATION

***********************************************/

#header ul#nav {
	display: inline;
	float: right;
	height: 90px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	top: 0;
	white-space: nowrap;
	width: 650px;
}
#header ul#nav li {
	background: url(/images/nav/nav-div.gif) bottom left no-repeat;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
}
#header ul#nav a {
	font-size: 12px;
	float: left;
	height: 0px !important;
	height /**/:100px; /* for IE5/Win only */
	overflow: hidden;
	padding: 90px 0 0 2px;
	width: 126px;
}
#header ul#nav a:hover {
	background-position: 0 -100px;
}
#header ul#nav a:active, #header ul#nav a.selected {
	background-position: 0 0;
}
#adv a {
	background: url(/images/nav/nav-advertisers.png) 0 -200px no-repeat;
}
#pub a {
	background: url(/images/nav/nav-publishers.png) 0 -200px no-repeat;
}
#howitworks a {
	background: url(/images/nav/nav-howitworks.png) 0 -200px no-repeat;
}
#aboutus a {
	background: url(/images/nav/nav-aboutus.png) 0 -200px no-repeat;
}
#contactus a {
	background: url(/images/nav/nav-contactus.png) 0 -200px no-repeat;
	margin-right: 0;
}
