@charset "utf-8";
/* CSS Document */
*
{
    margin:0;
    padding:0;
    font-family:Tahoma, Helvetica, sans-serif;
}
img {
    border:none;
}
body
{
    width:100%;
    min-height:100%;
   
}
#container
{
    border:0 none;
    height:auto;
    margin:0 auto;
    padding:0;
    width:100%;
    background-color:#ffffff;
}

.header
{
    padding:0;
    margin:0;
    width:100%;
    height:462px;
    /*height:auto;*/
    overflow:hidden;
}
.layout{
    width:950px;  
    margin:0 auto 0 auto;
    margin:20px auto 20px auto;
    background-position:80px top;
}
.cmpnyHeader
{
    padding:0;
    margin:0;
    width:100%;
    height:auto;
    
}
.headerTop
{

    width:950px;
    margin-left:auto;
    margin-right:auto;
    /*display:table;*/
    height: 80px;
}
/*.headerTopLt
{
	float:left;
	margin-left:22px;
}*/

.headerTopLt {
    float:left;
    padding-left:30px;
}
.headerTopRt
{
    float:right;
    margin-top:10px;
}
.headerTopRt p
{

    color:#212121;
    /*font-size:16px;*/
}
#red {
    color:#C10A31;
    font-weight:bold;
}
.current
{
    border-bottom:4px solid #c00a32;
    width:80px;
}
.homeMenu
{
    background-color:#000000;
    width:100%;
    font-family:Tahoma, Helvetica, sans-serif;
    font-size:16px;
    color:#ffffff;
    height:53px;
    font-weight:bold;
   
    float:left;

}
.homeMenu ul {
    margin-left:71px;
    margin-right:auto;
    margin-top:3px;
   
    width:900px;
    padding-left: 0;

}


.homeMenu li {
    border-right:1px solid #646464;
    float:left;
    height:17px;
    list-style:none outside none;
    margin:5px;
    padding:4px 8px 8px 2px;
}

.homeMenu li.active {
      /* BORDER-RIGHT: red 1px solid;*/
       PADDING-RIGHT: 8px;
       LIST-STYLE: none none outside;
       PADDING-LEFT: 2px;
       FLOAT: left;
       PADDING-BOTTOM: 8px;
       MARGIN: 5px 4px;
       POSITION: relative;
       HEIGHT: 24px;
    padding:4px 8px 8px 2px;
}

.homeMenu li.active a:link, .homeMenu li.active a:hover{     
       LIST-STYLE: none none outside; 
       PADDING-BOTTOM: 8px;
       POSITION: relative;
}

