/* @override http://localhost:8888/style.css */

/* @override http://localhost:8888/style.css */

/* @override http://localhost:8888/style.css */

/* @override http://localhost:8888/style.css */

/* @group Blueprint */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
html { font-size:100.01%; }
body {
	font-size: 100%;
	color: #000;
	background: #fff;
	font-family: 'Wellfleet', cursive, 'Josefin Sans Std Light', "Helvetica Neue", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

h1 {
	font-weight: normal;
}

img {
max-width: 100%;
}

/* @end */


/* @group main */

.ie6 html,
.ie7 html,
.ie8 html {
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
	background: #c3c8ce;
	/* background: url('radial-gradient.png') 50% 50% no-repeat; */
	background: radial-gradient(#dde0e5, #9da8ae); 
}

.hline { 
	/* width:100%;  */
	height:2px; 
	background: #fff; 
	margin-left:15px; 
	margin-right:15px; 
}.hline2 { 
	/* width:100%;  */
	height:2px; 
	background: #fff; 
	margin-top:10px;
}

.vline { 
	height:100%;  
	width:3px; 
	background: #c80019;  
	float:left;
}

#wallpaper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}

.notready #content {
	left: -999px;
	width: 0;
}

.ready #content {
	left: 0;
	width: 100%;
}

#copyright {
	font-size: 12px;
	position: absolute;
	font-style: normal;
	width: 220px;
	text-align: left;
	color: #FFF;
	
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);

	left: -90px;
	bottom: 60%;
	
	-khtml-opacity:.30; 
	-moz-opacity:.30; 
	-ms-filter:"alpha(opacity=30)";
	filter:alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
	opacity:.30; 

}

.ie #copyright {
	left:  20px;
	bottom: 10px;
}

/* @end */

/* @group colors */

a {
	color: #c80019;
	text-decoration: none;
}

/* @end */

/* @group #nav */

#nav {
	position: fixed;
	display: inline-block;
	list-style: none;
	text-align: center;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	z-index: 3;
	background: #f33344;
	top: 0;
	bottom: 0;
	left: 67%;
	right: 0px;
}

.ltie8 #nav {
	display: inline;
}

.ltie9 #nav {
	border: solid 1px #A8B1B8;
	border-top: none;
}

#nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.ltie8 #nav li {
	display: inline;
}

#nav-menu a {
	display: block;
	 /* font-size: 20px;  */
	font-size: 1.2em; 
	padding: 10px 20px;
	color: #FFF
}

#nav-menu a:hover {
	background: rgba(226,227,232,0.51);
}

#nav-menu li.current a {
	background: #fff;
	color: #c80019;
}

#nav-menu li.current {
	background: none;
}


/* @end */


/* @group footer */

#footer {
	color: #666;
	/*background: #000;*/
	background: #fff;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	padding-right: 4em;
	z-index: 5;
}

#header-social {
    /*padding: 15px 0; */
    padding: 25px 10px; 
	float: right;
    list-style: none;
    margin: 0;
}

#header-social li {float: left; margin: 0 0 0 10px;}
.social-button {
	display: block;
	text-indent: -999em;
	height: 35px;
	width: 35px;
	background-image: url(images/social2.png);
	background-repeat: no-repeat;
}

#header-social li a{
	padding:0px;
}

#header-social li.current{
	background:none;
}

#facebook { background-position: 0 0; }
#facebook:hover { background-position: 0 -51px;}

#youtube { background-position: -44px 0; }
#youtube:hover { background-position: -44px -50px;}

#twitter { background-position: -128px 0px; width: 42px; }
#twitter:hover, #twitter a:hover { background-position: -128px -51px; }

#linkedin { background-position: -87px 0; }
#linkedin:hover { background-position: -87px -51px; }

/* @end */

/* @group main-show */

#main-show {
	position: absolute;
	left: 0%;
	top: 0%;
	/* width: 100%; */
	width: 67%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.page {
	width: 100%;
	height: 100%;
}



/* @end */

/* @group Right side: right-pages */

#right-pages{
	height:100%;
	width:100%;
	overflow:auto;
}

/* @end */

/* @group #introduction */
#introduction{
	background: #ff6c00;
	position: absolute;
	width: 100%;
	color: #FFF;
	overflow-y:auto;
}


#introduction h1 {
	text-align: center;
	/* width: 100%; */
	font-size: 3em;
	/* background: url(images/drop-shadow.png) no-repeat center 182px; */
}

.ltie9 #introduction h1 {
	background: none;
}

.page {
	text-align: left;
}

#introduction p {
	text-align: center;
	/* font-size: 30px; */
	color: #FFF;
	width: 100%;
}

#team-pics{
	margin:auto;
	height:285px;
	width:100%;
	text-align:center;
}

