@charset "utf-8";

/* =General
------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 15px;
	
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
}
h1,h2,h3,h4,h5,h6,div,ul,li,form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 10px 0px;
}
.box01 {
	background-color: #fff;
	border: solid 1px #e8e8e8;
	padding: 10px;
	margin-top: 7px;

}
.box02 {
	background-color: #fff;
	border: solid 1px #e8e8e8;
	padding: 1px;
	margin-top: 7px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.img-left {
	float: left;
	margin: 5px 15px 15px 0px;
}
.img-right {
	float: left;
	margin: 5px 0px 15px 15px;
}
.section-div {
	margin: 15px 0px 15px 0px;
	padding-top: 10px;
	border-bottom: solid 1px #eee;
}
.clear {
	clear: both;	
}
.heading01 {
	font-size: 16px;
	font-weight: bold;
	color: #717171;
	line-height: 21px;	
}
.heading01-form {
	font-size: 12px;
	font-weight: bold;
	color: #717171;
	line-height: 25px;
	
}

.heading02 { 
font-size : 16px; 
font-weight : bold; 
color : #0d6dc9; 
line-height : 21px; 
}
.heading08 {
	font-size: 16px;
	font-weight: bold;
	color: #0d6dc9;
	line-height: 21px;
	border:none;
}
.heading02 a {
	color: #0d6dc9;
	text-decoration: none;
}
.heading02 a:hover {	
	border-bottom: dotted thin #ccc;
}
.heading03 {
	border-bottom: dotted 1px #b5b5b5;
	font-size: 15px;
	font-weight: bold;
	color: #717171;
	line-height: 21px;	
}
.heading05 {
	border-bottom: dotted 1px #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	color: #0d6dc9;
	line-height: 21px;	
}
.heading04 {
	font-size: 14px;
	font-weight: bold;
	color: #717171;
	line-height: 21px;
	margin-top: 15px;
}
.heading10 {
	font-size: 13px;
	font-weight: bold;
	color: #0d6dc9;
	line-height: 18px;
	margin-top: 5px;
}
.hsep {
	background: url(../images/hsep.jpg) repeat-x;
	height: 2px;
	margin: 7px 0px;
	clear: both;
}
.inner-wrapper {
	width: 1002px;
	margin: 0px auto;
}
.img-border01 {
	background-color: #ccc;
	padding: 1px;
	border: solid 5px #eee;
}
.img-border02 {
	background-color: #ccc;
	padding: 1px;
	border: 5px solid #dbdbdb;
}
table.grid {
	border: 1px solid #E5EFF9;
	margin-top: 5px;
}
table.grid a {
	text-decoration: none;
}
table.grid td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;
}
table.grid td td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px 5px;
}
table.grid th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3297CF;
	text-decoration: none;
	line-height: 19px;
	padding: 2px 5px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #ddd;
}
ul.list01 li {
	background: url(../images/bul-01.gif) no-repeat left 0px;
	padding: 2px 0px 2px 20px;
	list-style-type: none;
}
ul.list03 li {
	background: url(../images/bul_03.jpg) no-repeat left 6px;
	list-style-type: none;
	font-weight: normal;
	color: #7f7f7f;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
ul.list05 li {
	background: url(../images/bul-02.jpg) no-repeat left 6px;
	padding: 7px 0px 7px 25px;
	list-style-type: none;
	font-weight: normal;
	color: #7f7f7f;
}
ul.list06 li {
	
	list-style-type: square;
	font-weight: normal;
	color: #7f7f7f;
	list-style-position: inside;
}
ul.list05 li span {
	font-weight: bold;

}
ul.list02 li {
	background: url(../images/bul-02.jpg) no-repeat left 6px;
	padding: 7px 0px 7px 25px;
	list-style-type: none;
	font-weight: bold;
	color: #4a4a4a;
}
ul.list02 li a
{
	color:#4a4a4a;
	text-decoration:none;
}
ul.list02 li a:hover
{
	color:#0d6dc9;
}
a.link01 {
	color: #777;
	text-decoration: underline;
}
a.link01:hover {
	color: #0d6dc9;
	text-decoration: none;
}
a.link02 {
	color: #777;
	text-decoration: none;
}
a.link02:hover {
	color: #0d6dc9;
}
a.link03 {
	font-size: 11px;
	background: url(../images/link03-sprite-right.png) no-repeat right top;
	color: #fff;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	padding-right: 11px;
}
a.link03 span {
	background: url(../images/link03-sprite-left.png) no-repeat left top;
	float: left;
	height: 22px;
	padding-left: 11px;
	cursor: pointer;
}
a.link03:hover {
	background-position: right bottom;
	color: #fff;
}
a.link03:hover span {
	background-position: left bottom;	
}
a.link04 {
	color: #0d6dc9;
	text-decoration: none;
}
a.link04:hover {
	color: #0d6dc9;
	text-decoration: underline;
}


/* =Layout
------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0px;
}

/* =Header
------------------------------------------------*/
#header {
	background: url(../images/header-bg.jpg) repeat-x;
	height: 106px;
	padding-top: 3px;
}
#toplinks, #toplinks a {
	font-size: 12px;
	color: #00a597;
	text-decoration: none;
	margin: 7px 10px;
	text-align: right;
}
#toplinks a:hover {
	text-decoration: underline;
}