.homeMenuInner {
    margin-left:auto;
    margin-right:auto;
    width:985px;
}
.lastItem
{
    border-right:none !important;
}
.homeMenu li a:link, a:hover, a:visited
{
    color:#e7e7e7;
    text-decoration:none;
}
.subTab
{
    background-color:#c00a32;
    width:100%;
    font-size:16px;
    color:#ffffff;
    height:45px;
    overflow:hidden;
    float:left;

}
.subTab ul
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding:10px 0px 0px 16px;

}
.subTab  li
{
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background-image:url(/images/subTabBg.png);
    background-repeat:no-repeat;
    width:185px;
    height:35px;
    text-align:center;
    padding-top:10px;
    margin-left:2px;
    font-size: 16px;
}
.subTab li a:link, a:hover, a:visited
{
    color:#e7e7e7;
    text-decoration:none;
    cursor:pointer;
}
li.currentSubTab
{
    background-image:url(/images/subTab_Active.png);
    background-repeat:no-repeat;
    width:185px;
    height:35px;

}
li.currentSubTab a:link, li.currentSubTab a:visited
{
    color:#000000;
}
.banner
{
    width:100%;
    background-image:url(/images/bannerBg.png);
    background-repeat:repeat-x;
    height:364px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
.bannerHolder
{
    width:950px;
    margin:0 auto 0 auto;
}
.bannerText
{

    color:#FFFFFF;
    font-size:31px;
    float:left;
    /*height:428px;*/
    padding:95px 0px 0px 60px;
    margin:0;
    width:300px;
}
.bannerImg
{
    background-image:url(/images/banner.png);
    background-repeat:no-repeat;
    float:left;
    height:359px;
    margin:8px 0 0 5px;
    width:585px;
}
* html .bannerImg {
    background: none; /* Hide the current background image so you can replace it with the filter*/
    width: 585px; /* Must specify width */
    height: 359px; /* Must specify height */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/banner.png');
}
.content
{
    width:950px;
    margin:0 auto 0 auto;
    background-image:url(/images/Product-5_03.gif);
    background-repeat:repeat-y;
    margin-bottom:20px;
    height:auto;

}

.contentTitle
{
    display:block;
    float:left;
    width:250px;
}
.contentLt
{
    float:left;
    width:685px;
}

.contentRt {
    float:left;
    margin-left:8px;
    padding:15px 0 20px 10px;
    width:245px;

}
.contentRt ul
{
    border-bottom:1px solid #DBDBDB;
    font-size:15px;
    list-style-position:inside;
    padding-bottom:30px;
}


.titleText
{
    color:#095273;
    font-size:21px;
    float:left;
    font-weight:bold;
    padding:12px 0px 0px 5px;
}

.titleIcon
{
    float:left;

}
.cntBlock
{
    float:left;
    padding:0px 0px 20px 60px;
    width:240px;
}
.cntTotal
{
    width:600px;
    height:auto;
}
.cntBlock h1
{
    font-weight:bold;
    font-size:17px;
    padding:10px 0 6px 0;
    color:#353535;
    display:table;

}
.cntBlock a:link, .cntBlock a:hover, .cntBlock a:visited
{
    font-weight:bold;
    font-size:17px;
    color:#095273;
    text-decoration:none;
}
.cntBlock p
{
    font-size:13px;
    color:#000000;
    width:215px;
    font-family:Arial, Helvetica;
}
.contentRtTitle
{
    font-size:18px;
    font-weight:bold;
    color:#b7242c;
    padding:0px 23px 0px 30px;
    background-image:url(images/arrow.gif);
    background-position:right;
    background-repeat:no-repeat;

}
.contentRt h1
{
    font-size:17px;
    width:250px;
    padding:10px 0px 0px 30px;

}
.contentRt p
{
    font-size:13px;
    padding:5px 0px 5px 30px;
    width:250px;
    font-family:Arial, Helvetica;
}
.contentRt label
{
    color:#797979;
    font-size:14px;
    display: block;
    width:250px;
}
.contentRt a:link, .contentRt a:hover, .contentRt a:visited
{
    float:right;
    font-size:11px;
    color:#30acea;
    text-decoration:none;
    padding-right:20px;
    width:89px;
}
a.textLink{
    color:#797979 !important;
    font-size:14px !important;
    text-decoration:none !important;
    float:left !important;
    padding:0px 0px 0px 5px !important;
}
a.textLinkRight{
    color:#095273 !important;
    font-size:14px !important;
    text-decoration:none !important;
    float:left !important;
    padding:0px 0px 0px 20px !important;
}
.textDivider
{
    border-bottom:1px solid #b9b9b9;
    margin:5px 15px 5px 21px;
    width:270px;
}
/*--------------------- footer stsrts --------------------*/
#footer
{
    width:100%;
    background-color:#000000;
    display:table;
    margin:0 auto 0 auto;
    overflow:hidden;
	clear:both;
}
.footerTop
{

    background-image:url(/images/ltCntBg.gif);
    background-repeat:repeat-y;
    width:950px;
    margin:0 auto 0 auto;
    overflow:hidden;
    border-bottom:1px solid #485661;

}
.footerContentLt
{
    float:left;
    background-color:#1c2834;
    background-image:url(/images/footerLtBg.gif);
    background-position:center;
    background-repeat:repeat-x;
    width:614px;
    padding:20px 0px 25px 0px;

}

.footerContentLt a:link, .footerContentLt a:hover, .footerContentLt a:visited
{
    color:#30ACEA;
    float:right;
    font-size:11px;
    padding-top:15px;
    text-decoration:none;
    width:105px;
}
.footerCntLtBlock
{
    background-image:url(/images/footerLtCntBg.png);
    background-position:center;
    background-repeat:repeat-y;
    width:614px;
    float:left;
}
.footerContentLt h1
{
    font-size:25px;
    font-weight:normal;
    color:#FFFFFF;
    float:left;
    padding-left:5px;
}
.footerContentLt p
{
    font-size:13px;
    color:#8AB3C1;
    padding-top:15px;
    width:215px;
    font-family:Arial, Helvetica;
}
.footerContentRt
{
    float:left;
    width:320px;
    padding:25px 0px 25px 4px;
    background-image:url(images/footerRtBg.gif);
    background-color:#26303a;
    background-repeat:repeat-x;

}
.footerContentRt h1
{
    font-size:22px;
    font-weight:bold;
    color:#76afca;
    padding-bottom:25px;

}
.footerContentRt p
{
    font-size:13px;
    color:#999999;
    width:245px;
    padding-bottom:15px;
    font-family:Arial, Helvetica;
}
.footerCntBlock
{
    float:left;
    padding:0px 0px 20px 56px;
    overflow:hidden;
    width:225px;
}
.footerCntRtBlock
{
    float:left;
    padding:0px 0px 20px 36px;
}
.footer_technology_scroll
{
    float:left;
    height:80px;
    overflow-x:hidden;
    overflow-y:scroll;
    width:255px;
}
.footerCntRtBlock a.textLinkBottom{
    font-size:22px !important;
    font-weight:bold !important;
    color:#76afca !important;
    padding-bottom:25px !important;
    text-decoration:none !important;
}

.footerTitle
{
    border-bottom:1px solid #4e5760;
    display:table;
    width:200px;
    padding-bottom:10px;
    overflow:hidden;
}
.footerBtm
{
    background-image:url(/images/footerBtmBg.gif);
    background-repeat:repeat-x;
    width:950px;
    margin:0 auto 0 auto;
    overflow:hidden;
}
.footerBtmLt
{
    float:left;
    width:336px;
    padding:25px 0px 20px 60px;
}
.footerBtmLt p
{
    padding-bottom:10px;
    font-size:12px;
    color:#E6E6E6;
}
.footerBtmLt p  a
{
    padding-bottom:15px;
    text-decoration:none;
    color:#FFF;
}
.footerBtmRt
{
    float:left;
    width:515px;
    margin:16px 0 0 20px;
    overflow:hidden;
}
.contact
{
    left:0;
    position:fixed;
    top:220px;
    z-index:91;
    background-image:url(/images/contact.png);
    background-repeat:no-repeat;
    width:35px;
    height:150px;
}
* html .contact {
    background: none; /* Hide the current background image so you can replace it with the filter*/
    width:35px;
    height:150px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/contact.png');
}
.last
{
    padding-left:35px !important;
}
.contentLtBtm
{
    /*background-image:url(/images/contentLtBtm.gif);
    background-repeat:repeat-y;*/
    height:21px;
    margin:0 auto;
    width:950px;
}
/*------------ about company  page styles-----*/
.companyCnt
{
    width:950px;
    background-image:url(/images/Product-5_03.gif);
    margin:0 auto 0 auto;
    background-repeat:repeat-y;
    margin:20px auto 20px auto;
    background-position:80px top ;
    /*display:table;*/
}


.companyCnt h1
{
    padding:0px 0px 0px 60px;
    color:#095273;
    font-size:21px;
    font-weight:bold;
}
.companyCnt h2
{
    font-size:17px;
    font-weight:bold;
    padding:20px 0px 0px 60px;
}
.companyCnt p
{
    font-size:15px;
    padding:10px 10px 0px 100px;
    line-height:20px;
    font-family:Arial, Helvetica;
}
.imgTxt
{
    padding:5px 0px 25px 5px !important;
    font-family:Arial, Helvetica;
}
.applyForm
{
    width:500px;
    height:auto;
    display:table;
    /*background-color:#f3f3f3;*/
    margin:30px 0px 30px 60px;
    padding:30px 10px 30px 10px;
}
.formSect
{
    float:left;
    padding:5px;
    width:96%;
}
.formLbl
{
    display:block;
    float:left;
    padding-right:5px;
    text-align:right;
    /*width:192px;*/
    width:156px;
    padding-left: 40px;
    font-size:14px;
    font-family:Arial, Helvetica;
}
.formInput
{
    border:1px solid #CFCFCF;
    float:left;
    height:24px;
    margin-left:5px;
    width:215px;
}
.formIptSmall
{
    border:1px solid #CFCFCF;
    float:left;
    height:24px;
    margin:0px 10px 0px 5px;
    width:115px;
}
.sector
{
    border:1px solid #CFCFCF !important;
    float:left;
    height:25px;
    margin-left:5px;
    width:215px;
}
.formTxtArea
{
    background-color:#FFFFFF;
    border:1px solid #CFCFCF;
    height:85px;
    margin-left:5px;
    width:215px;
}
.formSeparator
{
    background-image:url(images/separator.gif);
    background-repeat:repeat-x;
    width:460px;
    height:2px;
    margin-top:20px;
}
.applyBtn
{
    background-image:url('/images/apply.gif');
    background-repeat:no-repeat;
    float:right;
    width:109px;
    height:30px;
    margin:20px 75px 0px 10px;
    cursor: pointer;
}
.applybtn1 {
    background-image:url(/images/apply2.gif);
    background-repeat:no-repeat;
    float:right;
    height:30px;
    margin:6px 13px 0px 10px;
    width:90px;
    cursor: pointer;
}
/*-------------- open positions styles--------------*/
.post
{
    width:540px;
    height:auto;
    margin:10px 0px 25px 60px;
    display:table;

}
.postTop
{
    width:540px;
    background-color:#e6e6e6;
    display:table;
    padding-bottom:5px;
}
.postSect
{
    width:540px;

}
.postSectLt
{
    float:left;
    width:130px;
    font-size:14px;
    text-align:right;
}
.postSectLt p
{
    padding-left:0;
    font-size:14px;
}
.postSectRt
{
    float:left;
    width:400px;
    font-size:13px;
}
.postSectRt p
{
    padding-left:0;
    margin-left:4px;
    font-size:13px;
    width:396px;
}
.postBtm
{
    width:540px;
    float:left;
    margin-top:10px;
}
.postBtmTxt
{
    float:left;
    width:335px;
    margin-left:75px;
}
.postBtmTxt p
{
    float:left;
    width:240px;
    line-height:9px;
    font-size:13px;
}
.postBtmBtn
{
    float:left;
    width:90px;
    margin-top:5px !important;
}
.employee
{
    width:300px;
    background-color:#f4f4f4;
    display:table;
    margin:0px 0px 10px 3px;
    padding:5px;
}
.employee p
{
    color:#737373;
    font-size:12px;
    width:285px;
    padding:0;
}
.empImg
{
    float:left;
    width:80px;
}
.empDetails
{
    float:left;
    width:175px;
    padding:28px 0 10px 0;
}

.empTop
{
    width:300px;
    float:left;
    border-bottom:1px solid #cfcfcf;
}
.empDetails p
{
    width:175px;
    margin:0;
    padding:0;
    color:#666666;
    font-size:13px;
    font-weight:regular;
}
.news
{
    width:250px;
    padding:5px 0px 20px 20px;
    display:table;
}

.news a:link, .news a:hover, .news a:visited
{
    color:#343434;
    font-size:13px;
    font-size:14px;
    width:250px;
    font-family:Arial, Helvetica;
}

.blgPost
{
    width:620px;
    display:table;
    margin:10px 0px 10px 60px;
    border-bottom:1px solid #c2c2c2;
}
.blgPost p
{
    padding:5px 0px 10px 0px;

}
.blgPostTop
{
    width:565px;
    float:left;
}
.blgPostTop h2
{
    padding-left:0;
}
.blgPostTop  a:link, .blgPostTop  a:hover, .blgPostTop  a:visited
{
    color:#095273 !important;
    text-decoration:none;
    font-size:17px;
    font-weight:bold;
    padding-left:0 ;
    margin-left:0;
}
.avatar
{
    float:left;
    height:70px;
    padding-right:10px;
    padding-top:9px;
    width:67px;

}
.avatar1
{
    float:left;
    height:70px;
    padding-right:10px;
    padding-top:9px;
    width:67px;

}
.postTitle
{
    float:left;
    /*margin:15px 0 0 0 ;*/
    width:470px;

}
.blgPostBtm
{
    width:300px;
    display:table;
    font-size:14px;
    padding:20px 0px 10px 0;
}
.blgPostBtm a:link, .blgPostBtm a:visited, .blgPostBtm a:hover
{
    float:left;
    color:#7b7b7b;
    text-decoration:none;
}
.comments
{
    background-image:url(/images/icon_comments.gif);
    background-repeat:no-repeat;
    background-position:right;
    float:right;
    padding-right:35px;
    height:25px;
}
.comments a
{
    color:#7b7b7b;
    text-decoration:none;
}
.blgLast
{
    border:none !important;
}
.sidebar
{
    display:table;
    height:auto;
    padding:10px 0 10px 0;
    width:250px;

}
.userPics
{
    float:left  !important;
    padding:0  !important;
    width:75px !important;
    margin-right:5px;
}

.sidebar a:link,.sidebar a:hover, .sidebar a:visited
{

    color:#7B7B7B;
    float:left;
    padding-right:0;
}
.sidebar img
{
    padding-right:0;
    float:left;
    width:75px;

}
.userLinks
{
    width:73px !important;
    margin: 5px 5px 0px 0px;
    float:left;
}
.sidebar h2
{
    font-size:17px;
    font-weight:bold;
    padding:0;
    color:#333333;
}
.sidebar ul
{

    width:235px;
    display:table;
}
.sidebar ul li
{
    float:left;
    list-style-type:none;
    margin-left:10px;
    width:220px;
}
.sidebar ul li a:link,.sidebar ul li a:hover, .sidebar ul li a:visited
{

    background-image:url("/images/blgarrow.gif");
    background-position:left center;
    background-repeat:no-repeat;
    margin-top:5px;
    padding-left:20px;
}

/*--------------- new styles for customer page -------*/
.customer
{
    /*display:table;*/
    margin:10px 0 10px 60px;
    width:500px;
}
.customerTitle
{
    background-image:url(/images/clientBg.gif);
    background-repeat:repeat-x;
    width:500px;
    height:18px;

}
.customerTitle h2
{
    background-color:#FFFFFF;
    height:18px;
    width:auto;
    margin-right:10px;
    padding:0 5px 0 0;
    display:table;
}
.customerImg
{
    width:450px;
    margin:0 auto;
    height:auto;
    display:table;
}
.customerImg a:link, .customerImg a:hover, .customerImg a:visited
{
    float:left;
    width:195px;
    margin:0 20px 20px 0;
}
.customerImg img
{
    float:left;
    width:195px;

}

/*-------------------Style for process page------------*/
.process p{
    font-size:15px;
}
.process h2{
    font-size:17px;
    padding-bottom:5px;
}
.process ul{
    font-size:15px;
    padding-bottom:7px;
}
.process .contentRt ul li{
    list-style:disc !important;
    font-size:13px;
    font-family:Arial, Helvetica;
}
.contentRt h2{
    padding:25px 9px 0;

}
.contentRt_align{
    padding-top:36px;
}
.process_right_subtitle{
    color:#000;
    float:left;
    font-size:28px;
    margin-top:-10px;
    padding-right:13px;
}
.process_right_title{
    margin-bottom:10px;
}
.captcha{
    float:left;
    padding-left:205px;
}
/*--------portfolio page style-------------*/
.portfolioCnt{
    width:950px;
    margin:0 auto 0 auto;
    height:auto;
    display:table;
    padding-bottom:80px;
}
.portfolioCnt h1{
    padding:40px 0px 20px 60px;
    color:#094c66;
    font-size:21px;
    font-weight:bold;
}
/*
.portfolioCnt h3{
    font-size:17px;
    font-weight:bold;
    padding:0px 5px 0px 0px;
    color:#333333;
    float:left;
    background-color:#FFFFFF;
    display:table;
}
*/
.portfolioCnt h3{
    font-size:14px;
    padding:0px 5px 0px 0px;
    color:#333333;
    float:left;
    background-color:#FFFFFF;
    display:table;
    font-weight:normal;
    font-family:Arial, Helvetica;
}
.subtitleblock{
    width:100%;
    height:auto;
    display:block;
    padding:0px 0px 0px 0px;
    float:left;
    margin-top:0px;
}
.subtitle{
    margin-left:60px;
    background-image:url(/images/Grey-Line_03.gif)!important;
    background-repeat:repeat-x;
    background-position:center;
    width:839px;
    height:auto;
    float:left;
    display:block;
    margin-bottom:20px;
}
.subtitle a{
    color:#094C66;
    text-decoration:underline;
}
#grayline{
    float:left;
    overflow:hidden;
    margin-top:8px;
    margin-left:5px;
}
.imagerow{
    padding:20px 0px 10px 50px;
    height:auto;
    display:table;
    width:870px;
}
.imagerow img{
    float:left;
    margin-right:10px;
}

