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

body {
	background:#fff url(images/bodyBkg.jpg) top center no-repeat;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	margin:0px;
	
}

/* FONTS */
@font-face {
	font-family: 'Conv_HelveticaNeueLTCom-ThCn';
	src: url('fonts/HelveticaNeueLTCom-ThCn.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTCom-ThCn.woff') format('woff'), url('fonts/HelveticaNeueLTCom-ThCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-ThCn.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}


/* UNIVERSAR */
.clear { clear:both }
.imgLeft {
	margin-right:20px; margin-bottom:10px; float:left; }
h2 {
	
	font-size:16px;
	color:#006699;
	font-weight:normal;
	margin:10px 0px 10px 0px;
}
h3 {
	
	font-size:14px;
	color:#006699;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}
h4 {
	
	font-size:18px;
	color:#919c33;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0px 5px 0px;
}

p {
	
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin:0px 0px 20px 0px;
}
li {
	
	font-size:12px;
	line-height:18px;
	color:#666666;
	margin:0px 0px 5px 0px;
}


.whatsNew {
	font-size:10px!Important;
	line-height:12px;
	margin:0px 0px 5px 0px;
}
#whatsNewList ol {
	margin:0px 0px 0px -25px!Important;
}
#whatsNewList li {
	margin:0px 0px 5px 0px;
	font-size:12px!Important;
	line-height:14px;	
}

#advantagesList ol {
	margin:0px 0px 0px -25px!Important;
}
#advantagesList li {
	margin:0px 0px 5px 0px;
	font-size:12px!Important;
	line-height:14px;	
}

/* POPUP */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(images/modal_close.png); z-index: 2; }

#popupDiv {
	width: 550px;
    padding-bottom: 2px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#popupDiv-header { background: url(images/hd-bg.png); padding: 5px 5px 5px 20px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
#popupDivScroll { height:450px; padding:0px; border: 1px solid #CCC; overflow:auto; }
#popupDiv .txt-fld { position: relative; width: 90%; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: left; float:left; }
#popupDiv .btn-fld { width: 90%px; overflow: hidden; padding: 12px 20px 12px 220px; }
#popupDiv .txt-fld label { display: block; float: left; width: 200px; padding-top: 8px; color: #222; font-size: 12px; text-align: left;  }
#popupDiv .txt-fld input { width: 244px; padding: 4px; border-radius: 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 14px; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
button {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #39a8f7; 
	border: none;
  width: auto;
  overflow: visible;
  font-size: 16px;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}



/* TOP BAR */
#topBar {
	width:970px;
	height:11px;
	border:0px solid white;
	margin:6px auto 10px auto;
}
#topBar .contactIco {
	background:url(images/contact-ico.png);
	width:16px;
	height:11px;
	border:0px solid white;
	margin:0px 0px 0px 15px;
	float:right;
}
#topBar .loginIco {
	background:url(images/login-ico.png);
	width:16px;
	height:11px;
	border:0px solid white;
	margin:0px 0px 0px 15px;
	float:right;
}
#topBar .emailIco {
	background:url(images/email-ico.png);
	width:16px;
	height:11px;
	border:0px solid white;
	margin:0px 0px 0px 15px;
	float:right;
}
#topBar .homeIco {
	background:url(images/home-ico.png);
	width:16px;
	height:11px;
	border:0px solid white;
	margin:0px 0px 0px 15px;
	float:right;
}


/* NAV BAR */
#navBar {
	width:100%;
	height:94px;
	border:0px solid red;
	background:#fff url(images/navBarBkg.png) repeat;
}
#navBarInner {
	width:970px;
	height:94px;
	border:0px solid red;
	margin:0px auto;
}
#navBarInner .logo {
	background:url(images/nexsusLogo.png);
	width:203px;
	height:63px;
	float:left;
	border:0px solid red;
	margin:13px 0px 0px 0px;
}
#navBarInner .mainMenu {
	width:750px;
	height:66px;
	float:right;
	border:0px solid red;
	margin:20px 0px 0px 0px;
}
#navBarInner .mainMenu ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;
}
#navBarInner .mainMenu ul#nav li a {
	display: block;
	padding: 26px 15px 26px 15px;
	color: #999999;
	text-decoration: none;
	
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	border-top:4px solid transparent;
}
#navBarInner .mainMenu ul#nav li a:hover{
	background-color: #9c9c9c;
	color: #fff;
	border-top:4px solid #e24209;
	}
