/* DECLARATION OF SPRITES */

#logo, span.left_corner, span.right_corner, .dark_blue, .light_blue, .crumb_firstCrumb, .btn_go, button.submit {
	background-image: url(images/sprites.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	text-indent: -9999px;
}

span.nav_text, div.repeater {
	background-image: url(images/sprites-repeatable.png);
	background-repeat: repeat;
	background-position: 0 0;
	display: block;
	text-indent: -9999px;
}