.imgCol{
    width:210px;
    height:210px;
    float:left;
    align:center;
    margin:10px 10px 10px 10px;
    background-color:#888888;
    padding-left:10px;
    padding-top:10px;
}

/*--------services page style-----------*/
.serviceCnt{
    margin:22px auto 20px;
    width:950px;
    background-image:url(/images/Product-5_03.gif);
    background-repeat:repeat-y;
}
.serviceCnt h1{
    padding:0px 0px 10px 60px;
    color:#095273;
    font-size:21px;
    font-weight:bold;
}
.serviceCnt h2{
    font-size:17px;
    font-weight:bold;
    padding:20px 0px 0px 60px;
}
.serviceCnt h3{
    font-size:18px;
    font-weight:bold;
    color:#095273;
    padding:20px 0px 0px 60px;
}
.serviceCnt h4{
    font-size:15px;
    font-weight:bold;
    padding:30px 0px 0px 60px;
}
.serviceCnt p{
    font-size:15px;
    padding:15px 0px 0px 60px;
    line-height:20px;
    width:526px;
    font-family:Arial, Helvetica;
}
#contentRtimages{
    width:150px;
    height:auto;
    display:table;
    margin:50px auto 0px auto;
}
.image{
    margin-bottom:10px;
}

.serviceCnt ul{
    list-style-position:inside;
    font-size:15px;
    margin-left:60px;
    margin-top:10px;

}



