/* CSS Document */

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

@font-face {
    font-family: 'CallunaSansRegular';
    src: url('../../includes/fonts/CallunaSansRegular-webfont.eot');
	src: url('../../includes/fonts/CallunaSansRegular-webfont.eot?#iefix') format('eot'),
         url('../../includes/fonts/CallunaSansRegular-webfont.woff') format('woff'),
         url('../../includes/fonts/CallunaSansRegular-webfont.ttf') format('truetype'),
         url('../../includes/fonts/CallunaSansRegular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

    }
}

@font-face {
    font-family: 'DINComp-Light';
    src: url('../../includes/fonts/DINComp-Light.eot');
	src: url('../../includes/fonts/DINComp-Light.eot?#iefix') format('eot'),
         url('../../includes/fonts/DINComp-Light.woff') format('woff'),
         url('../../includes/fonts/DINComp-Light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINComp-Medium';
    src: url('../../includes/fonts/DINComp-Medium.eot');
	src: url('../../includes/fonts/DINComp-Medium.eot?#iefix') format('eot'),
         url('../../includes/fonts/DINComp-Medium.woff') format('woff'),
         url('../../includes/fonts/DINComp-Medium.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

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

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

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

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

a img {
	border: none;
}

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

h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #444;
}

	h1 span {
		color: #303773;
		}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	padding:12px 0 2px;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}

#main h1, #main h2 {
	font-family: "DINComp-Light", Arial, Helvetica, sans-serif;
}
#mainMessage p, #buckets ul li a, #main h1 span, #openingTimes p, #footer h2, #main #ggsCTA a {
	font-family: "DINComp-Medium", Arial, Helvetica, sans-serif;
}
#cta-top-right p, #mainMessage p.callnow {
	font-family: "CallunaSansRegular", Arial, Helvetica, sans-serif;
}

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

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;	
}

#container #backgrounds {
	position:absolute;
	margin:0px auto;
	width:960px;
	height: 386px;
	background:url(../../images/layout/main-bg.jpg) top left repeat-x;
	z-index:1;
	}

	#contentContainer {
		width: 958px;
		padding-top: 386px;
		border: 1px solid #e7e7e7;	
		border-bottom:none;
		border-top:none;	
		}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 698px;
			padding: 90px 10px 10px 10px;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				width:550px;
				line-height: 1.5em;
				color: #666666;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 25px;
				width:550px;
			}
			
				#main ul li {
					padding: 4px 30px 4px 30px;
					list-style: none;
					color: #666666;
					line-height:1.5em;
					border-bottom:1px solid #eee;
					background: url(../../images/misc/tick.jpg) left center no-repeat;
				}
				
				#motor-codes #main ul li {
					border-bottom:1px solid #eee;
					padding:10px 30px 10px 30px;
					}
					
					#motor-codes #main ul li.bottom {border:none;}
				
