/* ---------------------------------------------------------------
	
	MAIN.JS
		
--------------------------------------------------------------- */

jQuery(document).ready(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
//	enablePNG ();
//	enableCSSPNG ();
//	blankLogToGoogle();
	blankToPop();
	smoothScroll();

/* each page function */
//	if(jQuery("body#PAGEID")[0]) {
//		/*PAGEID FUNCTION*/
//	};
});

$(function(){
	$('input#inquiry-form_submit, input#bt-feature_mail').hover(
		function() {
			$(this).css("background-position","left bottom");
		},
		function() {
			$(this).css("background-position","left top");
		}
	);
});