/* CSS Document */

/* 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/bg.gif) top repeat-x #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color:#0a486b;
	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: 2.3em;
	color: #0a486b;
	font-weight:900;
}

h2 {
	font-size: 1.6em;
	color: #0a486b;
}

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

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

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

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

	#contentContainer {
		width: 960px;
		padding-top: 470px ;
	}
	#index #contentContainer{padding-top: 650px ;}
	#contact #contentContainer{padding-top: 130px ;}
	#products #contentContainer{padding-top: 130px ;}
	#other #contentContainer{padding-top: 130px ;}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 540px;
			padding: 10px 10px 10px 10px;
			position:relative;
			left:125px;
			
		}
		#contact #main {
			width: 810px;
			min-height:700px;
		}
		#products #main {
			min-height:700px;
		}
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px;
			}
			
				#main ul li {
					padding: 4px 0px 4px 30px;
					list-style: none;
					background: url(../../images/misc/tick.jpg) left center no-repeat;
				}
				
			#main .column{
				width:230px;
				float:left;
				padding:0px 40px 0px 0px;
			}
	
		#products #bottom-cta {
			font-size:1.4em;
			color:#0a486b;
			clear:left;
			border-top:1px solid #ccc;
			padding:20px 0 10px;
		}	
		
		#products fieldset,
		#disabled-toilets fieldset {
			border:0;	
		}



				
/* Item
--------------------------------------------------------------- */
.item{
	width:100%;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	float:left;
	padding:20px 0px;
	margin:20px 0px;
}
	.item p.title{
		color:#236C93;
		font-size:1.8em !important;
		margin:0px 0px 20px 0px !important;
	}
	.item .left{
		font-size:10px !important;
		margin-right:10px;
	}
	.item .right{
		width:380px;
		float:left;
	}
	#enquiry-submit{
		padding:10px;
		background:#EABD07;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border:1px solid #D8AD02;
		font-size:1.6em;
		color:#fff;
		cursor:pointer;
	}
		#enquiry-submit:hover{
			background:#D8AD02;
			transition:0.4s;
			-moz-transition:0.3s;
			-webkit-transition:0.3s;
		}
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar, .automatic-door-install{
			float: right;
			width: 265px;
			margin-top:10px;
		}
			#other #sidebar{
				min-height:650px;
			}
			
			.cta-door-operators {
				float:left;
				position:relative;
				width:259px;
				height:103px;
				background:url(../../images/layout/cta-door-operators.jpg) top left no-repeat;
				display:none;
			}
				
				.cta-door-operators p {
					color: #fff;
					text-transform:uppercase;
					font-size:1.6em;
					padding:8px 0px 0px 55px;
				}
				
					.cta-door-operators p span {
						display:block;
						font-size:1.0em;
					}
					
					.cta-door-operators a {
						position:absolute;
						top:0px;
						left:0px;
						width:139px;
						height:40px;
						color: #0a486b;
						text-decoration:none;
						text-transform:uppercase;
						font-size:1.6em;
						letter-spacing:-1px;
						padding:63px 0px 0px 120px;
					}
					
						.cta-door-operators a:hover {
							color: #fff;
						}
						
			#automatic-doors .cta-door-operators {
				display:block;
			}
					
	#disability-pdfs{
		position:relative;
		margin-top:15px;
	}
	
	#disability-pdfs img{
		float:left;
	}
		#disability-pdfs h2{
			padding:10px 0px 0px 10px;
			font-size:1.8em;
		}
	a.doc-m{
		padding:20px 0px 10px 83px;
		display:block;
		height:36px;
		width:177px;
		float:left;
		clear:both;
		margin:4px 0px;
		background-color:#EBBD07;
		color:#fff;
		font-weight:bold;
		
	}
	a.doc-m:nth-child(3n+3){
		background:url("../../images/layout/doc-m-1.jpg") no-repeat #EBBD07 7px 10px;
		
	}
	a.doc-m:nth-child(3n+4){
		background:url("../../images/layout/doc-m-pen.jpg") no-repeat #EBBD07 7px 10px;
	}
	a.doc-m:nth-child(3n+5){
		background:url("../../images/layout/doc-m-acc.jpg") no-repeat #EBBD07 7px 10px;
	}

		a.doc-m:hover{
			background-color:#D8AA04;
		}



a.auto-install{
		padding:20px 0px 10px 83px;
		display:block;
		height:36px;
		width:177px;
		float:left;
		clear:both;
		margin:4px 0px;
		background:url("../../images/layout/pdf-cta-bg.jpg");
		color:#fff;
		font-weight:bold;

}
.automatic-door-install a:hover{
			opacity:0.9;
			transition:0.4s;
			-moz-transition:0.3s;
			-webkit-transition:0.3s;
			cursor: pointer;
		}

