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

/* Common CSS */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote{margin:0;padding:0;}
* {margin: 0px;padding: 0px;}

body{
	background: #a1a1a1 url(../images/bodybg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}

a, input {
    outline:none;
    -moz-outline:none;
}

#main_body{
	background: url(../images/body.png) repeat-y center top;
	width: 993px;
	margin:0 auto;
	padding: 0 10px;
}


/* home page styles */

#headerPanel{
	height: 89px;
	display: block;
	margin:0 auto 0 auto; 
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat;
}

#headerPanel img.logo{
	margin-left: 16px;
	margin-top: 10px;
	height: 70px;
}

#headerPanel img.topLine{
	vertical-align: top;
	margin-left: 503px;
	margin-top: -75px;
	display: block;
}

.headerMenu ul{
	display:block; 
	height: 35px;
	background-color:#FFFFFF;
	border-bottom: 3px solid #666666;
}

.headerMenu ul li{
	float:left; 
	display:block;
	/*margin-top: 10px;*/ 
	font: 16px/35px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 141px;
	height: 35px;
	border-right: 1px solid #a7a7a7;
}                 
 
.headerMenu ul li a{
	font-weight: normal;
	color:#666666; 
	display:block;
	text-decoration:none;
	-moz-outline-color: transparent;
}

.headerMenu ul li a:hover{
	font-weight: bold;
	color:#666666; 
	background-image: url(../images/menuhover1.gif);
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 35px;
	-moz-outline-color: transparent;
}

.headerMenu ul li a.selectedMenu{
	font-weight: bold;
	color:#666666; 
	background-image: url(../images/menuhover1.gif);
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 35px;
}

.headerMenu ul li.end{
	border-right: none;
} 

#mainTopContentPanel{
	background-image: url(../images/topContentBg.jpg);
	background-repeat: repeat;
	height: 268px;
}

#leftTopPanel{
	width:440px;
	height: 260px; 
	float:left; 
}

#leftTopPanel p{
	font:40px Arial, Helvetica, sans-serif; 
	font-weight: normal;; 
	color: #FFFFFF;
	text-align: center;
	margin: 46px 0 0 90px;
	width: 350px;
	height: 150px;
}

#leftTopPanel a{
	background-image: url(../images/viewDemoBtn.png);
	background-repeat: no-repeat;
	display: block;
	width: 111px;
	height: 41px;
	text-indent: -2000px;
	margin-left: 310px;
	margin-top: 20px;
	-moz-outline-color: transparent;
}

#mainBottomContentPanel{
	background-image: url(../images/bottomContentBg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#leftBottomPanel{
	width:499px;

	float:left; 
}

#leftBottomPanel h2{
	font:24px/60px Arial, Helvetica, sans-serif; 
	font-weight: normal;; 
	color: #007093;
	height: 60px;
	padding-left: 20px;
}

#leftBottomPanel p{
	font:14px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-align: justify; 
	color: #666666;
	padding-left: 20px;
}

#separator{
	background-image: url(../images/separator.png);
	background-repeat: repeat-y;
	display: block;
	height: 208px;
	width: 1px;
	float:left;
	margin-top: 10px;
	margin-left: 42px;	
}

#formPanel{
	float:left; 
	margin-left: -42px;
}

#formPanel h2{
	font:24px/60px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #007093;
	height:56px;
	padding-left:73px;
	position:relative;
	width:300px;
	line-height: 18px;
	margin-top: 23px;
}

#formPanel h2 span{
	position: absolute;
	top: 22px;
	left: 73px;
	font-size: 12px; 
	font-weight: normal;
	color: #666666;
	height: 20px;
	width: 452px;
	
	
} 

#formPanel h2 p{
	font:14px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #666666;
}

#formPanel form label{
	float: left;
	text-align: right;
	padding-top: 3px;
	width: 130px;
	font-weight: normal;
}

#formPanel form input{
	height: 20px;
	width: 250px !important;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #7c7c7c;
	padding:0px !important;
	text-align: left !important;
}

