﻿/*-------------------------------------------

             Title :  XBITech
             Usage :  Global Layout
             Author:  invigoreight
             Edited:  2009-05-14

---------------------------------------------*/


/*===================TOC=====================

               1. Reset
               2. Containers
               3. Skip Links
               4. Header
               5. Company Navigation
               6. Site Navigation
               7. Content
               8. Footer

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img, abbr, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

strong, em, cite {
	font-style: normal;
	font-weight: normal;
	}

legend {
	display: none;
	}


/* 2. Containers
---------------------------------------------*/
html {
	background: #003 url(../images/html_bg.jpg) no-repeat top center;
	}

body {
	position: relative;
	margin: 0 auto 10px;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Header
---------------------------------------------*/
#header {
	position: relative;
	min-height: 105px;
	background: #00004A url(../images/header_bg.png) repeat-x bottom left;
	}

* html #header {   /* for IE6 */
	height: 105px;
	}

#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#header h1 {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 900px;
	height: 8px;
	line-height: 0;
	background: url(../images/header_h1_bg.png) no-repeat top left;
	}

#header h1 a {
	position: absolute;
	top: -88px;
	left: 24px;
	display: block;
	width: 159px;
	height: 81px;
	overflow: hidden;
	color: white;
	text-indent: -500em;
	background: url(../images/header_h1_a_bg.png) no-repeat 50% 50%;
	}

#header div {
	position: relative;
	right: 9px;
	float: right;
	display: inline;
	margin: 52px 32px 0 0;
	color: white;
	font-size: 0.7em;
	}

#header div p {
	margin-bottom: 4px;
	text-shadow: #000035 0 1px 1px;
	}

#header div p a {
	color: white;
	}


/* 5. Company Navigation
---------------------------------------------*/
#comnav {
	position: absolute;
	top: 0;
	right: 20px;
	padding-left: 5px;
	height: 30px;
	cursor: default;
	background: url(../images/comnav_bg.png) no-repeat top left;
	}

* html #comnav {
	line-height: 0;
	}

#comnav .inner {
	padding-right: 5px;
	height: 30px;
	background: url(../images/comnav_bg.png) no-repeat 100% -30px;
	}

* html #comnav .inner {
	width: 307px;
	background-position: 100% -29px;
	}

#comnav .inner ul {
	padding-left: 4px;
	height: 30px;
	background: url(../images/comnav_ul_bg.png) repeat-x top left;
	}

* html #comnav .inner ul {
	float: right;
	}

#comnav .inner ul li {
	float: left;
	display: inline;
	padding: 8px 6px 0 0;
	height: 22px;
	color: white;
	font-size: 0.7em;
	line-height: 1em;
	text-shadow: #7C7C7C 0 1px 1px;
	}

#comnav .inner ul li a {
	margin-right: 6px;
	color: white;
	white-space: nowrap;
	}

#comnav .inner ul li .a-5 {
	margin-right: -3px;
	}


/* 6. Site Navigation
---------------------------------------------*/
#sitenav {
	padding-top: 15px;
	height: 35px;
	}

* html #sitenav {
	overflow: hidden;
	}

#sitenav h3 {
	position: absolute;
	left: -500em;
	}

#sitenav ul li {
	float: left;
	}

#sitenav ul li a {
	position: relative;
	z-index: 1;
	display: block;
	margin-right: 6px;
	height: 35px;
	overflow: hidden;
	text-indent: -500em;
	text-decoration: none;
	background: url(../images/sitenav_a_bg.png) no-repeat;
	}

* html #sitenav ul li a {
	background: none;
	}

#sitenav ul li .a-1 { width: 220px; background-position:      0 0; }
#sitenav ul li .a-2 { width: 221px; background-position: -226px 0; }
#sitenav ul li .a-3 { width: 221px; background-position: -453px 0; }
#sitenav ul li .a-4 { width: 220px; background-position: -680px 0; margin: 0; }

* html #sitenav ul li a span {
	position: absolute;
	display: block;
	width: 900px;
	height: 70px;
	cursor: pointer;
	}

