/* CSS Document */

/* Font Face
--------------------------------------------------------------- */

@font-face {
    font-family: 'Cabin Regular';
    src: url('../fonts/cabin-regular-ttf-webfont.eot');
	src: url('../fonts/cabin-regular-ttf-webfont.eot%3F') format('eot'),
         url('../fonts/cabin-regular-ttf-webfont.woff') format('woff'),
         url('../fonts/cabin-regular-ttf-webfont.ttf') format('truetype'),
         url('../fonts/cabin-regular-ttf-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin Bold';
    src: url('../fonts/cabin-bold-ttf-webfont.eot');
	src: url('../fonts/cabin-bold-ttf-webfont.eot%3F') format('eot'),
         url('../fonts/cabin-bold-ttf-webfont.woff') format('woff'),
         url('../fonts/cabin-bold-ttf-webfont.ttf') format('truetype'),
         url('../fonts/cabin-bold-ttf-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Cabin Regular';
        src: url('../fonts/cabin-regular-ttf-webfont.svg') format('svg');

    }

    @font-face {
        font-family: 'Cabin Bold';
        src: url('../fonts/cabin-bold-ttf-webfont.svg') format('svg');

    }
}	

h1, h2 {
	font-family: "Cabin Bold";	
}
	
/* Global Styles
--------------------------------------------------------------- */

* {	margin: 0; padding: 0; }

body, html { min-height: 101%; }

strong { font-weight: bold; }

body {
	text-align: left;
	font-size: 62.5%;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/layout/body-bg.jpg) 0 40px repeat-x;
}

body#index { background: url(../../images/layout/index-body-bg.jpg) 0 40px repeat-x; }

a:link, a:visited, a:focus {
	color: #c24400;
	text-decoration: underline;
	outline: none;
}

	a:focus {
		outline: dotted 1px;
	}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	float: left;
	border: none;
}

