/* CSS Document */

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

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

@font-face {
    font-family: 'RockwellBold';
    src: url('../../includes/fonts/rockb-webfont.eot');
    src: url('../../includes/fonts/rockb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../includes/fonts/rockb-webfont.woff') format('woff'),
         url('../../includes/fonts/rockb-webfont.ttf') format('truetype'),
         url('../../includes/fonts/rockb-webfont.svg#RockwellBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	h1, #main h2, #sidebar h2, #middleRunner p.largetext, #cta-bottom-right span, #cta-install-supply {
		font-family: "RockwellBold";
	}
	
	#cta-top-right p, #navigation ul li a, ul.dropdown li a, #middleRunner p.smalltext, ul#buckets li a, #cta-bottom-right p, #cta-bottom-left,#sidebar #cta-protect p, #starthere h2, #starthere p#index-selector-phone, div#form {
		font-family: "RockwellRegular";
	}
		

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

a:link, a:visited, a:focus {
	color: #0000FF;
	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;
	font-weight: normal;
	color: #172f7f;
}

	#index h1 {
		font-size: 1.5em;
		color: #777;
	}
	
		#index h1 span {
			font-size: 1.9em;
			display: block;
			color: #172f7f;
			text-transform: uppercase;
		}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	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;
		background: #fff;
		border-top: 460px solid #fff;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 630px;
			padding: 10px 10px 10px 10px;
		}
		
			#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 ul.horiz {
				padding:5px 0px 15px;	
			}
			
				#main ul.horiz li {
						display:inline;	
					}
				
		#contact #main {
			width: 940px;
		}
		
		#main #cta-bottom {
			width: 610px;
			padding: 20px 0px 0px 0px;
			height: 104px;
			clear: both;
			letter-spacing: -1px;
			background: url(../../images/layout/cta-bottom-bg.png) right top no-repeat;
		}
		
			#main #cta-bottom-left {
				float: left;
				padding: 8px 0px 0px 0px;
				font-size: 1.4em;
				width: 335px;
				color: #777;
			}
			
				#main #cta-bottom-left p {
					line-height: 23px;
				}
			
				#main #cta-bottom-left p span {
					color: #039;
				}
		
			#main #cta-bottom-right {
				float: right;
				text-align: center;
				width: 275px;
				padding: 20px 0 0 0;
				text-transform: uppercase;
			}
			
				#main #cta-bottom-right p {
					line-height: 20px;
					margin: 0; padding: 0;
				}
			
				#main #cta-bottom-right p span {
					font-size:2.2em;
				}
				
	#cta-install-supply {
		float: right;
		width: 210px;
		font-size: 1.8em;
		text-align: center;
		color: #888;
		margin: 0px 0px 0px 20px;
	}
	
		#cta-install-supply p {
			line-height: 25px;
		}
	
			#cta-install-supply p span.install,
			#cta-install-supply p span.supply,
			#cta-install-supply p span.phone {
				text-transform: uppercase;
				color: #0c4491;
			}
			
			#cta-install-supply p span.supply {
				color: #5877a3;
			}
			
			#cta-install-supply p span.phonetag {
				text-transform: uppercase;
				font-size: 0.6em;
			}
				
	ul#whychoose {
		float: right;
		width: 350px;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 10px 30px;
	}
	
		ul#whychoose li {
			margin: 10px 0;
		}
	
		#whychoose :first-child {
			background: none;
			font-weight: bold;
			padding: 0;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 310px;
		}
		
			#sidebar #cta-protect {
				background: url(../../images/layout/sidebar-cta-bg.jpg) right center no-repeat;
				margin: 10px 0px 10px 0px;
				float: left;
				width: 280px;
				padding: 0 30px 0 0;
			}
			
				#sidebar #cta-protect p {
					font-size: 1.5em;
					margin: 20px 0;
					color: #777;
				}
				
					#sidebar #cta-protect p span {
						font-size: 1.5em;
						color: #333;
					}
				
			#sidebar #sidebar-gallery {
				float: left;
				background: #eee;
				width: 280px;
				margin: 0 30px 0 0;
				display: inline;
				padding: 10px 0px;
				background: #1E3173 url(../../images/layout/sidebar-gallery-bg.jpg) bottom repeat-x;
				border-radius: 10px;
				text-align: center;
			}
			
				#sidebar #sidebar-gallery h2 {
					font-size: 1.4em;
					color: #fff;
				}
				
				#sidebar #sidebar-gallery img {
					padding: 2px;
					margin: 1px;
					border: 1px solid #3467A0;
				}
			
	#sidebar ul.sidebarSubnav {
		list-style: none;
		padding-right: 30px;
		margin: 10px 0 0 0;
		float: left;
	}
	
		#sidebar ul.sidebarSubnav li.sidebarSubnav-header {
			font-size: 1.6em;
			letter-spacing: -1px;
		}
	
		#sidebar ul.sidebarSubnav li {
			float: left;
			width: 280px;
		}
			
			#sidebar ul.sidebarSubnav li a {
				float: left;
				display: block;
				width: 258px;
				padding: 3px 10px;
				text-decoration:none;
				font-size: 1.3em;
				background: #fefefe;
				border: 1px solid #eee;
				margin: 0px 0px 2px 0px;
			}
			
				#sidebar ul.sidebarSubnav a:hover {
					color: #fff;
					background: #1D3B9F;
				}
				
	#sidebar #sidebarSubnav-security-fencing,
	#sidebar #sidebarSubnav-gates {
		display: none;
	}
	
		#security-fencing #sidebar #sidebarSubnav-security-fencing,
		#gates #sidebar #sidebarSubnav-gates {
			display: block;
		}
		
