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

/*======================================================*/
/*==================  GLOBAL STYLES  ===================*/

body {
	background-image: url(../images/global/noise_bg.jpg);
	background-repeat: repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#linkedin {
	position: absolute;
	top: 15px;
	right: 0px;
}

img.header_link {
	position: relative;
	top: 50px;
}

#ie { 
	display: none;
}

#header_bg {
	float: left;
	background-image: url(../images/global/header_bg.jpg);
	background-repeat: repeat-x;
	height: 263px;
	width: 100%;
}

#header {
	background-image: url(../images/global/middle_header.jpg);
	width: 960px;
	height: 263px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: -263px;
}

a.header_button {
	position: absolute;
	right: -4px;
	top: 59px;
	background-image: url(../images/global/header_button.png);
	background-repeat: no-repeat;
	width: 173px;
	height: 71px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px #10285b, 1px 1px 1px #10285b;
	font-size: 16px;
	line-height: 22px;
}

a.header_button:hover {
	color: #e2f0ff;
}

a.header_button span {
	position: relative;
	top: 13px;
	left: -2px;
}

.contact_button {
	position: absolute;
	right: -4px;
	top: 59px;
}

.contact_button_small {
	position: absolute;
	right: -4px;
	top: 73px;
}

#page_title {
	width: 100%;
	margin-top: 95px;
}

#main_content {
	float: left;
	width: 912px;
	padding-top: 3px;
	margin-top: -250px;
	margin-left: 24px;
	overflow: hidden;
}

/*========================*/
/*====== NAVIGATION ======*/

#navigation {
	height: 52px;
	position: absolute;
	top: 138px;
	right: -15px;
}

#nav_left {
	float: left;
	background-image: url(../images/global/nav_left.png);
	width: 31px;
	height: 50px;
}

#nav_mid {
	float: left;
	background-image: url(../images/global/nav_mid.png);
	background-repeat: repeat-x;
	height: 50px;
}

#nav_right {
	float: left;
	background-image: url(../images/global/nav_right.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 50px;
}

#nav_mid ul {
	float: left;
	list-style-type: none;
}

#nav_mid ul li {
	float: left;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 0px 0px 5px #000;
	margin-right: 22px;
}

#nav_mid ul li.last {
	margin-right: 0px;
}

#nav_mid ul li a {
	float: left;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
}

#nav_mid ul li a:hover {
	color: #94b8e8;
}

#footer {
	clear: both;
	float: left;
	margin-left: 24px;
	width: 912px;
	height: 125px;
	background-image: url(../images/global/footer.jpg);
	background-repeat: repeat-x;
}

#footer_nav {
	float: left;
	margin-top: 28px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px #041231, 1px 1px 1px #041231;
	font-size: 16px;
}

#footer_nav a {
	text-decoration: none;
	color: #FFF;
	margin-left: 3px;
	margin-right: 3px;
}

#footer_nav a:first {
	margin-left: 0px;
}

#footer_nav a:hover {
	color: #bfcfef;
}

#copyright {
	float: left;
	clear: both;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	margin-left: 3px;
	margin-top: 16px;
	text-shadow: 1px 1px 1px #05112a, 1px 1px 3px #05112a;
}

#copyright span {
	margin-top: 2px;
	color: #b9c9ea;
}

#copyright span a {
	color: #b9c9ea;
	text-decoration: none;
	border-bottom: 1px dotted #b9c9ea;
}

#copyright span a:hover {
	border-bottom: 1px solid #b9c9ea;
}

#footer img.logo {
	float: right;
	position: relative;
	top: -33px;
}

#footer_bg {
	float: left;
	width: 100%;
	height: 125px;
	margin-top: -125px;
	background-image: url(../images/global/footer.jpg);
	background-repeat: repeat-x;
}

ul.full {
	float: left;
	margin-top: 0px;
	margin-left: 14px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
}

ul.full li {
	float: left;
	text-indent: -12px;
	padding-top: 16px;
	width: 100%;
}

div.full_section {
	float: left;
	margin-bottom: 24px;
}


/*======================================================*/
/*==================  INDEX PAGE ONLY  =================*/

#index_header_bg {
	float: left;
	background-image: url(../images/index/index_header_bg.jpg);
	background-repeat: repeat-x;
	height: 456px;
	width: 100%;
}

#index_header {
	background-image: url(../images/index/index_middle_header.jpg);
	width: 960px;
	height: 456px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: -456px;
}

#main_content_index {
	float: left;
	width: 912px;
	margin-top: -496px;
	margin-left: 24px;
}

#main_content_index_row1 {
	float: left;
	width: 912px;
	margin-bottom: 35px;
}

#why_choose_us {
	float: left;
	width: 438px;
	margin-right: 36px;
}

#why_choose_us img.icon {
	float: left;
	margin-top: 2px;
}

#elements_of_success {
	float: left;
	width: 438px;
}

#elements_of_success img.icon {
	float: left;
}

#elements_of_success img.diagram {
	margin-top: 5px;
}

#main_content_index_row2 {
	float: left;
	width: 912px;
	margin-bottom: 23px;
}

