@charset "utf-8";
body, div, table, ul, li, ol, a, p, span, h1, h2, h3, h4, h5, h6, br, form, input, select{
	margin:0 auto;
	padding:0;
}
body {
	font:normal 12px/160% Arial, Helvetica, sans-serif;
	color: #333;
	background:#1D245B;
}
p{
	margin-bottom:1.2em;
}
a{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	color:#0AA3F5;
	text-decoration:none;
}
#wrapper{
	width:930px;
	padding:15px;
	margin:30px auto 0 auto;
	background:#fff;
}
#header{
	height:85px;
	width:100%;
}
#menu{
	width:650px;
	height:39px;
	background:url(../images/menu.jpg) no-repeat left top;
	overflow:hidden;
	float:right;
}
#menu a{
	color:#fff;
	text-decoration:none;
	text-indent:-9999px;
	line-height:39px;
	display:block;
	float:left;
	height:39px;
}
#menu a.home{
	width:68px;
}
#menu a.home:hover{
	background:url(../images/menu.jpg) no-repeat 0 -39px;
}
#menu a.home:active{
	background:url(../images/menu.jpg) no-repeat 0 -39px;
}
#menu a.aboutus{
	width:91px;
}
#menu a.aboutus:hover{
	background:url(../images/menu.jpg) no-repeat -68px -39px;
}
#menu a.solutions{
	width:91px;	
}
#menu a.solutions:hover{
	background:url(../images/menu.jpg) no-repeat -159px -39px;
}
#menu a.services{
	width:88px;
}
#menu a.services:hover{
	background:url(../images/menu.jpg) no-repeat -250px -39px;
}
#menu a.technologies{
	width:112px;
}
#menu a.technologies:hover{
	background:url(../images/menu.jpg) no-repeat -338px -39px;
}
#menu a.careers{
	width:84px;
}
#menu a.careers:hover{
	background:url(../images/menu.jpg) no-repeat -450px -39px;
}
#menu a.contactus{
	width:115px;
}
#menu a.contactus:hover{
	background:url(../images/menu.jpg) no-repeat -534px -39px;
}

.logo{
	display:block;
	float:left;
	width:375px;
	height:79px;
	background:url(../images/logo.jpg) no-repeat left top;
	text-decoration:none;
	font:normal 23px/normal "Times New Roman", Times, serif;
	text-indent:-9999px;
}
/*.contactNumber{
	float:right;
	height:79px;
	width:175px;
	text-indent:-9999px;
	background:url(../images/phoneNumber.jpg) no-repeat 0 30px;
}*/
.topLinks{
	float:right;
	height:16px;
	width:120px;
	margin-top:50px;
}
.topLinks a{
	display:block;
	height:16px;
	float:left;
	text-indent:-9999px;
}
.topLinkHome{
	width:44px;
	background:url(../images/topLinkHome.jpg) no-repeat left top;
}
.topLinkHome:hover{
	background:url(../images/topLinkHomeHover.jpg) no-repeat left top;
}
.topLinkContact{
	width:56px;
	background:url(../images/topLinkContact.jpg) no-repeat left top;
}
.topLinkContact:hover{
	background:url(../images/topLinkContactHover.jpg) no-repeat left top;
}

#bodyContents{
	clear:both;
	clear-after:both;
	background:#fff;
}
.cls{
	clear:both;
	height:10px;
	width:100%;
	display:block;
}
#bodyContents h2{
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:24px;
	float:left;
	clear:both;
	width:100%;
	letter-spacing:1px;
	border-bottom:1px solid #efefef;
}
#bodyContents .raside h2{
	border-bottom:1px solid #E1E1E1;
}
	
h2.topPadd{
	margin:21px 0 10px 0;
}

.welcomeBox, .subBox01, .subBox02{
	float:left;
	margin-bottom:15px;
	width:100%;
}
.welcomeBox p, .subBox01 p, .subBox02 p{
	width:60%;
	float:left;
	margin:0 0 15px 0;
}
.welcomeBox img, .subBox01 img, .subBox02 img{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:0 15px 0 0;
}
.subBox02 img{
	float:right;
}
.laside{
	float:left;
	width:567px;
}
.raside{
	float:right;
	width:342px;
	clear:right;
	background:#F7F7F7;
	height:100%;
	padding:0 0 30px 16px;
}
.box000{
	width:320px;
	float:left;
}
.box001{
	width:271px;
	float:left;
}
.box001 img{
	padding:3px;
	border:1px solid #ccc;
	margin:15px 0 15px 0;
	float:left;
}
.box001 p{
	float:left;
	width:98%;
}
.box002{
	width:271px;
	float:right;
}
.listTechnology{
	width:100%;
	float:left;
	margin-top:20px;
}
.listTechnology li{
	list-style:none;
	background:url(../images/iconTick.jpg) no-repeat left center;
	height:30px;
	clear:both;
	line-height:30px;
	border-bottom:1px solid #DDEDF4;
	width:235px;
	padding-left:43px;
}
.listTechnology li a{
	color:#666;
	text-decoration:none;
}
.listTechnology li a:hover{
	color:#A90203;
	text-decoration:none;
}
.listTechnology li a.selected{
	font-weight:bold;
	color:#A90203;
	text-decoration:none;
}
.testimonialsBox{
	background:url(../images/bgTestimonials.jpg) no-repeat -5px 48px;
	min-height:194px;
}
.testimonialsBox p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	width:98%;
	float:left;
	margin:10px 0 0 0;
}
.testimonialsBox p span{
	font-weight:bold;
	font-style:normal;
}
/* Inner Page */
.subhdr{
	font-size:16px;
	font-weight:bold;
	color:#283583;
	clear:both;
	width:100%;
	margin-bottom:5px;
	display:block;
	float:left;
}
.subPoints{
	margin-left:30px;
}
#footer{
	width:930px;
	padding:15px 15px 5px 15px;
	margin:0 auto 30px auto;
}
.footerContainer{
	width:100%;
	text-align:center;
	color:#bbb;
}
.footerContainer a{
	color:#bbb;
	text-decoration:none;
}
.footerContainer a:hover{
	color:#ccc;
	text-decoration:underline;
}
#slideshow1{
	margin-top:15px;
	float:left;
}

/* Jquery Cycle Plugin Styles */
.flashholder { height: 180px; width: 930px; padding:0; margin:0; overflow: hidden }

.flashholder img { height: 180px; width: 930px; background-color: #fff; top:0; left:0 }
