@charset "utf-8";
/* CSS Document */
body{
	margin:0; 
	padding:0; 
	background:#ffffff; 

}
a {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-decoration:none;
}
P{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	color:#205a0e; 
	font-weight:normal; 
	margin:0; 
	padding:0;
	text-align:justify;
	line-height:25px;
}
.img{border:1px dashed #ccc; padding:3px;}
.clear{clear:both;}	
.icon:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.icon
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#header{
	width: 100%;
}
.header_style{width:960px; margin:0 auto;}
.header_logo{
	width:960px;
	float:left;
	margin:10px 0 0 0;
}
.logo_left{
	width:400px;
	float:left;
	color:#fff;
}
.logo_right{
	width:400px;
	float:right;
	color:#fff;
}
.logo_right_1{
	width:200px;
	float:right;
}
.menu{
	width:100%; 
	float:left; 
	background:url(../images/horiz-menu-bg.png) repeat-x; 
	height:46px; 
	margin:0 0 2px;
}
.menu ul{
	width:960px;
	margin:0 auto; 
	padding:0; 
}
.menu ul li {
	list-style:none; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:15px; 
	float:left; 
	margin: 0 ; 
	line-height:40px;
}
.menu ul li a { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	float:left; 
	color:#fff; 
	text-decoration:none; 
	padding:0 15px 3px 0;
	font-weight:bold;
}
.menu ul li a:hover { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	float:left; 
	color:#eee; 
	text-decoration:none; 
	padding:0 15px 3px 0;
	font-weight:bold;
}
#banner_1{
	width:100%;
	background:url(../images/showcase-bg.png) repeat-x #87d0f5;
}
.banner{
	width:960px; 
	margin:0 auto;
	height:350px;
	background:url(../images/showcase-promo.jpg); 

}
#main{
	width:100%; 
	background:url(../images/page-bg.png) repeat-x #fff;
}
#main_div{
	width:960px;
	margin:0 auto; 
	background:#ffffff;
}
.work_icon {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 960px;
}
.left_img{
	float:left;
	margin:0 0 0 -20px;
}
.right_img{
	float:right;
	margin:0 -20px 0 0;
}
.main_part_left{
	width:660px;
	float:left;
	padding:10px;
}
.main_part_right{
	width:250px;
	float:right;
	padding:10px;
	background:#f2f2f2;
}
.main_part_left h1{
	float:left;
	font-family:calibri;
	font-size:30px;
	color:#073457;
	margin:0;
	padding:0;
	width:100%;
}
.main_part_right h1{
	width:250px;
	float:right;
	font-family:calibri;
	font-size:30px;
	color:#073457;
	margin:0;
	padding:0;
}
.main_part_left p{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#073457;
	text-align:justify;
	margin:0;
	padding:0;
}
.services{
	width:250px;
	margin:0; 
	padding:0; 
	
	
}
.services ul{
	width:240px;
	margin:0; 
	padding:0; 
	
}
.services ul li {
	list-style:none; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:15px; 
	float:left; 
	margin: 0 ; 
	line-height:20px;
	width:100%;
	background:#fff;
	margin:2px 0px;
	border:1px dashed #0099FF;
	
}
.services ul li a { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	float:left; 
	color:#000; 
	text-decoration:none; 
	padding:0 25px 3px 0;
	height:30px;
	
	
	
}
.services ul li a:hover { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	float:left; 
	color:#333333; 
	text-decoration:none; 
	padding:0 25px 3px 0;
	background:#eee;
	width:214px;
	
	
	
}
.testimonials_part{width:250px; float:left; border:1px solid #eee; margin:10px 0 0 0;}
.testimonials_part_top{width:240px; float:left; /*background:#0099FF;*/
	background: #0099ff; /* Old browsers */
background: -moz-linear-gradient(top,  #0099ff 0%, #7cc7f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#7cc7f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0099ff 0%,#7cc7f8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#7cc7f8',GradientType=0 ); /* IE6-9 */


}
.testimonials_part h1{font-size:20px; color:#fff; padding:5px; width:240px;}
.testimonials_part P{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	font-weight:normal; 
	margin:0; 
	padding:10px;
	text-align:justify;
	line-height:25px;
}
.client_part{background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 10px;
    width: 960px;
	border:1px solid #eee;
	}
.client_part_top{width:950px; float:left; /*background:#0099FF;*/
	background: #0099ff; /* Old browsers */
background: -moz-linear-gradient(top,  #0099ff 0%, #7cc7f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#7cc7f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0099ff 0%,#7cc7f8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0099ff 0%,#7cc7f8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#7cc7f8',GradientType=0 ); /* IE6-9 */
}
.client_part h1{font-size:20px; color:#fff; padding:5px; margin:0 0 10px;}
.client_part P{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	font-weight:normal; 
	margin:0; 
	padding:10px;
	text-align:justify;
	line-height:25px;
}
#footer{width:100%; background:url(../images/footer-menu-bg.png) repeat; height:46px;}
.footer_part{width:960px; margin:0 auto;}
.footer_part p{text-align:center; color:#fff;}
/*********************************************************New-CSS*****************************************************/
.box{ float:left; width:208px; height:210px;  border-radius:8px; margin:10px 5px; border:1px dashed #0099FF;
background-image: linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.49, rgb(255,255,255)),
	color-stop(0.75, rgb(242,242,242)),
	color-stop(0.88, rgb(242,242,242))
);

 }
 a.readmore{ color:#0066FF; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
a:hover.readmore{ text-decoration:underline;}
.h_box{ width:650px; height:30px; background:#eee; float:left; border-radius: 5px 5px 0 0;}
.white{ font-family:Arial, Helvetica, sans-serif; font-size:13px; padding:7px; color:#000; float:left; margin:0px 0px 0px 5px; height:30px; font-weight:bold;}

.about_box{ float:left; width:320px; height:230px;  border-radius:8px; margin:20px 5px 10px 2px;
background-image: linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.49, rgb(255,255,255)),
	color-stop(0.75, rgb(242,242,242)),
	color-stop(0.88, rgb(242,242,242))
);}
.box_s{float:left; width:210px; height:100px;  border-radius:8px; margin:20px 5px 10px 2px; border:1px dashed #0099FF;
/*background-image: linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 49%, rgb(242,242,242) 75%, rgb(242,242,242) 88%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.49, rgb(255,255,255)),
	color-stop(0.75, rgb(242,242,242)),
	color-stop(0.88, rgb(242,242,242))
);*/}
.p_head{ float:left; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#ea740d; /*border-right:5px solid #000;*/ font-weight:bold; }
.s_right{ font-family:Arial, Helvetica, sans-serif; font-size:20px; margin:0px 0px 0px 0px; font-weight:bold;}
#vlightbox1{ margin:0px 0px 0px 60px;}
#right_nav{ float:left; width:250px; border-radius:8px; height:400px;
	background: #f2f2f2; /* Old browsers */

}
#right_nav ul{}
#right_nav ul li{  color:#FFFFFF; height:40px; border-bottom:1px dotted #0033FF; height:25px;  margin:0px 0px 1px 0px; list-style:none;}
#right_nav ul li a{ float:left; font-family:Arial; font-size:18px; color:#0033FF; font-weight:bold; line-height:20px; vertical-align:middle; }
#right_nav ul li a:hover{  }
#right_nav{}
.doamain_r li{ list-style:circle; color:#FFFFFF;}
.r_q{ float:right; padding:10px 54px 0px 180px;  }
.bg_port{  width:960px; height:40px; background:url(../images/filter_bg.jpg) repeat-x;}
.bg_port ul{ margin:5px 0px 0px -40px;}
.bg_port ul li{ display:inline; color:#FFFFFF; }
.bg_port ul li a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; line-height:40px; margin:5px 0px 0px 10px; font-weight:bold;}
.bg_port ul li a:hover{ color:#CCCCCC;}
.bg_port{}
.port_table{ float:left; margin:20px 0px 0px 0px;}
.ser_img li{ list-style:square; color:#000033; margin:-0px 0px 0px -18px;  }
#b_r{ border-right:1px solid #0099FF;}