@import url('reset.css');

body {
	margin: 0px auto;
	width: 979px;
	background-color:#fff;
	font-size:13px;
	font-family: 'MyriadWebRegular';
}
body.home { background:url(../images/bg_home.jpg) repeat-x center top; }
body.services { background:url(../images/bg_services.jpg) repeat-x center top; }
body.network { background:url(../images/bg_network.jpg) repeat-x center top; }
body.india_info { background:url(../images/bg_india_info.jpg) repeat-x center top; }
body.contact { background:url(../images/bg_contact.jpg) repeat-x center top; }



#bt_container {
	position:absolute;
	top:0px; left:0px;
	width:100%;
	height:100%;
	background:#000 url(../images/logo.png) center no-repeat fixed;
	z-index:99;
	text-align:center;
}
#bt_container span {
	position: relative;
	top:58%;
	background:#000 url(../images/loader.gif) center right no-repeat ; 
	width:42px;
	height:24px;
	display:inline-table;
}

.mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
	background:#FFF;
}

#topbar {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/bg_top_brand.png) repeat-x center top;
	z-index:1;
	height:40px;
	line-height:40px;
	/*display: none;*/
}

/**+html #topbar {
	background: url(../images/bg_top_brand_.png) repeat-x center top;
}*/
#main {
	width: 979px;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:10;
	/*background:url(../images/bg_header_top.png) no-repeat center top;*/
}


#header {
	width: 979px;
	margin: 0px 0px 0px 0;
	padding: 0px;
	position:relative;
	/*background-color:#369;*/
}
#logo {
	width:265px;
	height:234px;
	position:relative;
}
#logo a {
	z-index:10;
	position:absolute;
	top:65px;
	left:38px;
}
#logo_bg {
	position:absolute;
	top:0px;
	left:10px;
	width:266px;
	height:234px;
	background-color:#000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
    /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	/* IE 5-7 */
	filter: alpha(opacity=80);
	
	/* Netscape */
	-moz-opacity: 0.8;
	
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	
	/* Good browsers */
	opacity: 0.8;
	z-index:1;
}


#menu {
	float:right;
	margin-right:24px;
}

#menu li {
	display:inline;
	float:left;	
	margin:0 0px 0 7px;
}
#menu li a {
	width: 79px;
	float:left;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	line-height:34px;
}
#menu li a:hover, #menu li a.current {
	background-color:#00a99d;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6);
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
}

#header_btns {
	position:absolute;
	bottom:0px;
	right:0;
	width:384px;
	height:195px;
	overflow:hidden;
}
#btnStatus { display:none; }
#header_btns div > a {
	float:right;
	font-size:12px;
	color:#fff;
	line-height:37px;
	height:37px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	margin-top:-37px;
	margin-right:-3px;
}
#downloadCenter {
	position:absolute;
	left:0px;
	bottom:-112px;
	width:227px;
	height:105px;
	background:url(../images/bg_headbtn.png) left center repeat;
	border:3px solid #b2b2b2;
	border-top:0px;
	z-index:15;
}
#downloadCenter li a {
	position:relative;
	color:#fff;
	background:url(../images/icon_download.jpg) 10px center no-repeat;
	line-height:40px;
	padding:10px 0 10px 50px;
	z-index:5;
}
#inquiryForm {
	position:absolute;
	right:24px;
	bottom: -161px; /* -161px  */
	width:227px;
	height:155px;
	background: url(../images/bg_headbtn.png) left center repeat;
	border:3px solid #A7A7A9; /* b2b2b2 */
	border-top:0px;
	border-right:0px;
	padding-right:3px;
	z-index:10;
}
#inquiry-form {
	width:254px;
	height:155px;
	float:left;
	background:url(../images/bg_form_btn.png) no-repeat right bottom;
	position:relative;
	/*overflow: visible;*/
	
}
#inquiry-form label {
	float:left;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	width:75px;
	padding-left:8px;
	line-height:22px;
}
#inquiry-form label.error {
	float: right;
	width:240px;
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
	margin-right: 38px;
	margin-top:-5px;
	font-size:10px;
	text-transform: none;
	text-align:right;
	line-height:12px;
}
#message { color:#FFF; width:207px; padding: 10px; border-right:3px solid #A7A7A9; }
#inquiry-form div {
	width:100%;
	float:left;
	padding-top:6px;
}
#inquiry-form input, #inquiry-form textarea {
	float:left;
	border-left:0px;
	border-top:1px solid #b7b8b8;
	border-right:1px solid #dbdbdc;
	border-bottom:0px;
	font-size:11px;
	width:132px;
}
#inquiry-form input#btn_submit {
	font-size:0px;
	position:absolute;
	right:0px;
	bottom:7px;
	border:0px;
	background: transparent;
	width:24px;
	height:50px;
	cursor:pointer;
}


#header_btns #downloadCenter > a {
	width:145px;
	background:url(../images/bg_header_btntop1.png) no-repeat right top;
	padding-left:88px;
}
#header_btns #inquiryForm > a {
	width:125px;
	background:url(../images/bg_header_btntop.png) no-repeat right top;
	padding-left:108px;
}

