$(document).ready(function()
{

        $("ul#topnav").superfish(); 
 	$("ul#leftnav").superfish(); 

	$('a.freedel_sm').qtip({


		content: '<a href="/deliveries/"><img src="/images/freedel_popup.gif" alt="Free Delivery over &pound;30. Exceptions apply, click for details. Most goods dispatched within 2 working days" /></a>',

		position: {
		corner: {
			target: 'center',
			tooltip: 'leftTop'
			},
			adjust: { x: 30, y: 10 }
		},


		style: {
		    background: 'none',
		    color: 'black',
		    border: 0,
			margin: '0px',
			padding: '0px',
			cursor: 'pointer'
		},

		hide: {
			fixed: true,
			delay:300
		}


	});
   
   
	$('a.freedel_med').qtip({


		content: '<a href="/deliveries/"><img src="/images/freedel_popup.gif" alt="Free Delivery over &pound;30. Exceptions apply, click for details. Most goods dispatched within 2 working days" /></a>',

		position: {
		corner: {
			target: 'center',
			tooltip: 'leftTop'
			},
			adjust: { x: 30, y: 10 }
		},


		style: {
		    background: 'none',
		    color: 'black',
		    border: 0,
			margin: '0px',
			padding: '0px',
			cursor: 'pointer'
		},

		hide: {
			fixed: true,
			delay:300
		}


	});   
	


});