/* =Main Navigation
------------------------------------------------*/
#nav {
	font-size: 13px;
	margin-top: 44px;
	
}
/*.search1{
	float: right;
	height: 25px;
	width: 270px;
	margin-left: 25px;
	margin-top: 5px;
}
---*/
/*#nav a {
	text-decoration: none;
	color: #0055b4;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0px 15px;
	display: inline-block;
}
#nav a:hover {
	background-color: #1972c3;
	color: #fff;
}*/


/* =Content
------------------------------------------------*/
#flash {
	background: url(../images/flash-bg.jpg) repeat-x;
	/*height: 336px;*/
}
#slider {
	background: url(../images/slider-bg.jpg) repeat-x;
	height: 89px;
}
.stepcarousel .heading01 {
	font-size: 14px;
}
/*#slider-box {
	padding: 7px;
}
.slide {	
	float: left;
}*/
.slide a {
	margin-top: 7px;
}
.slide-text {
	font-size: 11px;
	float: left;
	margin: 5px 5px 0px 5px;
}
.slide-sep {
	background: url(../images/slide-sep.jpg) no-repeat center center;
	float: left;
	width: 2px;
	margin: 0px 17px;
	height: 76px;
}
#content-wrapper {
	background: url(../images/content-gradient-bg.jpg) repeat-x left top;	
}


/* Content Left */
#content-left {	
	width: 207px;
	padding: 17px 13px;	
}
#quick-inquiry {
	font-size: 11px;
	text-align: left;
}
quick-inquiry-heading {
	float: left;
	margin: 4px 0px 10px 0px;
}

#quick-inquiry form {
	clear: left;
}

#quick-inquiry label {
	margin-top: 10px;

	
}
#quick-inquiry input,
#quick-inquiry textarea,
#quick-inquiry select {
	border: solid 1px #e8e8e8;
	padding: 2px;
	color: #7f7f7f;	
	width: 180px;
	margin-bottom: 7px;
	font-size:11px;
	
}
#quick-inquiry input:hover,
#quick-inquiry input:focus,
#quick-inquiry input:active,
#quick-inquiry textarea:hover,
#quick-inquiry textarea:focus,
#quick-inquiry textarea:active,
#quick-inquiry select:hover,
#quick-inquiry select:focus,
#quick-inquiry select:active {
	border: solid 1px #ccc;	
}
#quick-inquiry .btn01 {
	background: transparent url(../images/btn-submit-n.png) no-repeat top center;
	width: 58px;
	height: 22px;
	border: none;
	cursor: pointer;

}
#quick-inquiry .btn01:hover,
#quick-inquiry .btn01:focus,
#quick-inquiry .btn01:active {
	background: url(../images/btn-submit-n.png) no-repeat bottom center;
	border: none;
	
}
#find.btn01 {
	width: 58px;
	height: 22px;
	border: none;
	cursor: pointer;
	background: url(../images/search-bu.png) no-repeat top center;

}
#find .btn01:hover{
	background: url(../images/search-bu.png) no-repeat bottom center;
	border: none;
}
#search1.btn01 {
	width: 58px;
	height: 22px;
	border: none;
	cursor: pointer;
	background: url(../images/search-bu.png) no-repeat top center;

}
#search1 .btn01:hover{
	background: url(../images/search-bu.png) no-repeat bottom center;
	border: none;

}
#search1 .btn01:hover{
	background: url(../images/search-bu.png) no-repeat bottom center;
	border: none;
}

