@charset "UTF-8";


/***********************************************

	HOME STYLES

***********************************************/

.home-lt, .home-rt {
	margin: 0;
	padding: 0;
	position: relative;
	top: 80px;
	float: left;
	height: 400px;
}
.home-lt {
	margin-right: 50px;
	width: 44%;
}
.home-rt {
	width: 48%;
}
.home-lt h2, .home-rt h2 {
	padding: 0;
	margin: 0;
}
.home-lt h2 a, .home-rt h2 a {
	height: 330px;
	width: 100%;
	display: block;
	right: 10px;
}
.home-lt h2 a span, .home-rt h2 a span {
	display: none;
}
.home-rt ul {
	margin: 40px 0;
	padding: 0;
}
.home-rt li  {
	background: url(/images/b-arrow.gif) no-repeat 0 5px;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 5px 5px 5px 36px;
}

.home-rt .betarelease {
	background: url(/images/h-betarelease.gif) no-repeat 0 0;
	height: 36px;
	text-indent: -4000px;
}

.home-rt .joinourteam {
	background: url(/images/h-joinourteam-sm.gif) no-repeat 0 0;
	height: 36px;
	text-indent: -4000px;
}



/***********************************************

	INADCO LOGO & TAGLINE STYLE

***********************************************/

#logo {
	background: url(/images/inadco-logo.jpg) no-repeat 0 0;
	height: 160px;
	left: 100px;
	position: absolute;
	text-indent: -4000px;
	top: 12px;
	width: 339px;
}

#subheader {
	background: url(/images/inadco-tagline.jpg) no-repeat;
	clear: left;
	height: 36px;
	left: 10px;
	text-indent: -400px;
	top: 180px;
	width: 230px;
}
