@import url("core.css");
body {
	font-family: "Trebuchet MS";
	background-repeat: no-repeat;
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	color: #043b5a;
	background-color:#010c0e;
	text-decoration: none;
	margin:0px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1 {
	float:left;
	font-size:18px;
	color:#125ea6;
	margin-botoom:0px;
	text-align:left;
}
h2 {
	float:left;
	font-size:19px;
	color:#bd3e0a;
	font-weight:bold;
	text-transform:uppercase;
	margin-botoom:0px;
	text-align:left;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color: #2d6cb2;
}
a:hover {
	color: #4693e9;
}
p {
	margin:0px;
	font-size:12px;
	color:#7c7b7b;
	line-height:20px;
	padding: 0px 0px 15px 0px;
	text-align:justify;
}
#wrapper {
	width:1000px;
	margin:0px auto;
}
#header {
	float:left;
	width:1000px;
	height:120px;
}
#mainsection {
	float:left;
	width:1000px;
}
#logo {
	float:left;
	width:241px;
	height:116px;
}
#mainnav {
	float:left;
	width:973px;
	margin:0px 0px 0px 0px;
	z-index:100;
}
#mainnav li {
	float:left;
	list-style-type:none;
	height:61px;
}
#mainnav li span {
	padding:0px 0px 0px 0px;
	color:#125ea6;
}
#mainnav li a {
	display:block;
	text-decoration:none;
	list-style-type:none;
	text-align:center;
	height:61px;
}
#mainnav li a:hover, #mainnav li a.active {
	background-position:0px -61px;
}
#nav-home {
	width:144px;
	margin-right:2px;
	background-image: url(../images/home.png);
	background-repeat:no-repeat;
}
#nav-company {
	width:150px;
	margin-right:2px;
	background-image:url(../images/company.png);
	background-repeat:no-repeat;
}
#nav-services {
	width:150px;
	margin-right:2px;
	background-image:url(../images/services.png);
	background-repeat:no-repeat;
}
#nav-solution {
	width:150px;
	margin-right:2px;
	background-image:url(../images/solution.png);
	background-repeat:no-repeat;
}
#nav-technology {
	width:220px;
	margin-right:2px;
	background-image:url(../images/technology.png);
	background-repeat:no-repeat;
}
#nav-contact {
	width:148px;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
}
/***************************** CSS FOR DROPDOWN **********************************/
#mainnav li ul {
	position:absolute;
	margin:-7px 0px 0px 0px;
	padding:0px;
	z-index:100;
	width:220px;
	background-color:#13647b;
}
#mainnav li li {
	font-family: "Trebuchet MS";
	border-bottom: 1px solid #999696;
	padding: 5px 0px 5px 10px;
	font-size:16px;
	width:210px;
	height:30px;
}
#mainnav li li a {
	height:17px;
	text-decoration:none;
	color:#FFFFFF;
	width:200px;
	text-align: left;
	font-size: 14px;
	padding: 5px 0px 0px 0px;
}
#mainnav li li a:hover {
	color:#fbb500;
}
#mainnav li ul {
	display:none;
	float:left;
}
#mainnav li:hover ul {
	display:block;
}
/***************************** mainnav dropdown ends here **********************************/


