@charset "UTF-8";
/* CSS Document */

/****************************
** MAIN CONTAINERS FOR SITE *
*****************************/
html {
	height:								100%;
	font-family:						Verdana, Arial, Helvetica, sans-serif;
	}

body {
	width:								99.5%;
	height:								100%;
	background-color:					#FFFFFF;
	font-family:						Verdana, Arial, Helvetica, sans-serif;
	font-size:							62.5%;
	color:								#FFFFFF;
	}

#container {
	width:								860px;
	margin:								10px auto;
	background-color:					#FFFFFF;
	}
	

	
#logo {
	width: 169px;
	height: 126px;
	float: left;
	background-color: 					#58595B;
	margin-bottom: 7px;
}	
	
#header {	
	width: 								656px;
	height: 							126px;
	margin-left: 						10px;
	float: 								left;
	background-color: 					#58595B;
	background-image:					none;
	background-position:				top right;
	background-repeat:					no-repeat;
}

#header.index 					{ background-image:					url(../images/top-pics/home.jpg); }
#header.about-us 				{ background-image:					url(../images/top-pics/about-us.jpg); }
#header.consultancy				{ background-image:					url(../images/top-pics/consultancy.jpg); }
#header.thermal-imaging 		{ background-image:					url(../images/top-pics/thermal-imaging.jpg); }
#header.route-planning			{ background-image:					url(../images/top-pics/route-planning.jpg); }
#header.partners-and-associates	{ background-image:					url(../images/top-pics/partner.jpg); }
#header.links 					{ background-image:					url(../images/top-pics/links.jpg); }
#header.contact-us				{ background-image:					url(../images/top-pics/contact-us.jpg); }


#header p {
	font-size: 							30px;
	font-weight:						normal;
	margin-top: 						85px;
	margin-left: 						20px;
}

hr {
	color:								#DA1934;
	background-color:					#DA1934;
	float: left;
	width: 836px;
	height: 1px;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 7px;
}


.content {
	width: 656px;
	min-height: 439px;
	overflow: visible;
	float: left;
	margin-left: 10px;
	background-image:url(../images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.grey {
	width: 656px;
	min-height: 439px;
	overflow: visible;
	float: left;
	margin-left: 10px;		
	background-image: url(../images/grey-body-bg.png);
	background-repeat:repeat-y;
	background-position: right;
}

.clear-both {
	clear: 								both;
}

#lower {
	float: left;
	width: 100%;
	background-image: url(../images/grey-background.png);
	background-repeat: repeat-y;
	margin-top: 0;
	padding-top: 0;
}

#left-section {
	width:								169px;
	float: 								left;
	/*background-color:					#58595B;*/
}

#left-section ul {
	float: right;
	width: 180px;
	list-style-type:					none;
	margin-top: 30px;	
	margin-left: 0;
	margin-bottom: 130px;
	padding-left: 0;
	color:#FFFFFF;
}
#left-section ul li {
	margin-bottom: 10px;
	
}
#left-section a:link, #left-section a:active, #left-section a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 25px;
	display: block;	
}
#left-section a:hover, .current {
	font-weight: bold;
}
.current {
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
}

.tel-and-email {
	margin-bottom: 0;
}
.pad-bottom {
	margin-bottom: 20px;
}

#footer {
	float: left;
	clear: both;
	margin: 20px auto;
	color: #000000;
}

img {
	border: 0;
}

#left-section a.no-pad {
	padding: 0;
	margin: 0;
	text-decoration: none;
}



/*****************
** MAIN STYLES   *
******************/
#main {
	width: 419px;	
	padding: 20px;
	float: left;	
}

.fixheight {
	height: auto;
}

#sub {
	width: 173px;
	padding: 10px;
	float: right;
}
#sub p, #sub ol {
	font-size: 1em;
}
#sub ol {
	padding-left: 20px;
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	color: #FFFFFF;	
	font-weight: normal;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 20px;
}
h3 {
	font-weight: bold;
	font-size: 1.3em;
}

.content p, .grey p {
	font-size: 1.3em;
}

.content ul, .grey ul {
	font-size: 1.3em;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

.content ul li, .grey ul li {
	margin-bottom: 7px;
}

.content ol, .grey ol {
	font-size: 1.3em;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;
}

p.name {
	margin-top: 2px;
	text-align:center;
	font-style: italic;
}


/**************************************
** IMAGE SPACING FOR CONSULTANCY PAGE *
***************************************/
.image1 { margin-top: 70px; margin-bottom: 80px; }
.image2 { margin-bottom: 360px; }
.image3 { margin-bottom: 45px; }
.image4 { margin-bottom: 360px; }
.image5 { margin-bottom: 220px; }
.image6 { margin-bottom: 200px; }

	
	
a.special { display:block;margin-left:-30px; }