#navBarInner .mainMenu ul#nav li {
	float: left;
	position: relative;
	list-style:none;
	display: inline;
	z-index:9999; 
}
#navBarInner .mainMenu li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0px 10px 0px!important;
	margin-left:-1px;
	z-index:9999;
}
#navBarInner .mainMenu ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
	width:150px;
	padding:5px!important;
	border-bottom:1px solid #666;
	background-color: #9c9c9c;
	margin:0px 0px 0px 1px!important;
}
#navBarInner .mainMenu ul#nav li ul.sub li a{
	font-weight: normal!important;
	padding:0px!important;
	color: #fff;
}
#navBarInner .mainMenu ul#nav li ul.sub li a:hover{
	color:#000;
	border-top:4px solid transparent;
	background:none;
}
#navBarInner .mainMenu li>ul {
	top: auto;
	left: auto;
}
#navBarInner .mainMenu li:hover ul, li.over ul {
	display: block;
}


/* MAIN MENU */
.cssmenu ul,
.cssmenu li,
.cssmenu span,
.cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.cssmenu {
  border-radius: 0px;
}
.cssmenu:after,
.cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
  z-index:9999!important;
}
.cssmenu a {
	display: inline-block;
	padding: 26px 15px 26px 15px;
	color: #999999;
	text-decoration: none;
	
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	border-top:4px solid transparent;
}
.sub a {
	display: inline-block;
	padding: 1px 0px 10px 0px!important;
	color: #fff;
	text-decoration: none;
	
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	border-width:0 1px 1px 1px!important;
	width:180px;
	padding:5px!important;
	border-bottom:1px solid #666;
	background-color: #9c9c9c;
	margin:0px 0px 0px 1px!important;		
}
.sub a:hover {
	color: #fff;
	background-color: #e24209;
}
.cssmenu ul {
  list-style: none;
}
.cssmenu > ul {
  float: right;
}
.cssmenu > ul > li {
  float: left;
}
.cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  z-index:9999!important;
}
.cssmenu > ul > li:first-child a {
  border-radius: 0px 0 0 0;
}
.cssmenu > ul > li:last-child a {
  border-radius: 0px;
}
.cssmenu > ul > li.active a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
.cssmenu > ul > li:hover > a {
	background-color: #9c9c9c;
	color: #fff;
	border-top:4px solid #e24209;	
}
.cssmenu .has-sub {
  z-index: 9999!important;
}
.cssmenu .has-sub:hover > ul {
  display: block;
}
.cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
.cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  margin-left:10px;
  padding: 1px 0px 10px 0px!important;
}
.cssmenu .has-sub ul li a {
	background: #fdb65d;
	border-bottom: 1px solid #fff;
	filter: none;
	color:#5b5104;
	font-size:16px;
	text-transform:uppercase; 
	display: block;
	line-height: 120%;
	padding: 1px 0px 10px 0px!important;
}
.cssmenu .has-sub ul li:hover a {
  background: #d0321c;
  color:#000;
}
.cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
.cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index:9999!important;  
}
.cssmenu .has-sub .has-sub ul li a {
  background: red;
  border-bottom: 1px dotted #97b36b;
}
.cssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
}




/* BANNER */
#banner {
	background:none;
	width:970px;
	height:270px;
	border:0px solid blue;
	margin:10px auto;
}
#bannerInner {
	width:970px;
	height:90px;
	border:0px solid blue;
	margin:10px auto;
}


/* BREADCRUMS */
#breadcrums {
	width:970px;
	border:0px solid red;
	margin:10px auto;
}
#breadcrums .breadcrumsTxt {
	width:745px;
	float:right;
	border:0px solid red;
	text-align:left;
	
	font-size:12px;
	color:#0099ff;
}
#breadcrums .breadcrumsTxt a {
	
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#breadcrums .breadcrumsTxt a:hover {
	text-decoration:underline;
}



