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

body {
	background-color:#131F2B;
	margin:0;
	padding:0;
	background-repeat:no-repeat;

	background-position: center top;
}

#main {
	width:1018px;
	margin: 0 auto;
}


#topspace {
	float:left;
	width:1018px;
	padding-top:10px;
	height:opx;
}

#top {
	float:left;
	width:1018px;
	height:14px;
}

#leftside {
	float:left;
	width:8px;
	height:137px;

	background-repeat:repeat-y;
}

#wrapper {
	float:left;
	width:1018px;
	height:137px;
}

#logo {
	width:212px;
	height:137;
	float:left;
}

#line {
	float:left;
	width:8px;
	height:137px;
}

#wrapper2 {
	float:left;
	width:782px;
	height:137px;
}

#nav {
	float:left;
	width:782px;
	height:34px;
	background-color:#FFF;
	padding-top: 25px;
}

td img {display: block;}

#rightside {
	float:left;
	width:8px;
	height:137px;

	background-repeat:repeat-y;
}

#offer {
	float:left;
	width:782px;
	height:78px;
	background-color:#FFF;
}

#linebreak {
	float:left;
	width:1018px;
	height:4px;
}

#main_image {
	float:left;
	width:1018px;
	height:366px;
}

#bodytext {
	float:left;
	width:1010px;
        min-height: 262px;
	height:auto;
	background-color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	visibility: visible;
}

#footer {
	float:left;
	width:1018px;
	height:48px;
	background-repeat: no-repeat;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 32px;
	text-align: left;
	padding-left: 25px;
	color: #3D71A5;
}
#flash {
	height: 366px;
	width: 1010px;
}
.copyr a {
	color: #0066CC;
	text-decoration: none;
}
.h_about {
	height: 262px;
	width: 65%;
	float: left;
	visibility: visible;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.textbold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.header {
	height: 35px;
	text-align: left;
}
.h_clients {
	height: 262px;
	width: 32%;
	float: left;
}
#client_uk {
	height: 75px;
}
.copyr {
	height: 55px;
	padding-top: 90px;
}

#client_us {
	height: 75px;
}
.uk {
	height: 22px;
	text-align: left;
	font-family: Calibri;
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	padding: 5px;
}
.us {
	height: 22px;
	text-align: left;
	font-family: Calibri;
	color: #666666;
	font-size: 16px;
	padding: 5px;
}
#bodytext_sub {
	float:left;
	width:1010px;
	background-color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	visibility: visible;
}
.h_about_sub {
	width: 65%;
	float: left;
	visibility: visible;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_image_sub {
	float:left;
	width:1018px;
	height:300px;
}
#flash_sub {
	height: 300px;
	width: 1018px;
}
#body_sub {
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
}
.both {
	padding-top: 200px;
}
.branch {
	font-family: Calibri;
	font-size: 15px;
	color: #005393;
	text-decoration: none;
	font-weight: bold;
}
.branches {
	width: 280px;
	float: left;
}
.feed {
	width: 375px;
	height: 500px;
	float: left;
}
.popupChild3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8DBDD;
	border-right-color: #E8DBDD;
	border-bottom-color: #E8DBDD;
	border-left-color: #E8DBDD;
	background-color: #71C0F0;
	text-decoration: none;
	line-height: 25px;
}

#socail_media {
	text-align: left;
	float: right;
	width: 130px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.site_map a
{
    color: #0066CC;
    text-decoration: none;
}



/* Slideshow container */
.slideshow-container {
  width: 1010px;
  height: 366px;
  position: relative;
  margin: auto;
}

.slideshow-client-uk, .slideshow-client-us {
	width: 32%;
	height: 22px;
	position: relative;
	margin: auto;
  }

/* Make the images invisible by default */
.Containers {
  display: none;
  width: 1010px;
  height: 366px;
}

.Containers-client-uk, .Containers-client-us {
	display: none;
	width: 100px;
	height: 60px;
  }
  

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}
