/*=========================================
/
/ SITE WIDE STUFF
/
/ =========================================*/	
* {margin: 0; padding: 0; border: none;}

body.black_bkg { 
	background: #000;
	}
	
/*=========================================
/
/ THE LOGO
/
/ =========================================*/
#logo {
	position: absolute;
	top: 40px;
	left: 20px;
	}
/* This keeps an extra margin from appearing below the image */
#logo img {
	display: block;
	}

/*=========================================
/
/ THE HOMEPAGE IMAGE GRID
/
/ =========================================*/
#imagegrid {
	position: absolute;
	top: 280px;
	left: 20px;
	}
/* This keeps an extra margin from appearing below the image */
#imagegrid img {
	display: block;
	}

/*=========================================
/
/ THE NAV PARAGRAPH
/
/ =========================================*/
#nav_paragraph {
	position: absolute;
	top: 40px;
	left: 260px;
	width: 460px;
	height: 230px;
	background: url(../images/HomeNav.gif);
	}

#nav_paragraph li {
	list-style: none;
	position: absolute;
	display: block;
	height: 25px;
    }
    
#nav_paragraph a {
    display: block;
    height: 27px;
    text-indent: -5000px;
    text-decoration: none;
    }

#nav_paragraph #about_us {
	top: 144px;
	left: 200px;
	width: 86px;
}

#nav_paragraph #about_us a:hover {
    background: transparent url(../images/HomeNav.gif) -200px -374px no-repeat;
    }

#nav_paragraph #products {
	top: 171px;
	left: 0px;
	width: 192px;
}

#nav_paragraph #products a:hover {
    background: transparent url(../images/HomeNav.gif) 0px -401px no-repeat;
    }
    
#nav_paragraph #contact_us {
	top: 202px;
	left: 2px;
	width: 89px;
}

#nav_paragraph #contact_us a:hover {
    background: transparent url(../images/HomeNav.gif) -2px -432px no-repeat;
    }

#nav_paragraph #online_apps {
	top: 173px;
	left: 299px;
	width: 158px;
}

#nav_paragraph #online_apps a:hover {
    background: transparent url(../images/HomeNav.gif) -299px -403px no-repeat;
    }
	#nav_paragraph #referral_network {
	top: 202px;
	left: 187px;
	width: 148px;
}

#nav_paragraph #referral_network a:hover {
    background: transparent url(../images/HomeNav.gif) -187px -432px no-repeat;
    }