/* HOMEPAGE CONTENT */
#homepageInner {
	width:940px;
	border:0px solid red;
	margin:20px auto 20px auto;
}
#homepageInner .leftColHI {
	background:url(images/homeContentBKg.png) top left repeat;
	border:solid #dcdcdc;
	border-width:0px 0px 0px 5px;
	width:650px;
	margin:0px;
	text-align:justify;
	font-size:12px;
	color:#6b6b6b;
	line-height:16px;
	padding:10px;
	float:left;
}
#homepageInner .highlightHI {
	color:#679dd6;
	text-decoration:none;
}
#homepageInner .highlightHI:hover {
	color:#679dd6;
	text-decoration:underline;
}


#homepageInner .rightColHI {
	background:url(images/ourPartnerBkg.png);
	width:240px;
	height:173px;
	margin:0px;
	padding:0px;
	float:right;
}
#homepageInner .sliderContainer {
	width:216px;
	height:112px;
	margin:43px 0px 0px 11px;
	padding:0px;
	border:0px solid blue;
}






/* INNERPAGE ICONS */
.overviewIco {
	background:url(images/overviewIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.whyOutsourceIco {
	background:url(images/whyOutsourceIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.whyNexsusIco {
	background:url(images/whyNexsusIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.missionIco {
	background:url(images/missionIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.appDevIco {
	background:url(images/appDevIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.managedServicesIco {
	background:url(images/managedServicesIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.facilityMonitoringIco {
	background:url(images/facilityMonitoringIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.busSolIco {
	background:url(images/busSolIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.cenExcIco {
	background:url(images/cenExcIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.hirProIco {
	background:url(images/hirProIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.sofTesIco {
	background:url(images/sofTesIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.tecSupIco {
	background:url(images/tecSupIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.downloadIco {
	background:url(images/downloadIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.careersIco {
	background:url(images/careersIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.callConfineIco {
	background:url(images/callConfineIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.interActIco {
	background:url(images/interActIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.maxDialIco {
	background:url(images/maxDialIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.callBalIco {
	background:url(images/callBalIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.torrentIco {
	background:url(images/torrentIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.faxSyncIco {
	background:url(images/faxSyncIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.resourceAndTrainingIco {
	background:url(images/resourceAndTrainingIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.softwareMaintenanceIco {
	background:url(images/softwareMaintenanceIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.testingIco {
	background:url(images/testingIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.qualityControlIco {
	background:url(images/qualityControlIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.onSiteIco {
	background:url(images/onSiteIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}
.contactIcon {
	background:url(images/contactIco.png);
	width:190px;
	height:190px;
	border:none;
	float:right;
	margin-left:780px;
	position:absolute;
	z-index:9998;
}


/* CONTACT PAGE */
#contactDiv {
	width:100%;
	border:0px solid blue;
	
	color:#666666;
	line-height:20px;
}
#contactDiv a {
	
	color:#666666;
	text-decoration:none;
}
#contactDiv a:hover {
	
	color:#136fb1;
	text-decoration:none;
}


#contactDiv .leftColCD {
	width:320px;
	float:left;
	border:0px solid blue;
	margin-bottom:30px;
}

#contactDiv .rightColCD {
	width:320px;
	float:right;
	border:0px solid blue;
	margin-bottom:30px;
}
#contactDiv .addIco {
	background:url(images/addIco.png) top left no-repeat;
	padding-left:40px;
	font-size:14px;
	width:85%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}
#contactDiv .phoneIco {
	background:url(images/phoneIco.png) top left no-repeat;
	padding-left:40px;
	font-size:14px;
	width:85%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}
#contactDiv .faxIco {
	background:url(images/faxIco.png) top left no-repeat;
	padding-left:40px;
	font-size:14px;
	width:85%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}
#contactDiv .emailIcon {
	background:url(images/emailIco.png) top left no-repeat;
	padding-left:40px;
	font-size:14px;
	width:85%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}




/* ARROW UL */
.arrowUl li {
	background:url(images/arrowUl.png) left center no-repeat;
	padding-left:20px;
	list-style:none;
	margin-left:-25px;
}

/* WRAPPER */
#wrapper {
	width:970px;
	border:1px solid #fff;
	background:#fff;
	margin:0px auto;
}

/* WRAPPER INNER */
#wrapperInner {
	width:970px;
	border:1px solid #f2f2f2;
	border-width:0px 1px 1px 0px;
	background:#fafafa;
	margin:0px auto 20px auto;
}
#wrapperInner .leftCol {
	width:225px;
	float:left;
	border:0px solid #fff;
	margin:0px auto;
}
#wrapperInner .rightCol {
	width:744px;
	float:right;
	border:1px solid #f2f2f2;
	border-width:0px 0px 0px 1px;
	margin:0px auto;
	background:#fff;
}
#wrapperInner .rightColInner {
	width:700px;
	border:0px solid red;
	margin:10px auto;
}


/* HEADINGS */
#headingRightCol {
	font-size:30px;
	color:#2565c7;
	background:#fafafa;
	border:1px solid #e7e7e7;
	border-width:1px 0px;
	padding:14px 0px 14px 22px;
	margin:0px 0px 10px 0px;
}
#headingLeftCol {
	
	font-size:20px;
	color:#fff;
	background:#39a8f7;
	border:1px solid #39a8f7;
	border-width:1px 0px;
	padding:20px 0px 19px 12px;
	margin:0px 0px 10px 0px;
}
#headingTestimonialBtm {
	
	font-size:25px;
	color:#006699;
	background:#f1f7fc;
	border:0px solid #39a8f7;
	padding:10px 0px 10px 20px;
	margin:0px 0px 10px 0px;
}


/* HEADINGS */
.head1 {
	background:url(images/headingBkg.png) top left repeat-x;
	border-left:4px solid #dcdcdc;
	
	font-size:16px;
	color:#006699;
	padding:5px;
	width:250px;
	margin:0px 0px 10px 0px;
}
.head2 {
	background:url(images/headingBkg.png) top left repeat-x;
	border-left:4px solid #dcdcdc;
	
	font-size:16px;
	color:#006699;
	padding:5px;
	width:auto;
	margin:0px 0px 10px 0px;
}
.head3 {
	background:url(images/headingBkg.png) top left repeat-x;
	border-left:4px solid #dcdcdc;
	
	font-size:16px;
	color:#006699;
	padding:5px;
	width:300px;
	float:left;
	margin:0px 20px 10px 0px;
}
.head4 {
	background:url(images/headingBkg.png) top left repeat;
	border-left:4px solid #dcdcdc;
	
	font-size:22px;
	color:#006699;
	padding:5px;
	width:auto;
	margin:0px 0px 10px 0px;
}
.testHead {
	
	font-size:14px;
	color:#3399cc;
	padding:0px;
	margin:0px 0px 10px 0px;
}



/* LEFT NAVIGATION */
#leftNav {
	width:100%;
	border:0px solid blue;
	margin-top:-10px;
}
#leftNav ul {
	margin:0px;
}
#leftNav li {
	margin:0px 0px 0px -40px;
	list-style:none;
	
	font-size:14px;
	border-bottom:1px solid #cce7fb;
	background:#f1f7fc;
}
#leftNav li a {
	
	font-size:14px;
	text-decoration:none;
	color:#006699;
	padding:10px;
	display:block;
}
#leftNav li a:hover {
	text-decoration:none;
	color:#fff;
	background:#99ccff;
}
#leftNav li.alternate a {
	background:#99ccff;
	color:#fff;
}
#leftNav p {
	
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	color:#006699;
	padding:10px;
	display:block;
	background:#f1f7fc;	
}


/* LEFT DOWNLOADS */
#downlaodLeftNav {
	width:100%;
	border:0px solid blue;
	margin-top:30px;
}
#downlaodLeftNav .headingDownload {
	
	font-size:18px;
	color:#999;
	background:#f3f3f3;
	padding:10px 0px 10px 12px;
	margin:0px 0px 10px 0px;
}
#downlaodLeftNav ul {
	margin:-10px 0px 0px 0px;
}
#downlaodLeftNav li {
	margin:0px 0px 0px -40px;
	list-style:none;
	
	font-size:14px;
	border-bottom:1px solid #ededed;
}
#downlaodLeftNav li a {
	
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#999999;
	padding:10px 10px 10px 34px;
	display:block;
	background:url(images/downloadListIco.png) left center no-repeat;
}
#downlaodLeftNav li a:hover {
	text-decoration:none;
	color:#666;
}



/* LEFT COTNACT LIST */
#contactLeftNav {
	width:100%;
	border:0px solid blue;
	margin-top:30px;
}
#contactLeftNav .headingDownloadC {
	
	font-size:18px;
	color:#999;
	background:#f3f3f3;
	padding:10px 0px 10px 12px;
	margin:0px 0px 10px 0px;
}
#contactLeftNav ul {
	margin:-10px 0px 0px 0px;
}
#contactLeftNav li {
	margin:0px 0px 0px -40px;
	list-style:none;
	
	font-size:14px;
	border-bottom:1px solid #ededed;
}
#contactLeftNav li a {
	
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#999999;
	padding:10px 10px 10px 10px;
	display:block;
}
#contactLeftNav li a:hover {
	text-decoration:none;
	color:#666;
}




/* NEXSUS TESTIMONIALS BOTTOM */
#testimonialsBtm {
	width:100%;
	border:0px solid red;
	margin:30px 0px;
}
#testimonialsBtm .testiInner {
	width:680px;
	border:0px solid red;
	margin:10px auto 30px auto;
}
#testimonialsBtm .leftTesti {
	width:330px;
	border:0px solid red;
	margin:0px auto;
	float:left;
}
#testimonialsBtm .rightTesti {
	width:330px;
	border:0px solid red;
	margin:0px auto;
	float:right;
}

#testimonialsBtm .testImg {
	width:100px;
	border:0px solid blue;
	float:left;
	
	font-weight:bold;
	color:#006699;
	font-size:9px;
	text-align:center;
	margin-top:40px;
}
#testimonialsBtm .testBubble {
	width:220px;
	height:auto;
	border:0px solid blue;
	float:right;
}
#testimonialsBtm  .bubble {
  position: relative;
  background:#fff;
  margin: 0;
  padding:10px;
  text-align:center;
  width:200px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
	-moz-box-shadow: inset 0 0 5px 5px #e6edf4;
	-webkit-box-shadow: inset 0 0 5px 5px #e6edf4;
	box-shadow: inset 0 0 5px 5px #e6edf4;
	
	font-style:italic;
	font-size:10px;
	line-height:16px;
}

#testimonialsBtm  .bubble:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent #e6edf4 transparent transparent;
  border-style: solid;
  border-width: 15px;
  height:0;
  width:0;
  position:absolute;
  left:-30px;
  top:5.5em;
}



/* NEXSUS DOWNLOADS */
#downloads {
	width:100%;
	border:1px solid #f2f2f2;
	margin:30px 0px;
	background:#fcfcfc;
}
#downloads .downloadsInner {
	width:680px;
	border:0px solid red;
	margin:10px auto 10px auto;
}
#downloads .downloadCompanyProfile {
	background:url(images/downloadCompanyProfileIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:left;
	padding-left:80px;
	border:0px solid red;
	margin:0px 7px 0px 0px;
}
#downloads .downloadCallConfine {
	background:url(images/downloadCallConfineIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:left;
	padding-left:80px;
	border:0px solid red;
	margin:0px;
}
#downloads .downloadInterAct {
	background:url(images/downloadInteractIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:right;
	padding-left:80px;
	border:0px solid red;
	margin:0px;
}
#downloads .downloadMaxDial {
	background:url(images/downloadMaxDialIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:left;
	padding-left:80px;
	border:0px solid red;
	margin:0px 7px 0px 0px;
}
#downloads .downloadCallBal {
	background:url(images/downloadCallBalIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:left;
	padding-left:80px;
	border:0px solid red;
	margin:0px;
}
#downloads .downloadTorrent {
	background:url(images/downloadTorrentIco.png) top left no-repeat;
	width:140px;
	height:82px;
	float:right;
	padding-left:80px;
	border:0px solid red;
	margin:0px;
}
#downloads .downloadCompanyProfile a, #downloads .downloadCallConfine a, #downloads .downloadInterAct a,
#downloads .downloadMaxDial a, #downloads .downloadCallBal a, #downloads .downloadTorrent a {
	
	font-size:16px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
#downloads .downloadCompanyProfile a:hover, #downloads .downloadCallConfine a:hover, #downloads .downloadInterAct a:hover,
#downloads .downloadMaxDial a:hover, #downloads .downloadCallBal a:hover, #downloads .downloadTorrent a:hover {
	color:#136fb1;
	text-decoration:none;
}





/* NEXSUS PRODUCTS */
#productsPage {
	width:100%;
	border:1px solid #f2f2f2;
	margin:30px 0px;
	background:#fcfcfc;
}
#productsPage .productsPageInner {
	width:680px;
	border:0px solid red;
	margin:10px auto 10px auto;
}
#productsPage .productTour {
	background:url(images/productTourImg.png) top left no-repeat;
	width:130px;
	height:82px;
	float:left;
	padding-left:90px;
	border:0px solid red;
	margin:0px 7px 0px 0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;	
}
#productsPage .requestDemo {
	background:url(images/requestProductImg.png) top left no-repeat;
	width:130px;
	height:82px;
	float:left;
	padding-left:90px;
	border:0px solid red;
	margin:0px;
}
#productsPage .downloadBrochure {
	background:url(images/downloadBrochureImg.png) top left no-repeat;
	width:130px;
	height:82px;
	float:right;
	padding-left:90px;
	border:0px solid red;
	margin:0px;
}

