$(document).ready( function(){
	$.fn.qtip.styles.svstyle = { // Last part is the name of the style
		width: 300,
		padding: 12,
		'padding-top': 5,
		'font-size': 11,
		'line-height': '1.3em',
		background: '#ffffff',
		color: 'black',
		border: {
			width: 3,
			radius: 7,
			color: '#ffcb00'
		},
		title: {
			color: '#ffcb00',
			background: '#fff',
			'padding-bottom': '0',
			'font-size': 12
		},
		name: 'dark' // Inherit the rest of the attributes from the preset dark style
	}

	$('a#pmlink').qtip({
		content: {
			text: 'From a simple furniture delivery and installation to a complete, designer hotel fit-out or a corporate relocation, Smartvan have a team of specialists in every field. Extensive working knowledge of Health and Safety requirements coupled with an acute awareness of customer requirements make our Project Management team the obvious choice to spearhead successful completion of any size of project across a broad spectrum of scenarios. Risk assessments can be produced for every project, along with detailed time frames, floor plans and methods statements, ensuring that everything happens as it is supposed to, when it is supposed to.',
			title: 'Project Management'
		},
		style: 'svstyle',
		position: {
			corner: {
				target: 'topRight',
				tooltip: 'bottomLeft'
			}
		}
	});
	
	$('a#wmlink').qtip({
		content: {
			text: 'Not only are all our warehouse staff experienced furniture installers and handlers in their own right, primarily thanks to our ongoing support and training program, but they are all knowledgeable , friendly, articulate and helpful. They are also fully trained in every aspect of our business and can manage any situation from stock control, client and driver liaison, product support, product repair/refurbishment and after care, to complex packing for freight or dedicated deliveries.',
			title: 'Warehouse Management'
		},
		style: 'svstyle',
		position: {
			corner: {
				target: 'topRight',
				tooltip: 'bottomLeft'
			}
		}
	});
	
	$('a#acclink').qtip({
		content: {
			text: 'Every account holder has a dedicated account handler who deals with matters as diverse as job or invoice queries to quotations for new or ongoing projects. Our accounts team are specifically trained to handle, manage and resolve any cost related disputes and advise clients if, for any reason, quotations that have been provided cannot be adhered to due to on-site problems, such as incomplete buildings, poor access etc. We feel it is essential to keep our clients informed of how their job is progressing and any cost implications or variations at all stages.',
			title: 'Accounts'
		},
		style: 'svstyle',
		position: {
			corner: {
				target: 'topRight',
				tooltip: 'bottomLeft'
			}
		}
	});
	
	$('a#bdlink').qtip({
		content: {
			text: 'Our business development department concentrate on improving the skills level of our employees and streamlining our working methods to integrate with the requirements of our clients, whilst thinking of new and interesting ways to do business throughout the various sectors we provide a service to.',
			title: 'Business development'
		},
		style: 'svstyle',
		position: {
			corner: {
				target: 'topLeft',
				tooltip: 'bottomRight'
			}
		}
	});
	
	$('a#aslink').qtip({
		content: {
			text: 'Our specialist access crew deal with unorthodox and difficult deliveries where a standard delivery is not an option due to restrictions in access. They provide an individual and tailored service for every job we are asked to assess, as no two scenarios are ever the same. They will carry out an access check and feasibility study prior to preparing a detailed methods statement on how best to attempt the delivery and which pieces of equipment and apparatus to use.',
			title: 'Specialist access'
		},
		style: 'svstyle',
		position: {
			corner: {
				target: 'topLeft',
				tooltip: 'bottomRight'
			}
		}
	});
});