#search1 input,
#search1 textarea,
#search1 select {
	border: solid 1px #e8e8e8;
	padding: 2px;
	color: #7f7f7f;
	width: 180px;
	margin-bottom: 7px;
	font-size:11px;
	margin-top: 5px;

}
#blog {
	font-size: 11px;
}
.blog-link {
	float: left;
	margin-left: 5px;
	width: 127px;
}
#google-call {
	font-size: 11px;
}
.gcall-link {
	float: left;
	margin-left: 5px;
	width: 117px;
}

/* Content Center */
#content-center {	
	background: #fff url(../images/content-center-bg.jpg) repeat-x left top;
	width: 451px;
	padding: 30px;
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	text-align:justify;
}
#breadcrumb {
	font-size: 11px;
	margin-bottom: 15px;
	color: #939393;
}
#breadcrumb a {
	color: #0d6dc9;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #2e8ff1;
}
#case-study-bar {
	padding: 7px 0px;
	margin-top: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
#case-study-bar2 {
	padding: 0px 0px 15px 0px;
	border-bottom: solid 1px #eee;
}
#contact {
	margin-top: 15px;
}
/* new class 29102010 start */
.address,
.phone,
.contact,
.email {
	width: 145px;
	padding: 0px 0px 10px 47px;	
	margin-bottom: 10px;
	min-height: 40px;
	border-bottom: dashed thin #ddd;
}
.india_off {
	width: 147px;
	padding: 0px 0px 10px 47px;	
	margin-bottom: 10px;
	min-height: 40px;
}
.right_off {
	width: 145px;
	padding: 0px 0px 10px 48px;	
	margin-bottom: 10px;
	min-height: 40px;
}
.right_off {
	background: url(../images/icon-contact.png) no-repeat 2px top;
	width: 197px;
}
.india_off {
	background: url(../images/icon-address.png) no-repeat 2px top;
}
.address {
	background: url(../images/icon-address.png) no-repeat 2px top;
}
.contact {
	background: url(../images/icon-contact.png) no-repeat 2px top;
	width: 195px;
}
.phone {
	background: url(../images/icon-phone.png) no-repeat left top;
}
.email {
	background: url(../images/icon-email.png) no-repeat left top;
	min-height: 22px;
}
/* new class 29102010 start */
#sitemap {
	padding: 10px 10px 30px 10px;
}
.column {
	width: 185px;
	margin: 10px 25px 0px 0px;
	float: left;
}
#sitemap h2 {
	margin-top: 20px;
}
#sitemap ul {	
	list-style-type: none;
	margin-top: 5px;
}
#sitemap ul li {
	margin-left: 10px;
}
#sitemap ul li a {
	background: url(../images/bul-01.gif) no-repeat left 3px;
	padding: 5px 5px 5px 23px;
	display: block;
	color: #7f7f7f;
	text-decoration: none;
}
#sitemap ul li a:hover {
	background-position: 1px 3px;
	padding-left: 24px;
	color: #0d6dc9;
	background-color: #f5f5f5;
}