.serviceCnt ul li.infrastructure{
    margin-left:60px;
}

#qimage{
    margin:20px 0px 20px 60px;
}

.services_mobapps_ul{
    list-style:none !important;
    margin-top:15px !important;
    float:left;
    padding: 0px !important;
    margin-left:0px !important;
    border-bottom:1px solid #DBDBDB;
}
.services_mobapps_ul .services_mobapps_li a{
    float:none;
    color:#095273 !important;
    font-weight:bold;
    width:200px !important;
    padding-bottom:10px !important;
    font-size:16px;
}

.services_mobapps_ul .services_mobapps_li a:hover{
    float:none;
    color:#FF0000 !important;
    font-weight:bold;
    width:200px !important;
    padding-bottom:10px !important;
    font-size:16px;
    margin-left:-40px;
    padding-left:40px;
}

.services_mobapps_ul .services_mobapps_li_current
{
    float:none;
    margin-left:-40px;
    padding-left:40px;
    background-color:#FFFFFF;
    display:table;
}

.services_mobapps_ul .services_mobapps_li_current a{
    float:none;
    color:#FF0000 !important;
    font-weight:bold;
    width:200px !important;
    padding-bottom:10px !important;
    font-size:16px;
}
/*--------------style for tab------------*/
#tabs{
    float:left;
    width:100%;
    background:#c10a31;
    font-size:16px;
    line-height:normal;
}

