html { height: 100%; margin: 0; padding: 0; }
/* -------------- Html Element ----------------- */

body
{
	background-image: url(Images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS" , Verdana, Tahoma, sans-serif;*/	
	font-size: .8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align:justify;
}

html, body { 
height: 100%; 
margin: 0; 
padding: 0; 
}


#aspnetForm { min-height:100%;}
*html #aspnetForm { height:100%;}

a
{
	outline: none;
}

a img
{
	border: 0px;
	outline: none;
}

p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1
{
	font-size: 1.23em;
	margin: 0px;
	padding: 3px 0 3px 0;
	color: #50504f;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS" , Verdana, Tahoma, sans-serif;*/
}

h2
{
	font-size: 1.23em;
	margin: 0px;
	padding: 0px;
	color: #50504f;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited
{
	color: #ce2e25;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:active
{
	color: #339900;
	text-decoration: none;
	cursor: pointer;
}
ul{
	margin:0px 0 0 10px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
	text-align:left;
}

/* ----------------- Clear fix  --------------------- */
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}
*html .clearfix
{
	height: 1%;
}

/*
ul
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li
{
	background-image: url(Images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
	padding: 5px 0 5px 15px;
}
*/

/* -------- -----  TDGflash -------------------*/

#middleHolder .TDGflash
{
	float: right;
	width: 262px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 5px;
}
.headingHolder
{
	clear: both;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
}
.headingHolder .rightThumImg
{
	float: right;
	padding-top: 2px;
}

.bottombrder
{
	border-bottom: 1px dashed #afafaf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightHeading
{
	clear: both;
	padding-bottom: 5px;
	padding-top: 3px;
}

/*----------------- testimonials ------------------*/

.testimonials
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.84em;
	padding-top: 8px;
	padding-bottom: 0px;
	line-height: 18px;
}

.testimonials h1
{
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	border-bottom:0px dashed #999999;
}

/* --------------------- practice areas --------------------------*/
#practiceAreas{
	width:265px;
	margin:4px 0px 20px 5px;
	padding:10px 0px 0px 5px;
	float:left;
	display:inline;
	background-color:#f2f2f2;
	border:1px dotted #afafaf;
} 

#practiceAreas a:link, #practiceAreas a:visited{
	color:#ce2e25;
	text-decoration:none;

}
#practiceAreas a:hover, #practiceAreas a:active{
	color:#339900;
	text-decoration:none;
}
#practiceAreas .headingOne{
	padding-top:10px;
	padding-bottom:5px;
}
#practiceAreas h1{
	font-size:1.23em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#practiceAreas ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#practiceAreas li{
	margin:0px;
	padding:5px 0 5px 18px;
	font-size:12px;
	background-image:url(images/practice.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:22px;
	/*	list-style-position:inside;
	list-style-image:url(images/practice.gif);
	list-style-position: inside; */
}

/* -------------- Bottom Image----------------- */
#bottom
{
	clear: both;
}

#bottomImg
{
	background-image: url(Images/bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 16px;
	margin:0 auto;
	width:931px;
	clear:both;
}

/* -------------- Footer ----------------- */
#footer
{
	background-image: url(Images/footerBg.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;  height: 28px; 
	padding:6px 0 0 0;
	/*height: 25px !important; margin: 0 auto 0 auto; border: 0;*/
}
/*#clearfooter { height: 45px; border: 0; margin: 0; padding: 0; } */
#footer li
{
	display: inline;
}

#footer .footerHolder
{
	width: 880px;
	margin: 0 auto;
	/*padding-top: 6px;*/
	color: #FFFFFF;
}
#footer a:link, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .copyright
{
	width: 300px;
	float: left;
}
#footer .BottomLink
{
	width: 230px;
	float: right;
}

/* --------------Comman Text Color Class  ----------------- */

.redheading
{
	color: #ce2e25;
}
.greenheading
{
	color: #339900;
}
.rightHeading
{
	width:100%;
	text-align:right;
}

#callOut
{
	background-color: #F0F0F0;
	/*padding: 1em;*/
	color: Black;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #d5d5d5;
	float:right;
	margin:0 0 0 20px;
	width:220px;
}
#callOut ul 
{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	
}
#callOut li 
{
	display:block;
	margin:0px;
	padding:0 0 0 12px;
	line-height:25px;
	list-style:none;
	background: url(Images/NewArrow.jpg) 0 8px  no-repeat;

}

#callOut h1
{
	color: #fc9d11;
	border-bottom: 1px dashed #afafaf;
	padding-bottom:5px;
	font-size: 20px;
}
#callOut h3
{
	color: #fc9d11;
	border-bottom: 1px dashed #afafaf;
	padding-bottom:5px;
	font-size: 19px;
}

.MiddleBottomBorder
{
	border-bottom:1px dashed #afafaf;
}
.DownloadLink
{
	font-size:16px;
	text-align:center;
	padding:10px 0 0 0 ;
	clear:both;
}
.ImgBorder
{
	border:1px dotted #afafaf;
	margin-left:16px;
}

#location{
	margin:0px 20px 20px 20px;
	border:1px dotted #999999;

}

.News{
	margin:15px 0 0 20px;
}

.partnerHolder{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.partnerleft{
	width:280px;
	float:left;
}
.partnerRight{
	width:280px;
	float:right;
}

.partnerLogo{
	float:left;
	width:170px;
}
.partnerLogo1{
	float:left;
	width:250px;
}

/* Engagement Models*/

#Engagement{
	clear:both;
	overflow:hidden;
}
#Engagement .LeftModel{
	float:left;
	width:330px;
	margin-right:10px;
}
#Engagement .RightChart{
	float:right;
	width:265px;
}
#Engagement ul{
	margin:0px;
	padding:0px;
	display:block;
}
#Engagement li{
	margin:0px;
	padding:2px 5px;
	display:inline;
	background:none;
	color:#000000;
	font-weight:bold;
}

/*Engagement Roadmap */

#Roadmap{
	clear:both;
	overflow:hidden;
}
#Roadmap .Roadmapbox{
	float:left;
	width:192px;
	text-align:left;
	margin-right:10px;
}
#Roadmap ul{
	margin:0px;
	padding:0px;
	display:block;
}
#Roadmap li{
	margin-top:5px;
	padding:0px 0px 0 15px;
	/*background: url(Images/RoadmapList.gif) left center no-repeat;*/
	background: url(Images/RoadmapList.gif) 0 8px  no-repeat;
	/*color:#000000;*/
}
#Roadmap .RoadMapImg{
	padding:10px 0;
	clear:both;
	overflow:hidden;
}

.scrum{
	padding:15px 0;
	clear:both;
	overflow:hidden;
}

.sf_newsTitle a{font-size:14px; font-weight:bold; line-height:1.5em;}
#erp{ border-collapse:collapse;}
#erp h2 {margin:0px; padding:0px;}
#erp ul{margin:0px; padding:0px;}
#erp li{margin:0px; padding:2px 0 2px 12px;}
#erp td{padding:0px 5px;}





.certificates{ clear:both; overflow:hidden;}
.certificates_Pho{float:left; margin:0 10px 0 0;}


.sf_newsList li
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-bottom:1px dotted #999999;
	
}




/* Jitendra singh The Digital Group */