#productsPage .productTour a, #productsPage .requestDemo a, #productsPage .downloadBrochure a {
	
	font-size:16px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
#productsPage .productTour a:hover, #productsPage .requestDemo a:hover, #productsPage .downloadBrochure a:hover {
	color:#136fb1;
	text-decoration:none;
}

#productsPageDetails {
	width:100%;
	margin-bottom:30px;
	border:0px solid blue;
}
#productsPageDetails .leftColPPD {
	width:320px;
	float:left;
	border:0px solid blue;
}
#productsPageDetails .rightColPPD {
	width:320px;
	float:right;
	border:0px solid blue;
}
#productsPageDetails .leftColPPD ul {
	margin:10px 0px 0px 0px;
}
#productsPageDetails .leftColPPD li {
	margin:0px 0px 0px -20px;
	list-style:none;
	border-bottom:1px dashed #ededed;
	
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666;
	padding:10px 10px 10px 34px;
	display:block;
	background:url(images/industryVerticalsBullets.png) left center no-repeat;
}

#productsPageDetails .rightColPPD ul {
	margin:10px 0px 0px 0px;
}
#productsPageDetails .rightColPPD li {
	margin:0px 0px 0px -20px;
	list-style:none;
	
	border-bottom:1px dashed #ededed;
}
#productsPageDetails .rightColPPD li a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#666;
	padding:10px 10px 10px 34px;
	display:block;
	background:url(images/caseStudiesBullets.png) left center no-repeat;
}
#productsPageDetails .rightColPPD li a:hover {
	text-decoration:none;
	color:#666;
}