#tabs ul{
    margin:auto;
    padding:10px 10px 0 80px;
    list-style:none;
    height:35px;
    width:899px;
}

#tabs li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs a {
    float:left;
    background:url(/images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    display:block;
}

#tabs a span {
    float:left;
    display:block;
    background:url(/images/tabright.gif) no-repeat right top;
    padding:10px 15px 6px 6px;
    color:#FFF;
}

#tabs a:hover span{
    color:#600517;
}

#tabs a:hover{
    background-position:0% -42px;
}

#tabs a:hover span{
    background-position:100% -42px;
}
#tabs #current a {
    background-position:0% -42px;
}
#tabs #current a span{
    background-position:100% -42px;
    color:#600517;
}


.inquiry_radio{
    float:left;
    margin-left:5px;
    margin-top:2px;
}
.formLb2{
    display:block;
    float:left;
    font-size:14px;
    padding-left:30px;
}

/*-------------------request a quote------------*/

.bottomtext{
    display:block;
    float:left;
    padding-right:5px;
    text-align:right;
    width:192px;
    font-size:14px;
    padding-top:19px;
}

.currentPage{
    color:#ED1C24 !important;

}
.sendimage{
    /* margin-left:100px;*/
    float:right;
    margin-right:30px;
}

.contentRttext{
    float:left;
    width:250px;
}

.text1{
    width:250px;
    text-align:center;
    padding-top:10px;
    font-size:15px;
    font-weight:bold;
}
.text2{
    width:250px;
    text-align:center;
    padding-top:10px;
    font-size:13px;
}
.formSect1 {
    float:left;
    margin-top:23px;
    border-top:1px solid;
    width:96%;
}

.sendBtn {
    background-image:url('/images/sendInquiry.gif');
    background-repeat:no-repeat;
    float:right;
    height:30px;
    margin:15px 75px 0 10px;
    width:109px;
    cursor: pointer;
}
.daysTitle
{
    margin-left:45px !important;
}

/*******************Services - Google Apps*************/

.GoogleApps_contentSubMenu
{
    width:610px;
    height:50px;
    background-color:#cccccc;
    line-height:20px;
    font-size:14px;
}



.GoogleApps_subTab
{
    background-color:#c00a32;
    width:100%;
    font-size:16px;
    color:#ffffff;
    height:53px;
    overflow:hidden;

}
.GoogleApps_subTab ul
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding:18px 0px 0px 16px;

}
.GoogleApps_subTab  li
{
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background-image:url(images/subTabBg.png);
    background-repeat:no-repeat;
    width:185px;
    height:35px;
    text-align:center;
    padding-top:10px;
    margin-left:2px;
}

.GoogleApps_headerTop
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    display:table;
}

.GoogleApps_Cnt
{
    width:950px;
    /*margin:0 auto 0 auto;*/
    margin:22px auto 20px;
    height:auto;
    /*display:table;
    padding-top:5px;*/
    padding-bottom:50px;
}

.GoogleApps_Cnt h1
{
    padding:20px 0 10px 60px;
    color:#095273;
    font-size:21px;
    font-weight:bold;
}

.GoogleApps_Cnt h3
{
    padding:20px 82px;
    font-size:17px;
    font-weight:bold;
}
.GoogleApps_Cnt h2{
    color:#095273;
    font-size:18px;
    font-weight:bold;
    padding:30px 0 0 60px;
}
.GoogleApps_Cnt h4{
    font-size:15px;
    font-weight:bold;
    padding:20px 0 0 60px;
}
.GoogleApps_Cnt h5{
    color:#095273;
    font-size:18px;
    font-weight:bold;
    padding:30px 0 0 60px;
}
.GoogleApps_Cnt p{
    font-size:15px;
    line-height:20px;
    padding:10px 0 10px 60px;
    width:527px;
}
.GoogleApps_contentLt
{
    float:left;
    width:605px;
    padding-left:5px;
    border-right:3px solid #EFEFEF;
}

.GoogleApps_contentLt ul
{
    float:left;
    margin-left:70px;
    width:480px;
    border:none !important;
    font-family:Arial, Helvetica;

}
.GoogleApps_ul_cnt
{
    height:auto;
    display:table;
    line-height:23px;
    padding-left:30px;
}
.GoogleApps_ul_cnt1
{
    height:auto;
    margin-left:30px;
    padding-bottom:19px;
    width:210px;
    margin-top:38px;
}
.GoogleApps_ul_cnt2
{
    font-size:15px;
    list-style-type:disc;
    margin-left:0 !important;
    padding:10px 0 15px 75px;
    width:580px;
}
.GoogleApps_contentRt
{
    float:left;
    width:225px;
    padding:50px 0 20px 60px;
    overflow:hidden;
}

.read_more_lnk
{
    width:auto;
    padding-top:10px;
    padding-left:100px;
}

.read_more_lnk a
{
    color:#0099CC;
    font-size:12px;
}

.text1_below_img
{
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding-bottom:10px;
}

