@charset "utf-8";
/* CSS Document */

@font-face { font-family: Helvetica; src: url('../fonts/Helvetica-Normal.ttf') format('truetype');}
@font-face { font-family: helveticaBold; src: url('../fonts/HELVB___.TTF') format('truetype'); }
@font-face { font-family: museo-300; src: url('../fonts/MuseoSans-300.otf') format('opentype'); }
@font-face { font-family: museo; src: url('../fonts/MuseoSans.otf') format('opentype'); }
@font-face { font-family: museo-100; src: url('../fonts/MuseoSans-100.otf') format('opentype'); }
@font-face { font-family: museo-100-italic; src: url('../fonts/MuseoSans-100Italic.otf') format('opentype'); }
@font-face { font-family: Lato; src: url('../fonts/lato/Lato-Regular.ttf') format('truetype'); }
@font-face { font-family: LatoBold; src: url('../fonts/lato/Lato-Bold.ttf') format('truetype'); }

body {
	 /*font-family: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Lato;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	color: #000;
	width: 100%;
	height: auto;
	/*min-height: 500px;*/
}
span, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0;
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0;
}
a {
	text-decoration: none;
}
#container {
	/* width: 1903px; */
	width: 1024px;
	height: auto;
	margin: 0 auto;
	margin-bottom:0;	
}


/* ==|== primary styles =====================================================

   header

   ========================================================================== */
	#header{
		width: 100%;
		height: 77px;
	}
	.logo{
	margin: 15px 0 0 30px;
    position: absolute;
    z-index: 2;
   }
	
 /* ==|== primary styles =====================================================

   Dropdown Menu

   ========================================================================== */
   #menu-wrap{
		float: right;
		padding-top: 50px;
		padding-right: 10px;
		color: #635f5e;
   }

   #menu-wrap ul {
     /*zoom:1;*/
     width: 100%;
     /*height:51px;*/
     list-style:none;
     overflow:hidden;
     margin:0;
     padding:0;
  }

  #menu-wrap ul li {
    float: left;
  }

  #menu-wrap ul li a {
    padding: 5px 14px 0 0;
    padding-left: 0;
    display: block;
    text-decoration: none;
    border-bottom: 10px solid transparent;
    font-family: Lato;
    font-size: 15px;
    color: #635f5e;
  }

  #menu li:hover > a {
    color: #00c6ff;
    border-bottom: 10px solid #00c6ff
  }

  *html #menu li a:hover { /* IE6 only */
	color: #00c6ff;
	border-bottom: 10px solid #00c6ff
  }

  /*Dropdown*/

  #menu-wrap li ul {
    height:auto;
    border:0;
    position:absolute;
    width: auto;
    z-index:80;
    display:none;
    margin:0;
    padding:0;
    background: #00c6ff;
 /*   padding-top: 3px;*/
  }

 #menu-wrap li li {
    float: none;
    display: block;
    border: 0;
    margin-bottom: 0;
    _line-height: 0; /*IE6 only*/
  }

  #menu-wrap li li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu-wrap li ul a  {
      padding: 5px;
      display: block;
      white-space: nowrap;
      float: none;
      text-transform: none;
      color: white;
      border-bottom: none;
	  font-family: Lato;
  }

 #menu-wrap li ul a:hover {
    color:#00c6ff;
    background-color: #bff1ff;
    border-bottom: none;
  }

  #menu-wrap li a:hover,#denzdii li:hover > a {
    color:#00c6ff;
  }

  #menu-wrap li:hover ul.hidden {
   display:block;
   border-bottom: none;
  }
  