/* PRODUCT CLIENT */
#productClients {
	width:100%;
	border:0px solid red;
	margin:0px;
}
#productClients .productClientsInner {
	width:100%;
	border:0px solid red;
	margin:0px auto;
}

#productClients .callConfineClient01 {
	background:url(images/callConfineClientSprite.png) 0px 0px no-repeat;
	width:188px;
	height:149px;
	float:left;
	border:0px solid red;
	margin:0px;
}
#productClients .callConfineClient01:hover {
	background-position:0px -149px;
}
#productClients .callConfineClient02 {
	background:url(images/callConfineClientSprite.png) -188px 0px no-repeat;
	width:188px;
	height:149px;
	float:left;
	border:0px solid red;
	margin:0px;
}
#productClients .callConfineClient02:hover {
	background-position:-188px -149px;
}
#productClients .callConfineClient03 {
	background:url(images/callConfineClientSprite.png) -376px 0px no-repeat;
	width:170px;
	height:149px;
	float:left;
	border:0px solid red;
	margin:0px;
}
#productClients .callConfineClient03:hover {
	background-position:-376px -149px;
}
#productClients .callConfineClient04 {
	background:url(images/callConfineClientSprite.png) -560px 0px no-repeat;
	width:188px;
	height:149px;
	float:left;
	border:0px solid red;
	margin:0px;
}
#productClients .callConfineClient04:hover {
	background-position:-560px -148px;
}






