//-------------------------------------------------------------------
// SETTINGS : Actions Templates
//-------------------------------------------------------------------

// JQUERY - START READY FUNCTIONS
$(document).ready(function(){
	
	//-------------------------------------------------------------------
	// JQUERY - Page - onload Functions
		
		$(".btn_order").click(function () {
			$("#form_order").submit();
		});
		$(".btn_order").attr("href","#");
	
}); // end jQuery load

//*************************
// FORM FUNCTIONS

// set up sifr for this page
	sIFR.replace(glyphaBold, {
	  selector: '#head h1',
	  css: '.sIFR-root {color:#FF6500;font-size:32px;font-weight:bold;line-height:32px;}',
	  wmode: 'transparent'
	});