/* ==|== primary styles =====================================================

   Home 

   ========================================================================== */	
	
	#mainBanner {
		width: 100%;
		height: 364px;
	}
   
   .dividerHeader{
		width: 100%;
		height: 4px;
		background-color: #00c6ff;
		margin-top: 3px;
   }
   
   .banner{
		height: 363px;
   }
   
   #main {
		width: 100%;
		height: 404px;
   }
   
   .title{
		padding-top: 26px;
		text-align: center;
		
   }
   .subtitle{
		text-align: center;
		font-size: 20px;
		color:  #635f5e;
		font-family: museo;
   }
  
  a.leamore {
		z-index: 999;
		padding: 0 auto;
		font-size: 20px;
		color:  #00c6ff;
		padding-bottom: 20px;
		font-family: museo;
  }
  
  #imgBanner{
		position: relative;
		margin-top: 25px;
		z-index: 1;
  }
  
  .BannerLeft {
		display: block;
		position: relative;
		width: 460px;
		height: 221px;
		position: relative; 
		float: left; 
		margin-left: 42px;
  }
  .banner-img-left{
		z-index: 1;
		position: absolute;
		float: left;
		display: block;
  }
  
 .transparentLayerLeft
 {
		z-index: 1;
		display: block;
		position: absolute;
		bottom: 0;
		z-index: 999;
		width: 460px;
		height: 221px;
		background-color: #00c6ff;
		opacity: 0.9;
		filter: alpha(opacity=90);
  }
  
  .BannerLeft p{
		/*font helvetica 18pt, #283891*/
		position: absolute;
		font-family: Lato;
		font-size: 20px;
		color: #283891;
		padding: 100px 0 0 145px;
  }
  
  .transparentLayerLeft img {
		position: absolute;
		top: 94px;
		left: 219px;
  }
  .BannerLeft:hover > .transparentLayerLeft{
		display: none;
  }
  
  .transparentLayer{
		z-index: 1;
		display: block;
		position: absolute;
		bottom: 0;
		z-index: 999;
		width: 460px;
		height: 221px;
		background-color: #00c6ff;
		opacity: 0.9;
		filter: alpha(opacity=90);
  }
  
  .BannerRight {
		width: 460px;
		height: 221px;
		display: block;
		position: relative; 
		float: right; 
		padding-right: 42px;
  }
  .banner-img{
		z-index: 1;
		position: absolute;
		float: left;
		display: block;
		bottom: 315px;
		left: -219px;
  }
  .BannerRight p{
		/*font helvetica 18pt, #283891*/
		position: absolute;
		font-family: Lato;
		font-size: 20px;
		color: #283891;
		padding: 100px 0 0 66px;
  }
  .BannerRight img {
		position: absolute;
		top: 94px;
		left: 219px;
  }
  
  .BannerRight:hover > .transparentLayer{
		display: none;
  }
  
  
 /* ==|== primary styles =====================================================
   Main Body
   ========================================================================== */
  #main-body{
	width: 1024px;
	height: auto;
	float: left;
	background: url(../images/background.png) repeat;
	padding-bottom: 30px;

  }
  .body-left {
	float: left;
	width: 273px;
	height: auto;
	margin-top: 20px; 
  }
  .body-left a{
	text-decoration: none;
	color: #000000;
  }
  .body-left .about {
	font-family: museo-300;
	font-size: 24px;
	color: #404040;
	padding-bottom: 0;
	padding-left: 34px;
	
  }
  .body-left hr {
	position: relative;
	width: 230px;
	height: 1px;
	background-color: #00c6ff;
	border: 0;
	float: left;
	left: 34px;
  }
  .body-left ul li{
	list-style-type: none;
	background-color: transparent; 
	width: 234px;
	height: 25px;
	margin-bottom: 2px;
	padding-top: 5px;
  }
  
  .body-left ul li {
	color: #404040;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 10px;
	font-family: museo-300;
  }
	
 .body-left  .mActive{
	background-color: #00c6ff;
	color: #ffffff;
	width: 225px;
	height: 25px;
 }
 
 .body-left  .mActive a{
	color: #ffffff;
 }
 
 .body-left ul li:hover, .body-left ul li:hover>a{
	background-color: #00c6ff;
	color: #ffffff;
	width: 225px;
	height: 25px;
 }
  
  .body-left-services{
	float: left;
	width: 273px;
	height: auto;
	margin-top: 20px; 
  }
  .body-left-services .about {
	font-family: museo-300;
	font-size: 24px;
	color: #404040;
	padding-bottom: 0;
	padding-left: 34px;
  }
  .body-left-services hr {
	position: relative;
	width: 230px;
	height: 1px;
	background-color: #00c6ff;
	border: 0;
	float: left;
	left: 34px;
  }
  .body-left-services ul li{
	list-style-type: none;
	background-color: transparent; 
	width: 234px;
	height: 50px;
	margin-bottom: 2px;
	padding-top: 5px;
  }
  
  .body-left-services ul li a{
	color:  #404040;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: museo-300;
  }
 .menu-left p{	
	margin-left: 10px;
	color:  #404040;
 }
 .body-left-services  .mActive{
	background-color: #00c6ff;
	color: #ffffff;
	width: 234px;
	height: 50px;
 }
 
 .body-left-services .mActive p{
	color: #ffffff;
 }
 
 .body-left-services ul li:hover{
	background-color: #00c6ff;
	color: #ffffff;
	width: 234px;
	height: 50px;
 }
 .body-left-services ul li:hover>p{
	color:  #ffffff;
 }
 
  .body-left-news{
	float: left;
	width: 273px;
	height: auto;
	margin-top: 20px; 
  }
  .body-left-news .about {
	font-family: museo-300;
	font-size: 24px;
	color: #404040;
	padding-bottom: 0;
	padding-left: 34px;
	
  }
  .body-left-news hr {
	position: relative;
	width: 230px;
	height: 1px;
	background-color: #00c6ff;
	border: 0;
	float: left;
	left: 34px;
  }
  .body-left-news ul li{
	list-style-type: none;
	background-color: transparent; 
	width: 234px;
	height: 50px;
	margin-bottom: 75px;
	padding-top: 5px;
  }
  
  .body-left-news ul li a{
	color:  #404040;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: museo-300;
  }
  
  
  
  
  
  .body-left-contact{
	float: left;
	width: 273px;
	height: auto;
	margin-top: 20px; 
  }
  .body-left-contact .about {
	font-family: museo-300;
	font-size: 24px;
	color: #404040;
	padding-bottom: 0;
	padding-left: 34px;
	
  }
  .body-left-contact hr {
	position: relative;
	width: 230px;
	height: 1px;
	background-color: #00c6ff;
	border: 0;
	float: left;
	left: 34px;
  }
  
  
  
  .menu-left .dates{
	color: #0072bc;
  }

 
 .body-right {
	float: left;
	width: 724px;
	height: auto;
	background-color: white;
	background-color: #ffffff;
	padding-bottom: 30px;
 }

 /* ==|== primary styles =====================================================
   About 
   ========================================================================== */	
  #mainBanner-about{
	width: 100%;
	height: 192px;	
  }	
 
  #main-about {
	width: 100%;
	height: 506px;
  }
  
  #main-about-company {
	width: 100%;
	height: auto;
  }
  
  .main-left {
	width: 273px;
	height: 200px;
	position: relative;
	margin-top: 20px;
	float: left;
  }
  .main-left .about {
	font-family: museo-300;
	font-size: 24px;
	color: #404040;
	padding-bottom: 0;
	padding-left: 34px;
	
  }
  .main-left hr {
	position: absolute;
	top: 25px;
	width: 230px;
	height: 1px;
	background-color: #00c6ff;
	border: 0;
	float: left;
	left: 34px;
  }

  .main-right {
	position: relative;
	float: left;
	width: 724px;
	height: 476px;
	background-color: white;
	text-decoration: none;
  }
  .crumbs ul li{
	list-style: none; 
	overflow: hidden;
	text-decoration: none;
  }
  .crumbs li{
	float: left;
	padding-left: 3px;
  }
  .crumbs ul li a {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background-color: #e1e1e1;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Lato;
	list-style: none; 
	overflow: hidden;
	font-size: 12px;
	text-decoration: none;
	color: #404040;	
  }
  .crumbs ul li a:hover {
	background-color: #00c6ff;
	color: #ffffff;
  }
  
  .crumbs .cActive a{
	background-color: #00c6ff;
	color: #ffffff;
 }
  .main-title{
	position: relative;
	float: left;
	padding: 30px 0 0 44px;
	font-family: museo-100;
	font-size: 25px;
	color: #0072bc;
	
 }
 .sub-title{
	position: relative;
	float: left;
	padding: 20px 0 0 44px;
	font-family: Lato;
	font-size: 12px;
	color: #404040;
 }
  
  /* ==|== primary styles =====================================================

   About-company

   ========================================================================== */ 
  
  .menu-left {
	padding-left:30px;
 }
 
 .main-left ul li{
	list-style-type: none;
	background-color: transparent; 
	width: 234px;
	height: 30px;
	margin-bottom: 2px;
	padding-top: 5px;
	
  }
  
  .main-left ul li a{
	color:  #404040;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: museo-300;
  }
	
 .main-left  .mActive{
	background-color: #00c6ff;
	color: #ffffff;
	width: 234px;
	height: 30px;
 }
 
 .main-left  .mActive a{
	color: #ffffff;
 }
 
 .main-left ul li:hover, .main-left ul li:hover>a{
	background-color: #00c6ff;
	color: #ffffff;
	width: 234px;
	height: 30px;
 }
 
 .data-company{
	padding: 60px 0 0 47px; 
	font-size: 14px;
 }
 .text-title {
	color: #0072bc;
	font-family: LatoBold;
 }
 .text-subtitle {
	color: #404040;
	font-family: Lato;
 }
 
 /* ==|== primary styles =====================================================

   Team Work

   ========================================================================== */	
 .divider{
	padding: 10px 0 30px 50px;
 }
 .text-team {
	color: #404040;
	font-family: Lato;
	font-size: 12px;
 }
 
 .left-text-team{
	position: absolute; 
	width: 640px; 
	height: 268px; 
	top: 100px; 
	left: 70px; 
	padding: 5px; 
	text-align: left; 
	font-family: Lato;
	font-size: 25px; 
	line-height: 27px;
	color: #FFFFFF;
 }
 .left-text-team .bold{
	font-weight: bold;
 }
  .left-text-team .italic{
	font-style: italic;
 }
 
 .right-text-team{
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 170px; 
	right: 45px; 
	padding: 5px;
	text-align: right; 
	font-family: Lato;
	font-size: 25px; 
	line-height: 27px;
	color: #FFFFFF;
	

 }
 .right-text-team .bold{
	font-weight: bold;
 }
  .right-text-team .italic{
	font-style: italic;
 }
 
  /* ==|== primary styles =====================================================

   Our Services 

   ========================================================================== */	
	.our-services {
		padding: 80px 0 0 40px;
		margin-bottom: 30px;
	}
	
	.img-service{
		padding-bottom: 10px;
	}
	.subtitle-service p{
		color: #404040;
		font-family: Lato;
		font-size: 12px;
	}
	.title-service {
		font-family: museo-100;
		font-size: 18px;
		color: #0072bc;
	}
	.title-service .italic {
		font-family:museo-100-italic;
		padding-bottom: 30px;
	}
	.subtitle-service .list-service{
		padding-top: 0px;
	}
	.list-service ul{
		margin: 4px 0 0 -20px;
	}
	.subtitle-service .text-title{
		color: #0072bc;
		font-weight: bold;
	}
	.subtitle-service .text-title-italic{
		color: #0072bc;
		font-style: italic;
	}

  /* ==|== primary styles =====================================================

   Page News 

   ========================================================================== */	

   /* ==|== primary styles =====================================================

   Page Contact 

   ========================================================================== */	
 
    .contact-left{
		float: left;
		width: 410px;
		height: auto;
	}
	
	.contact-right{
		margin-top: 35px;
		float: right;
		width: 310px;
		height: auto;
	}
	
	/*FORM*/

   .form-wrapper{
      overflow: hidden;
	  margin-left: 43px;
	  margin-top: 30px;
   }
   .form-contact  .controls{
      margin-bottom: 10px;
      overflow: hidden;
	  width: 365px;
   }
   .form-contact  label{
      font-family: Lato;
	  font-size: 12px;
      margin-bottom: 5px;
      color: #635f5e;
      font-weight: normal;
   }
  span.asterix{
      color: #00c6ff
   }
   .form-contact input[type="text"]{
      background: #e1e1e1;
      color: #cece;
      width: 98%;
	  height: 22px;
      border-radius: none;
      background-color: #e1e1e1;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
	  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.25);
   }
   .form-contact textarea  {
	  background: #e1e1e1;
      color: #cece;
      border: none;
      width: 98%;
      border-radius: none;
      margin-bottom: 5px;

      background-color: #e1e1e1;
	  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.25);
	  -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.25);
	  box-shadow: inset 0 3px 3px rgba(0,0,0,.25);
    }

   #send input[type="text"]{
      width: 298px;
      height: 18px;
   }
   input[type="submit"]#send 
   {

      background:url(../images/button.png) 0 0 no-repeat;
      border: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      width: 98px;
      height: 40px;
   }
   
   input[type="submit"]#send:hover
     {
      position: relative;
      top:1px;
      left:1px;
   }
   
   #goog-map{
	  float: left;
   }
   .control-right{
		float: left;
		width: 105px;
		height: 100px;
   }
   .control-left {
		float: left;
		padding-left: 0;
		margin-left: 0;
   }
   .company-address{
		padding-top: 10px;
		margin-top: 10px;
		padding-left:34px;
		width: 230px;
   }
   .title-address{
	background-color: #00c6ff;
	font-family: LatoBold;
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	height: 25px;
   }
   .text-address{
	padding-top: 10px;
	font-family: LatoBold;
	font-size: 13px;
	color: #404040;
	padding-left: 10px;
   }
   
   .branch {
	font-family: LatoBold;
	font-size: 13px;
	color: #0072bc;
   }
   
   .address{
	font-family: LatoBold;
	font-size: 13px;
	color; #404040;
   }
   
