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

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

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

a img, img{
	border: none;
}

h1{
	margin-top: 12px;
	margin-bottom: 10px;
}


h1, h2, h3 {
	font-size: 3.2em;
	font-weight: normal;
	color: #073e80;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.3em;
}

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

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

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

	#outer-contentContainer {
		width: 960px;
	}

	#contentContainer {
		width: 960px;
		float: left;
		border-top: #fff solid 489px;		
	}
	
	
/* Runner Styles
--------------------------------------------------------------- */

		#runner-with-buckets{
			width: 960px;
			height: 285px;
			float: left;
			border-top: #fff solid 54px;
			position: absolute;
			top: 150px;			
		}
		
		#runner{
			width: 960px;
			height: 285px;
			float: left;
			background:url(../../images/misc/runner.jpg) no-repeat;			
		}
		
		#runner-with-big-image-and-guarantee{		
			width: 940px;
			height: 285px;
			float: left;
			padding: 0px 20px 0px 0px;
			border-top: #fff solid 54px;
			position: absolute;
			text-align: right;
			font-size: 2.5em;
			letter-spacing: -1px;
			color: #fff;
			top: 150px;				
			background:url(../../images/misc/runner-cctv.jpg) no-repeat;
			}		
			
				#runner-with-big-image-and-guarantee #runner-ps {
					width: 400px;
					padding-top: 130px;
					float: right;
					display: none;
				}
				
				body#burglar-alarms #runner-ps,
				body#door-entry #runner-ps,
				body#access-control #runner-ps {
					display: block;
				}
				
				#runner-with-big-image-and-guarantee #runner-ps p span.coloured {
					color: #66FFFF;
					font-size: 1.2em;
				}
		
		#commercial-cctv #runner-with-big-image-and-guarantee{
			background:url(../../images/misc/runner-commercial.jpg) no-repeat;
		}
		
		#burglar-alarms #runner-with-big-image-and-guarantee{
			background: url(../../images/misc/runner-alarms.jpg) no-repeat;
		}
		
		#door-entry #runner-with-big-image-and-guarantee{
			background:url(../../images/misc/runner-door.jpg) no-repeat;
		}
		
		#access-control #runner-with-big-image-and-guarantee{
			background:url(../../images/misc/runner-access.jpg) no-repeat;
		}								
		
		#contact #runner-with-big-image-and-guarantee{
			background:url(../../images/misc/runner-contact.jpg);
		}
		
		.bucket{
			padding-top: 30px;
			float:left;
			width: 320px;
			background: #006600;
			height: 255px;
			position:relative;
		}
		
		.bucket-title{
			font-size: 2.1em;
			text-align: center;
		}
		
		.bucket-left-text{
			width: 135px;
			padding-left: 5px;
			font-size: 1.2em;
			padding-top: 20px;
			font-family:tahoma;
			font-weight: bold;
			margin-left: 5px;
		}
		
		.bucket-right-photo{
			float:right;
			width: 170px;
			padding-top: 20px;
		}
		
		.bucket-lower-text{
			clear: both;
			padding: 5px;
			padding-right: 10px;
			padding-top: 2px;
			line-height: 19px;
			margin-left: 5px;
		}
		
		#cta-bucket-1{
			background:url(../../images/misc/cta-bucket-1.jpg) no-repeat;
		}
		
		#cta-bucket-2{
			background:url(../../images/misc/cta-bucket-2.jpg) no-repeat;		
		}
		
		#cta-bucket-3{
			background:url(../../images/misc/cta-bucket-3.jpg) no-repeat;
		}

		a.more-info-button{
			display: block;
			position:absolute;		
			width: 101px;
			height: 29px;
			background:url(../../images/misc/more-info-button.jpg) no-repeat;
			bottom: 10px;
			right: 20px;
		}

		
/* Main and Sidebar Styles
--------------------------------------------------------------- */							

		#main-and-sidebar{
			float: left;
			width: 960px;		
			background:url(../../images/misc/main-and-sidebar-top-fade.jpg) top no-repeat;
		}
		
		* html #main-and-sidebar{
			margin-top: -3px;
		}
		