.our-pics {
	/* display: block; */
	/* text-indent: -999em; */
	height: 150px;
	width: 150px;
	background-image: url(images/about-us-pics.jpg);
	background-repeat: no-repeat;
	/* float: left;   */
	margin:15px;
}

#shiva { background-position: 0 0;}
#shiva:hover { background-position: -150px 0;}

#karun{ background-position: 0 -157px; }
#karun:hover { background-position: -150px -157px;}

#sri{ background-position: 0 -312px; }
#sri:hover { background-position: -150px -312px;}

#praveen{ background-position: 0 -472px; }
#praveen:hover { background-position: -150px -472px;}

.our-pics2 {
	/* display: block; */
	/* text-indent: -999em; */
	height: 150px;
	width: 150px;
	background-image: url(images/about-us-pic4.jpg);
	background-repeat: no-repeat;
	/* float: left;   */
	margin:15px;
}

#kumar { background-position: 0 0;}
#kumar:hover { background-position: -150px 0;}

#jit{ background-position: 0 -157px; }
#jit:hover { background-position: -150px -157px;}

#madan{ background-position: 0 -312px; }
#madan:hover { background-position: -150px -312px;}

#rakesh{ background-position: 0 -472px; }
#rakesh:hover { background-position: -150px -472px;}


.our-pics3 {
	/* display: block; */
	/* text-indent: -999em; */
	height: 150px;
	width: 150px;
	background-image: url(images/about-us-pic5.jpg);
	background-repeat: no-repeat;
	/* float: left;   */
	margin:15px;
}

#naga{ background-position: 0 -157px; }
#naga:hover { background-position: -150px -157px;}

/* @end */



/* @group #navigation-show, #app-show */

#navigation-show, #apps-show {
	position: absolute;
	width: 100%;
	font-size: 100px;
	height: 100%;
}

#navigation-show li, #apps-show li {
	width: 100%;
	text-align: center;
	height:100%;
}

.ltie9 #navigation-show li,.ltie9 #apps-show li  {
	background: none;
}

#navigation-demo ul.nav,#apps-demo ul.nav {
	max-width:100%;
    height:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#navigation-demo ul.nav li,#apps-demo ul.nav li {
	display: inline-block;
 	width: 150px;	
	height: 100%; /*
	line-height: 33px;*/
	cursor: pointer;
	padding: 15px 0px 15px 0px; 
	
	display: inline-block;
    vertical-align: middle;
}

.ltie8 #navigation-demo ul.nav li,.ltie8 #apps-demo ul.nav li{
	display: inline;
}

.normal {
	background:#FFF; 
	color: #000;
} 

.current {
	background: #c80019; 
	color:#FFF;
}

.use-your-keyboard {
	width: 100%;
	position: absolute;
	bottom: 140px;
	text-align: center;
	font-size: 0.8em;
	z-index:10
}

#bottom-bar, #apps-bottom-bar{
	background-color:rgb(255,255,255);
	position:absolute;
	width:100%;
	height:135px;
	bottom:0px;
	z-index: 10;
}

/* @end */

/* @group Right side content: products & apps global */

#products, #apps{
	height:100%;
	width:100%;
	color: #FFF;
}

.products-desc{
	text-align: left;
	padding: 15px;
	color: #FFF;
}

.products-desc p{
	padding-top: 15px;
}


.products-desc h1,.products-desc h2{
	font-size: larger;
	font-weight: bold;
}

#products ul,#apps ul{
	padding:20px;
	padding-top:15px;
}
#products li,#apps li{
	display:list-item;
}

.screenshots-potrait{

}


#screenshots-draw,#screenshots-greeting,#screenshots-birthday,#screenshots-callsms,#screenshots-mycity{
 	height: 300px;
	width:  200px; 
	overflow: hidden;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 6px solid #FFF; 
}

#screenshots-forever,#screenshots-christmas,#screenshots-pod,#screenshots-neon{
 	height: 200px;
	width:  300px; 
	overflow: hidden;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 6px solid #FFF; 
}

#screenshots-chess{
 	height: 225px;
	width:  300px; 
	overflow: hidden;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 6px solid #FFF; 
}



#aboutus-right{
	overflow:auto;	
}


/* @end */

/* @group #transition-show */

#transition-demo {
	/* background: url(images/drop-shadow.png) no-repeat center 446px; */
}

.ltie9 #transition-demo {
	/* background: none; */
}

#transition-show {
	/* height: 300px;
	width:  400px; */
	height: 100%;
	width:  100%;
	overflow: hidden;
	margin: auto;
	right:0px;
	/* margin-top: 155px; */
}

.showy{
	position:static;
	width:100%;
	height:100%;

}

/* @end */