/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
    .container .half.column               		{ width: 450px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #ffffff;
		font-family: 'Droid Sans', sans-serif;
		font-size:13px;
		line-height:1.3;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Droid Sans', sans-serif;
		font-weight: 700; 
		color:#558ed5; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; margin-bottom: 0px;}
	h2 { font-size: 16px; margin-bottom: 0px; }
	h3 { font-size: 28px; margin-bottom: 8px; }
	h4 { font-size: 21px; margin-bottom: 4px; }
	h5 { font-size: 17px; }
	h6 { font-size: 14px; }
	.subheader { color: #777; }

	p, pre { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #558ed5; text-decoration: none; outline: 0; font-weight:700; }
	a:hover, a:focus { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol {  }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; margin-bottom:20px; }
	ul.disc li { margin-left:25px; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {   }
	li {   }
	ul.large li {   }
	li p {   }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background:url(../../img/btn-bg.jpg);
	  border: 1px solid #558ed5;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: inline-block;
	  font-size: 10px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 1px 1px 1px #666666;
      filter: dropshadow(color=#666666, offx=1, offy=1);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 5px 12px;
	  font-family: 'Droid Sans', sans-serif;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #558ed5;
	  border: 1px solid #888;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #558ed5;
	  border: 1px solid #888;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form { margin-bottom: 20px; }
	fieldset {  }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #dddddd;
		padding: 5px 7px;
		outline: none;
		font-size:11px;
		color: #000;
		margin: 0;
		width: 250px;
		max-width: 250px;
		min-width: 250px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background:url(../../img/form-bg.png); }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #558ed5;
 		color: #558ed5;
 		-moz-box-shadow: 0 0 7px rgba(85,142,213,.59);
		-webkit-box-shadow: 0 0 7px rgba(85,142,213,.59);
		box-shadow:  0 0 7px rgba(85,142,213,.59); }
	textarea {
		min-height: 86px;
		max-height: 86px;
		height: 86px;
		width: 250px;
		max-width: 250px;
		min-width: 250px;
		font-family: 'Droid Sans', sans-serif;}
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.right { float:right !important; }
	.left { float:left !important; }
	.clearfix { clear:both !important; height:0px !important; width:0px !important; }
	
	

/* #Fancybox
================================================== */
	
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000001;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../img/fancybox_sprite.png');
}

#fancybox-loading {

	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 10000006;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 10000004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 10000004;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 10000004;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10000001;
	background: url('../../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 10000005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 10000005;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* #Site Styles
================================================== */
    .padded { margin:20px 15px; }
	
	.img-outer { padding:5px; background:url(../../img/form-bg.png); border:1px solid #dddddd; }
	
	.img-column img { margin:10px 0px; }
	
	header, footer, section, #quote { width:100%; position:relative; z-index:10000000; }
	
	header { height:76px; width:100%; background:url(../../img/header-bg.png) repeat-x;}
	
	header .logo { margin-top:7px; }
	
	header nav { height:16px; width:555px; font-size:16px; margin-top:20px; *width:575px; }
	header nav ul { height:16px; width:555px; *width:575px;  }
	header nav ul li{ float:left; margin-left:20px; }
	header nav ul li a:link, header nav ul li a:visited, header nav ul li a:active {
		color:#fff;
		font-weight:700;
		text-shadow: 1px 1px 0px #2255b7;
		filter: dropshadow(color=#2255b7, offx=1, offy=1);
		-webkit-transition: all 400ms ease-in-out; 
		-moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out; }
	header nav ul li a:hover, header nav ul li a.current {
		text-decoration:none;
		color:#2255b7;
		text-shadow: 1px 1px 0px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1);
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out; }
	
	#slider { position:relative; z-index:1; width:100%; overflow:hidden; top:-17px; max-height:371px; overflow:hidden;}
	
	#slider li { width:100%; display:table-cell; float:left; }
	
	#slider li img { width:100%; height:auto !important; }
		
	.googlemap { width:100%; height:371px; position:relative; z-index:1; top:-17px; }
		
	#quote {  height:39px; padding-top:17px; background:url(../../img/quote-bg.png) repeat-x; top:-39px; }
	
	#quote .one, #quote .two, #quote .three {
		color:#fff;
		text-shadow: 1px 1px 0px #2255b7;
		filter: dropshadow(color=#2255b7, offx=1, offy=1);
		line-height:39px;
	}
	
	#quote .one { font-size:29px; text-transform:uppercase; font-weight:700; }
	
	#quote .two { font-size:16px; text-align:center; }
	
	#quote .three { font-size:16px; text-align:right; }
	
	
	section { background:url(../../img/section-bg.jpg) repeat-x #ffffff; top:-39px;  }
	
	footer {  }
	
	#accreditations { border-bottom:2px solid #000; }
	
	#accreditations h3 { width:100%; border-bottom:2px solid #000;  margin-bottom:0px; font-size:18px; line-height:0.5; *line-height:1;}
	
	#accreditations h3 span { background:#ffffff; padding-right:5px; *position:relative; !important; *top:2px; }
	
	#accred-list { height:95px; width:940px; padding:10px 0; }
	#accred-list li { margin-right:289px; }
	#accred-list li:last-child { margin-right:0px; }
	
	#bhta, #constructionline, #nic, #checkatrade, #exor, #chas {
		display:block;
		float:left;
	}
	
	#bhta a:visited, #constructionline a:visited, #nic a:visited, #checkatrade a:visited, #exor a:visited, #chas a:visited, #bhta a:link, #constructionline a:link, #nic a:link, #checkatrade a:link, #exor a:link, #chas a:link, #bhta a:active, #constructionline a:active, #nic a:active, #checkatrade a:active, #exor a:active, #chas a:active { 
		display:block;
		-webkit-transition: background 400ms ease-in-out;
		-moz-transition: background 400ms ease-in-out;
        -ms-transition: background 400ms ease-in-out;
        -o-transition: background 400ms ease-in-out;
		transition: background 400ms ease-in-out;
		background:url(../../img/accreditations-sprite.jpg);
		-webkit-background-size: 877px 95px;
		-moz-background-size: 877px 95px;
		-o-background-size: 877px 95px;
		background-size: 877px 95px;
	}
	
	#bhta a:hover , #constructionline a:hover , #nic a:hover , #checkatrade a:hover , #exor a:hover , #chas a:hover  { 
		background:url(../../img/accreditations-sprite2.jpg);
		-webkit-background-size: 877px 95px;
		-moz-background-size: 877px 95px;
		-o-background-size: 877px 95px;
		background-size: 877px 95px;
		-webkit-transition: background 400ms ease-in-out;
		-moz-transition: background 400ms ease-in-out;
        -ms-transition: background 400ms ease-in-out;
        -o-transition: background 400ms ease-in-out;
		transition: background 400ms ease-in-out;
	}
	
	#bhta a:link, #bhta a:visited, #bhta a:active { height:95px; width:85px; background-position: 0 0; }
	/*#bhta { margin-right:37px; }*/
	
	#constructionline a:link, #constructionline a:visited, #constructionline a:active { height:95px; width:126px; background-position: -100px 0; }
	/*#constructionline { margin-right:37px; }*/
	
	#nic a:link, #nic a:visited, #nic a:active { height:95px; width:124px; background-position: -241px 0; }
	/*#nic { margin-right:37px; }*/
	
	#checkatrade a:link, #checkatrade a:visited, #checkatrade a:active { height:95px; width:184px; background-position: -380px 0; }
	/*#checkatrade { margin-right:37px; }*/
	
	#exor a:link, #exor a:visited, #exor a:active { height:95px; width:112px; background-position: -604px 0; }
	/*#exor { margin-right:36px; }*/
	
	#chas a:link, #chas a:visited, #chas a:active { height:95px; width:122px; background-position: -755px 0; }
	
	#bhta a:hover { background-position: 0 0px; }
	#constructionline a:hover { background-position: -100px 0px; }
	#nic a:hover { background-position: -241px 0px; }
	#checkatrade a:hover { background-position: -380px 0px; }
	#exor a:hover { background-position: -604px 0px; }
	#chas a:hover { background-position: -755px 0px; }
	
	#text-footer { font-size:12px; line-height:1; height:12px; padding:10px 0px; }
	
	#text-footer .right { text-align:right; }
	
	
/* #Page Styles
================================================== */
	/* Completed Galleries */
	.completed .img-outer { padding:5px; background:url(../../img/form-bg.png); border:1px solid #dddddd; margin:5px; }
	.completed .img-outer div { height:151px; overflow:hidden; }
	.completed .row { margin-bottom:40px; }
	
	/* Contact form */
	#contact-form .error {
		border: 1px solid #ff0000;
 		color: #ff0000;
 		-moz-box-shadow: 0 0 7px rgba(255,0,0,.59);
		-webkit-box-shadow: 0 0 7px rgba(255,0,0,.59);
		box-shadow:  0 0 7px rgba(255,0,0,.59);
	}
	
	.form-div { width:264px; }
	.form-div input[type='text'], .form-div textarea { *margin-left:-14px; }
	
	.contact-labels { width:70px; font-weight:700; }
	
	.contact-content { width:240px; text-align:left; }
			
	/* Services*/
	.services .right .img-outer { margin:0 0 5px 5px; }
	
	