.text2_below_img
{
    font-size:16px;
    text-align:center;
}
/*................ contact pop up style...........*/
.cntctPopup{
    height:317px;
    position:fixed;
    top:220px;
    width:639px;
    z-index:10;
}
.cntctPopupFrm{
    float:left;
    height:auto;
    margin-top:14px;
    width:100%;
}
.cntctPopupLbl{
    float:left;
    font-size:15px;
    text-align:right;
    width:144px;
    padding-right: 7px;
}
.cntctPopupTxt {
    border:1px solid #999999;
    float:left;
    height:24px;
    margin-left:5px;
    background-image:url(/images/text_bg.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    background-color:transparent;
    width:322px;
}
/*.cntctPopupTxtArea {
    background-color:#FFFFFF;
    background-image:url("/images/text_bg.jpg");
    background-position:right top;
    background-repeat:no-repeat;
    border:1px solid #999999;
    height:139px;
    margin-left:5px;
    width:422px;
}*/
.cntctPopupTxtArea {
background-color:#FFFFFF;
background-image:url("../images/text_bg.jpg");
background-position:right top;
background-repeat:no-repeat;
border:1px solid #999999;
height:139px;
margin-left:5px;
width:361px;
}
.cntctPopupSbmt{
    float:left;
    padding-left: 134px;
    padding-bottom:25px;
    padding-top: 0px;
}
/*.cntctPopupInner {
    float:left;
    width:95%;
    background-image:url(/images/contact_form_bg.png);
    background-repeat:no-repeat;
    background-position:right top;
    padding-top:20px;
    height:297px;
}*/
#mailValmsg {
    float:left;
    font-size:13px;
    padding-left:155px;
    width:auto;
    height:15px;
}
#comntValmsg {
    float:left;
    font-size:13px;
    padding-left:155px;
    width:auto;
    height:15px;
}
.submitBtn
{
    background-image:url(/images/sumbit.png);
    background-repeat:no-repeat;
    background-color:transparent;
    width:299px;
    height:59px;
    margin-left:20px;
    cursor: pointer;
    margin-top:8px;
    border: none;
}
#popupheader{
    background-color:#000000;
    width:358px;
    height:25px;
    text-align:center;
    padding:4px 4px 0px 0px;
    display:none;
}
#popupheader span{
    font-weight:bold;
    color:#ffffff;
    font-size:16px;
    width:330px;
    float:left;
}
#popheaderbottom{
    background-color:#C10A31;
    width:100%;
    height:8px;
    margin-bottom:20px;
    display:none;
}
.cntctPopupBtm{
    display:none;
    border-bottom:1px solid #c9c9c9;
    width:340px;
    margin:15px 0px 0px 5px;
    height:1px;
}
.contactUs {
    float:left;
    height:auto;
    margin:10px 0 0;
    padding:0;
    width:525px;
    margin-left:60px;
    display: inline;
    border:solid medium #e8e8e8;
    margin-bottom:20px;
}
.contactLt {
    float:left;
    height:auto;
    margin:0;
    padding:10px;
    width:185px;
    line-height:20px;
}
ul.contactAddress{
    height:auto;
    margin:0;
    padding-bottom:10px;
    width:270px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    width:180px;
    border-bottom:#e8e8e8 thin solid;
    padding-top:10px;
}
ul.contactnos{
    height:auto;
    margin:0;
    padding-bottom:10px;
    padding-top:10px;
    width:270px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    width:160px;
}
.top{
    border-bottom:#e8e8e8 thin solid;
    padding-bottom:10px;
}
.location{
    font-size:17px;
    font-weight:bold;
    margin-left:10px;
    padding:0px;
    float:left;
    margin-left:10px;
}
.map1{
    float:left;
    margin-right:10px;
}

#mapcanvas1{
    position:relative;
    background-color:rgb(229, 227, 223);
    float:right;
    height:230px;
    margin-bottom:5px;
    width:310px;
    margin-left:auto;
    margin-right:5px;
    margin-top:5px;
}
#mapcanvas2{
    position:relative;
    background-color:rgb(229, 227, 223);
    height:359px;
    float:right;
    height:360px;
    margin-bottom:5px;
    width:310px;
    margin-left:auto;
    margin-right:5px;
    margin-top:5px;
}
#mapcanvas3{
    position:relative;
    background-color:rgb(229, 227, 223);
    float:right;
    height:230px;
    margin-bottom:5px;
    width:310px;
    margin-left:auto;
    margin-right:5px;
    margin-top:5px;
}