/* ==|== primary styles =====================================================

   Footer 

   ========================================================================== */	

  #footer {
	float: left;
	width: 100%;
	height: 180px;
  }
  
   .footerTop {
	position: relative;
	width: 100%;
	height: 140px;
	background-color: #e1e1e1;
  }
  
  .menuFoot{
	position: relative;
	font-family: Lato;
	font-size: 11px;
	color: #635f5e;
	padding: 40px 0 0 42px;
	float: left;
  }
  #footer .menuFoot a{
	text-decoration: none;
	color: #635f5e;
  }
  #footer .menuFoot a:hover {
	color: #00c6ff;
  }
  #footer .active a{
	color: #00c6ff;
  }
  .logoFoot{
	position: relative;
	float: left;
	padding: 45px 17px 0 44px;
  }
  
  .dividerFoot{
	position: relative;
	float: left;
	padding: 43px 0 0 70px;
  }
  
  .logoFoot2{
	position: relative;
	float: left;
	padding: 35px 17px 0 45px;
	opacity: 0.2;
	filter: alpha(opacity=20);
  }
  
  .logoFoot2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  
  .logoFoot3{
	position: relative;
	float: left;
	padding: 45px 17px 0 11px;
	opacity: 0.2;
	filter: alpha(opacity=20);
  }
  .logoFoot3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  
  .logoFoot4{
	position: relative;
	float: left;
	padding: 40px 17px 0 11px;
	opacity: 0.2;
	filter: alpha(opacity=20);
  }
  .logoFoot4:hover {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  
  .logoFoot5{
	position: relative;
	float: left;
	padding: 50px 17px 0 11px;
	opacity: 0.2;
	filter: alpha(opacity=20);
  }
  .logoFoot5:hover {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  
  .footerBottom {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #283891;
  }
  
  .leftFoot {
	font-family: Lato;
	font-size: 11px;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 15px 0 0 35px;
  }
  
  .rightFoot  {
	position: relative;
	font-family: Lato;
	font-size: 11px;
	color: #ffffff;
	float: right;
	padding: 15px 20px 0 0;
  }
  
  .rightFoot  a{
	color: #00c6ff;
  }
   .rightFoot:hover {
	color: #ffffff;
  }