* html #sitenav ul li .a-1 span { top: 0; left:      0; }
* html #sitenav ul li .a-2 span { top: 0; left: -226px; }
* html #sitenav ul li .a-3 span { top: 0; left: -453px; }
* html #sitenav ul li .a-4 span { top: 0; left: -680px; }

            #sitenav ul li .a-1:hover,
#business   #sitenav ul li .a-1       { background-position:      0 -35px; }
            #sitenav ul li .a-2:hover,
#health     #sitenav ul li .a-2       { background-position: -226px -35px; }
            #sitenav ul li .a-3:hover,
#government #sitenav ul li .a-3       { background-position: -453px -35px; }
            #sitenav ul li .a-4:hover,
#retail     #sitenav ul li .a-4       { background-position: -680px -35px; }

* html             #sitenav ul li .a-1:hover span,
* html #business   #sitenav ul li .a-1       span { top: -35px; left:      0; }
* html             #sitenav ul li .a-2:hover span,
* html #health     #sitenav ul li .a-2       span { top: -35px; left: -226px; }
* html             #sitenav ul li .a-3:hover span,
* html #government #sitenav ul li .a-3       span { top: -35px; left: -453px; }
* html             #sitenav ul li .a-4:hover span,
* html #retail     #sitenav ul li .a-4       span { top: -35px; left: -680px; }


/* 7. Content
---------------------------------------------*/
#content {
	position: relative;
	height: 1%;
	}

#business   #content { background: #666 url(../images/business_content_bg.jpg)   no-repeat 8px 8px; }
#health     #content { background: #F90 url(../images/health_content_bg.jpg)     no-repeat 8px 8px; }
#government #content { background: #39C url(../images/government_content_bg.jpg) no-repeat 8px 8px; }
#retail     #content { background: #690 url(../images/retail_content_bg.jpg)     no-repeat 8px 8px; }

#business   #content { text-shadow: #666 0 1px 1px; }
#health     #content { text-shadow: #F90 0 1px 1px; }
#government #content { text-shadow: #39C 0 1px 1px; }
#retail     #content { text-shadow: #690 0 1px 1px; }

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#subnav {
	float: left;
	display: inline;
	margin: 347px 0 0 38px;
	padding-bottom: 40px;
	width: 202px;
	}

#subnav h3 {
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 1em;
	}

#business   #subnav h3 { color: white; }
#health     #subnav h3 { color: black; }
#government #subnav h3 { color: white; }
#retail     #subnav h3 { color: white; }

#subnav ul li {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 202px;
	}

#subnav ul li h4 {
	margin: 7px 0 5px;
	font-weight: normal;
	font-size: 0.8em;
	}

#business #subnav ul li h4 { color: #0CF; }

#subnav ul li ul {
	margin-left: 1px;
	}

#subnav ul li ul li {
	float: none;
	margin: 0;
	padding-left: 8px;
	width: auto;
	font-size: 0.8em;
	line-height: 2em;
	background: url(../images/bullet_bg.png) no-repeat 0 12px;
	}

html:not(:first-of-type) #subnav ul li ul li {   /* for WebKit */
	background-position: 0 11px;
	}

#business   #subnav ul li ul li,
#business   #subnav ul li ul li a { color: white; }
#health     #subnav ul li ul li,
#health     #subnav ul li ul li a { color: black; }
#government #subnav ul li ul li,
#government #subnav ul li ul li a { color: white; }
#retail     #subnav ul li ul li,
#retail     #subnav ul li ul li a { color: white; }

#text {
	float: right;
	display: inline;
	margin: 280px 36px 0 0;
	padding-bottom: 20px;
	display: inline;
	width: 600px;
	}

#text p {
	margin-bottom: 18px;
	font-size: 0.8em;
	line-height: 1.4em;
	}

#business   #text p { color: white; }
#health     #text p { color: black; }
#government #text p { color: white; }
#retail     #text p { color: white; }

#business   #text p a { color: white; text-decoration:underline; }
#business   #text h4 { color: #00ccff; }


/* 8. Footer
---------------------------------------------*/
#footer {
	position: relative;
	margin-top: 8px;
	overflow: hidden;
	height: 1%;
	background: #369 url(../images/footer_bg.png) no-repeat bottom left;
	}

