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

body {
	background-color: #FFF;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	height:auto;
	width:940px;
	margin:0 auto;
	position: relative;
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
.texttitle {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color:#666;
	letter-spacing: 0px;
	font-size: 18px;
}
.textdecor{ 
font-family: Verdana, Geneva, sans-serif;
float:right;
padding-top:30px;
letter-spacing: 0px;
font-size: 13px; 
color: #666; 
text-decoration:none;
-webkit-font-smoothing: antialiased;

}

#wrapper {
	width: 940px;
	height:auto;
	background-color:#FFF;
	border: 20px solid #FFF;
	display:block;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:0px;
	box-shadow:0px 0px 5px 5px #ccc; 
	-moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 0 0 5px 5px #CCCCCC;
	zoom: 1;
}
.MainHeader {
	background-color: #FFF;
	position:static;
	width: 940px;
	height: 140px;
	left: 0px;
	margin-bottom:1px;
	display:block;
	position:relative;
	}
	
/* Some stylesheet reset */
#servicemenu > ul{
	width: 180px;
	height:auto;
	list-style: none;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	float:left;
	margin-top:15px;
}

/* The container */
#servicemenu > ul {
	display: block;
	position: relative;
	width: 160px;
}

	/* The list elements which contain the links */
	#servicemenu > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 160px;	
	}

		/* General link styling */
		#servicemenu > ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #d9d9d9;
			padding: 11px 20px;
			width: 160px;

			/* Typography */
			font-family:  Helvetica, Arial, sans-serif;
			color:#666;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 300;

			/* Background & effects */
			background: #eaeaea;
		}

		/* Rounded corners for the first link of the menu/submenus */
		#servicemenu > ul li:first-child>a {
			border-top-left-radius: 1px;
			border-top-right-radius: 1px;
			border-top: 0;
		}

		/* Rounded corners for the last link of the menu/submenus */
		#servicemenu > ul li:last-child>a {
			border-bottom-left-radius: 1px;
			border-bottom-right-radius: 1px;
			border-bottom: 0;
		}


		/* The hover state of the menu/submenu links */
		#servicemenu > ul li>a:hover, #servicemenu > ul li:hover>a {
			color: #fff;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
			background: #838382;
			background: -webkit-linear-gradient(bottom, #737372, #838382);
			background: -ms-linear-gradient(bottom, #737372, #838382); 
			background: -moz-linear-gradient(bottom, #737372, #838382);
			background: -o-linear-gradient(bottom, #737372, #838382);
			border-color: transparent;
		}

		/* The arrow indicating a submenu */
		#servicemenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #3dafea; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#servicemenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#servicemenu > ul li>a:hover::after, #servicemenu > ul li:hover>a::after {
			border-left: 4px solid #fff;
		}

		#servicemenu > ul li>a:hover::before, #servicemenu> ul li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .25);
		}
		
		#servicemenu > ul > li.active > a, #servicemenu > ul > li > a:active{
	
	background: url(images/sector_bacground.png) repeat;
	color:#FFF;
	
}
	
.block2 {
	margin-top:15px;
	width:480px;
	height:200;
	float:left;
	margin-left:60px;
	position: relative;
	}
.block3 {
	background:url(images/Aviation_Small.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-top:67px;
	width:200px;
	height:136px;
	float:left;
	margin-left:20px;
	}

.footer{
	margin-top:20px;
	margin-bottom:30px;
	background-color: #FFF;
	display:block;
	width:940px;
	height:190px;
	border: 20px solid #FFF;
	box-shadow:0px 0px 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #CCCCCC;
    -webkit-box-shadow: 0 0 5px 5px #CCCCCC;
	
}

.blockfooter1 {
	display:block;
	width:940px;
	height:190px;
	float:left;
	overflow:hidden;
	background-image:url(images/Clients.png);
	background-repeat:no-repeat;
	}