/* Content Right */
#content-right {
	width: 230px;
	padding: 17px 13px;
}
#news {
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 15px;	
}
.news-heading {
	float: left;
	margin: 0px 0px 7px 5px;
}
.news-box {
	/*background: url(../images/hsep2.png) repeat-x left bottom;*/
	padding-bottom: 7px;
	margin-bottom: 6px;
}
.news-date-bg {
	background: url(../images/news-date-bg.png) no-repeat;
	width: 42px;
	height: 54px;
	float: left;
	margin-right: 10px;	
}
.news-month {
	font-size: 10px;
	color: #939393;
	padding-left: 6px;
}
.news-date {
	font-size: 16px;
	font-weight: bold;
	color: #717171;
	text-align: center;
	margin-top: 4px;
}
.news-year {
	font-size: 10px;
	color: #4b4b4b;	
	text-align: center;
}
.news-title {
	font-size: 12px;
	margin-left: 52px;
}
a.news-more {
	color: #141414;
	text-decoration: none;
}
a.news-more:hover {
	color: #1972c3;
}
#technologies {
	font-size: 11px;
}
.technologies-text {
	border-left: solid 1px #f1f2f2;
	float: left;
	margin-left: 5px;
	padding-left: 7px;
	width: 138px;
}
#download {
	font-size: 11px;
}
.download-text {
	border-left: solid 1px #f1f2f2;
	float: left;
	margin-left: 5px;
	padding-left: 7px;
	width: 138px;
}
 #subnav ul {
	background: url(../images/hsep.jpg) repeat-x left top;
	list-style-type: none;
	margin: 28px 0px 0px -13px;
}
#subnav li {
	background: url(../images/hsep.jpg) repeat-x left bottom;
	min-height: 36px;
}
#subnav li a {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 13px 10px 13px;
	color: #717171;
	display: block;
	line-height: 18px;
}
#subnav li a:hover {
	color: #0d6dc9;
}
#subnav li a.selected {
	background: url(../images/subnav-bg.png) no-repeat left center;
	color: #383838;
}


/* =Footer
------------------------------------------------*/
#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 197px;
	padding: 0px;
}
#footer-left {
	background: url(../images/vsep.jpg) repeat-y right top;
	width: 235px;
	margin-top: 12px;
}
.footer-address {
	font-size: 11px;
	color: #777;
	margin-left: 58px;
}
#footer-center {
	width: 448px;
	padding: 0px 30px;
}
#footer-links {
	font-size: 11px;
	line-height: 19px;
	padding: 10px 0px;
}
#footer-links a {
	color: #717171;
	padding: 0px 5px;
	text-decoration: none;
}
#footer-links a:hover {
	color: #444;
}
#w3c-validation {
	padding-top: 9px;	
}
#partners {
	padding: 5px 0px 12px 0px;
}
#footer-right {
	background: url(../images/vsep.jpg) repeat-y left top;
	width: 257px;
	height: 176px;
	margin-top: 12px;
}
#testimonials {
	margin-left: 15px;	
}
.testimonials-heading {
	float: left;
	margin: 0px 0px 7px 5px;
}
.testimonial-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #777;
	margin-right: 15px;
}
.testimonial-client {
	font-size: 11px;
	color:#0d6dc9;
	padding: 5px 0px;
}
.testimonial-client a {
	color: #1d1d1d;
	text-decoration: none;
}
.dasignation{
	font-size: 11px;
	color:#262626;
	text-decoration: none;
}
.testimonial-client a:hover {
/*	color: #1972c3;*/
	text-decoration: underline;
}
.testimonial-designation {
	color: #7f7f7f;
}
/* new class 29102010 start */
ul.testimonial-list {
	list-style-type: none;
	margin-top: 10px;
}
ul.testimonial-list li {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom: dashed thin #d5d5d5;
}
ul.testimonial-list li .testimonial-client {
	font-size: 14px;
	margin-top: 3px;
	text-align: right;
}
ul.testimonial-list li a {
	color: #0D6DC9;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 5px;
	display: inline-block;
}
ul.testimonial-list li span.txt1 {
	color: #0D6DC9;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 5px;
	display: inline-block;
}
/* new class 29102010 end */
#divNewsWidget {
	width: 250px;	
}
#divNewsWidget table {
	width: 100%;
}
#divNewsWidget b {
	/*background: url(../images/news-date-bg.png) no-repeat;
	width: 42px;
	height: 54px;
	float: left;
	margin-right: 10px;
	padding: 2px 5px 0px 0px;*/
}
#divNewsWidget a {
	font-size: 12px;
	background: url(../images/hsep2.png) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	color: #6f6f6f;	
}
#divNewsWidget a:hover {
	color: #0d6dc9;
}
#mypopup {
	position: absolute;
	width: 270px;
	height: 145px;
	background: #f5f5f5;
	border: 3px solid #d7d7d7;
	display: none;
	z-index:3;
}
#mypopup h3 {
	color: #fff;
	padding: 5px 9px;
}
#mypopup input {
	background: #0d6dc9;
	color: #fff;
	font-weight: bold;
	border: solid 1px #fff;
	font-size: 12px;
	margin-top: 2px;
}
#mypopup #title {
	border: solid 1px #1C5EA2;
	background-color: #1E80D7;
}
#main_container
{
	
}