/* HEADINGS PRODUCT CLIENTS */
#headingTestimonialBtmPC {
	
	font-size:25px;
	color:#006699;
	background:#f1f7fc;
	border:0px solid #39a8f7;
	padding:10px 0px 10px 20px;
	margin:0px 0px 10px 0px;
}

.testHeadPC {
	
	font-size:14px;
	color:#3399cc;
	padding:0px;
	margin:0px 0px 10px 0px;
}


/* CAROUSAL */
.list_carousel {
	margin: 0px;
	width: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	border: 0px solid #f2f2f2;
	width: 186px;
	height: 149px;
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}



/* FOOTER 
#footer {
	width:970px;
	margin:0px auto;
	background:url(images/footerLogo.png) right center no-repeat;
	border:0px solid blue;
}
#footer hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border:none;
	margin:10px 0px;
}

#footer .leftColF {
	width:730px;
	float:left;
	margin:20px 0px 20px 0px;
	border:0px solid blue;
}
#footer .footerMenu {
	width:730px;
	border:0px solid blue;
}
#footer .footerMenu ul {
	margin:0px 0px 10px -40px;
}
#footer .footerMenu li {
	list-style:none;
	display:inline;
}
#footer .footerMenu li a {
	font-size:14px;
	text-decoration:none;
	color:#516b7c;
	padding:0px 16px 0px 0px;
}
#footer .footerMenu li a:hover {
	text-decoration:none;
	color:#ca3400;
	padding:0px 16px 0px 0px;
}

#footer .footerLinks li a {
	font-size:12px;
	text-decoration:none;
	color:#516b7c;
	padding:0px 16px 0px 0px;
}
#footer .footerLinks li a:hover {
	text-decoration:none;
	color:#ca3400;
	padding:0px 16px 0px 0px;
}
#footer .copyright {
	
	font-size:11px;
	text-decoration:none;
	color:#516b7c;
	margin:10px 0px 0px 0px;
}
#footer .copyright a {
	font-size:11px;
	text-decoration:none;
	color:#ca3400;
}
#footer .copyright a:hover {
	text-decoration:underline;
	color:#ca3400;
}
*/