#contact {
	float: left;
	display: inline;
	margin: 18px 0 0 23px;
	width: 520px;
	}

#contact h4 {
	margin: 0 0 18px 6px;
	width: 179px;
	height: 49px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../images/footer_h4_bg.png) no-repeat top left;
	}
	
#contact #message
{
	margin-top:-50px; 
	margin-left:200px; 
	height:50px; 
	color:Yellow;
}	

#contact .form div label {
	float: left;
	margin-top: 6px;
	padding-right: 7px;
	width: 53px;
	font-size: 0.75em;
	text-align: right;
	}

#contact .form div #ctl00_txtName,
#contact .form div #ctl00_txtEmail {
	float: left;
	display: inline;
	margin-bottom: 18px;
	padding: 3px 5px 0;
	width: 190px;
	height: 22px;
	border: none;
	font: 0.95em Helvetica, Arial, sans-serif;
	background: white;
	}

* html #contact .form div #ctl00_txtName,
* html #contact .form div #ctl00_txtEmail {
	margin-bottom: 0;
	}

#contact .form div textarea {
	float: left;
	padding: 3px 5px;
	width: 450px;
	height: 100px;
	overflow: auto;
	border: none;
	font: 0.95em/1.3em Helvetica, Arial, sans-serif;
	background: white;
	}

html:not(:first-of-type) #contact .form div textarea {
	padding: 5px 5px;
	height: 100px;
	}

#contact .form div #ctl00_btnSubmitContact {
	float: right;
	margin: 17px -1px 23px 0;
	padding: 1px;
	width: 81px;
	height: 24px;
	font: 0.7em Tahoma, sans-serif;
	cursor: pointer;
	}

* html #contact .form div #ctl00_btnSubmitContact {
	margin: 0px -1px 5px 0;
	}

#sitemap {
	float: right;
	display: inline;
	margin-top: 18px;
	width: 307px;
	height:140px;
	}

#sitemap h4 {
	width: 139px;
	height: 48px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../images/footer_h4_bg.png) no-repeat 0 -49px;
	}

#sitemap ul {
	float: left;
	display: inline;
	margin: 16px 0 70px;
	}

#sitemap .ul-1 { width: 141px; margin: 16px 32px 70px 8px; }
#sitemap .ul-2 { width: 120px; }

#sitemap ul li {
	margin-bottom: 4px;
	padding-left: 8px;
	font-size: 0.8em;
	line-height: 1.1em;
	list-style-position: outside;
	background: url(../images/bullet_bg.png) no-repeat 0 6px;
	}

#sitemap ul li a {
	color: white;
	text-shadow: #369 0 1px 1px;
	}

#siteinfo {
	position: absolute;
	bottom: 28px;
	right: 19px;
	width: 287px;
	font-size: 0.7em;
	}
	

/*Added by Trieu Nguyen*/
#requirement ul li {
	float: left;
	clear: both;
	margin-bottom: 10px;
	color:#FFF;
	}

#requirement ul li h4 {
	margin: 7px 0 5px;
	font-weight: normal;
	font-size: 0.8em;
	}

#requirement ul li ul {
	margin-left: 1px;
	}

#requirement ul li ul li {
	float: none;
	margin: 0;
	padding-left: 8px;
	width: auto;
	font-size: 0.8em;
	line-height: 2em;
	background: url(../images/bullet_bg.png) no-repeat 0 12px;
	}	
	
	
.casestudiesdivider
{
	padding-top:20px;	
	border-bottom:1px solid #CCC;
}

.faqquestion
{
	color:#00ccff;
}

.chatIFrame
{
	margin-top:10px; 
	margin-left:60px;
}






#bitable {
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform:capitalize;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;	
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec 
{
	width:150px;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


#text #bitable ul li {
	float: none;
	margin: 0;
	padding-left: 16px;
	width: auto;
	font-size: 0.8em;
	line-height: 1.6em;
	background: url(../images/bullet_star.png) no-repeat 0px 8px;
	}
	
	
	#text ul li {
	float: none;
	margin: 0;
	padding-left: 16px;
	width: auto;
	font-size: 0.8em;
	line-height: 1.6em;
	background: url(../images/bullet_bg.png) no-repeat 0px 8px;
	}