#content {
	margin:15px 0 15px 8px;
	float:left;
	width:946px;
}
#sidebar, #sidebar_links li {
	float: left;
	width:266px;
	margin-bottom:10px;
}
#sidebar_links li a {
	color:#000;
	float:left;
	width:243px;
	line-height:40px;
	padding-left:23px;

	background-color:#e6e6e6;
	-moz-box-shadow: 2px 2px 3px rgba(68,68,68,0.8);
	-webkit-box-shadow: 2px 2px 3px rgba(68,68,68,0.8);
	box-shadow: 2px 2px 3px rgba(68,68,68,0.8);
	
	
	/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=2);
	zoom: 1;
}
#sidebar_links li a:hover, #sidebar_links li a.current {
	color:#FFF;

	background-color:#444444;
	-webkit-box-shadow: inset 3px 3px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 3px 3px 2px rgba(0,0,0,0.6);
	box-shadow: inset 3px 3px 2px rgba(0,0,0,0.6);
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	zoom: 1;
}
#sidebar p {
	font-size:11px;
	text-align:center;
}
#sidebar p a {
	color:#000;
}
#cliens_slideshow {
	float:left;
	width:263px;
	position:relative;
	border:2px solid #ececec;
	border-right:1px solid #ececec;
	margin-bottom:2px;
	margin-top:2px;
	height:120px;
	overflow:hidden;
}
h2 {
	line-height:15px;
	margin-top: 3px;
	font-size:13px;
}
#cliens_slideshow > h2 {
	text-align:center;
}
#cliens_slideshow > div {
	float:left;
	width:230px;
	margin: 5px 19px 9px 23px;
	top:0px;
}
#cliens_slideshow a {
	width:13px;
	height:60px;
	float:left;
	margin-top:20px;
	
	font-size:0px;
}
#cliens_slideshow a#cliensNext {
	float: right;
	background:url(../images/arrow_next.gif) no-repeat left top;
}
#cliens_slideshow a#cliensPrev {
	background:url(../images/arrow_prev.gif) no-repeat left top;
}
#cliens_slideshow a#cliensNext {
	background:url(../images/arrow_next.gif) no-repeat left top;
	width:13px;
	height:60px;
}

#main_content {
	float:left;
	width:626px;
	margin-left:54px;
}
h1 {
	font-size:13px;
	color:#f15a24;
	line-height:18px;
	padding-bottom:7px;
	padding-top:15px;
}
#main_content p {
	font-size:13px;
	color:#000;
	line-height:28px;
	text-align:justify;
	margin-right:39px;
	padding:8px 0;
}
#main_content .serviceDiv p {
	font-size:13px;
	color:#000;
	line-height:18px;
	text-align:justify;
	margin-right:39px;
	padding:6px 0 7px 0;
}


#main_content ul {
	
}
#main_content ul.min {
	width:280px;
	margin-right:30px;
	float:left;
	line-height:25px;
	margin-top:3px;
}
#main_content li {
	background:url(../images/list-arrow.gif) no-repeat left 12px;
	padding:8px 0px 8px 15px;
}
#main_content ul.min li {
	padding:3px 0px 3px 15px;
}

.scroll-pane {
	width: 620px;
	height: 335px;
	overflow: auto;
	float: left;
	margin-top:16px;
}
a.btnlink {
	display:inline-block;
	background-color:#e6e6e6;
	color:#000000;
	font-size:12px;
	padding:0 12px;
	font-weight: normal;
	line-height:21px;
	margin-left:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#locations_nav {
	float:left;
	width:230px;
}
#locations_nav li {
	background: none;
	padding:9px 0;	
}
#locations_nav li a {
	color:#000;
	font-weight: bold;
}
#locations_nav li span {
	display:none;
}
#locations_nav li.activeSlide a {
	color:#000;
	font-weight: bold;
}

#locations_nav li.activeSlide span {
    border-color: transparent;
    border-style: dashed dashed dashed solid;
    border-width: 5px 5px 5px 12px;
    display: inline-block;
    font-size: 14px;
    height: 0;
    left: 0.25em;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    border-left-color: #000000;
}

#locations_details {
	float:left;
	width:380px;
	margin-top:10px;
	height:200px;
	overflow:hidden;
}
#locations_details div {
	color:#000;
	float:left;
	width: 300px;
	line-height:19px;
	padding-left:30px;

	background-color:#f2f2f2;
	-moz-box-shadow: 1px 1px 3px rgba(68,68,68,0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(68,68,68,0.6);
	box-shadow: 1px 1px 3px rgba(68,68,68,0.6);

	/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";*/	
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=2);
	
	zoom: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#locations_details div:first-child {
	width: 350px;
}
#main_content ul.contact_box li {
	float:left;
	padding-left:25px;
	width:250px;
	background: none;
}
#main_content ul.contact_box li.mail {
	background: url(../images/icon_mail.gif) no-repeat left 12px;
}
#main_content ul.contact_box li.phone {
	background: url(../images/icon_phone.gif) no-repeat left 12px;
}
#main_content ul.contact_box li.fax {
	background: url(../images/icon_fax.gif) no-repeat left 12px;
}
#main_content ul.contact_box li.email {
	background: url(../images/icon_email.gif) no-repeat left 12px;
}




#footer {
  float: right;
  text-align: right;
  padding: 13px 0 0 0;
  display:none;
}
#footer p, #footer p a { color: #adadad;  text-transform: uppercase; font-size: 12px;}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}
