@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	height:157px;
}

#wrapper {
	width:960px;
	margin: 0 auto 0 auto;
	border-style:solid;
	border-width:0px;	
}

a {
	text-decoration:none;
	color: #CCCCCC;
}



.topbar {
	width:960px;
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	color:#a4a4a4;
	font-size:16px;
	margin-right:35px;
	font-style:normal;
	float:right;	
}



/*  HEADER STARTS */

#header {
	width:100%;
	height:165px;	
}

.logo {
	margin-top:7px;
	float:left;
	margin-left:25px;
	width:300px;
	height:100px;
}

.tabbuttons {
	margin-top:7px;
	width:430px;
	float:right;	
	text-align:center;	
}
	
#tabbox {
	margin-left: 55px;
	margin-top: 30px;
	width:50px;
	height:50px;
	float:left;
	text-align:center;
	border:1px solid #red;		
}

#container {
	width:50px;
	height:50px;
	float:left;
	text-align:center;
	border:1px solid #red;		
}

.normalbutton {
	background-image:url(../images/normal_button.png);
	background-repeat:no-repeat;
	width:45px;
	height:45px;
	float:left;
	background-position:center;
}

.selectedbutton {
	background-image:url(../images/select_button.png);
	background-repeat:no-repeat;
	width:45px;
	height:45px;
	float:left;
	background-position:center;
}

.tabtext {
	margin-top:20px;	
	font-family:Cambria;
	color:#c3c3c3;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	text-align: center;
}

.selectedtext {
	margin-top:20px;	
	font-family:Cambria;
	color:#797979;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	text-align: center;
}

#container:hover .normalbutton {
 background-image:url(../images/select_button.png);
}

#container:hover .tabtext {
 color:#797979;
}


/*  HEADER POPUP MENU STARTS */
	
#arrow_img { 
	margin-top:7px; 
}
	
a#trans {
	color: #CDCDCD; 
}

a#trans:hover { 
	background: #313131; 
	color: #CDCDCD; 
}

#trans-nav { 
	font-family:cambria; 
	font-size:14px; 
	list-style-type: none; 
	height: 40px; 
	padding: 0; 
	margin: 0; 
	overflow:visible;
}

#trans-nav li { 
	float: left; 
	position: relative; 
	padding: 0; 
}

.sub-nav { 
	background-image:url(../images/divider_dropdown.png); 
	background-repeat:repeat-x; 
	height:2px; 
}

#trans-nav li a { 
	display: block; 
	color:#7a7a7a; 
	text-decoration: none; 
}

#trans-nav li a:hover { 
	color: #CDCDCD; 
}

#trans-nav li ul { 
	opacity:0; 
	position: absolute; 
	left: 0; 
	width:8em; 
	z-index:2; 
	background: #313131; 
	list-style-type: none; 
	padding: 0;   
	margin-left:25px; 
}

#trans-nav li:hover ul { 
	opacity: 1; 
}

#trans-nav li ul li { 
	float: none; 
	position: static; 
	height: 0; 
	line-height: 0; 
	background: none; 
}
#trans-nav li:hover ul li { 
	height: 35px; 
	line-height: 35px; 
}

#trans-nav li ul li a { 
	background: #313131; 
}

#trans-nav li ul li a:hover { 
	background: #3e3d3d; 
}

/*  HEADER POPUP MENU ENDS */

/*  HEADER ENDS */





/* HOME PAGE STARTS */

/*  LATEST UPDATES STARTS */


#latestupdates {
	height: 50px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
    width: 880px;
}


.latestimage {
	float: left;
    height: 40px;
    width: 150px;
	background-color:#f68735;
	font-family:verdana;
	font-size:14px;
	text-align: center;
}


.latestnews {
	float: right;
    height: 50px;
    width: 730px;
}

.marquee {
	//position:inherit;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#999;
	margin-top:15px;
	
	}
	
	
/*  LATEST UPDATES ENDS */

/*  4 STAGE BUTTONS STARTS */

.threebuttons {
	background-position: center center;
    height: 150px;
    margin-top: 0;
    width: 960px;
	
}

.buttons {
	float: left;
    height: auto;
    margin-left: 30px;
    width: 210px;
	
}

.buttontext {
	color:#9b9b9b;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
	}
	
	.buttontext:hover {
	color:#35b4f6;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
	}