#formPanel form input.moreWidth{
	width: 350px !important;
}

#formPanel form textarea{
	height: 80px;
	width: 350px !important;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #7c7c7c;
	padding:0px !important;
	text-align: left !important;
}

br{
	clear: left;
}
.clr{
	clear:both;
}
#formPanel form .submitbutton{
	background-image: url(../images/submitBtn.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 295px;
	display: block;
	border: none;
	width: 93px !important;
	height: 25px;
	cursor: pointer;
	-moz-outline-color: transparent;
}

#formPanel form input.submitbutton.summitContact{
	margin: 10px 0 0 395px;
}

/* home page styles */

/* common styles for other pages */

#commonTitleBg{
	background-image: url(../images/commonTitleBg.jpg);
	background-repeat: repeat;
	height: 102px;
	width: 100%;
}

#commonTitleBg img{
	margin: 30px 0 0 20px;
}

#commonContentBg{
	background: #fff url(../images/commonBottomContentBg.jpg) top left repeat-x;
	padding-bottom: 10px;
}

#contentLeft{
	float:left;
}

#contentRight{
	float:left; 
}

#commonRightBg{
	background-image: url(../images/rightBg.gif);
	background-repeat: no-repeat;
	width: 311px;
	margin-top: 15px;
	margin-left: 50px;
	min-height: 352px;
}

#commonRightBg img{
	margin-top: 23px;
	margin-left: 55px;
}

#commonRightBg h3{
	font: 16px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #007093;
	height: 30px;
	padding-left: 55px;
}

#commonRightBg h4{
	font: 16px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #007093;
	height: 20px;
	padding-left: 30px;
}

#commonRightBg p{
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #4c4c4c;
	padding-left: 55px;
}

#commonRightBg p.blog{
	padding-left: 30px;
}

/* common styles for other pages */

/* about us page styles */

#commonContentBg h2.commonSubHead{
	font:24px/60px Arial, Helvetica, sans-serif; 
	font-weight: normal;; 
	color: #007093;
	height: 60px;
	padding-left: 20px;
}

#commonContentBg p.commonTxt{
	font:14px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-align: justify; 
	color: #666666;
	padding-left: 20px;
	width: 960px;
}

#commonContentBg p.commonTxt.commonTxtNormal{
	width: 598px;
}

.aboutUs{
	width: 620px;
}

/* about us page styles */

/* services page styles */

#commonContentBg h2.servicesSubHead{
	font:24px/60px Arial, Helvetica, sans-serif; 
	font-weight: normal;; 
	color: #007093;
	height: 60px;
	padding-left: 20px;
}

#contentLeftMore{
	float:left;
}

#latestNews{
	width: 350px;
	margin: 30px 0 0 20px;
}

#latestNews ul li a{
	font:14px/47px Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #007093;
	padding-left: 70px;
	background-image: url(../images/newsIcon.jpg);
	background-repeat: no-repeat;
	-moz-outline-color: transparent;
	display: block;
	text-decoration: none;
	height: 47px;
	width: 270px;
	
}

#latestNews ul li a:hover{
	font:14px/47px Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #007093;
	background-image: url(../images/newsIcon.jpg);
	background-repeat: no-repeat;
	-moz-outline-color: transparent;
	display: block;
	text-decoration: none;
	height: 47px;
	width: 270px;
	background-position: 0 -47px;
}

#latestNews ul li a.selected{
	font:14px/47px Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #007093;
	background-image: url(../images/newsIcon.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 47px;
	width: 270px;
	background-position: 0 -47px;
}

#newsDetails{
	height: 350px;
	width: 500px;
	margin: 50px 0 0 10px;
}

#latestNews ul li{
	list-style: none;
	height: 60px;
}

#newsDetails p{
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-align: justify;
	color: #4c4c4c;
}

#dynamicNewsTxt{
	overflow: hidden; 
	position: relative; 
	text-align: left; 
	height: 250px; 
	width: 500px;
}