#forte {
	float: left;
	width: 438px;
	margin-right: 36px;
}

#forte img.icon {
	float: left;
}

#other_services {
	float: left;
	width: 438px;
}

#other_services img.icon {
	float: left;
}
	
/*========================*/
/*======== SLIDER ========*/

#slideshow {
	float: left;
	margin:0 auto;
	width: 960px;
	height: 175px;
	position:relative;
	top:90px;
	/*background-color: rgba(255,0,0,0.3);*/
}

#slideshow #slidesContainer {
  margin:0 auto;
  width: 740px;
  height:175px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width: 740px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#slideshow #slidesContainer .slide img.slide_right {
	float: right;
	position: relative;
	top: 2px;
	right: 20px;
}

.control {
  display:block;
  width:41px;
  height:41px;
  text-indent:-10000px;
  position:absolute;
  margin-top: 64px;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background-image: url(../images/index/slider_arrows.png);
  background-repeat: no-repeat;
}

#leftControl:hover {
	background-position: 0px -41px;
}

#rightControl {
  top:0;
  right:0;
  background-image: url(../images/index/slider_arrows.png);
  background-position: -41px 0px;
  background-repeat: no-repeat;
}

#rightControl:hover {
	background-position: -41px -41px;
}

img.slider {
	position: relative;
	border: 1px solid #036;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

img.s1 {
	float: left;
	top: 12px;
	left: 10px;
}

/*====================================================*/
/*=============  ABOUT US PAGE ONLY  =================*/

img.team {
	margin-left: 55px;
}


/*======================================================*/
/*==================  FORTE PAGE ONLY  =================*/

#main_content_forte {
	float: left;
	width: 930px;
	margin-top: -250px;
	margin-left: 24px;
	overflow: hidden;
}

#forte_left_col {
	float: left;
	width: 656px;
	margin-top: 10px;
}

#forte_left_col img.icon {
	float: left;
	margin-right: 5px;
}

ul.emc_captiva {
	float: left;
	margin-top: 14px;
	margin-left: 14px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
}

ul.emc_captiva li {
	float: left;
	text-indent: -12px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}

ul.emc_captiva li.first {
	border-top: 0px;
}

ul.emc_captiva li.last {
	border-bottom: 0px;
	margin-bottom: 14px;
}

ul.emc_captiva li:hover {
	color: #20396e;
	cursor: default;
}

img.forte_sidebar {
	float: left;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

a.industries_button {
	background-image: url(../images/forte/forte_buttons.jpg);
	width: 250px;
	height: 51px;
	display: block;
	float: left;
	background-position: 0px 0px;
	text-indent: 9999px;
	margin-left: 24px;
	margin-top: 24px;
}

a.industries_button:hover {
	background-position: -250px 0px;
}

a.document_types_button {
	background-image: url(../images/forte/forte_buttons.jpg);
	width: 250px;
	height: 51px;
	display: block;
	float: left;
	background-position: 0px -51px;
	text-indent: 9999px;
	margin-left: 24px;
	margin-top: 24px;
}

a.document_types_button:hover {
	background-position: -250px -51px;
}

a.solutions_button {
	background-image: url(../images/forte/forte_buttons.jpg);
	width: 250px;
	height: 51px;
	display: block;
	float: left;
	background-position: 0px 153px;
	text-indent: 9999px;
	margin-left: 24px;
	margin-top: 24px;
}

a.solutions_button:Hover {
	background-position: -250px 153px;
}

a.products_button {
	background-image: url(../images/forte/forte_buttons.jpg);
	width: 250px;
	height: 51px;
	display: block;
	float: left;
	background-position: 0px 51px;
	text-indent: 9999px;
	margin-left: 24px;
	margin-top: 24px;
}

a.products_button:Hover {
	background-position: -250px 51px;
}

img.sidebar_icon {
	float: left;
	margin-top: -3px;
	margin-left: 18px;
	margin-right: 8px;
}

div.screenshots {
	clear: both;
	float: left;
}

div.screenshots a {
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	border: 1px solid #036;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

div.screenshots a.last {
	margin-right: 0px;
}

/*======================================================*/
/*=============  INDUSTRIES PAGE ONLY  =================*/

img.industries_icon {
	float: left;
}

ul.industries {
	float: left;
	margin-top: 0px;
	margin-left: 14px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
}

ul.industries li {
	float: left;
	text-indent: -12px;
	padding-top: 16px;
	width: 100%;
}

ul.industries li.first {
}

ul.industries li.last {
	margin-bottom: 24px;
}

ul.industries li:hover {
	color: #20396e;
	cursor: default;
}


/*======================================================*/
/*===========  OTHER SERVICES PAGE ONLY  ===============*/

img.business_process_icon {
	float: left;
}

/*======================================================*/
/*===============  CONTACT US PAGE ONLY  ===============*/

#contact_form {
	float: left;
	position: relative;
	top: 50px;
	left: 160px;
}

img.vcard {
	float: left;
	margin-right: 4px;
	position: relative;
	top: -3px;
}