/* Main Styles
--------------------------------------------------------------- */		

		#main {
			float: left;
			width: 607px;
			padding: 10px 10px 10px 0px;
		}
		
		
		#main ul {
			list-style: none;
			font-size: 1.1em;
			font-weight: bold;
			line-height: 19px;
		}
		
		#main ul li {
			padding-left: 30px;
			background: url(../../images/misc/tick.jpg) no-repeat left center;
		}
		
		#contact #main ul{
			padding-bottom: 20px;
		}
		
		#contact #main ul li {
			background: none;
			color:#FF0000;
			font-size: 1.1em;
		}						
		
		#main-title{
			padding-left: 10px;
		}
		
		#main-left-col{
			width: 273px;
			float:left;
			padding-right: 20px;
			padding-left: 10px;
		}
		
		
		#main-right-col{
			width: 283px;
			float:right;
			padding-right: 20px;
		}		
		
			#main p {
				margin: 7px 0px 7px 0px;
				font-size: 1.2em;
				line-height: 22px;
			}
			
		#cta-low-main-image{
			clear: both;
			height: 240px;
			background:url(../../images/misc/cta-big-image.jpg);
			position: relative;
		}
		
		#cta-low-main-image p{
			color: #fff;
			font-size: 2.6em;
		}
		
		p.text-over-image{
			position: absolute;
			left: 243px;
			text-align: right;
		}
		
		#line-1{
			top: 13px;
			left: 353px;
		}
		
		#line-2{
			top: 63px;	
			left: 246px;			
		}
		
		#line-3{
			top: 113px;	
			left: 236px;				
		}				
		
		p#sentence{
			left: 20px;
			top: 173px;
		}
		
		p#sentence a{
			color:#FFFFFF;
		}
		
		p#sentence a:hover{
			color: #66CC33;
		}		
					
		
		#googleMap {
			width: 640px;
			height: 300px;
		}

		#in-text-photo{
			border: 1px solid #231F20;
			margin-bottom: 10px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 333px;
		}
		
		#guarantee-photo{
			border: none;
		}
		
		
		#callback-form{
	height: 328px;
	background:url(../../images/misc/callback.jpg) no-repeat;
	color: #FFFFFF;
	float: right;
	width: 318px;
		}
.callbacktitle, #time, .callbackexpert{
	font-size: 2em;
	margin-bottom: 10px;
	display: block;
		}
.callbackexpert {
	font-size: 3em;
	color: #FFCC00;
}

		
		#callbackform {
	padding-top: 30px;
	padding-left: 30px;
		}
		
		#time{
	float: left;
	padding-top: 10px;
		}
		
#submit-btn {
	background: url(../../images/misc/submit.gif) no-repeat;
	height: 26px;
	width: 120px;
	border-style: none;
	cursor: pointer;
	margin-top: 10px;
}		
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 150px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background:url(../../images/misc/header.jpg);
}

	#logo {
		width: 367px;
		height: 150px;
		float: left;
		background: #666;
	}
	
	#cta-top-right {
		float:left;
	}
	
	.cta-top-right-lines{
		position: absolute;
		left: 335px;
		text-align: right;
		top: 43px;	
	    color: #fff;
		font-size: 1.6em;
		width: 340px;
	}
	
	#cta-top-right-line-2{
		top: 104px;
	}
	
	#cta-top-right-line-2 span{
	color: #073e80;
	}
	

	
	#cta-top-right p span{
		font-size: 1.2em;
	}

/* Image Slideshow Styles
--------------------------------------------------------------- */

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}

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

#navigation {
	width: 960px;
	height: 54px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 150px;
	background:url(../../images/misc/nav.jpg);
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 18px 12px 18px 12px;
				font-weight: bold;
				font-size: 1.2em;
			
			}

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a:hover {
					background: url(../../images/misc/nav-hover.gif) #000 repeat-x;
					margin: 0px 5px 0px 5px;
					padding: 15px 0px 17px 0px;
					border-left: 7px solid #000;
					border-right: 7px solid #000;
					color: #fff;
				}
				
#index #navigation .index-a,
#cctv-systems #navigation .cctv-systems-a,
#commercial-cctv #navigation .commercial-cctv-a,
#burglar-alarms #navigation .burglar-alarms-a,
#door-entry #navigation .door-entry-a,
#access-control #navigation .access-control-a,
#contact #navigation .contact-a {
					background: url(../../images/misc/nav-hover.gif) #000 repeat-x;
					margin: 0px 5px 0px 5px;
					padding: 15px 0px 17px 0px;
					border-left: 7px solid #000;
					border-right: 7px solid #000;
				}

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

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/misc/outer-footer.jpg) no-repeat #231f20;
}

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

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

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.4em;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 270px;
		margin: 0px;
	}
	
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 250px;
				padding: 3px 5px;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

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

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
			}
		
		#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;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
		color: #605f5f;
		margin-top: 30px;
	}

	#footer #footer-bottom p {
		border: none;
		
	}

	* html #footer #footer-bottom {	
		margin-top: 50px;
	}

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

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

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.bucket-title-loc {
	font-size:2 em;
	font-weight:bold;
	text-align:center;
}

.bucket-lower-text-loc {
	font-size:0.3 em;
}