/* For screen readers */		
.header a.skip-to-content {
	display: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1, h2, h3 {
	font-weight: normal;
}

	h1 {
		font-size: 1.6em;
		color: #4F9942;
	}
	
	h2 {
		font-size: 1.4em;
		color: #4F9942;
	}
	
	h3 {
		font-size: 1.3em;
		color: #4F9942;
	}

/* Container Styles
--------------------------------------------------------------- */

.outer-container {
	width: 100%;
	float: left;
}

	.container {
		width: 940px;
		margin: 0 auto;
		position: relative;
		font-size: 1.2em;
	}

	.main-container {
		margin-top: 25px;
	}
		
/* Top Bar Styles
--------------------------------------------------------------- */

.top-bar {
	background: #4F9942;
	color: #fff;
	font: 1.3em/1em "Cabin Regular";
	text-transform: uppercase;
}

	.top-bar .container {
	}

	.top-bar p {
		float: left;
		padding: 15px 0 0 0;
	}

		.top-bar p.right {
			float: right;
			text-align: right;
			padding: 9px 0 0 0;
		}

		.top-bar span {
			color: #f7c642;
			font: 1.4em/1em "Cabin Bold";
			letter-spacing: -1px;
		}

/* Header Styles
--------------------------------------------------------------- */

.header {
	float: left;
	width: 940px;
	padding: 15px 0 20px 0;
}

	.logo {
		float: left;
	}

/* Header Dropdown */

div.locationwrap {
	float: right;
	clear: both;
	padding: 5px 0px 10px 0px;
	width: 360px;
}

div.locationwrap a {
	text-decoration: none;
}
			span.ld-phonenumber {}

			.ld-dropdown {
				display: none;
				position: absolute;
			  	z-index: 2;
			  	list-style: none;
			  	display: none;
			  	margin-top: 40px;
			  	background: #0f6c37;
			  	padding: 10px;
			  	text-align: left;
				-moz-border-radius: 10px; 
				-webkit-border-radius: 10px;
				border-radius: 10px;
				border: 2px solid #fff;
				right: 145px;  	
			}

			span.ld-area {
				display: block;
				color: #f3ec19;
				font-size: 17px;
				text-transform: none;
				margin-top: 6px;
				margin-bottom: 6px;	
			}

			span.ld-number {
				color: #fff;
				font-size: 17px;
				text-transform: uppercase;
				display: block;
				line-height: 12px;
				margin-bottom: 6px;	
			}

			.ld-locationnumbers {
				float: right;
			}

			.ld-showhide, .locationbutton {
				float: right;
				background: #f7cd58; 
				display: inline-block;
				padding: 0px 15px;
				height: 30px;
				line-height: 30px;
				color: #c24400; 
				text-decoration: none;
				-moz-border-radius: 10px; 
				-webkit-border-radius: 10px;
				border-radius: 10px;
				position: relative;
				cursor: pointer;
				font-size: 14px;
				transition: background 0.5s ease-in-out;
				-o-transition: background 0.5s ease-in-out; 
				-webkit-transition: background 0.5s ease-in-out; 
				-moz-transition: background 0.5s ease-in-out;		
			}

			.locationbutton.margin {
				margin-left: 10px;
			}

			.ld-showhide:hover, .locationbutton:hover {
				background: #0d4f29;
				color: #fff;
			}

	p.mapmarker {
		background: url(http://www.datashredlincs.co.uk/images/layout/marker.png) top left no-repeat;
		padding-left: 80px;
		padding-bottom: 20px;
	}
	
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

ul.navigation {
	float: right;
	width: 690px;
	padding: 22px 0 0 0;
}

	ul.navigation li {
		float: left;
		display: inline;
		list-style: none;
	}
		  
		ul.navigation li a {
			float: left;
			padding: 9px 7px;
			background: url(../../images/layout/nav-divider.jpg) top right no-repeat;
			color: #1F212D;
			text-decoration: none;
			text-transform: uppercase;
			font: 1em/1.2em "Cabin Bold";
			-webkit-transition: color 0.2s ease;
			-moz-transition: color 0.2s ease;
			-o-transition: color 0.2s ease;
			-ms-transition: color 0.2s ease;
			transition: color 0.2s ease;
		}

		ul.navigation li.contact-li a {
			background: none;
		}

		ul.navigation li a.single {
			padding: 16px 8px;
		}

			ul.navigation li a span {
				display: block;
			}

			ul.navigation li a:hover {
				color: #4F9942;
			}
		
/* Runner Styles
--------------------------------------------------------------- */

.runner {
	float: left;
	position: relative;
	width: 940px;
	padding: 10px 0;
}
	
	/*Runner buckets styling for the homepage*/
	.runner ul.buckets {
		float: left;
		width: 230px;
	}

		.runner ul.buckets li {
			float: left;
			list-style: none;
		}

			.runner ul.buckets li a {
				float: left;
				width: 210px;
				height: 150px;
				padding: 10px;
				margin: 0 0 12px 0;
				text-decoration: none;
				text-transform: uppercase;
				text-shadow: 0 1px 2px #bf8d0f;
				color: #fff;
				font: 2em/1em "Cabin Bold";
				opacity: 0.9;		
				-webkit-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-ms-transition: all 0.2s ease;
				transition: all 0.2s ease;
			}

			.runner ul.buckets li a.confidential-data-shredding {
				background: url(../../images/layout/buckets-confidential-bg.jpg);
			}

			.runner ul.buckets li a.it-media-destruction {
				background: url(../../images/layout/buckets-it-bg.jpg);
			}

			.runner ul.buckets li a span {
				display: block;
				text-align: right;
				padding: 80px 10px 0 0;
				color: #333;
				font-size: 0.5em;
				-webkit-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-ms-transition: all 0.2s ease;
				transition: all 0.2s ease;
			}

			.runner ul.buckets li a:hover {
				opacity: 1;
			}

			.runner ul.buckets li a:hover span {
				color: #fff;
			}

	/* Runner left styles - for the majority of the site*/		
	.runner-left {
		float: left;
		width: 230px;
	}

	/*contact specific*/
	.contact .runner-left {
	}

	.contact .runner-left a.yellow-bar {
	}

		.runner-left a.yellow-bar {
			display: block;
			width: 230px;
			height: 43px;
			background: url(../../images/layout/runner-yellow-bar.jpg);
			padding: 10px 0 0 0;
			margin: 0 0 5px 0;
			color: #d79f08;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			font: 14px "Cabin Bold";
			letter-spacing: 1.5px;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
			filter: alpha(opacity=90);
			opacity: 0.9;
			]
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease;
		}

		.runner-left a.yellow-bar.green {
			background: url(http://www.datashredlincs.co.uk/images/layout/runner-green-bar.jpg);
			color: #fff;
		}

			.runner-left a.yellow-bar span {
				display: block;
				color: #fff;
				font: 1.35em/1em "Cabin Bold";
				text-shadow: 0 1px 3px #d79f08;
				letter-spacing: normal;
			}

			.runner-left a.yellow-bar.green span {
				text-shadow: 0 1px 3px #333;
			}

			.runner-left a.yellow-bar:hover {
				color: #fff;
				opacity: 1;
			}

		.runner-left p {
			font: 1.4em/1.2em "Cabin Regular";
			text-align: center;
			color: #b8b8b8;
		}

		.runner-left p.phone {
			padding: 8px 0 0 0;			
		}

		.runner-left p.phone span {
			display: block;
			font: 1.9em/1em "Cabin Bold";
			color: #4F9942;
		}

	/* Imgmain and runner-right styles*/
	.imgmain {
		float: right;
	}

	.runner-right {
		float: right;
		position: relative;
		width: 700px;
	}

	.imgmain-text {
		position: absolute;
		top: 30px;
		left: 0;
		text-transform: uppercase;
		font: 2em/1.2em "Cabin Bold";
		color: #242632;
	}

		.imgmain-text p {
			clear: both;
			float: left;
			padding: 7px;
			background: #fff;
			background: rgba(255,255,255,0.95);
		}

		.imgmain-text span {
			display: block;
			color: #4F9942;
			font-size: 1.3em;
		}

			
/* Main Styles
--------------------------------------------------------------- */

.main {
	float: left;
	width: 425px;
	padding: 10px 0;
	font: 1.1em/1.7em Arial;
}

.contact .main {
	width: 450px;
	min-height: 750px;
	padding: 10px 50px 0 0;
	background: url(../../images/layout/contact-main-bg.jpg) top right no-repeat;
}

	.main p {
		margin: 10px 0px 10px 0px;				
	}

		.main p:first-of-type {
			color: #88b280;
		}
	
	.main ul {
		margin: 10px 0;
	}
	
		.main ul li {
			padding: 4px 0 4px 25px;
			list-style: none;
			background: url(../../images/misc/tick.png) left center no-repeat;
		}

	.cta-bottom {
		clear: both;		
		height: 56px;
		margin: 20px 0;
		padding: 20px 0 0 86px;
		background: url(../../images/layout/cta-bottom-bg.jpg);
		text-align: center;
		color: #c24400;
		font: 1.1em/1em "Cabin Bold";
	}

		.cta-bottom span {
			display: block;
			color: #fff;
			font: 1.4em/1.3em "Cabin Bold";
		}

	.main blockquote {
		color: #15161B;
		text-align: center;
		font: bold italic 1em/1.6em Georgia, "Times New Roman", Arial, sans-serif;
	}

/* Sidebar Styles
--------------------------------------------------------------- */
		
	.sidebar {
		float: right;
		width: 515px;
	}

	/*contact Specific*/
	.contact .sidebar {
		width: 410px;
		padding: 10px 0 0 30px;
	}	

		.sidebar .contact-details {
			float: left;
			margin: 0 0 20px 0;
			width: 199px;
			border-right: 1px solid #eee;
		}

			.sidebar .contact-details p.title {
				margin: 0;
				color: #088dbe;
				font: 1.6em/1em "Cabin Bold";
			}

			.sidebar .contact-details p {
				color: #a1a1a1;
				line-height: 1.9em;
				margin: 15px 0;
			}

				.sidebar .contact-details p span.cat {
					display: block;
					font: 1.4em/1em "Cabin Bold";
				}

		.sidebar .map {
			float: left;
			margin: 30px 0 0 10px;
			width: 200px;
			height: 230px;			
		}

		.sidebar .social {
			clear: both;
			float: left;
			width: 410px;
			margin: 20px 0 0 0;
			padding: 10px 0 5px 0;
			border-top: 2px dotted #ddd;
			border-bottom: 2px dotted #ddd;
			font: 1.6em/1em "Cabin Bold";
			color: #057DAA;
		}

			.sidebar .social a {
				float: left;
				margin: 5px;
				padding: 3px;
				border: 1px solid #eee;
				border-radius: 30px;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				opacity: 0.9;
				-webkit-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-ms-transition: all 0.2s ease;
				transition: all 0.2s ease;
			}

				.sidebar .social a:hover {
					opacity: 1;
					border: 1px solid #ccc;
				}


	/* Sidebar CTA styles for the majority of the site*/
	.sb-callback-form {
		float: left;
		width: 250px;
		min-height: 525px;
		padding: 0 30px 0 0;	
		background: url(../../images/layout/sidebar-shadow.jpg) top right no-repeat;	
	}

		.sb-callback-form img {
			float: right;
		}

		.callback-form {
			float: right;
			width: 155px;
			padding: 10px;
			margin: 0 9px 0 0;
			background: #f5f5f5;
			border-radius: 8px 8px 0 0;
		}

			.callback-form p {
				font: 1.2em/1em "Cabin Regular";
			}

				.callback-form p span {
					display: block;
					font: 1.6em/1em "Cabin Bold";
					color: #f6c337;
				}

			/*Styles for the form*/
			.callback-form label {
				display: block;
				margin: 10px 0 0 0;
				padding: 5px 0 3px 0;
				font: 1.2em/1em "Cabin Regular";
			}

			.callback-form input {
				width: 138px;
				padding: 8px;
				border: 1px solid #ddd;
				border-radius: 6px;
			}

			.callback-form input[type=submit] {
				cursor: pointer;
				width: 156px;
				margin: 10px 0 0 0;
				background: #4f9942; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOTk0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzg5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #4f9942 0%, #378929 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f9942), color-stop(100%,#378929)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #4f9942 0%,#378929 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #4f9942 0%,#378929 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #4f9942 0%,#378929 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #4f9942 0%,#378929 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f9942', endColorstr='#378929',GradientType=0 ); /* IE6-8 */
				color: #fff;
				font: 1.3em/1em "Cabin Bold";			
			}

				.callback-form input[type=submit]:hover {
					background: #378929; /* Old browsers */
					/* IE9 SVG, needs conditional override of 'filter' to 'none' */
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3ODkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Zjk5NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
					background: -moz-linear-gradient(top,  #378929 0%, #4f9942 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#378929), color-stop(100%,#4f9942)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #378929 0%,#4f9942 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #378929 0%,#4f9942 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #378929 0%,#4f9942 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #378929 0%,#4f9942 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378929', endColorstr='#4f9942',GradientType=0 ); /* IE6-8 */

				}


	/*Sidebar ctas*/
	.sb-ctas {
		float: right;
		width: 220px;
	}

		.sb-cta {
			float: left;
			margin: 0 0 20px 0;		
			color: #a7a7a7;
			font: 1em/1.5em Arial;
		}

			.sb-cta .title {
				padding-bottom:5px;
				font: 1.6em/1em "Cabin Bold";
				color: #242632;
			}

				.sb-cta .title span {
					display: block;
					margin-top: 5px;
					font: 0.7em/1em "Cabin Regular";
					color: #4f9942;
				}

			.sb-cta .phone {
				padding-top: 10px;
				font: 1em/1em "Cabin Regular";
				color: #808080;
			}

				.sb-cta .phone span {
					display: block;
					font: 1.6em/1em  "Cabin Bold";
					color: #4F9942;
					text-shadow: 0 -1px 1px #fff;
				}

		/*cta advice specific*/
		.cta-advice {
			width: 140px;
			padding: 20px 10px 20px 70px;
			background: url(../../images/layout/sb-cta-advice-bg.jpg);
			border-bottom: 1px solid #e4e4e4;
		}

		/*cta collection specific*/
		.cta-collection {
			width: 150px;
			padding: 20px 60px 20px 10px;
			background: url(../../images/layout/sb-cta-collection-bg.jpg);
			border-bottom: 1px solid #e4e4e4;
		}

			.cta-collection .phone {
				padding-top: 3px;
			} 

		/*cta number */
		
		.cta-phone {
			clear: both;
			background: url(../../images/layout/runner-yellow-bar.jpg);
			background-size: 200%;
			text-align: center;
			color: #c24400;
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			margin-bottom: 10px;
		}

		.cta-phone p {
			background: url(../../images/layout/phone.png) left no-repeat;
			background-size: 30%;
			width: auto;
			text-align: center;
			padding-left: 70px;
			font: 18px "Cabin Bold";
		}

		.cta-phone span {
			display: block;
			color: #fff;
			font: 18px "Cabin Bold";
		}

/* Map and Branch Locator Styles
--------------------------------------------------------------- */

div.map-wrap {
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}

#map_canvas {
	max-width: 1200px;
	height: 320px;
	margin: 0px auto 30px auto;
}

div.javascript-map {
	background: url(http://www.datashredlincs.co.uk/images/misc/javascript-map.jpg) center;
	height: 315px;
}

div.google-info {
	padding: 10px;
}

fieldset.branchFinder {
	border: none;
	padding: 0px 0px 0px 20px;
	display: block;	
	z-index: 2;
	bottom: 0px;
	position: absolute;
	width: 380px;
	margin-left: 8px;
	background: #000;
	left: 0;
	right: 510px;
	border-radius: 5px;
	font-size: 14px;
	transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.5s ease-in; 
	-moz-transition: background 0.5s ease-in; 
	height: 30px;
}

.map-wrap:hover fieldset.branchFinder {
	background: #0e6031;
}

.map-wrap:hover fieldset input.go-number {
	background: #000;
}

	fieldset.branchFinder legend {
		float: left;
		margin-right: 20px;
		color: #fff;
		height: 30px;
		line-height: 30px;
	}
		
	fieldset.branchFinder input {
		padding: 5px 5px 5px 10px;
		margin-top: 1px;
	}

	input.go-number {
		position: absolute;
		height: 35px;
		width: 50px;
		background: #408f33; 
		color: #fff;
		border-radius: 5px;
		border: 0px;
		cursor: pointer;
		text-align: center;
		top: -4px;
		transition: background 0.5s ease-in;
		-o-transition: background 0.5s ease-in; 
		-webkit-transition: background 0.25s ease-in; 
		-moz-transition: background 0.25s ease-in; 		
	}

	input.go-number:hover {
		background: #000;
	}

	input[type=text] {
		background: #fff;
		color: #000;
		border-radius: 5px;
		border: 1px solid #999;
		background: #f3f3f3;
		margin-right: 10px;
		width: 140px;
	}

div.locations {	
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

	div.locations li {
		float: left;
		margin-right: 40px;
	}

	div.locations ul {
		margin: 10px 0px 10px 30px;
	}

.mainimg.margin {
	margin-bottom: 20px !important;
}		

/* Footer Styles
--------------------------------------------------------------- */

.outer-footer {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 4px solid #4F9942;
}

	.footer {
		clear: both;
		width: 960px;
		color: #9c9c9c;
		margin: 0px auto;
		padding: 20px 0 10px 0;
		font-size: 1.2em;
	}

	.footer p.title {
		font-weight: bold;
		color: #4F9942;
		padding: 3px 0;
		font: 1.7em/1em "Cabin Bold";
		text-transform: uppercase;
	}
		
	.footer li {
		list-style: none;
	}
	
	.footer a {
		white-space: nowrap;
		color: #4F9942;
		text-decoration: none;
	}
		
		.footer a:hover {
			color: #057daa;
			text-decoration: underline;
		}

/* Footer Column Styles
--------------------------------------------------------------- */

.footer .col {
	float: left;
	width: 229px;
}

	.footer p {
		line-height: 2.2em;
	}
	
	.footer .col ul {
		float: left;
	}
	
		.footer .col ul li {
			display: block;
			padding: 7px 0;
		}
	
		.footer .col ul li.index-li,
		.footer .col ul li.contact-li {
			display: none;
		}

.footer .footer-logo {
	padding: 50px 0 0 0;
	width: 270px;
}

/* Footer Adress */

.footer .col p.address {
	margin-top: 5px;
	line-height: 18px;
}
		
/* Footer Services Styles
--------------------------------------------------------------- */		

.footer .footer-services ul li a:before {
	content: "\00BB";
	padding: 0 5px 0 0;
}	
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	.footer .footer-bottom {
		clear: both;
		width: 940px;
		float: left;
		margin: 10px 0 0 0;
		text-align: center;
	}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left, .alignleft {
	float: left;
}

	.img-left, .alignleft {
		margin: 10px 10px 10px 0;
	}

.right, .img-right, .alignright {
	float: right;
} 

	.img-right , .alignleft{
		margin: 10px 0 10px 10px;
	}
	
	
/* Schema Fixes
--------------------------------------------------------------- */	

.inline {
	display: inline;
}

	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

/* Callback Form Styles
--------------------------------------------------------------- */

.callback-form {
}

	.callback-form .botBuster {
		display: none;
	}
	
	.callback-form .results ul li {
		list-style: none;
		margin:0px;
		padding: 2px 0px 2px 25px;
		background: url(../../images/misc/form-error.png) center left no-repeat;
	}

/* Contact Table Styles
--------------------------------------------------------------- */
div.form {
	float: left;
	width: 415px;
	padding: 0px 0px 10px 0px;
}
	
	.contactForm fieldset,
	.callbackForm fieldset {
		border: none;
		clear: both;
	}
	
/* -- Contact Form Left */
	
	.contactForm .contactFormLeft {
		width: 415px;
		float: left;
	}
	
	/* -- Contact Details */
	
		.contactForm fieldset.contactDetails label {
			width: 180px;
			float: left;
			padding: 5px 0px 5px 0px;
			display: block;
			color: #333;
		}
		
		.contactForm fieldset.contactDetails input {
			width: 180px;
			padding: 7px 5px;
			background: #EFF1F0;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
			float: left;
			border-radius: 2px;
		}
		
		.contactForm fieldset.contactDetails input:focus,
		.contactForm textarea:focus {
			border: 1px solid #0F76C3;
		}
		
		.contactForm fieldset .interestedInLeft input:focus,
		.contactForm fieldset .interestedInRight input:focus {
			outline: dotted 1px #333;
		}
		
		.contactForm fieldset.contactDetails .contactDetailsLeft,
		.contactForm fieldset.contactDetails .contactDetailsRight {
			width: 190px;
			float: left;
			padding: 0px 13px 0px 0px;
		}
		
	/* -- Interested In */
	
	.contactForm p.whatareyoulookingfor {
		font-size: 1.1em;
		color: #0F76C3;
		padding: 15px 0px 0px 0px;
		margin: 0px;
	}
	
	.contactForm .interestedInLeft,
	.contactForm .interestedInRight {
		width: 200px;
		float: left;
		padding: 0px;
	}
	
		.contactForm .interestedInLeft label,
		.contactForm .interestedInRight label {
			padding: 5px 0px;
			display: block;
			width: 190px;
		}
		
		.contactForm .interestedInLeft span {
			display: block;
			padding: 0px 0px 0px 16px;
		}
		
	/* -- Enquiry */
	
	.contactForm .contactFormRight {
		float: left;
	}
	
		.contactForm label.enquiry {
			padding: 15px 0px 5px 0px;
			display: block;
			color: #0F76C3;
		}
		
		.contactForm textarea {
			padding: 10px;
			width: 375px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			background: #EFF1F0;
			border: 1px solid #ddd;
			border-radius: 3px;
		}
		
		.contactForm .submit {
			display: block;
			margin-top: 10px;
			padding: 5px 0px;
			clear: both;
			width: 100px;
			float: left;
		}

.form .results {
	font-size:1.0em;
	color: #7F2D0F;
	font-weight: bold;
	float:left;
	padding:0px;
	margin:0px;
}

	.contact .form .results ul {
		float:left;
		padding:0px;
		margin:10px;
		}

	.form .results li {
		list-style: none;
		margin:0px;
		padding: 8px 0px 8px 25px;
		background: url(../../images/misc/form-error.png) center left no-repeat;
	}
	
/* -------------- Hide Bot Buster */

div.form fieldset.botBuster,
div.callbackform .callbackBotBuster {
	display: none;
}






/* -------------- jQuery Validation */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    
    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/* Cookie Pop
--------------------------------------------------------------- */	

.cc-cookies { 
	position:fixed; 
	width: 90%; 
	left: 0; 
	top: 0; 
	padding: 0.75em 5%;
	background: #fff; 
	background: rgba(242,242,242,0.95); 
	color: #333; 
	font-size: 11px;
	line-height: 18px; 
	text-shadow: 0 1px 0 #eee;
	z-index: 99999; 
	text-align: center; 
	border-top: 1px solid #ddd; 

}
.cc-cookies a, .cc-cookies a:hover {
	color: #E4121B;
	text-decoration: underline;

}
.cc-cookies a:hover {
	text-decoration: none;
}

.cc-overlay {
	height: 100%;
	padding-top: 25%; 
}

.cc-cookies-error { 
	float: left;
	width: 90%; 
	text-align: center; 
	margin: 1em 0 2em 0; 
	background: #fff;
	padding: 2em 5%; 
	border: 1px solid #ccc; 
	font-size: 18px; color: #333;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
	display: inline-block; 
	color: #fff; 
	text-decoration: none; 
	background: #7DAF3B; 
	padding: 0.5em 0.75em;
	margin: 0 10px;
	border-radius: 3px; 
	box-shadow: 0 0 2px rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.25s ease-in; 
	-moz-transition: background 0.25s ease-in; 
	font-size: 0.9em;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	background: #af3b3b;
	margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
	background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  {
	background: #000;
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
	display: block;
	margin-top: 1em;
}

.cc-cookies.cc-discreet {
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative;  }
}