#main #ggsCTA {
	position:relative;
	background:url(../../images/layout/ggsCta.jpg) top left no-repeat #ccc;
	width:505px;
	height:57px;
	padding:0px;
	margin:10px 0px 20px 0px;
	}
	
	#main #ggsCTA a {
		position:absolute;
		top:0px;
		left:0px;
		padding:6px 380px 30px 10px;
		color: #fff;
		text-decoration:none;
		font-size:1.5em;
		letter-spacing:1px;
		}
		
		#main #ggsCTA a:hover {
			color: #FFCC00;
			}
						
					

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 240px;
			padding:14px 0px 0px 0px;
		}
			
			#sidebar #motor-codes {
				float:left;
				position:relative;
				background:url(../../images/layout/motor-codes.jpg) top left no-repeat;
				width:226px;
				height:224px;				
				}
				
				#sidebar #motor-codes a {
					position:absolute;
					padding:200px 0px 0px 0px;
					width:226px;
					text-align:center;
					font-size:1.2em;
					color:#FFFF00;
					font-weight:bold;
					font-style:italic;
					text-decoration:none;
					}
					
					#sidebar #motor-codes a:hover {
						text-decoration:underline;
						color: #fff;
						}
						
		#sidebar img {
			padding:10px 0px 0px 0px;
			}

		#sidebar .cta, #sidebar .cta2 {
			font-family: "CallunaSansRegular", Arial, Helvetica, sans-serif;
			color: #fff;
			font-size: 1.6em;
		}

			#sidebar .cta span, #sidebar .cta2 span {
				font-weight: bold;
				text-transform: uppercase;
			}

		#sidebar .cta {
			background: #ff9719;
			background: -moz-linear-gradient(top,  #ff9719 0%, #fc4f00 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9719), color-stop(100%,#fc4f00));
			background: -webkit-linear-gradient(top,  #ff9719 0%,#fc4f00 100%);
			background: -o-linear-gradient(top,  #ff9719 0%,#fc4f00 100%);
			background: -ms-linear-gradient(top,  #ff9719 0%,#fc4f00 100%);
			background: linear-gradient(to bottom,  #ff9719 0%,#fc4f00 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9719', endColorstr='#fc4f00',GradientType=0 );
			-webkit-border-radius: 5px;
			border-radius: 5px;
			margin: 5px 0;
			width: 207px;
			float: left;
			padding: 10px;
		}

		#sidebar .cta2 {
			background: #87e0fd;
			background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0));
			background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
			background: -o-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
			background: -ms-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
			background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );
			-webkit-border-radius: 5px;
			border-radius: 5px;
			margin: 5px 0;
			width: 207px;
			float: left;
			padding: 10px;
			color: #1C3B6A;
		}

			.offer {
				text-transform: uppercase;
				text-align: center;
				color: #ffe5ad;
				font-weight: bold;
				border-bottom: 1px solid #ffae00;
				padding: 0 0 5px 0;
				margin: 0 0 10px 0;
			}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 960px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 124px;
		height: 147px;
		float: left;
		padding:10px 0px 0px 25px;
	}
	
	#cta-top-right {
		float: right;
		padding: 20px 0px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 2.4em;
		color: #303773;
	}
	
		#cta-top-right span.phone {
			font-size: 1.2em;
			color: #ff8a00;		
		}

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

#imgmain {
	z-index: 100;
	position: absolute;
	top: 106px;
	left: 276px;
}

#mainMessage {
	position:absolute;
	top:180px;
	left:25px;
	z-index:130;
	width:400px;
	}
	
	#mainMessage p {
		float:left;
		color: #fff;
		font-size: 4.4em;
		line-height:1.2em ;
		width:400px;
		}
		
		#mainMessage p span {
			display:block;
			}
		
	#mainMessage p.callnow {
		float:left;
		padding:10px 0px 0px 0px;
		font-size:2.0em;
		}
		
		#mainMessage p.callnow span {
			color: #ff8a00;
			display:inline;
			font-size:1.3em;
			}
				
#openingTimes {
	position:absolute;
	top:400px;
	left:4px;
	background:url(../../images/layout/openingTimes.jpg) top left no-repeat;
	width:705px;
	height:54px;
	}			
	
	#openingTimes p {
		float:left;
		padding:17px 20px 20px 20px;
		margin:0px;
		font-size:1.2em;
		color: #303773;
		font-weight: bold;
		}
		
		#openingTimes p span {
			color: #aaaaaa;
			padding: 0 0 0 5px;
			}	
			
	#openingTimes a {
		color: #ff8a00;
		text-decoration:none;
		padding:0px 0px 0px 42px;
		}
		
		#openingTimes a:hover {
			text-decoration:underline;
			}
		
			

/* Bucket Navigation Styles
--------------------------------------------------------------- */