#dynamicNewsTxt ul{
	position: absolute; 
	width: 500px; 
	height: 2000px; 
	top: -5px; 
	left: -5px;
}

.dynamicTxtContent{
	overflow: hidden; 
	display: block; 
	line-height: 18px;
	float: left; 
	height: auto; 
	width: 500px;
}

/* services page styles */

/* partners page styles */

#partners img{
	margin: 60px 0 0 90px;
}

/* partners page styles */

/* portfolio page styles */

#portfolio img{
	margin: 30px 0 0 20px;
}

/* portfolio page styles */


/* portfolio Details page styles */


#portfilioLinks{
	margin-top: 100px;
	float: left;
}

#portfilioLinks ul li{
	list-style: none;
	padding-left: 20px;
	line-height: 25px;
	margin-bottom: 5px;
	width: 180px;
}

#portfilioLinks ul li a{
	font: 12px/30px Arial, Helvetica, sans-serif; 
	color: #474747;
	height: 30px;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}

#portfilioLinks ul li a:hover{
	color: #474747;
	display: block;
	padding-left: 20px;
	background-image: url("../images/portfolio_linkbg.png");
	/*background-color: #2a9cbe;*/
	text-decoration: none;
	-moz-outline-color: transparent;
	-moz-border-radius:0.3em 0.3em 0.3em 0.3em;
}

#portfilioLinks ul li a.selected{
	color: #474747;
	display: block;
	padding-left: 20px;
	background-image: url("../images/portfolio_linkbg.png");
	/*background-color: #2a9cbe;*/
	text-decoration: none;
	-moz-outline-color: transparent;
	-moz-border-radius:0.3em 0.3em 0.3em 0.3em;
}

.portfilioTxt{
	margin-top: 50px;
	margin-left: 250px;
}

/* portfolio Details page styles */


/* game Details page styles */
#gameDevelopmentDetails{
	float: left; 
	width: 400px; 
	margin-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}

#gameDevelopmentImg{
	margin-top: 45px;
	text-align: center;
}
/* game Details page styles */

/* blog page styles */

#blogContentBg{
	background-image: url(../images/blogContentBg.jpg);
	background-repeat: repeat;
	width: 998px;
}

#blogContentsLeft{
	width: 590px;
	margin-left: 20px;
	margin-top: 30px;
	float: left;
}

#blogContentsLeft span{
	font:16px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	line-height: 25px;
	color: #474747;
	padding-left: 10px;
}

.underline{
	opacity:0.2;
	/*filter:alpha(opacity=40);*/
}

#blogContentsLeft a.prevBtn{
	background-image: url(../images/prevButton.gif);
	background-repeat: no-repeat;
	-moz-outline-color: transparent;
	text-indent: -2000px;
	display: block;
	float: left;
	margin-top: 30px;
	text-decoration: none;
	width: 70px;
}

#blogContentsLeft a.nextBtn{
	background-image: url(../images/nextButton.gif);
	background-repeat: no-repeat;
	-moz-outline-color: transparent;
	text-indent: -2000px;
	display: block;
	float: right;
	margin-top: 30px;
	text-decoration: none;
	width: 42px;
}

#blogContentsLeft p{
	text-align: justify;
}

#blogContentsLeft p.smallTxt{
	font:11px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #474747;
}

#blogContentsLeft p.smallTxt.right{
	text-align: right;
}

#blogContentsLeft p.smallTxt.right a{
	font:11px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	color: #474747;
	text-decoration: none;
}

#blogContentsLeft p.smallTxt.right a:hover{
	text-decoration: underline;
}

#blogContentsLeft hr.dottedLine{
	border: 1px dotted #CCCCCC;
	
}

#blogContentsRight{
	float: left;
}

#blogRightBg{
	background-image: url(../images/rightBg.gif);
	background-repeat: no-repeat;
	height: 352px;
	width: 311px;
	margin-top: 30px;
	margin-left: 50px;
}