.softwarebutton {	
	background-image:url(../images/software_normal1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}

.softwarebutton:hover {	
	background-image:url(../images/software_focus1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}

.mobilebutton {	
	background-image:url(../images/mobile_normal1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;
}

.mobilebutton:hover {	
	background-image:url(../images/mobile_focus1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;
}

.multimediabutton {	
	background-image:url(../images/multimedia_normal1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}

.multimediabutton:hover {	
	background-image:url(../images/multimedia_focus1.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}


.teambutton {	
	background-image:url(../images/team_normal.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}

.teambutton:hover {	
	background-image:url(../images/team_focus.png);
	background-repeat:no-repeat;
	width:150px;
	height:150px;	
}


/*  4 STAGE BUTTONS ENDS */


/*  COMMON CONTENT PROPERTIES */

#textpara {
	margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
    width: 880px;
    width: 880px;
}


.heading {
	color:#f68735;
	font-family:Cambria, "Times New Roman", Times, serif ;
	font-size:16px;
	font-weight:bold;
		
}

.headingorange {	
	color:#F60;
	font-family:Cambria, "Times New Roman", Times, serif ;
	font-size:16px;
	font-weight:bold;
	
}

#text {
	margin-top:15px;
	color:#a09f9f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;		
}

/*  COMMON CONTENT PROPERTIES */



.divider {
	background-image: url("../images/divider.png");
    height: 15px;
    margin-top: 40px;
    width: 960px;	
}

.divider1 {
	background-image:url(../images/divider.png);
	width:960px;
	height:15px;
	margin-top:25px;
	margin-bottom:25px;
	//margin-left:15%;
	
}


.divider2 {
	background-image: url("../images/divider.png");
    height: 15px;
    margin-top: 10px;
    width: 960px;
	
}

.dividerline {
	background-image:url(../images/dividerline.png);
	background-repeat:repeat-x;
	width:100%;
	
}



.2coloums {
	width:100%;
	display: inline;
}

.coloum1 {
	width:45%;
	float:left;
}

.coloum2 {
	width:50%;
	margin-left:25px;
	float:right;
	
}

.chooseus {
	color:#656565;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	width:90%;
	margin-left:30px;
	padding-bottom: 10px;
}

.2parts {
	width:90%;
	margin-left:30px;
	
}

.arrow {
	background-image: url(../images/arrow_leftindicate.png);
	background-repeat: no-repeat;
	width: 85%;
	height: auto;
	margin-top: 10px;
	margin-left:10px;
	padding-left:20px;
	border: 0px solid red;
}

.arrowtext {
	font-family:Cambria;
	font-size:14px;
	margin-left:10px;
	color:#7d7d7d;
	
}


/* HOME & ABOUT PAGE ENDS */



/* SERVICES start */

.itservices {
	margin-left:50px;
	
}
/* SERVICES end */


/* PRODUCT STARTS */
#banner {
	margin-top:0px;
	color:#000;
	font-family:Cambria;
}

/* PRODUCT ENDS */


/* contact form start */

.chooseus_contact {
	color:#3e3e3e;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	width:95%;
	margin-left:5px;
	padding-bottom: 10px;
}

.dividerline1 {
	background-image:url(../images/dividerline.png);
	background-repeat:repeat-x;
	width:95%;
	height:5px;
	margin-left:5px;
	
}

.coloumcontact {
	width:50%;
	float:left;
}

#textparacontact {
	width:880px;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
}

.coloum_contact {
	width:40%;
	float:right;

}

#form {
	width:100%;
	margin-top:20px;	
}

.blocks p {
	position:relative;
}

.btn {
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	padding:0 10px;
	background-image:url('../images/sendmessage.png');
	color:#565e62;
	font-weight:bold;
	font-size:11px;
	border:1px solid #e1e0df;
	outline:none;
	width:80px;
	margin-left: 210px;
    margin-top: 10px;
}
.btn:hover
{
	background-image:url('../images/sendmessage_focus.png');
}

.text,
.textarea {
	padding:5px 10px;
	border:1px solid #ddd;
	font-family:verdana;
	color:#7C7C7C;
	position:relative;
	
}
.text {
	width:220px;
}

.textarea {
	width:270px;
	height:80px;
}

.blocks label {
	float:left;
	width:auto;
	text-align:right;
	margin-right:15px;
	color:#666;
}

.blocks label.error {
	z-index:1;
	top:0px;
	text-align:left;
	font-family:verdana;
	font-size:10px;
	background-repeat:no-repeat;
	background-position:150px 16px;
	color:#c81925;
	//margin-left: -242px;
    margin-top: -15px;
}

.area label.error {
	//position:absolute;
	margin-top: -15px;
}

a img {
	border:none;
}

.corporatelocation{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:orange;
	margin-top:15px;
	margin-left:15px;
	width:90%;
	
}

.contactcoloum1 {
	width:100%;
	float:left;
}

.address_contact {
	background-image:url(../images/address.png);
	background-repeat: no-repeat;
	width: 85%;
	height: auto;
	margin-top: 10px;
	margin-left:20px;
	padding-left:20px;
	border: 0px solid red;
}


.admin_contact {
	background-image:url(../images/admin.png);
	background-repeat: no-repeat;
	width: 85%;
	height: auto;
	margin-top: 10px;
	margin-left:20px;
	padding-left:20px;
	padding-bottom:5px;
	border: 0px solid red;
}

.call_contact {
	background-image:url(../images/call.png);
	background-repeat: no-repeat;
	width: 85%;
	height: auto;
	margin-top: 10px;
	margin-left:20px;
	padding-left:20px;
	border: 0px solid red;
}

.address_contacttext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:10px;
	color:#a19f9f;
	
}

.address_contacttext_sub {
	font-family:Verdana, Geneva, sans-serif;
	color:#a09f9f;
	font-size:12px;
	margin-left:10px;
	padding-left:40px;	
}

.companyname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0fa1eb;
	margin-top:15px;
	margin-left:15px;
	width:90%;	
}

/* contact form end */



/* footer div starts */
.footer {
	width:960px;
	margin-bottom:10px;
	
}

#footertext {
	color: #717070;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 5px 0 10px 45px;
    text-align: justify;
    width: 350px;
}

#footertext1 {
	color: #717070;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    margin: 5px 40px 10px 0;
    text-align: justify;
		
}
/* NAVIGATION BAR AT BOTTOM STARTS*/
.nav_bar {

	width:auto;
	height:auto;
}

.nav_ul {
	margin-left:25%;
	margin-bottom: 5px;
}

.nav_ul li {
	list-style-type:none;
	display:inline-block;
	font-family:verdana;
	margin-left:5px;
	color:#A4A4A4;
	font-weight:normal;
	
}

.nav_ul li a{
	font-size:11px;
	color: #717070;
}

.nav_ul li a:hover {
	color: #555353;
	font-weight:bold;
}
/* NAVIGATION BAR AT BOTTOM ENDS*/

.emptyspace {
	float: left;
	width:880px;
	margin-top:40px;
	border-bottom-style:dotted;
	border-color