/* new class 29102010 start */
#mainflash {
	width: 1002px;
	height: 336px;
}
#service-slider {
	width: 990px;
	height: 90px;
}
#service-slider1, #service-slider2, #service-slider3 {
	width: 330px;
	height: 90px;
	float: left;
}
/* new class 29102010 end */

.bg-iphone {
	float: right;
	background: url(../images/bg-iphone.jpg) no-repeat center top;
	padding: 17px 87px 70px 90px;
}
.section-two-div {
	background: #fff url(../images/grad-bg.jpg) repeat-x top left;
	float: left;
	margin: 10px 10px 5px 0px;
	padding: 10px;
	width: 195px;
	border-top: solid 3px #eee;
	border-bottom: dashed thin #eee;
}


.service-icon {
	float: left;
	margin: 5px 10px 10px 0px;
}
a.link-download {
	background: #fff url(../images/icon-download1.png) no-repeat 5px 5px;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	padding: 5px 10px 5px 42px;
	margin: 10px 10px 0px 0px;
	float: left;
	min-width: 135px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #eee;
	display: block;
	font-weight:bold;
}
a.link-download:hover {
	color: #666;
}
.welcome
{
float:left;
width:504px;
}

a.microsites {
	height: 25px;
	float: right;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 15px;
	font: bold 12px/25px Tahoma, Geneva, sans-serif;
	margin-left: 1px;
	margin-top: -1px;
	background-color: #1b77ca;
	
}
a.microsites:hover {
	background: #4198e7;
	color: #fed844;
}
#popup {
	background: #f5f5f5;
	position: absolute;
	top:40%;
	left: 35%;
	width:285px;
	margin: 0px auto;
	padding: 1px;
	display: none;
	border: solid 5px #ccc;
}
.pophd {
	background-color: #09F;
	color: #fff;
	height: 15px;
	line-height: 15px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}
a#popclose {
	color: #fff;
	text-decoration: none;
}
.popcontent {
	background-color: #fff;
	margin: 10px;
	border: solid 1px #ddd;
	padding: 7px;
	height: 200px;
}

/* 29-03-2010 */
#case-study {
	margin-top: 15px;
}
ul.case-study-list {
	list-style-type: none;
	margin-top: 0px;
}
ul.case-study-list li {
	padding: 2px 5px 2px 0px;
	

}
ul.case-study-list li a {
	color: #0D6DC9;
}
a.link-cs {
	background: url(../images/icon-pdf.png) no-repeat left 4px;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	padding: 0px 10px 0px 29px;
	margin: 0px;
	float: right;
	height: 30px;
	line-height: 30px;
}
a.link-cs:hover {
	color: #666;
}