#blogRightBg h4{
	font: 16px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #007093;
	height: 20px;
	padding-top: 30px;
	padding-left: 30px;
}

#blogRightBg img{
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}

#blogRightBg img.advt{
	margin-top: 20px;
}

#blogRightBg ul li{
	padding-left: 30px;
	line-height: 20px;
	list-style: none;
}

#blogRightBg ul li a{
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #474747;
	text-decoration: none;
	line-height: 20px;
}

#blogRightBg ul li a:hover{
	text-decoration: underline;
}

#blogRightBg a img{
	border: none;
}

/* blog page styles */

/* carousel styles1 */

#wrapper {
	margin-left:15px;
	height: 350px;
	position:relative;
	width:956px;
	/* 
	background: url('/images/body_footer_bg.jpg') no-repeat center bottom;
	padding-bottom: 365px;
	*/
}

#content .bg {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

table.layout-grid a.disabled, table.layout-grid a.disabled:hover {
	color: #aaa;
	cursor: default;
	text-decoration: none;
}

/* Content */

#content {
	zoom: 1;
}

.content {
	padding: 0 3px 0 3px;
	overflow: hidden;
}

#content .content {
	min-height: 284px;
}

#carousel #content .content {
	background: none;
}

#ie7 #content .content {
	height: 284px;
	overflow: visible;
}

#ie6 #content .content {
	height: 284px;
	overflow-y: visible;
	overflow-x: visible; 
}


/* Layout */

.layout-grid {
	width: 100%;
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.carousel {
	/*background: url('../images/carousel/image1.jpg') no-repeat;*/
	height: 284px;
	width: 300px;
	overflow: hidden;
}


.ui-transparent {
	opacity:0;
	filter:Alpha(Opacity=0);
}

/* carouselflow */

div.carouselflow-button-left {
	background:transparent url("../images/leftArrow.png") no-repeat scroll left top;
	cursor:pointer;
	height:36px;
	left:-5px;
	position:absolute;
	top:150px;
	width:35px;
	z-index:999;
}
/*
div.carouselflow-button-left .bg {
	background: url("../images/leftArrow.png") no-repeat left bottom;
	width: 35px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
*/
div.carouselflow-button-right {
	background:transparent url("../images/rightArrow.png") no-repeat scroll right top;
	cursor:pointer;
	height:36px;
	position:absolute;
	right:-12px;
	top:150px;
	width:35px;
	z-index:999;
}

/*
div.carouselflow-button-right .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/rightArrow.png") no-repeat right bottom;
	width: 35px;
	height: 36px;
}
*/

.carouselflow {
	position: absolute;
	top: 50px;
	float: right;
	right: 20px;
	width: 25%;
	height: 284px;
	
}

.textDisplay{
	width: 380px;
	float: left;
	margin-top: 100px;
 	margin-left: 50px;
}

.carouselflow div {
	float: left;
	height: 100px;
	width: 75px;
	cursor: pointer; 
	cursor: hand;
}

.ie .carouselflow div {
	zoom: 1;
}

.carouselflow div {
	/*border: 1px solid #666;*/
	display: block;
}

/*
.carouselflow div:hover {
	border: 1px solid #666;
	opacity: 1 !important;
}
*/

.carouselflow div img {
	height: 100%;
	width: 100%;
	display: inline-block; 
	
}

.carouselflow div.shadow {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: black;*/
}

.ie .carouselflow div.shadow {
	display: none;
}

/* carousel styles1 */

/* footer styles */

#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1011px;
	
	height: 64px;
}

#ie7 #footer{
	*width: 1009px;
}

#footer p{
	font:10px/32px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 9px; 
	color: #838282;
	width: 185px;
	height: 64px;
	margin: 0 auto;
}
div .error{
	text-align:right;
	color:#ff0000;
}
div .success{
	text-align: right;
	color:#52ae25;
	height: 20px;
	vertical-align: top;
}
div .fail{
	text-align: right;
	color:#FF0000;
	height: 20px;
	vertical-align: top;
}

/* footer styles */