.quoteForm{
    width:500px;
    height:auto;
    display:table;
    margin:30px 0px 30px 60px;
    padding:30px 10px 30px 10px;
    border:#e8e8e8 solid medium;
}
#radioarea{
    margin-left:60px;
    width:160px;
    float:left;
}
.radioLbl{
    display:block;
    float:left;
    padding-right:5px;
    text-align:right;
    width:50px;
    font-size:16px;
    margin-left:10px;
}
.radiobtns{

    float:left;
}
.quoteformTxtArea
{
    background-color:#FFFFFF;
    border:1px solid #CFCFCF;
    height:105px;
    margin-left:5px;
    width:215px;
}
.quoteformSeparator
{
    background-image:url(images/separator.gif);
    background-repeat:repeat-x;
    width:460px;
    height:2px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.sendimage{
    margin-left:100px;
}
.bottomtext{
    display:block;
    float:left;
    padding-right:5px;
    text-align:right;
    width:192px;
    font-size:14px;
}
.menuRt{
    width:250px;
    height:auto;
    display:table;
    padding-top:15px;
    padding-bottom:130px;
    background-image:url(images/separator.gif);
    background-position:bottom;
    background-repeat:repeat-x;
    float:left;
}
.menuRt ul{
    float:left;
    margin-left:20px;
    list-style-type:none;
    width:250px;
}
.menuRt li{
    color:#094c66;
    font-size:16px !important;
    font-weight:bold;
    text-align:left;
    margin-bottom:20px;
    margin-left:0px !important;
    padding-left:40px;
    background-color:#FFFFFF;
}
.menuRt a:hover, .menuRt a:link, .menuRt a:visited{
    font-size:16px!important;
    font-weight:bold;
    cursor:pointer;
    color:#ed1c24;
    margin-bottom:20px;
    text-align:left;
    float:left;
    width:250px;
    margin-left:0px !important;
}
li.currentPage{
    color:#094c66;
    margin-left:-40px !important;
    padding-left:0px;
}
.currentPage a:hover, .currentPage a:link, .currentPage a:visited{
    color:#094c66;
    margin-left:-40px !important
        ;
    padding-left:0px;
}

.contentRttext{
    float:left;
    width:250px;
}
.text{
    width:250px;
    text-align:center;
    padding-top:10px;
}

/**********************Migration Page******************/
.migration_Cnt ul
{
    font-size:15px;
    list-style-type:disc;
    padding:20px 0 0 75px;
    width:580px;
}

.migration_Cnt
{
    width:950px;
    margin:0 auto 0 auto;
    background-image:url(/images/serviceCntBg.gif);
    background-repeat:repeat-y;
    display:table;
    margin-top:20px;
    padding-bottom:50px;
}

.migration_Cnt h3
{
    font-size:18px;
    font-weight:bold;
    color:#095273;
    padding:30px 0px 0px 60px;
}

.migration_Cnt h4
{
    font-size:15px;
    font-weight:bold;
    padding:20px 0px 0px 60px;
}

/*****************Partners Page*******************/
.partner_cnt
{

    /* display:table;*/
    margin:20px auto 25px;
    width:950px;
}
.partner_cnt h3{
    font-size:21px;
    font-weight:bold;
    color:#095273;
    padding:20px 0px 0px 60px;
}
.partner_cntLt
{
    float:left;
    width:660px;
    border-right:#efefef 3px solid;
    height:auto;


}
.partner_cntLt p
{
    width:580px;
    font-size:15px;
    padding:10px 0px 10px 60px;
    line-height:20px;
    font-family:Arial, Helvetica;
}

.partner_cntLt h4
{
    font-size:17px;
    font-weight:bold;
    padding:20px 0px 0px 60px;
}

.partner_cntRt
{
    width:269px;
    float:left;
    margin-left:8px;
    padding:15px 0px 20px 10px;
    overflow:hidden;
}

.Rtimage1
{
    width:200px;
    height:45px;
    margin-top:50px;
    padding-bottom:50px;
}
.Rtimage2
{
    width:200px;
    height:45px;
    padding-top:65px;
    padding-bottom:50px;
}
.textLink{
    text-decoration:none;
    cursor:pointer;
    color:#353535;
}

.company_vision_list
{
    font-family:Arial,Helvetica;
    width:527px;
}
.homeBodyText{
    height:182px;
}

.homeBodyText2{
    height:197px;
}

.tweet_contentRt{
    float:left;
    margin-left:8px;
    padding:15px 0 20px 10px;
    width:317px;
}

#tweets{
    width:275px;
    font-size: 13px;
    line-height: 18px;
    font-family:Arial, Helvetica;

}
#tweets li{
    padding-left:8px;
    padding-top:20px;
}
#tweets li a{
    color:navy;
    text-decoration: none;
}
#tweets span{
    color:black !important;
}
.tweet_contentRt h2{
    padding-left: 5px;
}
.product_screenshot_align{
    padding-top: 10px;
    margin-left: 60px;
}

.product_logo_align{
    border-left:3px solid #999999;
    margin-left:8px;
    padding-left:10px;
}
.product_title_align{
    float:left;
    padding-top:8px;
    color:#095273 !important;
}

.contact_images{
    margin-top: 100px;
    margin-left:35px;
}

.product_link_color{
    color:#095273;
}

.contentLt a:visited{
    color:#00000 ;
}

.confirmation_message{

    margin:10px auto 10px auto;
    /* margin-top:200px;*/
    width:320px;
    height:155px;
    padding-top:100px;
    /*  margin-bottom:150px;*/
}
.confirmation_message h4{
    color:green;
    width:320px;

}
.confirmation_message_align{
    float:left;
    padding-left:28px;
    color:green !important;
}

.border_none{
    border-bottom:none !important;
}

.blgPost a{
    color:#095273 !important;
    font-size:13px;
    text-decoration: none !important;
}
/*.alignleft{

    padding-left: 50px;
}*/
.alignleft a{
    color:#095273 !important;
    text-decoration: none;
}
.alignright a{
    color:#095273 !important;
    text-decoration: none;
}
/*.alignright{
    margin-left:66px;

}*/
#comments{

    padding-left: 60px;
}
.commentlist{
    padding-left:82px !important;
    padding-top:0px !important;

}
.comment{
    /*float: left;*/
}

.blgPost ul, ol{
    font-size:15px;
    padding-bottom:10px;
    padding-left:38px;
    padding-top:10px;
}
.postmetadata a{
    color:#095273 !important;
    text-decoration: none;
}

.commentmetadata a{
    color:#095273 !important;
    text-decoration: none;
    margin-left:15px;
}
.flag-comment a{
    color:#095273 !important;
    text-decoration: none;

}
.flag-comment{
    padding-left:80px;
    float:left;
}
.blog_archive a{
    color:#095273 !important;
    text-decoration: none;
}
.invitebutton img{
    width:auto !important;
}
#respond h3{

    padding-left: 60px;
    clear:both;
}
.fbconnect_miniprofile a {
    width:100% !important;
}
#footerMap{
    width:545px; height:145px; background-image:url(/images/map.gif); background-repeat:no-repeat; background-position: left top;
}
.footerMapUs{
    width:545px; height:145px; background-image:url(/images/footermap1.gif) !important; background-repeat:no-repeat; background-position: left top;
}
.footerMapUk{
    width:893px; height:341px; background-image:url(/images/footermap2.gif) !important; background-repeat:no-repeat; background-position: left top;
}
.footerMapMe{
    width:893px; height:341px; background-image:url(/images/footermap3.gif) !important; background-repeat:no-repeat; background-position: left top;
}
.footerMapIndia{
    width:893px; height:341px; background-image:url(/images/footermap4.gif) !important; background-repeat:no-repeat; background-position: left top;
}

.blog_subscribe{
    float:left !important;
    margin-top:-4px;
    width:31px !important;

}
.blog_subscribe_para{
    float:left !important;
    padding: 0 !important;
    
}
.blog_subscribe_li{
    float:left;
    background-image:none !important;
}

.sidebar ul li.blog_subscribe_li a:link,  .sidebar ul li.blog_subscribe_li a:hover, .sidebar ul li.blog_subscribe_li a:visited{
    float:left !important;
    background-image:none !important;
    background-repeat: no-repeat !important;
    margin-top:5px;
    padding-left:0px !important;
    padding-right:10px;
    width:auto !important;
}

