/* 
*
InTime Media 2010
*
*/


@font-face {
       font-family: Calibri;
       src: local("Calibri"), url("CALIBRI.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}  


/* HTML elements  */	

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1.2em;
		font-family: Calibri, sans-serif;
		color:#F68200;
		*font-weight:bold;/* IE7 Font weight */
		
		}	
	h1{font-size:3em;margin-bottom:.1em; margin-top:10px;}	
	h2{font-size:2em;margin-bottom:.5142em;padding-top:.2em;}	
	h3{font-size:1.5em;margin-bottom:1em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 1em;display:list-item; list-style-position::outside; }	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1.4em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#666;
		}		
	body{
		font-size:13px;
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#0085B1;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:1em 2.5em;
		height:2.1em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:none;
		padding:2px 10px;
		background:#0088B2;
		color: #FFF;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
		}

/* base */

/* layout */

	#container{	
		margin:0 auto;
		width:940px;
		*width:945px; /*ie 7 layout */
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		
		}	
	#footer{
		position:relative;
		clear:both;
		}	
		
	.content{
		clear:both;
		padding:1em 1em;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:32px;
			height:32px;
			margin-right:2em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			padding:5px 10px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
		
/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{		
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:none;
		}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:underline;
		}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */


/*Custome*/
#header {width: 940px;
		height: 90px;
		padding-bottom: 20px;
		margin-top: 15px;
		background:url(../images/ui_headerDivider.png) no-repeat bottom left;}
#header h1 {  margin-left:-9999px;}
#nav { position: absolute; top:60px; right: -25px;}
#nav a { height: 40px; display:block;}
#nav a:hover { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}

body#home #tabHome a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}
body#about #tabAbout a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}

body#what #tabWhat a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}
body#apps #tabApps a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}
body#product #tabProduct a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}
body#contact #tabContact a { height: 40px; display:block; background:url(../images/ui_navIndicator.png) no-repeat bottom center; color:#F68200;}
#footer{
		padding-top: 20px;
		margin-bottom: 15px;
		margin-top: 5px;
		background:url(../images/ui_footerDivider.gif) no-repeat 
		}

li {color:#0085B1;}
.featureWrap h4 { font-weight: bold;color:#0086B2;}
.addressWrap img { margin-right: 10px; }
.featureWrap {overflow: hidden; background: #ECECEC; padding: 20px 20px 20px 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; float:left; margin-bottom:20px;}
.addressWrap {overflow: hidden; background: #ECECEC; padding: 20px 20px 20px 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; float:left; margin-bottom:20px; height: 200px;width: 245px;}
.profileWrap  {overflow: hidden; background: #ECECEC; padding: 10px 20px 20px 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; float:left; width:400px; height:340px; margin-bottom:20px;}
.featureBullets  { background: #ECECEC;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; padding: 10px 10px 10px 0; margin-bottom:20px;}
ul.rotate li {margin:0 0 0 0; list-style:none; }	
.posShortlist { margin-left: 75px; margin-top: 25px; } 
.main { width: 500px;}
ul.featureBullets li { list-style:none; background:url(../images/ui_bullet.png) no-repeat 0px 7px; padding-left: 10px;} 

.cols { overflow: hidden; margin-bottom: 1em;}
.rule { border-bottom: dotted 2px #ECECEC;}
.toggle h3  { background: url(../images/bg_toggle_closed.png) no-repeat; padding: 5px 15px; }
.toggle.expanded h3  { background: url(../images/bg_toggle_expanded.png) no-repeat; padding: 5px 15px; }
.extend { margin-bottom:50px;}
.subNavBar {
	overflow: hidden; 
	background: #ECECEC; 
	padding: 9px 0px 2px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	float:left; 
	margin-bottom:20px;
	width: 890px;
	clear:both;
	text-align:right;
	
	}
	
	.subNavBar h2 {
		display:inline;
		color:#FFF;
		font-size: 1.7em;
		float:left;
		font-weight:bold;
	}
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}
.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding:0 ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 16px; padding: 8px 28px 9px; *padding:  8px 8px 9px; }
	

	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }