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

body{
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#110C0C;
}
img{border:none; outline:none;}
input { border: 0px; }
.clear { clear: both; height: 0; overflow: hidden; }
li { list-style: none; }
.font-face {
font-family: "Calibri"; src: url("../fonts/Calibri.ttf")  
}



/*wraper*/

#wraper{width:967px; margin:auto;}


/*header*/


#header
{
	padding: 0px;
	margin:0;
	width:967px;
	height: 120px;
}


.header_left{
	float: left;
	height: 120px;
	width: 255px;
	}
	
	
.logo{
	   height: 90px;
    margin-top: 9px;
    width: 286px;
	
	}
.header_right{
	margin: 0px;
	float: right;
	
	height:30px;	
	
	}

.header_bottom{
	float: right;
    margin: 10px 0 0;
	}
	
.iso_logo{
 float: left;
    margin-right: 5px;
    width: 80px;}


	
.button {color: #130303;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 10px;
    padding-right: 5px;}
	
.button.icon {
	padding-left: 0px;
    text-decoration: none;
}

.button.icon span{
   background: url("../images/phone_icon.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    padding-left: 31px;
    padding-top: 4px;
}

.button.icon1  span{
	background: url("../images/fax_icon.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    padding-left: 28px;
    padding-top: 4px;
}
.button.icon2  span{
	background: url("../images/email_icon.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    padding-left: 30px;
    padding-top: 4px;} 
.button.icon.chat span {
	background-position: 0px -25px;
	
}

.button.icon.tag span {
	background-position: 0px -25px;
}
.button.icon3.share{
	
	 margin: 8px 0 0;
    padding-left: 0;

}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*navigation	*/
#navigation
{background: url("../images/navi_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #F2F0F0;
    border-radius: 50px 50px 50px 50px;
	behavior:url(PIE/PIE.htc);
	
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0;
     width: 966px;
	 height:51px;
      
	 
	/*background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;*/
	border-radius: 50px;
	behavior:url(PIE/PIE.htc);
	/*-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;*/
}

#navigation li
{background: url(../images/sep.png) no-repeat scroll right center transparent; 
   position: relative;
	float: left;
	
	
	
}

#navigation a 
{
	color: #3B0B2E;
    float: left;
    font: bold 14px/30px Calibri;
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-decoration: none;
	
}



#navigation li:hover > a
{
	background: url(../images/navi_hover.png) repeat scroll 0 0 transparent;
	color:#FFFFFF;
}

*html #navigation li a:hover /* IE6 */
{
	color: #FFFFFF;
}

#navigation li:hover > ul
{
	display: block;
}
#navigation li a.first {  background: url("../images/navi_hover.png") repeat scroll 0 0 transparent;
/*    border-radius: 50px 0 0 50px; */
	behavior:url(PIE/PIE.htc);
    color: #FFFFFF;
    height: 42px;
    padding-left: 23px;
    position: relative;
    text-decoration: none;}


#navigation li.last {
    background: none repeat scroll 0 0 transparent;
}

/* Sub-menu */

#navigation ul
{ 
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	behavior:url(PIE/PIE.htc);
	margin-top:15px;
}

#navigation ul ul
{
  top: 0;
  left: 150px;
 
 
}



#navigation > li.current {
    background: url("../images/navi_hover.png") repeat-x scroll 0 bottom ;
	color:#FFFFFF;}
	
#navigation ul li
{ 
    
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#navigation ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#navigation ul a
{   background: url("../images/navi_hover.png") repeat scroll 0 0 transparent; 
    padding: 10px;
	height: 10px;
	width:180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	
}

*html #navigation ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #navigation ul a /* IE7 */
{    
	height: 10px;
}

#navigation ul a:hover
{background: url("../images/navi_hover.png") repeat scroll 0 0 transparent; 
    /*background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);*/
}

#navigation ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	behavior:url(PIE/PIE.htc);
	
}

#navigation ul li:first-child > a:after
{
    position: absolute;
    left: 30px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
	color:#FFFFFF;
	
}

#navigation ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#navigation ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
	
	
}
#navigation > ul > li ul > li > a:hover {
	color:#fff!important;}



#navigation ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent;
	
}


#navigation ul li:last-child > a
{	
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	behavior:url(PIE/PIE.htc);
}

/* Clear floated elements */
#navigation:after 
{
	
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #navigation             { zoom: 1; } /* IE6 */
*:first-child+html #navigation { zoom: 1; } /* IE7 */	
	
/*#navigation{
	border-radius: 8px 8px 8px 8px;
	behavior:url(PIE/PIE.htc);
	margin: auto 15px auto auto;
	width: 966px;
	height: 51px;
	background-attachment: scroll;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	border:solid 1px  #f2f0f0;
}


#navigation ul
{
	margin: 0;
	padding: 0;
}


#navigation  ul li     {
	background: url("../images/sep.png") no-repeat scroll right center transparent ;
	 list-style-type: none;
	font: 13px Arial, Helvetica, sans-serif;
	float: left;
	line-height:20px;	
}
#navigation li a.first  {
	 padding-left: 23px;
	color:#FFF;
	background:url(../images/navi_hover.png) repeat scroll  transparent;
	text-decoration: none;
	height: 52px;
   border-radius: 8px 0 0 8px;
   behavior:url(PIE/PIE.htc);
   position:relative;
   z-index:5px; 
   
   
}


#navigation li.last{
	
	background: none repeat scroll 0 0 transparent 
}
#navigation li a
{
	
     color: #003C20;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
}
#navigation li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   background-color: #69f;}

#navigation li a:hover {
	color:#FFF;
	background:url(../images/navi_hover.png) repeat scroll  transparent;
	text-decoration: none;
	height: 52px;
}


#navigation li:hover li, #navigation li.hover li {
   float: none; }

#navigation li:hover li a, #navigation li.hover li a {
   background-color: #69f;
   border-bottom: 1px solid #fff;
   color: #ffffff; }
#navigation li li a:hover {
   background-color: #8db3ff; }


.slides_control{overflow:hidden}

#banner{
	margin: 0px;
	width: 967px;
	height: 250px; 
	
	}
.banner_left{
	margin: 0px;
	float: left;
	height: 250px;
	width: 525px;
		
	}	
	
.banner_left1{
	margin: 0px;
	float: left;
	height: 250px;
	width: 10px;
		
	}	
	
.banner_left ul{
	margin: 0px;
	padding: 0px;
	background: url("../images/banner_arrow.png") no-repeat scroll 0 0 transparent;
}	
	
.banner_left li{
	color: #3B0B2E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	width: 525px  !important ;
	
	
}


.banner_left h1{
	color: #0A122A;
    font-family: Verdana;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 0 10px;	
	
	}
	
.banner_left  .staffing { 
    color:#0A122A;
    font-family:Verdana;
    font-size: 30px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 0;
	padding-top:10px;}		
	
.banner_left p{
   color: #0A122A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin: 0;
    padding-left: 10px;
      padding-top: 23px;
	}
.banner_left a{
	font-size: 24px;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	background: url("../images/read_more.png") no-repeat scroll 0 0 transparent;
	height: 34px;
	width: 93px;
	  line-height: 34px;
	text-align: center;
	text-decoration:none;
    margin: 19px 27px 0 0;
	}

	

.banner_right{
	float:left;
	
	}	
	
.slider_box{
	background-color: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
	behavior:url(PIE/PIE.htc);	
    height: 40px;
    width: 967px;
	}



	
#main_container{
	margin: 0px;
	width: 967px;	
	height: 250px;
	}
.content{
	float: left;
    height: 250px;
    margin: 10px 11px 0 0;
    width: 230px;
	

	}
	
.content h1{
	font-family: Calibri;
	font-size: 36px;
	color: #02685b;
	margin: 0px;
	padding: 0px;	
	
	
	}	
	
	
.content p{
	color: #0A122A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin: 3px 0 0;
    padding: 0;
    text-align: justify;
	
	}	
	
.content ul {
    margin: 0;
     padding: 10px 0 0;
	  line-height: 19px;}


 .content li{
	 background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 11px;
	color: #000000;
}
.content li a{
	text-decoration:none;
	color: #000000;
   
}
.content li a:hover{ background:none;}	
.content a.read{  
   width: 101px;
    margin-top: 12px;
	height: 30px;
   display: block;
	background:url(../images/read.png);} 


.content a:hover{
	background-color:#3c91e0 ; 
	
}	
	
	
#containent{
    height: auto;
    margin: 0;
    width: 967px;	
	}	
	
.left_content{
	float: left;
    height: auto;
    margin: 0;
    width: 715px;	
	
	}	
	
.left_content h1{
	font-family: Calibri;
	font-size: 24px;
	color: #3B0B2E;
	margin: 0px;
	padding: 0px;
	*margin-top: 15px;/*ie7*/
}	
	
.left_content h2{
	font-family: Calibri;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 0px;

}	
.left_content p{
	color: #0A122A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 5px 0 9px;	
	}
	
.left_content h3{
	color: #02685B;
    font-family: Calibri;
    font-size: 24px;
      font-weight: bold;
    margin: 0;
	
}	

.left_content span{
	font-family: Calibri;
	font-size: 20px;
	color: #003c20;
}	

.left_content h4 {
    color: #3B0B2E;
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
       margin: 110px 0 0;
}
	
.left_content ul{
margin:0px;
padding:0px;}


.left_content li {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    color: #191B1B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 20px;
    list-style: none outside none;
    margin: 5px 0;

    padding-left: 10px;
  
}







	
	
.blog_box{
	float: right;
    margin-right: 10px;
    width: 240px;
	background:#CCCCCC;
	border-radius:10px;
	behavior:url(PIE/PIE.htc);
	}	
	
	
.blog{
	margin: 0px;
	padding: 0px;
	width: 220px;	}

.blog h2{
	font-family: Calibri;
	font-size: 24px;
	color: #02685b;
	margin: 0px;
	padding: 0px;
	}		
.blog .news{
	color: #02685B;
    font-family: Calibri;
    font-size: 24px;
    margin: 36px 0 0;
    padding: 0;
	}			
	
.blog img{
	float: left;
	width: 18px;
	height: 15px;
	margin:0px;
	padding-top: 10px;
	}	
	
	
.blog .right_arrow{
	float: right;
    height: 6px;
   margin-top: -4px;
    width: 8px;
	  *margin-top: -20px;
	 
	}		

 .left_arrow{
 float: right;
    height: 6px;
    margin-top: 14px;
    width: 8px;
	  *margin-top: -20px;
	 
	}	


	
.blog a{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373e87 !important;
	text-decoration: underline;
	 margin: 0 0 13px;
	padding: 0px;
	*padding-left: 135px;/*ie7*/
	
	}		
	
	
.blog p{
	font-size: 12px;
	color: #777474;
	margin: 0px;
	padding: 0px;
	}		
span.date {
	display: block;
	margin: 0 0 5px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
	 padding-top: 10px;
	   padding-left: 5px;
	}
	
	
	
	
.partner_box{
	background-color: #EFF8FB;
    border: 1px solid #D1D1D1;
    padding: 0;
    width: 700px;	
}	
	
.partner_box h2{
	color: #003C20;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 5px 0 0 5px;
}	
	
.partner_box img{
	
    padding: 0;
   
}	
	
.partner_box a{color: #170B3B !important;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    margin: 0 0 13px;
    padding: 0;
    text-decoration: underline;}
	
.partner_box .part_arrow {
   float: right;
    height: 10px;
    margin-right: 5px;
    margin-top: 7px;
    width: 16px;
}

	
	
#footer_bg{
	background-color: #F8F7F7;
    height:185px;
    margin: 0;
    width: 100%;
	}	
	
.footer{
	padding: 0px;
	width: 967px;
	margin: auto;
	}
.consulting_box{float: left;
    margin: 0;
    width: 240px;}	
	
.consulting_box h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #02685b;
    margin: 10px 0 0 11px;
	padding: 0px;	
	}	
	
	.footerlist {
	margin: 0;
	padding:0;
	
	
}

.footerlist li
{
 background: url("../images/arrow.png") no-repeat scroll 0 0.3em transparent;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 4px;
    padding-left: 3px;


}
.footerlist  li a{color: #003b1f;
    margin-left: 10px;
    text-decoration: none;}

.footerlist  li a:hover{color:#003b1f; }
	
.copyright{
 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	  margin: 10px 0 0 10px;
}	

.designed{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d5d5d;
	text-align: justifyt;
	  margin: 0px 0 0 10px;
}
.designed a{
	color:#5d5d5d;
	text-decoration:none;}
.designed a:hover{
	color:#5d5d5d;
	text-decoration:none;}


 .offline{
   margin: 0px;
	padding: 0px;
	float: right;
	height: 24px;
	width:233px;	
	
	}


/*inner_pages*/

.about_content{
	  float: left;
    height: auto;
    margin: 0 0 0 10px;
    width: 715px;
	  
	}	
.about_content h1{color: #3B0B2E;
    font-family: Calibri;
    font-size: 24px;
      margin: 8px 0 0;
    padding: 0;}
	
.about_content h3{color: #3B0B2E;
    font-family: Calibri;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}
    
	



.about_content p{
	color: #0A122A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 5px;
    text-align: justify;
}
	



.about_content img{
   margin: 0;
    padding-bottom: 10px;
}

.about_content ul {
  margin: 0;
 padding: 0 0 5px;
}


.about_content li {
   background: url("../images/bullet.png") no-repeat scroll 0 7px transparent;
    color: #191B1B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal  ;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 18px;
}

/*form*/
.about_content .send {
       background: url("../images/envelope.png") no-repeat scroll 0 4px transparent;
       color: #02685B;
   font-size: 21px;
    font-weight: bold;
        margin: 21px 0 0;
    padding: 3px 0 0 30px;
}
.form_node {   margin-top: 20px;
	background-attachment: scroll;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 373px;
	width: 651px;
      padding-top: 85px;
	  position: relative;
	
}

.form_node p {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    padding: 4px 0 0 15px ;
	border-bottom:1px solid  #d5eeec;
	border-top:1px solid  #d5eeec;
	 margin: 0;
	}
.form_node label {
	float: left;
    font-weight: bold;
   padding-bottom: 5px;
    padding-top: 5px;
    width: 170px;
}
.form_node input {
   background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #BFBFBF;
    float: left;
    height: 18px;
	overflow:hidden;
    outline: medium none;
    padding: 0 0 0 5px;
    width: 360px ;
	  margin: 0;
}

.form_node input[type=checkbox] {
	 border: medium none;
    margin: 0;
    width: 20px;
}
	

.chkbox3 dt {
font-size: 12px;
    margin-top: 4px;
    width: 155px;
	 height:12px

}
	



.chkbox3 {
	float: left;
   width:225px;
    margin-top: 4px;
	
     
}
.form_node input[type=button] {
width: 97px;
height: 31px;
background-image: url(../images/sub_-bg.png);
margin: 0px;
padding: 0px;
border-radius:20px;
behavior:url(PIE/PIE.htc);
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFF;
margin: 15px 0 0 181px;
font-weight: normal;
padding: 0 5px 5px 0;
cursor: pointer;
position: relative;
*padding-top:5px;/*ie7*/
padding-top:5px\9;/*ie8*/

}









	
/*	left*/

	

.left {
    float: left;
    margin-top: 10px;
    padding-right: 7px;
    width: 220px;
}



.side_bar_top {
	background:url(../images/side_bar_bg.png);
    height:34px;
    width: 220px;
	  border-radius: 8px 8px 0 0;
	  behavior:url(PIE/PIE.htc);
	  margin-bottom:7px;
}
.side_bar_top h2{
	font-family: Calibri;
	  font-size: 19px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	line-height:30px;
	padding-left:10px;
	}
	
.side_bar_bottom {
	margin: 0px;
	padding: 0px;
	width: 220px;   
    
}	
	
.side_bar_bottom ul{
margin: 0;
padding: 0;

}

.side_bar_bottom li{
	
	list-style-type: none;
}

	
.li_left{
background-attachment: scroll;
    background-image: url("../images/sidebar_navi.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    width: 24px;
	margin-bottom: 4px;
		
	
	}
.li_right{
	 background: url("../images/side_bar.png") repeat scroll 0 0 transparent;
    border: 1px solid #e9e7e7;
    border-radius: 0 10px 10px 0;
	behavior:url(PIE/PIE.htc);
    float: left;
    height: 28px;
    width: 194px;
	margin-bottom: 4px;
}

.side_bar_bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #000;	
 text-decoration:none;
 line-height:28px;
 padding-left:7px;

}	
	
	
.side_bar_bottom a:hover {
	text-decoration:none;
color: #02685B;	


}	

.blog_top {
	background:url(../images/side_bar_bg.png);
    height:34px;
    width: 220px;
	  border-radius: 8px 8px 0 0;
	  behavior:url(PIE/PIE.htc);
	   margin-top: 10px;
	   float:left;
}
.blog_top h2{
	font-family: Calibri;
	font-size: 19px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	line-height:30px;
	padding-left:10px;
	}
	
	
.blog_bottom{
	background: none repeat scroll 0 0 #fff;
	border:1px solid #e8e8e8;
    float: left;
    height: auto;
	  width: 218px;
	  padding-bottom: 10px;
	   margin-bottom: 10px;
	 
}

.blog_bottom img{
float: left;
	width: 18px;
	height: 15px;
	margin:0px;
	padding-top: 10px;
	padding-left: 5px;
}

.latest_blog{
	 margin-bottom: 10px;
    margin-left: 25px;
    margin-top: 8px;
    padding-bottom: 6px;
	
   }
   	
.blog_bottom  ul{
	 margin: 0 0 0 25px;
    padding: 0;
}


 .blog_bottom  li{ 
	border-bottom: 1px dashed #CCCCCC;
   color: #02685B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    list-style-image: url("../images/blog_arrow.png");
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.blog_bottom  p{
	color: #909091;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
     margin: 0;
	 padding-bottom: 10px;	
	 padding-left: 5px;
	}
	
.blog_bottom a{
	color: #373e87;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: 91px;
	border: medium none;
	
	background-repeat: no-repeat;
	  background-image: url("../images/bottom_arrow.png");
    background-position: right center;
	}

.blog_bottom .right_arrow {
    border: medium none;
    float: left;
    height: 9px;
    left: 188px;
    margin-top: 11px;
    position: relative;
    width: 6px;
	*margin-top:5px;/*ie7*/
	
	position:absolute;
	left:193px;
	
}

.contact_box{
background:  url(../images/contact.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #F0EAEA;
	border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
	float: left;
	height: 185px;
	margin: 0;
	padding: 0;
	width: 390px;
	}	
	
	

.contact_lfet{
	
   float: left;
    padding: 5px;
  
	}
.contact_lfet  h3{color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0 0 3px;	}	
	
	
	
.contact_lfet  p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	  margin: 0 0 5px;
	color:#666666;
	padding:0px;
	
	  	}	
	
	
	
	
.quick_enquiry{
	background: none repeat scroll 0 0 #004427;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
    float: left;
    height: auto;
    margin-left: 5px;
    padding: 6px;
    width: 306px;	
	}
	
.quick_enquiry h1 {
    color: #004427;
    font-family: Calibri;
    font-size: 24px;
    padding-left: 5px;
    padding-top: 5px;
	   margin: 0;
}	
		
.enquiry{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
	height: auto;
	}	
	
	
	
.enquiry label {
   color: #666666;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 268px;
}	
	
	
.enquiry input {
   border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    width: 268px;
}	
	.enquiry textarea {
   border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
    height: 80px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
   width: 268px;}
	 
	 
	 
.enquiry .btn { background:url(../images/send_bg.png);
	
   background: url("../images/send_bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 26px;
    margin: 10px 0 5px 229px;
    padding-bottom: 3px;
    padding-right: 3px;
    width: 60px;
}
	 	 
	 
/*	Support_enquiry */
	 
.Support_enquiry {
    background: none repeat scroll 0 0 #004427;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: auto;
    margin-left: 5px;
    padding: 6px;
    width: 650px;
}




.Support{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
	behavior:url(PIE/PIE.htc);
	height: auto;
	}	
	
	
	
.Support label {
   color: #666666;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 268px;
}	
	
	


.Support input {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    width: 606px;
}




.Support textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 80px;
    margin: 0 0 0 10px;
     padding: 5px 0 0 5px;
    width: 603px;}


.Support select  {
   border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 5px 0;
    width: 606px;
	  margin-left: 10px;}





.Support .butn {
    background: url("../images/send_bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 26px;
    margin: 10px 0 5px 550px;
    padding-bottom: 3px;
    padding-right: 3px;
    width: 60px;
}
.galry-list{display: flex;
        flex-wrap: wrap;}
.galry-list a{   width: 19%;
    height: 210px;
    overflow: hidden;
    display: block;
    margin: 3px;
    background-color: #444444;}
.galry-list a>img{width: 100%;height: 100%;object-fit: cover;}


.media-list a>img{width: 100%;height: 100%;object-fit: contain;}

	 
	 
	 
	 
	 
	 
	 