#buckets {
	width: 251px;
	z-index: 101;
	position: absolute;
	right: 0px;
	top: 106px;
}

	#buckets ul {
		margin: 0px;
		padding: 0px;
	}
	
		#buckets ul li {
			display: inline;
			list-style: none;
		}
			  
			#buckets ul li a {
				float: right;
				display:block;
				width: 206px;
				height:35px;
				background: #ccc;
				color: #303773;
				text-decoration: none;
				padding: 25px 10px 10px 35px;
				font-size: 1.7em;
				font-weight:bold;
			}
			
			#buckets ul li a.car-servicing-a {background:url(../../images/layout/buckets-car-servicing.jpg) top left no-repeat;}
			#buckets ul li a.vehicle-repairs-a {background:url(../../images/layout/buckets-vehicle-repairs.jpg) top left no-repeat;}
			#buckets ul li a.mots-a {background:url(../../images/layout/buckets-mots.jpg) top left no-repeat;}
			#buckets ul li a.tyres-a {background:url(../../images/layout/buckets-tyres.jpg) top left no-repeat;}	
			
			#buckets ul li a.car-servicing-a:hover {background:url(../../images/layout/buckets-car-servicingHover.jpg) top left no-repeat;}
			#buckets ul li a.vehicle-repairs-a:hover {background:url(../../images/layout/buckets-vehicle-repairsHover.jpg) top left no-repeat;}
			#buckets ul li a.mots-a:hover {background:url(../../images/layout/buckets-motsHover.jpg) top left no-repeat;}
			#buckets ul li a.tyres-a:hover {background:url(../../images/layout/buckets-tyresHover.jpg) top left no-repeat;}
				
/* Icon Navigation Styles
--------------------------------------------------------------- */

#iconNav {
	position:absolute;
	top:115px;
	left:160px;
	width:300px;
	z-index:155;
	}
	
	#iconNav ul {
		float:left;
		padding:0px;
		margin:0px;
		}
		
		#iconNav ul li {
			float:left;
			list-style:none;
			display:inline;
			}
			
			#iconNav ul li a {
				float:left;
				width:31px;
				height:31px;
				margin:0px 8px 0px 8px;
				display:inline;
				text-decoration:none;
				}	
				
			#iconNav ul li a.car-servicing-a {background:url(../../images/layout/iconNav-car-servicing.jpg) top left no-repeat;}
			#iconNav ul li a.vehicle-repairs-a {background:url(../../images/layout/iconNav-vehicle-repairs.jpg) top left no-repeat;}
			#iconNav ul li a.mots-a {background:url(../../images/layout/iconNav-mots.jpg) top left no-repeat;}
			#iconNav ul li a.tyres-a {background:url(../../images/layout/iconNav-tyres.jpg) top left no-repeat;}
			#iconNav ul li a.exhausts-a {background:url(../../images/layout/iconNav-exhausts.jpg) top left no-repeat;}
			#iconNav ul li a.motor-codes-a {background:url(../../images/layout/iconNav-motor-codes.jpg) top left no-repeat;}
			
			
			#iconNav ul li a.car-servicing-a:hover {background:url(../../images/layout/iconNav-car-servicingHover.jpg) top left no-repeat;}
			#iconNav ul li a.vehicle-repairs-a:hover {background:url(../../images/layout/iconNav-vehicle-repairsHover.jpg) top left no-repeat;}
			#iconNav ul li a.mots-a:hover {background:url(../../images/layout/iconNav-motsHover.jpg) top left no-repeat;}
			#iconNav ul li a.tyres-a:hover {background:url(../../images/layout/iconNav-tyresHover.jpg) top left no-repeat;}
			#iconNav ul li a.exhausts-a:hover {background:url(../../images/layout/iconNav-exhaustsHover.jpg) top left no-repeat;}
			#iconNav ul li a.motor-codes-a:hover {background:url(../../images/layout/iconNav-motor-codesHover.jpg) top left no-repeat;}

						

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	height: 40px;
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 80px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #333;
				text-decoration: none;
				padding: 4px;
				margin:0px 2px;
				font-size: 1.0em;
				border:1px solid #cecece;
				border-bottom:none;
			}

				#navigation ul li a:hover {
					color: #313773;
					background: #FAFAFA;
				}

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

#outerFooter {
	float: left;
	width: 100%;
}

#footer {
	clear: both;
	width: 938px;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	color: #999;
	margin: 0px auto;
	padding: 20px 10px 10px 10px;
	font-size: 1.2em;
	background: url(../../images/layout/footer-bg.jpg) top center no-repeat;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		color: #303773;
		padding: 3px 5px;
		font-size: 1.4em;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #999;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 260px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 310px;
	}
	
		#footer #footer-areas ul {
			float: left;
			width: 150px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 130px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 160px;
	}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: left;
		width: 165px;
	}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

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

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

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

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

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

	.img-right {
		margin: 10px 0px 10px 10px;
	}

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

.clearfix {
	clear: both;
}

/* 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);
	-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;
}

.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;  }
}