@charset "utf-8";
/* CSS Document */
/* =CORE
---------------------------------------*/
body { background-color:#000000; }
.outer-container-overflow {
	min-width:805px;
	overflow:hidden;
	}
	.outer-container {
		margin:0 auto;
		width:805px;
		}
		#background {
			margin:0 -87px;
			width:980px;
			}
			#wrapper {
				margin:0 auto;
				position:relative;
				width:805px;
				height:745px;
				}
/* =BACKGROUND
---------------------------------------*/
.home {
	background:url(/images/background/home.jpg) top left no-repeat;
	}
/* =NAVIGATION
---------------------------------------*/
#home-nav {
	}
	#home-nav ul {
		margin:0; padding:0;
		}
		#home-nav li {
			list-style:none;
			}
			#home-nav a {
				background:url(/images/homenav.gif) no-repeat;
				position:absolute;
				height:1px;
				overflow:hidden;
				display:block;
				}
			li#nav-fingerprint-strategy a { width:105px; padding-top:29px; left:80px; top:506px; background-position:0px -44px; }
			li#nav-fingerprint a { width:132px; padding-top:29px; left:185px; top:499px; background-position:-105px -37px; }
			li#nav-approach a { width:136px; padding-top:29px; left: 317px; top:487px; background-position:-237px -25px; }
			li#nav-blog a { width:139px; padding-top:26px; left:453px; top:477px; background-position:-373px -15px; }
			li#nav-are-you-a-fit a { width:143px; padding-top:26px; left:592px; top:462px; background-position:-512px 0px;  }
			li#nav-fingerprint-strategy a:hover { width:105px; background-position:0px -113px;  }
			li#nav-fingerprint a:hover { width:132px; background-position:-105px -106px;  }
			li#nav-approach a:hover { width:136px; background-position:-237px -94px; }
			li#nav-blog a:hover { width:139px; background-position:-373px -84px; }
			li#nav-are-you-a-fit a:hover { width:143px; background-position:-512px -69px; }

/* =MAIN
---------------------------------------*/
#video-holder {
	/*width:481px;
	height:231px;*/
	width:500px;
	height:250px;
	position:absolute;
	/*left:164px;
	top:28px;*/
	left:158px;
	top:32px;
	background-color:#fff;
	}
#blog-spot {
	position:absolute;
	left:584px;
	top:300px;
	width:91px;	
	height:57px;
	padding:11px 12px;
	border:solid 0px blue;
	}
#download-whitepaper {
	display:block;
	background:url(/images/cta/download-whitepaper-home.gif) top left no-repeat;
	width:254px;
	height:1px;
	padding-top:65px;
	overflow:hidden;
	right:56px;
	top:501px;
	}
#footer { left:253px; }