#botNav { display: block; position: fixed; left: 0; bottom: 0; background-color: #000; padding: 5px 0 2px 0; min-width: 800px; width: 100%; font-size: 11px; line-height: 15px; border-top: 1px solid #fff; z-index: 9999;  }
#botNav a, #botNav img { color: #ccc; text-decoration: none; padding: 0 8px }
#botNav a:hover { color: #fd9417 }


/* ==================================================================================================== */
/* Media Queries */
/* ==================================================================================================== */
@media screen and (max-width: 980px) {
	#botNav { text-align: center; min-width: inherit; }
	#botNav .floatRight { float: none; text-align: center; }
}

@media screen and (max-width: 550px) {
	#botNav { display: none; }
}