.addBlog{
    float:left !important;
    padding-bottom:4px;
    width:150px !important;
}
.blog_username{
    color:#095273 !important;
    text-decoration: none !important;
}

.navigation{
    margin-left:58px;
    width:600px;

}
.navigation a{
    color:#095273 !important;
    text-decoration: none;
}

.comment_outer{
    float:left;
    margin-bottom:15px;
}
.fn{
    float: left;
    margin-right: 6px;
    margin-left:15px;
}
.says{
    float:left;
}
.fn a{
    color:#000000 !important;
    text-decoration: none;
}

.clear{
    clear:both;
    margin: 0;
    padding: 0;
}
.companyCnt p.comment_awaiting{
float:left;
margin:0;
padding:0 0 0 0;
}
.comments_new{
    padding: 0pt;
    float: left;
    width: 485px;
    margin-left:15px;
}
.comments_new p{
    margin: 0;
    padding: 0;
}
.comment_inner{
    float: left;
   
}

.error_text{
    margin-left:60px;
}




/*---------style for drop down-------------*/
/* Root = Horizontal, Secondary = Vertical */
 .homeMenu
{
    background:url("/images/mainmenu_bg.jpg");
    background-repeat: repeat-x;
    background-position: center;
    width:100%;
    font-family:Tahoma, Helvetica, sans-serif;
    font-size:16px;
    color:#ffffff;
    height:53px;
    font-weight:bold;
    float:left;
}
.homeMenu ul
{
    margin-left:71px;
    margin-right:auto;
    margin-top:3px;
    padding-left:0;
    width:900px;
}

.homeMenu li {
    border-right:1px solid #646464;
    float:left;
    height:24px;
    list-style:none outside none;
    margin:5px 4px;
    padding:4px 8px 8px 2px;
    position:relative;
}



.homeMenu ul li ul
{
    margin: 0 !important;
    border: 0 none;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 45px;
    left: 2;
    background: #545455;
    width:292px;
}

.homeMenu ul li.lstItem ul
{
    margin: 0 !important;
    border: 0 none;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 45px;
    left: 2;
    background: #545455;
    width:141px;
}
.homeMenu ul li ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

.homeMenu ul li ul li {
    width: 136px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;

    font-size:13px;
    font-weight:normal;
    margin:0;
    border:none;
}

/* Root Menu */
.homeMenu ul a {

    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    text-decoration: none;
    height: 1%; /*For IE*/
    height:34px;
    padding:7px 5px 0;
}
.homeMenu ul a:hover
{
    background-color:#545455;


}
/* Root Menu Hover Persistence */

.homeMenu ul li:hover a,
.homeMenu ul li.iehover a {
    background: #545455;
    color: #FFF;
    background:url("images/mainmenu_active.jpg");
    background-repeat:repeat-x;
    background-position:top;
    background-position: 0px -6px;

}

.homeMenu ul li ul li a:link, .homeMenu ul li ul li a:visited
{
    border-left:1px solid #636364;
    border-bottom:1px solid #636364;
    height:17px;
    padding-bottom:5px;

}
.homeMenu ul li ul li a:hover
{
    border-left:1px solid #636364;
    border-bottom:1px solid #636364;
    height:17px;
    padding-bottom:5px;
    background-color:#000 !important;

}
/* 2nd Menu */
.homeMenu ul li:hover li a,
.homeMenu ul li.iehover li a {
    float: none;
    color: #efefef;
    border-left:1px solid #636364;
    border-bottom:1px solid #636364;
}

/* 2nd Menu Hover Persistence */
.homeMenu ul li:hover li a:hover,
.homeMenu ul li:hover li:hover a,
.homeMenu ul li.iehover li a:hover,
.homeMenu ul li.iehover li.iehover a {
    background: #545455;
    color: #efefef;
    border-left:1px solid #636364;
    border-bottom:1px solid #636364;
}


.homeMenu ul ul ul,
.homeMenu ul ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
.homeMenu ul li:hover ul ul,
.homeMenu ul li:hover ul ul ul,
.homeMenu ul li.iehover ul ul,
.homeMenu ul li.iehover ul ul ul {
    display: none;
}

.homeMenu ul li:hover ul,
.homeMenu ul ul li:hover ul,
.homeMenu ul ul ul li:hover ul,
.homeMenu ul li.iehover ul,
.homeMenu ul ul li.iehover ul,
.homeMenu ul ul ul li.iehover ul {
    display: block;
}

.homeMenuInner li.active a:link, .homeMenuInner li.active a:visited{
    background:url("images/mainmenu_active.jpg");
    background-repeat:repeat-x;
    background-position:top;
    background-position: 0px -6px;
}

.breadCrumb a, .breadCrumb a:visited{
    text-decoration: none;
    color:#999999 ;
}
.breadCrumb{
    font-size:12px;
    text-align: left;
    padding-bottom:11px;
    padding-left:60px;
    width:auto;
    color:#999999
}
.breadCrumbHighlight a{
    color:#30ACEA !important;
}
.avatar{padding-right:0px !important; padding-bottom:0px !important; padding-top:0px !important; width:60px !important; height:60px !important;}
.fbconnect_userpics2 a {
margin-right:15px !important; margin-bottom:15px !important;
}
.emptybgnd
{
    background:none !important;
}
.error_div {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/dialogue_bg.jpg) no-repeat scroll center bottom;
color:#FFB611;
display:block;
font-size:16px;
height:125px;
margin:100px auto 75px;
padding:0 10px;
width:80%;
}
.error_div h3 {
color:#FFB611;
font-size:20px;
font-weight:400;
margin:15px 0 8px;
padding:0;
text-decoration:none;
}
.error_div label {
color:#1C50A3;
float:left;
font-size:13px;
width:80%;
}
.error_div a {
color:#E8834D;
text-decoration:none;
}
#commentform p
{
    padding:10px 10px 0 60px;
}
.fbconnect_miniprofile p
{
    padding-left: 60px;
}