.install-images img{
	padding-right:15px;
	display:inline;
}	

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

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

	#logo {
		float: left;
	}
	
	#cta-top-right {
		
		float: right;
		padding: 5px 0px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 1.3em;
		position:absolute;
		top:30px;
		right:0px;
		text-transform:uppercase;
		color:#3b6d89;
		font-weight:bold;
	}
	
		#cta-top-right .phone {
			font-size: 2.2em;
			color:#eabd07;
			font-weight:900;
		}
		
	#headerText {
		position:absolute;
		top:140px;
		left:490px;
		font-size:1.4em;
		color:#5d9fc8;
	}
	
	.headerText {
		float: right;
		width:490px;
		font-size:1.4em;
		color:#5d9fc8;
		}
		
		#headerText p, .headerText p {
			margin:5px 0px;
		}
		#headerText .large, .headerText .large {
			font-size:2.8em;
			text-transform:uppercase;
			color:#0a486b;
			font-weight: 900;
		}
			#service-repairs #headerText .large{
				font-size:2.0em;
			}
			
	#buckets {
		position:absolute;
		top:470px;
		left:140px;
	}
		#buckets a {
			float:left;
			width:194px;
			height:110px;
			padding:35px 0px 0px 10px;
			color:#fff;
			text-decoration:none;
			position:relative;
			background:url("../../images/layout/bucket.jpg")
		}
			#buckets a span.title {
				font-size:1.8em;
				width:70px;
				display:block;
				text-transform:uppercase;
				font-weight:bold;
			}
			#buckets a span.smaller {
				position:absolute;
				bottom:25px;
				left:10px;
				color:#eabd07;
			}
			
			#buckets a:hover{
				color:#eabd07 !important;
			}
			#buckets a:hover span.smaller {
				color:#fff !important;
			}
			
			#buckets .electric-strikes-bucket span.title {
				width:160px;	
			}
		/*
		#buckets a.access-control-bucket{
			background:url("../../images/layout/bucket-accessControl.jpg")
		}
		#buckets a.door-closers-bucket{
			background:url("../../images/layout/bucket-doorClosers.jpg")
		}
		#buckets a.floor-springs-bucket{
			background:url("../../images/layout/bucket-floorSprings.jpg")
		}
		#buckets a.door-stays-bucket{
			background:url("../../images/layout/bucket-doorStays.jpg")
		}
		#buckets a.electric-strikes-bucket{
			background:url("../../images/layout/bucket-electricStrikes.jpg")
		}
		#buckets a.door-control-bucket{
			background:url("../../images/layout/bucket-doorControl.jpg")
		}*/
/* Main Image Styles
--------------------------------------------------------------- */

#imgmain,
	#slider {
	z-index: 50;
	position: absolute;
	top: 135px;
	left: 120px;
	
}

/* Nivo Slider
--------------------------------------------------------------- */

#nivohold {
	position:relative;
	width:834px;
	height:350px;
}

#index #nivohold {
	background:url(../../images/imgmain/index.jpg) no-repeat;	
}

	#nivohold img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}
	.nivoSlider {
		position:relative;
	}
	.nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
	}
		.nivoSlider a {
			border:0;
			display:block;
		}
		.nivo-controlNav {
			position:absolute;
			right:10px;
			bottom:0;
		}
		.nivo-controlNav a {
			background:url(../../images/misc/bullets.png) no-repeat;
			display:block;
			width:25px;
			height:25px;
			text-indent:-9999px;
			border:0;
			margin-right:2px;
			float:left;
			cursor: pointer;
		}
		.nivo-controlNav a.active {
			background-position:0 -25px;
		}
		.nivo-directionNav a {
			display:none;
		}
		.nivo-caption a {
			display:inline !important;
		}
		.nivo-html-caption {
			display:none;
		}
		
		.nivo-caption {
			position:absolute;
			right:0; 
			top:25px;		
		}
		
		#slider .slider-cta {
			background:url(../../images/layout/slider-link-bg.jpg) no-repeat;
			padding:8px 70px 11px 12px;
			font-size:0.9em;
			color:#0a486b;
			text-transform:uppercase;
			float:left;	
			text-decoration:none;
			font-weight:bold;
			margin-top:22px;
		}
		
			#slider .slider-cta span {
				display:block;
				color:#fff;
			}
			
			#slider .slider-cta:hover {
				color:#fff;	
			}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 120px;
	z-index: 60;
	position: absolute;
	left: 0px;
	top: 150px;
	background:url("../../images/layout/navbg.jpg")  no-repeat #0a486b;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				width: 100px;
				color: #fff;
				text-decoration: none;
				padding: 10px 10px 10px 10px;
				font-size: 1.0em;
				text-transform:uppercase;
				border-bottom:1px solid #eabd07;
			}

				#navigation ul li a:hover {
					background: #00324e;
					color: #fff;
				}



	#navigation ul li ul{
		position:absolute;
		left:120px;
		z-index:100;
	}
		#navigation ul li ul li a{
			background:#eabd07;
			border-bottom:1px solid #000;
		}
		
		#automatic-doors-dropDown{
			top:35px;
		}

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

#outerFooter {
	float: left;
	width: 100%;
	background: #d2edf3;
	margin-top:90px;
}

#footer {
	clear: both;
	width: 960px;
	color: #85c4d2;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}

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

	#footer h2 {
		font-weight: bold;
		color: #85c4d2;
		padding: 10px 0px;
		font-size: 2.6em;
		text-transform:uppercase;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #0066CC;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	
#footerServices{
	width:840px;
	float:left;
	padding:0px 0px 20px 0px;
}
	#footerServices ul li{
		float:left;
	}
		#footerServices ul li a{
			float:left;
			font-size:1.4em;
			color: #85c4d2;
			padding:10px 20px 10px 20px;
		}

#footerFurtherInfo{
	float:left;
	padding:0px 90px 0px 0px;
}
	#footerFurtherInfo  a{
		float:left;
		width:150px;
		font-size:1.4em;
		color: #85c4d2;
		
	}
#footerAddress{
	float:left;
}



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