#subpage-banner {
	float:left;
	width:973px;
	height:139px;
	margin:0px 0px 12px 0px;
	z-index:50;
}
#subnav {
	float:left;
	width:210px;
	height:335px;
	background-image:url(../images/subnav.jpg);
	background-repeat:no-repeat;
	padding:33px 0px 0px 10px;
}
#subnav li {
	float:left;
	list-style-type:none;
	font-size:14px;
	padding-top:0px;
	display: block;
	line-height:30px;
	width:210px;
	height:29px;
	padding-bottom:5px;
	padding-left:5px;
	background-image:url(../images/subnav-line.png);
	background-repeat:no-repeat;
	background-position: 5px 29px;
}
#subnav li a {
	color:#FFFFFF;
	padding-top:5px;
	text-decoration:none;
	padding-left:5px;
	height:29px;
}
#subnav li a:hover, #subnav li .active {
	display:block;
	padding-top:0px;
	font-weight:bold;
	color:#000000;
	background-color:#f2f2f2;
	text-decoration:none;
}
#right-block {
	float:left;
	width:725px;
	margin-left:22px;
}
#home-banner {
	float:left;
	width:973px;
	height:255px;
	margin:0px 0px 0px 0px;
	z-index:50;
}
#social-media-icons {
	float:right;
}
#social-media-icons li {
	float:left;
	width:32px;
	height:30px;
	margin-right:6px;
	display:block;
}
#social-media-icons li {
	float:left;
	width:32px;
	height:30px;
	display:block;
	margin-top:22px;
	list-style-type:none;
}
#social-media-icons li a {
	float:left;
	height:30px;
}
#social-media-icons a:hover {
	background-position:0px -30px;
}
#twitter {
	width:32px;
	background-position:0px 0px;
	background-image: url(../images/twitter.png);
}
#facebook {
	width:32px;
	background-position:0px 0px;
	background-image: url(../images/facebook.png);
}
#linkedin {
	width:32px;
	background-position:0px 0px;
	background-image: url(../images/linkedin.png);
}
#youtube {
	width:32px;
	background-position:0px 0px;
	background-image: url(../images/youtube.png);
}
.call-text {
	float:right;
	font-size:18px;
	width:500px;
	text-align:right;
	padding-top:22px;
	color:#fff55b;
}
.call-text span {
	color:#ffffff;
}
.right-part {
	float:left;
	width:759px;
}
.main-bg-top {
	float:left;
	width:1000px;
	height:12px;
	background-image:url(../images/main-bg-top.png);
	background-repeat:no-repeat;
}
.main-bg-mid {
	float:left;
	width:974px;
	background-image:url(../images/main-bg-mid.png);
	background-repeat:repeat-y;
	padding:7px 13px 0px 13px;
}
.main-bg-bot {
	float:left;
	width:1000px;
	height:12px;
	background-image:url(../images/main-bg-bottom.png);
	background-repeat:no-repeat;
}
.content-listing {
	float:left;
	width:973px;
	height:268px;
	margin-top:10px;
}
.content-listing li {
	float:left;
	width:291px;
	height:258px;
	display:block;
	background-image:url(../images/content-list.png);
	background-repeat:no-repeat;
	padding:10px 14px 0px 14px;
	text-align:center;
}
.content-listing li.center-list {
	margin:0px 8px 0px 8px;
}
.content-icon {
	width:108px;
	margin:0px auto;
	padding-top:10px;
}
.content-text {
	width:291px;
	font-size:18px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.content-text1 {
	width:291px;
	font-size:14px;
	color:#858585;
	text-align:center;
	line-height:22px;
}
#readmore {
	width:75px;
	height:28px;
	margin:0px auto;
	padding-top:20px;
}
#readmore li {
	float:left;
	width:75px;
	height:28px;
	display:block;
}
#readmore li {
	float:left;
	padding:0px;
	width:75px;
	height:28px;
	display:block;
	list-style-type:none;
}
#readmore li a {
	float:left;
	height:28px;
}
#readmore a:hover {
	background-position:0px -28px;
}
#readmore1 {
	width:75px;
	background-position:0px 0px;
	background-image: url(../images/read-more.png);
}
.welcome-text {
	float:left;
	width:645px;
	padding-left:5px;
}
.welcome-text p {
	font-size:14px;
	color:#404040;
	line-height:22px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
}
.welcome-text-head {
	float:left;
	width:645px;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:25px;
}
.testimonials {
	float:left;
	width:290px;
	margin-top:20px;
	margin-left:25px;
	background-image:url(../images/testimonial.png);
	background-repeat:no-repeat;
	height:187px;
}
.testi-text {
	float:left;
	width:242px;
	height:136px;
	font-size:14px;
	color:#404040;
	line-height:22px;
	margin-top:40px;
	margin-left:50px;
	padding-top:8px;
}
.testi-text a {
	color:#000000;
	text-decoration:none;
}
.testi-text a:hover {
	color:#000000;
	text-decoration:underline;
}
.testi-text1 {
	float:right;
	font-weight:bold;
	margin-right:30px;
	margin-top:10px;
}
#footer {
	width:1000px;
	height:43px;
	margin: 0px auto;
	padding-bottom:30px;
	line-height:22px;
}
.footer-left {
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding:15px 0px 0px 10px;
}
.footer-left a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer-left a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footer-right {
	float:right;
	font-size:12px;
	color:#FFFFFF;
	padding:25px 10px 0px 10px;
}
.footer-right a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer-right a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.sol-text { float:left; width:725px; font-size:16px; font-weight:bold; padding-bottom:5px; }


.sol-text-1 { float:left; width:725px; font-size:13px; line-height:22px; text-align:justify; padding-bottom:15px;}


.sol-bg { float:left; width:725px; font-size:13px; line-height:22px; text-align:justify;background-color:#666666; color:#ffffff;  padding:10px 0px 10px 10px; margin-bottom:10px; border:solid 1px #FF6600}



#solution-sub{
	float:left;
	width:280px;
	margin-bottom:6px;
	}
#solution-sub li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; width:700px;
	color:#043b5a;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat; line-height:18px;
	background-position:0px 7px;
	padding:0px 0px 5px 15px;
	list-style-type:none;
	}
	
	
	#address {
	float:left;
	width:212px;
	height:160px;
	background-image:url(../images/office-pic.jpg);
	background-repeat:no-repeat;
	margin:18px 0px 0px 10px;
}

#text-left {
	float:left;
	width:250px;
}

.cmp-name {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:22px 0px 0px 10px;
}

#text-left p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	text-align:justify;
	font-weight:normal;
	padding:10px 0px 0px 10px;
}
.mail a {
	color:#000;
	text-decoration:none;
}
.mail a:hover {
	color:#000;
	text-decoration:underline;
}

#overview-content2 {
	width:450px;
	float:left;
	margin:0px 0px 0px 30px;
}
.overview-heading {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#153456;
	font-weight:bold;
	margin:45px 0px 0px 84px;
}
.overview-line {
	float:left;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	width:638px;
	height:79px;
	margin:0px 0px 15px 0px;
}
#overview-line-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1c3d60;
	font-weight:bold;
	margin:20px 0px 0px 16px;
	line-height:24px;
}

.contact_form { float:left;  width:400px; height:350px; 
	margin: 20px 0px 0px 50px;
	padding: 0px;
}
.contact_form label {
	display: block;
	width:95px;
	float: left;
	margin-bottom: 10px;
	font-size:13px;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
	height: 19px;
	line-height: 19px;
	padding:0px 13px 0px 0px;

}
.contact_form input {
	display: block;
	width: 200px;
	height:20px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../images/bg_logininput.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	font-size: 13px;
	color: #000000;
}
.contact_form textarea {
	display: block; padding:2px;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
} 
 
.contact_form br {
clear: left;
}
.contact_form .formbutton  {
	height: 22px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#contentcontactus {
	width:450px;
	padding:10px 35px 60px 30px;
	background-image:url(../images/content-eff.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:320px;
	float:left;
}
#submitbutton { float:left; text-align:left; width:75px; height:20px; padding-left:157px;  }
.submit { text-align:left; width:50px; height:50px; padding-left:50px; padding-bottom:300px;  }