a.cs-title-bg {
	background-image:url(../images/cs-title-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	padding:9px 0px 9px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	font-weight:bold;
	width:437px;
	
}
.cs-title-bg1 {
	background-image:url(../images/cs-title-bg1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:9px 0px 9px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	font-weight:bold;
	width:437px;
	}

.cs-title-bg2 {
	background-image:url(../images/cs-title-bg1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	font-weight:bold;
	width:437px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.cs-title-bg21 {
	background-image:url(../images/cs-top1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	font-weight:bold;
	width:437px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 2px;
	}
	
.cs-text{
	border-bottom: dashed thin #d5d5d5;
	padding-bottom:10px;
	background-color:#FBFBFB;
	padding:5px 5px 5px 5px;
	float:left;
	width:437px
	}
.cs-left-part{
	width:150px; 
	float:left;
}
.cs-right-part{
	width:280px; 
	float:right;
	text-align:justify;
}
.mob-at{
	border-bottom: dashed thin #d5d5d5;
	padding-bottom:10px;
	background-color:#FBFBFB;
	padding:0px 5px 5px 5px;
	float:left;
	width:437px
	}
.readmore {
	text-align:right;
	width:280px; 
	float:right;
}
.article-two-div {
	background: #fff url(../images/grad-bg.jpg) repeat-x top left;
	float: left;
	margin: 7px 7px 5px 0px;
	padding: 7px;
	width: 453px;
	border-top: solid 3px #eee;
	border-bottom: dashed thin #eee;
}
a.article-download {
	background: #fff url(../images/icon-download1.png) no-repeat 5px 5px;
	font-size: 12px;
	color: #0D6DC9;
	text-decoration: none;
	padding: 5px 10px 5px 42px;
	margin: 10px 10px 0px 0px;
	float: left;
	min-width: 400px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #eee;
	display: block;
	font-weight:bold;
}
a.article-download:hover {
	color: #666;
}

.business_bg_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	background-image: url(../images/business_intell_left_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 179px;
	width: 220px;
}
.business_bg_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	background-image: url(../images/business_intell_right_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 230px;
}

.b_bg_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	background-image: url(../images/b_left_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 149px;
	width: 181px;
}
.b_bg_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/b_right_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 225px;
	width: 209px;
	
}
.last_tab_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
	
}
ul.list07 li {
	background: url(../images/bullet.png) no-repeat left 6px;
	list-style-type: none;
	font-weight: normal;
	color: #7f7f7f;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#bussiness_tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0d6dc9;
}
.bussiness_tx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0d6dc9;
		
}

/*------------- accordion css -------------- */

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 465px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
	color: #fff;
	padding: 0.6em;
	background-image: url(../images/down_bg.jpg);
	background-repeat: no-repeat;
}

ul#menu li a:hover {
	background-image: url(../images/down_hover_bg.jpg);
}

/* -------------- accordion css end ---------------------- */
.here{
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 12px;
}
.here a:hover {
	color: #09C;
	text-decoration: underline;
}
ol.text{
	font-weight: bold;
}

.search_text{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 16px;
}

.micro-heading {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#micro {
	font-size: 11px;
	margin-bottom: 1px;
	}
#micro_inner {
	font-size: 11px;
	margin-bottom: 1px;
	margin-top: 12px;
}
.micro_box01 {
	background-color: #f9f9f9;
	border: 1px solid #d8d7d7;
	
	margin-top: 7px;
	margin-bottom: 10px;
	}

a.microsite_head {
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.microsite_head:hover {
	color: #0D6DC9;
}
.micro_tx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	margin-left: 1px;
}
.visitsite {
	font-size: 11px;
	color: #0D6DC9;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.visitsite:hover {
	color: #666;
}
/*boxes*/

.mobile_box01 {
	background-color: #f9f9f9;
	margin-top: 7px;
	margin-bottom: 10px;
	cursor: pointer;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #1079d1;
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	}
.mobile_box01:hover {
	background-color: #1079d1;
	color: #FFFFFF;
	
	}

.e3_box01 {
	background-color: #f9f9f9;
	margin-top: 7px;
	margin-bottom: 10px;
	cursor: pointer;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #82cc63;
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	}
.e3_box01:hover {
	background-color: #82cc63;
	color: #FFFFFF;
}
.sharepoint_box01 {
	background-color: #f9f9f9;
	margin-top: 7px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #28adbf;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	}
.sharepoint_box01:hover {
	background-color: #28adbf;
	color: #FFFFFF;
}

.html5_box01 {
	background-color: #f9f9f9;
	margin-top: 7px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #e67848;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;	
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	}
.html5_box01:hover {
	background-color: #e67848;
	color: #FFFFFF;
}
.mic_head {
	font-size: 12px;
	color: #848485;
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.scroll{
scrollbar-base-color: orange;
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue;
	}
.box01_a {
	background-color: #fff;
	border: solid 5px #e8e8e8;
	padding: 10px;
	margin-top: 7px;
}
#flashmov, #edge, #service-slider, #js-slider {
	display: none;
}

.case_studies {
	background-color: #fff;
	border: solid 1px #e8e8e8;
	margin-top: 7px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	}
.c-studies{
	font-size: 16px;
	font-weight: bold;
	color: #717171;
	line-height: 21px;
	padding-top: 14px;
	text-decoration: none;
}
.c-studies a:hover{
	color: #0d6dc9;
	}

.c-study {
	float: left;
	margin-left: 5px;
	width: 117px;
}

