#top {
	position: relative;
	height: 145px;
	border-bottom: 2px solid #9BC284;
	margin-bottom: 5px;
	background: url(http://www.goodybeads.com/skin/Hdr-20100902.jpg) 210px 0px no-repeat;
}

#nav_top,
#nav_main {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_top {
	position: absolute; 
	top: 0;
	right: 0;
}
	#nav_top li,
	#nav_main li {
		display: -moz-inline-block;
		display: inline-block;
		float: left;
		margin: 0;
		height: 24px;
	}
		#nav_top li {
			width: 120px;
		}
		#nav_main li {
			width: 120px;
		}
			#nav_main li.home {
				width: 55px;
			}
		
		#nav_top a,
		#nav_main a {
			display: block;
			text-indent: -9999px;
			height: 24px;
		}
		
		#nav_main a {
		}
	
#nav_main {
	position: absolute;
	left: 210px;
	bottom: 0;
	height: 24px;
	width: 300px;
}
	#nav_main li a { 
		background-image: url(http://www.goodybeads.com/skin/nav_main.png); 
		_background-image: url(http://www.goodybeads.com/skin/nav_main.gif);
	}
	
	#nav_main li.home a { background-position: 0 0; }
	#nav_main li.blog a { background-position: -55px 0; }
	#nav_main li.resources a { background-position: -175px 0; }
	
	#nav_main li.home a:hover { background-position: 0 -24px; }
	#nav_main li.blog a:hover { background-position: -55px -24px; }
	#nav_main li.resources a:hover { background-position: -175px -24px; }

#nav_top {
	position: absolute;
	right: 0;
	top: 0;
	height: 21px;
	width: 365px;
}
	#nav_top li a { 
		height: 21px;
		background-image: url(http://www.goodybeads.com/skin/nav_top.png); 
		_background-image: url(http://www.goodybeads.com/skin/nav_top.gif);
	}
	
	#nav_top li.login a { background-position: 0 0; }
	#nav_top li.cart a { background-position: -120px 0; }
	#nav_top li.service a { background-position: -240px 0; }
	
	#nav_top li.login a:hover { background-position: 0 -21px; }
	#nav_top li.cart a:hover { background-position: -120px -21px; }
	#nav_top li.service a:hover { background-position: -240px -21px; }

#shipping {
	position: absolute;
	right: 0;
	top: 30px;
	width: 200px;
	height: 108px;
}
	#shipping p,
	#shipping a {
		text-indent: -9999px;
	}
	#shipping a {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 90px;
		height: 40px;
	}
		#shipping a.free_shipping {
			bottom: 20px;
			width: 160px;
			height: 80px;
		}

#cta {
	position: absolute;
	right: 190px;
	top: 22px;
	width: 400px;
	height: 95px;
}
	#cta p,
	#cta a {
		text-indent: -9999px;
	}
	#cta a {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 400px;
		height: 95px;
	}
