* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../_img/home_bg_new.gif) no-repeat left top;

}
#container {
	margin-left: 15px;
}
h1 {
	text-indent: -3333px;
}

/*==================================================================
  =================== GLOBAL NAV HOME PAGE ONLY ====================
  ==================================================================*/
#globalnav {
	list-style-type: none;
	position: absolute;
	left: 625px;
	top: 200px;
	top: 150px;
}

#globalnav li a {
	display: block;
	text-indent: -3333px;
	height: 25px;
}
#globalnav li#nav-home a {
	display: none;
}




#globalnav li#nav-beamblog a {
	position: absolute;
	background: url(../_img/homenav/beamblog.gif);	
	width: 77px;
	height: 77px;
	left: 179px;
	top: 4px;
}
#globalnav li#nav-beamblog a:hover {
	background-position: 0 -77px;
	z-index: 1000;
}
#globalnav li#nav-about a {
	position: absolute;
	background: url(../_img/homenav/about.gif);	
	width: 143px;
	height: 144px;
	left: 103px;
	top: 56px;
}
#globalnav li#nav-about a:hover {
	background-position: 0 -144px;
	z-index: 1000;
}
#globalnav li#nav-clients a {
	position: absolute;
	background: url(../_img/homenav/clients.gif);	
	width: 120px;
	height: 120px;
	left: 89px;
	top: 163px;
}
#globalnav li#nav-clients a:hover {
	background-position: 0 -120px;
	z-index: 1000;
}
#globalnav li#nav-quotes a {
	position: absolute;
	background: url(../_img/homenav/quotes.gif);	
	width: 113px;
	height: 113px;
	left: 4px;
	top: 212px;
}
#globalnav li#nav-quotes a:hover {
	background-position: 0 -113px;
	z-index: 1000;
}


#globalnav li#nav-contact a {
	position: absolute;
	background: url(../_img/homenav/contact.gif);	
	width: 94px;
	height: 94px;
	left: 54px;
	top: 296px;
}
#globalnav li#nav-contact a:hover {
	background-position: 0 -94px;
	z-index: 1000;
}




a {
	text-decoration: none;
	outline:none;
}