/* Header Styles
--------------------------------------------------------------- */

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

	#logo {
		width: 250px;
		height: 115px;
		float: left;
	}
	
	#cta-top-right {
		width: 710px;
		float: right;
		padding: 35px 0px 0px 0px;
		text-align: right;
		height: 80px;
		color: #fff;
		font-size: 1.4em;
		background: url(../../images/layout/headerBg.jpg);
	}
	
		#cta-top-right .phone {
			font-size: 1.4em;
			color: #ffde00;
		}

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


#middleRunner {
	position: absolute;
	top: 115px;
	right: 0px;
	z-index: 1;
	background: url(../../images/layout/middleRunnerCover.jpg);
	width: 681px;
	height: 321px;
}

	#middleRunner p.smalltext,
	#middleRunner p.largetext {
		position: absolute;
		z-index: 1;
		top: 30px;
		left: 50px;
		letter-spacing: -2px;
	}
	
		#middleRunner p.smalltext {
			font-size: 3em;
			text-transform: uppercase;
			color: #555;
		}
	
		#middleRunner p.largetext {
			font-size: 4.4em;
			top: 70px;
			color: #1d3b9f;
		}
		
ul#buckets {
	position: absolute;
	left: 320px;
	top: 271px;
	z-index: 2;
	list-style: none;
	width: 640px;
}

	ul#buckets li {
		float: left;
		width: 310px;
		height: 157px;
	}
	
		ul#buckets li a {
			width: 290px;
			height: 46px;
			font-size: 1.3em;
			display: block;
			letter-spacing: 1px;
			padding: 111px 0px 0px 20px;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
		}
		
			ul#buckets li a span {
				color: #9aabda;
			}
		
			ul#buckets li a:hover span {
				color: #111;
			}
		
		ul#buckets li.bucket-palisade-fencing {
			margin-right: 20px;
		}
		
		ul#buckets li.bucket-palisade-fencing a {
			background: url(../../images/layout/bucket-palisade-fencing-sprite.jpg) left top no-repeat;
		}
		
			ul#buckets li.bucket-palisade-fencing a:hover {
				background: url(../../images/layout/bucket-palisade-fencing-sprite.jpg) left bottom no-repeat;
			}
		
		ul#buckets li.bucket-mesh-fencing a {
			padding-left: 60px;
			width: 250px;
			background: url(../../images/layout/bucket-mesh-fencing-sprite.jpg) left top no-repeat;
		}
			
			ul#buckets li.bucket-mesh-fencing a:hover {
				background: url(../../images/layout/bucket-mesh-fencing-sprite.jpg) left bottom no-repeat;
			}
			
#starthere {
	position: absolute;
	left: 330px;
	top: 261px;
	z-index: 2;
	list-style: none;
	width: 590px;
	background: url(../../images/layout/startherebg.jpg);
	border-radius: 10px;
	height: 157px;
	display: none;
	padding: 0 20px;
}

	#index #starthere h2 {
		width: 590px;
		color: #F9AD00;
		font-size: 2.1em;
		padding: 15px 0 0 30px;
		height: 41px;
		text-transform: lowercase;
	}

	#starthere #form-index-selector fieldset {
		border: none;
		width: 160px;
		float: left;
		padding: 10px 20px 10px 0;
	}
	
		#starthere #form-index-selector fieldset select {
			padding: 10px;
			width: 160px;
			height: 40px;
			font-size: 1.1em;
			border: none;
			border: 1px solid #ccc;
			background: none;
		}
		
			#starthere #form-index-selector fieldset select option {
				padding: 10px 10px;
			}
			
			#starthere #index-selector-logo {
				position: absolute;
				top: 56px;
				right: 0px;
				z-index: 10000;
			}
		
		#starthere #form-index-selector fieldset input#index-selector-go {
			height: 38px;
			width: 73px;
			padding: 0 20px;
			font-size: 1.5em;
			background: url(../../images/index-selector/gobutton.jpg) top left;
			border: none;
			cursor: pointer;
			color: #fff;
		}
		
			#starthere #form-index-selector fieldset input#index-selector-go:hover {
				background-position: 0 -38px;
			}
		
		#starthere p#index-selector-phone {
			position: absolute;
			top: 115px;
			font-size: 2em;
			left: 20px;
			width: 630px;
			color: #777;
			z-index: 1000;
		}
		
			#starthere p#index-selector-phone span {
				color: #333;
				font-size: 1.1em;
			}
		