/* FOOTER */
#footer {
	width:100%;
	border-top:5px solid #26a0dc;
	background:#ccc;
	padding:10px 0px;
}
#footerInner {
	width:970px;
	border:0px solid red;
	margin:0px auto;
}
#footerInner p {
	margin:0px 0px 10px 0px;
	line-height:18px;
	font-size:11px;
	color:#333;
}
#footerInner p a {
	color:#31a8e2;
	text-decoration:none;
}
#footerInner .leftColFooter {
	width:190px;
	float:left;
	padding-top:65px;
	background:url(images/footer-logo.jpg) top left no-repeat;
	border:0px solid red;
	margin:0px;
}

#footerLinks {
	width:155px;
	border:0px solid #333;
	float:right;
	margin:0px 0px 0px 30px;
}
#footerLinks h2 {
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin:0px 0px 10px 0px 0px;
}
#footerLinks ul {
	margin:0px 0px 10px -40px;
}
#footerLinks li {
	list-style:none;
}
#footerLinks li a {
	font-size:12px;
	text-decoration:none;
	color:#333;
	display:block;
	border-bottom:1px dashed #333;
	padding:0px 0px 3px 0px;
}
#footerLinks li a:hover {
	text-decoration:none;
	color:#f2f2f2;
	padding:0px 0px 3px 0px;
}

/* FOOTER CREDITS */
#footerCredits {
	width:100%;
	padding:15px 0px;
	background:#222222;
}
#footerCreditsInner {
	width:970px;
	border:0px solid red;
	margin:0px auto;
}
#footerCreditsInner ul {
	margin:0px 0px 10px -40px;
}
#footerCreditsInner li {
	list-style:none;
	display:inline;
}
#footerCreditsInner li a {
	font-size:11px;
	text-decoration:none;
	color:#ccc;
	padding:0px 16px 0px 0px;
}
#footerCreditsInner li a:hover {
	text-decoration:none;
	color:#ca3400;
	padding:0px 16px 0px 0px;
}
#footerCreditsInner hr {
	color: #383838;
	background-color: #383838;
	height: 1px;
	border:none;
	margin:10px 0px;
}
#footerCreditsInner p {
	margin:0px 0px 10px 0px;
	line-height:12px;
	font-size:11px;
	color:#ccc;
}

