@charset "utf-8";

/* Global Reset */
* html .bannerText{
	margin:60px 0 0 150px;
}

* html .rightSidebar {
width:25%;
padding:20px 0 20px 10px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4, h5, h6 {
	font-size:13px;
	font-weight:bold;
}

/* General Links */
a {
	color:#888;
}

a:hover {
	color:#333;
}

a:active, a:focus {
	outline:0
}

p {
	line-height:160%;	
}

/* Floating & Clearing Element */
.floatLeft {
	float:left
}

.floatRight {
	float:right
}

.clearFloats {
	clear:both;
	overflow:hidden;
}

/* Layout */
body {
	margin-bottom:15px;
	background:#F1F2F3 url(../images/page_background.jpg) top repeat-x;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#888;
	text-align:left;
}

.wrapper {
	margin:0 auto;
	width:960px;
}

.logo {
	float:left;
	width:150px;
	padding:12px 0 0 17px;
}

.mainNavigation {
	float:right;
}

.mainNavigation ul {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.mainNavigation ul li {
	display:inline
}

.mainNavigation ul li a {
	float:left;
	width:117px;
	height:20px;
	margin:0 0 0 2px;
	padding:15px 0 0 0;
	text-align:center;
	text-decoration:none;
	background:url(../images/menu_background.png) bottom no-repeat;
}

.mainNavigation ul li a:hover, .mainNavigation ul li a:active, .mainNavigation ul li a.active {
	color:#fff;
	text-decoration:none;
	background:url(../images/menu_background.png) top no-repeat;
}

/* Main Area */
.mainContainer {
	margin:10px 0 0;
}

.mainContainerTop {
	background:url(../images/main_corners.png) top left no-repeat;
	height:13px;
}

.mainContainerBottom {
	background:url(../images/main_corners.png) bottom left no-repeat;
	height:13px;
*background:url(../images/main_corners.png) bottom left no-repeat;
	height:13px;
}

.banner {
	background: url(../images/banner.jpg) top no-repeat;
	width:935px;
	height:260px;
}
.bannerText{
float:left;
width:590px;
margin:60px 0 0 300px;
}

.breadcrumb {
	background: url(../images/breadcrumb_background.png) top no-repeat;
	width:935px;
	height:41px;
}

.breadcrumb ul {
	font:bold 12px Arial, Helvetica, sans-serif;
}

.breadcrumb ul li {
	float:left;
	display:inline;
}
.breadcrumb ul li:first-child{
	background:url(../images/breadcrumb_stripe.png) top right no-repeat;
	padding:13px 20px 13px 15px;
}
.breadcrumb ul li a {
	/*padding:13px 25px 13px 10px;*/
	text-decoration:none;
	/*background:url(../images/breadcrumb_stripe.png) top right no-repeat;*/
}

.breadcrumb ul li {
	padding:13px 0 13px 10px;
	text-align:center;
	color:#FF7200;
}

.breadcrumb .utility {
	width:30%;
	float:right;
	text-align:right;
	padding:13px 15px 0;
}

.mainContent {
	background-color:#FFF;
	padding:0 13px;
}

.contentPane {
	margin-top:8px;
	background: url(../images/content_background.jpg) top repeat-x;
	border:1px solid #FFF;
}

.servicesColumn {
	width:36%;
	padding:20px 10px 20px 20px;
	float:left;
}

.casestudyColumn {
	width:28%;
	padding:20px 10px;
	float:left;
	background-color:#F5F5F5;
}

.rightSidebar {
	width:27%;
	padding:20px 20px 20px 10px;
	float:left;
}

.rightSidebar h2, .casestudyColumn div h2 {
	margin-bottom:5px;
}

.content {
	width:66.5%;
	padding:20px 10px 20px 20px;
	float:left;
}

.contentPane p {
	/*margin:5px 0 10px;*/
	margin:5px 10px 10px 0;
	text-align: justify;
}

.casestudyColumn h4 {
	margin:5px 0 0;
	color:#FF7200;
}

.contentPane ul {
	margin:3px 0 13px;
}

.contentPane ul li {
	line-height:180%;
	padding-left:20px;
}

.content ul li {
	line-height:180%;
	padding-left:20px;
	background: url(../images/left_bullet.gif) left top no-repeat;
}

.casestudyColumn ul li {
	line-height:180%;
	padding-left:20px;
	background: url(../images/right_bullet.gif) left top no-repeat;
}

/* Footer Area */
.footer {
	padding:0 10px;
	background-color:#FFF
}

.footerContent {
	background:#fff url(../images/footer_background.jpg) top repeat-x;
	font-size:10px;
	padding:22px 13px 0;
}

.copyrights {
	font-size:9px;
	line-height:250%
}

.footerLinks {
	float:left;
	width:83%;
}

.footerLinks li {
	display:inline;
}

.footerLinks li a {
	float:left;
	width:55px;
	padding:0 10px;
	text-align:center;
	border-right:1px solid #888;
}

.footerLogo {
	float:right;
	width:150px;
}

.footerLogo a{
background:url(../images/footer_logo.gif) no-repeat scroll left top;
float:right;
width:70px;
height:30px;
display:block;
}
.footerLogo a:hover{
background:url(../images/footer_logo.gif) no-repeat scroll left bottom;
width:70px;
height:30px;
display:block;
}


/* Forms */
.inputTextBackground {
	background:transparent url(../images/email_field.png) no-repeat scroll left top;
	border:0 none;
	height:21px;
	padding:7px 3px 0 6px;
	width:152px;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#888;
}

.buttonBackground {
	background:transparent url(../images/button_background.png) no-repeat scroll left top;
	border:0 none;
	height:27px;
	padding:5px;
	width:74px;
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#FFF;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

/* Contacts */
.contacts a, .phone, .fax {
background:url(../images/contact_icons.gif) no-repeat 0 2px;
padding: 3px 0 3px 20px;
}

.contacts .fax {
	background-position:0px -34px;
}

.contacts .fax:hover {
	background-position:0px -52px;
}

.contacts .phone {
	background-position:0px -70px;
}

.contacts .phone:hover {
	background-position:0px -88px;
	cursor:default;
}

.contacts a:hover {
	background-position:0px -16px;
	/*cursor:default;*/
}


.focusContact {
	margin:15px 5px;
	padding:10px;
	border:none;	
	min-height: 115px;
}
.focusContact:hover {
	margin:15px 5px;
	border: 1px solid #FC8E10;
	padding:9px;
	-moz-border-radius:9px;
	background-color:#EFEFEF;	
	min-height: 115px;
}

/*Page Content*/
.pageContent {
	border-bottom: 1px dashed #949494;
}


.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	/*width: 350px;*/
	/*width: 70%;*/
	/*height: 250px; *//* Set height to be able to contain height of largest content shown*/
	/*border: 5px solid maroon;
	overflow: hidden;*/
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
	position: absolute;
	/*background: white;*/
	/*padding: 10px;*/
	visibility: hidden;
	/*width: 330px;*/
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
	/*width: 350px;*/
	/*width: 70%;*/
	/*border: 5px solid maroon;*/
	border-top-width: 0;
	/*overflow: hidden;*/
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	border-right: 2px solid maroon;
	padding: 0 5px;
	float: left;
	display: block;
	font-weight: bold;
	color: black;
}

.fadecontenttoggler a:hover{
	background: #C03021;
	color: white;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C03021;
color: white;
}

#logoimg img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
#logoimg{
	display: inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://tapan.xentowebsite.lcl/images/xento_systems.png');
}
.mapOverLay {
	margin: -302px auto 0px 5px; background: rgb(148, 148, 148) none repeat scroll 0% 0%; position: absolute; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; opacity: 0.6; width: 580px; height: 300px;	
	filter:alpha(opacity=60);
}

.xento{
	color: #F78F20;	
}
.content h2 {
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}
.casestudyColumn h2{
margin-top:20px;
}
.casestudyColumn h2:first-child{
margin-top:0;
padding-top:0;
border-width:0;
}

p.seperator{
border-top: 2px dotted #CCC;
padding-top:17px;
margin-top:30px;
}
.requirement{
	border-top: 2px dotted #CCC;
}
.clientProfile{
float:left;
width: 70%;
text-align:justify;
}

.applyNow{
float: right;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
}