#imgmain {
	position: absolute;
	right: 0px;
	top: 261px;
	z-index: 10;
}

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

#navigation {
	width: 279px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 115px;
	padding: 25px 0px 0px 0px;
	height: 296px;
	background: url(../../images/layout/navBg.jpg);
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				width: 259px;
				color: #222;
				text-decoration: none;
				line-height: 1em;
				padding: 8px 10px 8px 10px;
				font-size: 1.2em;
			}
			
				#navigation ul li a.dropdown {
					background: url(../../images/layout/navBG-a-arrow.gif) 260px center no-repeat;
				}

				#navigation ul li a:hover {
					background: #888;
					color: #fff;
				}
				
	ul.dropdown {
		position: absolute;
		list-style: none;
		left: 279px;
		width: 150px;
		background: #1E3173;
		display: none;
		z-index: 100;
	}
	
		ul.dropdown li {
			float: left;
			width: 150px;
		}
		
			ul.dropdown li a {
				float: left;
				padding: 7px 10px;
				width: 130px;
				font-size: 1.1em;
				color: #fff;
				text-decoration: none;
			}
			
			ul.dropdown li a:hover {
				background: #369;
			}
			
	ul#dropdown-security-fencing {
		top: 170px;
	}
	
	ul#dropdown-gates {
		top: 292px;
	}


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

#outerFooter {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	background: url(../../images/layout/footerBg.jpg) top center repeat-x #1a3385;
}

#footer {
	clear: both;
	width: 960px;
	color: #ccc;
	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: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #ccc;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 250px;
		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 #0066CC;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

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

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

	#footer #footer-help {
		float: right;
		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 #0066CC;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
			clear: both;
		}
		
		#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;
}

/* Contact Table Styles
--------------------------------------------------------------- */
div#form {
	float: right;
	width: 900px;
	background: url(../../images/layout/footerBg.jpg) center -30px repeat-x #1a3385;
	border-radius: 10px;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.1em;
}
	
	#contactForm fieldset {
		border: none;
		clear: both;
	}
	
/* -- Contact Form Left */
	
	#contactForm #contactFormLeft {
		width: 440px;
		float: left;
	}
	
	/* -- Contact Details */
	
		#contactForm fieldset#contactDetails label {
			width: 210px;
			float: left;
			padding: 5px 0px 5px 0px;
			display: block;
		}
		
		#contactForm fieldset#contactDetails input {
			width: 200px;
			height: 30px;
			padding: 0px 5px;
			background: #fff;
			float: left;
			border: none;
		}
		
		#contactForm fieldset#contactDetails .contactDetailsLeft {
			width: 220px;
			float: left;
		}
		
		#contactForm fieldset#contactDetails .contactDetailsRight {
			width: 220px;
			float: right;
		}
		
	/* -- Interested In */
	
	#contactForm p#whatareyoulookingfor {
		font-size: 1.1em;
	}
	
	#contactForm .interestedInLeft {
		width: 220px;
		float: left;
	}
	
	#contactForm .interestedInRight {
		float: right;
		width: 220px;
	}
	
		#contactForm .interestedInLeft label,
		#contactForm .interestedInRight label {
			padding: 5px 0px;
			display: block;
			width: 220px;
		}
		
	/* -- Enquiry */
	
	#contactForm #contactFormRight {
		width: 440px;
		float: right;
	}
	
		#contactForm label.enquiry {
			padding: 5px 0px 5px 0px;
			display: block;
		}
		
		#contactForm textarea {
			padding: 20px;
			width: 385px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.2em;
			background: #fff;
			border: none;
		}
		
		#contactForm .submit {
			display: block;
			margin-top: 10px;
			padding: 5px 0px;
			clear: both;
			width: 100px;
			float: left;
		}


#form #errors {
	font-size:1.0em;
	color: #FC0;
	font-weight: bold;
	float: left;
	width: 900px;
	padding:0px;
	margin:0px;
}

	#contact #form #errors ul {
		float:left;
		padding:0px;
		margin:10px;
		}

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

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


/* -------------- jQuery Error Pop Ups */

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				padding:4px 10px 4px 10px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.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:0px;
					font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
					}
					
				.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:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
	
	


