body{
	margin:0px;
	padding:0px;
	font-family: georgia ; 
	font-size: 12px;
	color: #000;
	background: #cccccc;
	background: -moz-linear-gradient(#cccccc, #ffffff); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, 
	#cccccc));	
	background: -webkit-linear-gradient(#cccccc, #ffffff);	
	background: -o-linear-gradient(#cccccc, #ffffff);
	background: -ms-linear-gradient(#cccccc, #ffffff);
	background: linear-gradient(#cccccc, #ffffff);
}
p,h1,h2,h3,h4,h5,h6{
	padding:0px 5px 1px 5px;
	margin:0px;
}
a {
	text-decoration: none;
	font-weight:bold;
}
strong{
	padding-left:20px;
}
ul li b{
	font-family: georgia ; 
	font-size: 12px;
	color:red; #707475;
}
ul, ul ul {
	margin: 0;
	padding: 1;
	list-style-image: url("../images/acesynergi_arrow.png");
	list-style: none;
}
h3{
color:#3272ba;
}
#maincontent,footer{
	width:980px;
	height:auto;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
#maincontent{
box-shadow: 0px -10px 9px rgba(0,0,0,0.7); 
-moz-box-shadow: 0px -10px 9px rgba(0,0,0,0.7); 
-webkit-box-shadow: 0px -10px 9px rgba(0,0,0,0.7);
-o-box-shadow: 0px -3px 10px 9rgba(0,0,0,0.7)
}
#header{
	height:88px;
	background:#FFFFFF;
}
#logo{
	padding-top:25px;
	margin:0px 5px -70px 9px;
	height:65px;
	width:300px;
	float:left;
	background:none;url('../images/logo.png');
}
#navigation{
	left: 630px;
	width: 530px;
	float:right;
	margin-top:65px;
	text-align: right;
	font-size: 95%;
}
#navigation ul li{
	display: inline;
}
#navigation li  {
	color: #3272ba;
	text-decoration: none;
}
#navigation li a {
	color: #3272ba;
	margin-right:5px;
	border-right:1px solid gray;
	text-decoration: none;
	padding-right:5px;
}
#navigation li:last-child a {
	border-right:0px solid gray;
}
#navigation a:hover {
	color: gray;
}
#container{
	background:#ffffff;
}
/* Main */
.menu 
{
	float: left;
	height: 35px;
	width: 980px;
}
#menu
{
	width: 100%;
	margin:0px;
	padding: 0px;
	list-style: none;  
	background:#3272ba url("../images/bg.jpg") repeat-x; 
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 10px 0 10px 0;
	position: relative;
	line-height: 0;
	margin:0px;
	border-right:1px solid rgba(192,192,192,0.3);
	
}
#menu li:last-child
{
	border-right:0px solid #ffffff;
}	
#menu a 
{
	float: left;
	padding: 8px 37px 8px 37px;
	color:#ffffff;
	/*text-shadow:1px 1px black;
	font: bold 12px/25px Arial, Helvetica;*/
	text-decoration: none;

}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin-top: 10px;
    padding: 0;    
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;    
   	background:#3272ba url("../images/bg.jpg") repeat-x; 
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	border-bottom:1px solid #ffffff;
    box-shadow: 0 1px 0 #45d1ff, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding-right:0px;
	border-right:1px solid rgba(192,192,192,0.3);
}
#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 230px;
	height: auto;
    line-height: 1;
	display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
	background:#FFFFFF;
	color:#000000;
}
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #0070c0;
}
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0px solid #0070c0;
}
#menu ul li:first-child a:hover:after
{
   border-bottom-color: #04acec; 
}
#menu ul.menusub{
	width:250px;
	margin:5px 0px 0px 100px;
}
#menu ul ul li:first-child a:hover:after
{
	border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/*menu style ends here*/
#leftside{
	width:730px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.1);
	border-left:none;
}
#staticimage{
	width:260px;
	height:250px;
	float:left;
	background:url('../images/static.png');
}
#slides{
	width:720px;
	height:250px;
	margin:10px;
	background:white;
}
/*Slides style*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; width:565px;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 2px; float: left;margin-left:160px; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid 
#B8C4CF; 
color: #B8C4CF; text-indent: -1000px; }
.cs-active {background:#0070C0;color: #FFFFFF; }
.cs-title { width: 440px; padding: 10px; background-color:#000000; color: #FFFFFF; }
.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/*slides style ends here*/
#images{
	height:130px;
	background:#45d1ff;
	margin:5px 0px 10px 0px;
	background:-o-linear-gradient(#0070c0,white) no-repeat;
	background:-webkit-linear-gradient(#0070c0,white) no-repeat;
	background:-moz-linear-gradient(#0070c0,white) no-repeat;
}
.images{
	width:135px;
	height:120px;
	margin:5px;
	float:left;
}
/*index page content styles*/
.index_content{
	width:700px;
	margin-left:15px;
}
.index_div1{
	width:230px;
	float:left;
	height:230px;
}
.div_right{
	width:225px;
	height:120px;
	margin:5px;
}
.content_title{
	height:100px;
	width:225px;
	margin:5px;
}
.content_title .title{
	padding-top:10px;
	font-size:9px;
}
.content_title .title a{
	color:#b40000;
}
.text{
	text-align:left;line-height:16px;
}
.index_line{margin:13px; border:1px solid rgba(0,0,0,0.1);}
.blog{margin-left:15px;}
.blog .title{font-size:16px;padding-bottom:8px;}
.blog .title a{color:#b40000;}
.blog .img{width:200px;background:url("../images/acesynergi_ba_blog.png") no-repeat;height:140px;float:left;}
.blog .content{float:right;width:500px;line-height:25px}
.blog .content li{list-style-type:square;margin-left:25px;}
/*index page content styles ends here*/
#sidebar{
	width:240px;
	float:right;
}
#enrollment,#info{
	width:220px;
	margin:5px;
	color:#ffffff;
	height:120px;
}
center{
	padding-top:13px;
}
#enrollment{
	height:100px;
}
#info{
	height:80px;
	margin-top:77px;
	border-radius: 2px 2px 2px 2px;
	background:#EFEEEC;
	color:#000000;
	border:1px solid gray;
}
#info h5{color:#fff;padding-top:5px;}
#gallery{
	width:220px;
	margin:5px;
	color:#0070c0;
	height:220px;
	border:1px solid gray;
}
#tab_element{
	width:240px;
	color:#0070c0;
	height:220px;
}
h5{
	text-align:center;
	 border-radius: 2px 2px 2px 2px;
	font-size:14px;
	background:#0070c0;
	color:#ffffff;
	height:25px;
}
.box1{
	background: none repeat scroll 0 0 #0070C0;
	font-family: Arial;
	width:245px;
	padding-top:0px;
	padding-bottom: 12px;
	border:5px  gray;
	margin:-10px;
}
.box2{
	float: right;
	background: none repeat scroll 0 0 #3272BA;;
	font-family: Arial;
	width:auto;
	padding-top:0px;
	padding-bottom: 12px;
	border:5px  gray;
	margin:-10px;
}
hr{padding:0px;margin:0px;color:#ffffff}
#tabs{
	background:none;
	height:300px;
	margin-right:5px;
}
/*tabs ends*/
.clr{
clear:both;
}


.links li,.share li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.links ul
{
	float:left;
	width:500px;
	margin-top:25px;
	font-weight:bold;
}
.links1 ul {
    float: right;
    font-weight: bold;
    margin-top: -73px;
    width: 227px;
}
.links ul li a
{
	float:left;
	color:white;
	padding:0px 10px 0px 10px;
	font-size:14px;
	border-right:1px solid #ffffff;
}
.links ul li:last-child a
{
	border-right:0px solid #ffffff;
}
.links ul li 
{
	float:left;
}
.links ul li a:hover
{
	text-decoration:underline;
}
.share ul
{
	float:right;
	margin-right:20px;
}
.share ul li a
{
	float:left;
	padding:20px 0 20px 2px;
	font-size:12px;
}
.share ul li 
{
float:left;
}
.share ul li a:hover
{
text-decoration:underline;
}
/*contact us style*/
.contact_us{
	width:940px;
	height:30px;
	margin-right:10px;
	margin-left:10px;
}
.contactus1{
	margin-top:10px;
	width:300px;
	float:left;
}
.contactus1 b{
	line-height:20px;
}
.contactus2{
	margin-top:10px;
	width:600px;
	float:left;
}
.contactus3{
	margin-top:10px;
	margin-right:80px;
	width:280px;
	float:right;
}
.error,.success{
	color:red;
	margin-left:20px;
	margin-top:10px;
}
.success{color:green;}
#contact_form{
width:200px;
}
h4{
	color:#0070C0;
	font-size:20px;
}
#client{
	margin-top:10px;
	margin-left:-38px;
	margin-right:0px;
}
#client li{
margin-right:8px;
margin-bottom:2px;
height:33px;
border:1px solid rgba(0,0,0,0.1);
background:red;
border-radius:3px;
}
#center1 {
    padding-top: 3px;
}
#client li a{
	color:#fff;
	line-height:30px;
	padding:0px 15px 0px 11px;
}
#client  li.ba {
	background:#2a7cc0;
}
#client li.about {
	background:#bd0841;
}
#client li.d{
	background:#ef9422;
}
#client li.e{
	background:#6ea136;
}
#client li.f{
	background:#ad0060;
}
#client li.g{
	background:#5c116d;
}
#client li.domain{
	background:#4c4c00;rgb(192,192,192);
	}
/*Bullets*/
.points li,#data-warehousing li{
	margin-left:25px;
	list-style-type:disc;
	text-transform: capitalize;
	list-style-image:url('../images/acesynergi_arrow.png');
	list-style-type:none;
}
/*Bullets in business-analyst-training page */
.points1 li,#data-warehousing li{
	margin-left:2px;
	list-style-type:disc;
	text-transform: capitalize;
	list-style-image:url('../images/acesynergi_arrow.png');
	list-style-type:none;
}
#form{
	border:1px solid gray;
	border-radius:10px;
	width:480px;
	margin-bottom:10px;
}
#form table {
	margin:10px;
}
#form table td{height:35px;}
#request-demo{
	width:200px;
	background:#3272ba;
	background: -moz-linear-gradient(#3272ba, #cccccc); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cccccc),color-stop(1, 
	#3272ba));	
	background: -webkit-linear-gradient(#3272ba, #cccccc);	
	background: -o-linear-gradient(#3272ba, #cccccc);
	background: -ms-linear-gradient(#3272ba, #cccccc);
	background: linear-gradient(#3272ba, #cccccc);
	color:#fff;	
}
.footcompany {
    float: left;
    height: 30px;
    padding-top: 9px;
    padding-left: 200px;
    width: 300px;
}
.footpopulartags {
    float: left;
    height: 30px;
    padding-top: 13px;
    padding-right: 224px;
    width: 150px;
}
.contactus {
	float: right;
    height: 30px;
    padding-top: 20px;
    padding-right: 224px;
    width: 150px;
}
.text_foot_1 {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.foot_tab1 {
	padding-top: 33px;
    padding-left: 62px;
    float: left;
    height: auto;
    width: 116px;
}

.foot_tab2 {
	padding-top: 36px;
    float: left;
    height: auto;
    padding-left: 80px;
    width: 135px;
}
.foot_tab3 {
    float: left;
    height: auto;
    padding-left: 23px;
    padding-top: 35px;
    width: 400px;
}
.foot_left3 {
    float: right;
    height: auto;
    padding-left: 20px;
    padding-top: 4px;
    width: 270px;
}
.com_tab_1 {
    background-image: url("images/foot_tab_line.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    padding-top: 7px;
    width: 116px;
}
.foot_lk_hed1 {
    float: left;
    height: 30px;
    padding-top: 20px;
    width: 300px;
}
.divboder0 {
    border-style: dashed;
    border-width: 1px;
    height: 234px;
    padding-top: 4px;
    width: 164px;
    padding-left: 25px;
}
.divboder1 {
    border-style: dashed;
    border-width: 1px;
    height: 234px;
    padding-top: 5px;
    width: 120px;
    padding-left: 45px;
}
.divboder2 {
    border-style: dashed;
    border-width: 1px;
    height: 234px;
    padding-top: 4px;
    width: 595px;
}

/* CSS Document */

#footer {
    background: none repeat scroll 0 0 #3272BA;
    color: #FFFFFF;
    height: 70px;
	
}
#footer p {
    color: #3C1225;
    font-family: Verdana,Arial,sans-serif;
    font-size: smaller;
    line-height: 20px;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #EEEEEE;
}
#footer a {
    color: #3C1225;
    font-family: Verdana,Arial,sans-serif;
    text-decoration: underline;
}
#footer a:hover {
    color: #D90505;
    text-decoration: none;
}
#legal {
}

#footer1
{
	background: none repeat scroll 0 0 #999999;
	height: 200px;
	margin: auto;
	width: 100%;
}
#footer_copyright
{
	float:left;
	margin-top: 30px;
	margin-left:15px;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}
#heading
{
	width:100%;
	height:30px;
	border-bottom:1px solid #666;
	color:#CCC;
}
#heading1
{
	width:32%;
	height:30px;
	float:left;
}
#heading2
{
	width:32%;
	height:30px;
	float:left;
	margin-left:20px;
}
#heading3
{
	width:32%;
	height:30px;
	float:right;
}
#links a
{
	
	color: #FFFFFF;
        font-size: 12px;
	height: 170px;
	width: 100%;
}
#links1
{
	border-right: 1px solid #666666;
	float: left;
	height: 136px;
	margin-top: 15px;
	width: 32%;
	margin-bottom:0px;
}
#links11
{
	color: #FFFFFF;
	width:50%;
	height:auto;
	float:left;
	margin-bottom:0px;
}
#links11 li 
{
	list-style-type:none;
	height:30px;
	border-bottom:1px  dashed #666;
	width:130px;
}
#links12
{
	width:50%;
	height:auto;
	float:right;
	margin-bottom:0px;
}
#links12 li
{
	list-style-type:none;
	height:30px;
	border-bottom:1px  dashed #666;
	width:130px;
}
#ul
{
	margin:0px;
	padding:10px;
	
}

#links2
{
	width:32%;
	height:200px;
	float:left;
	margin-top:15px;
	border-right:1px solid #666; 
	margin-left:20px;
	margin-bottom:0px;
}
#links2
{
	height: 142px;
	width: 221px;
}
#links2 li
{
	list-style-type:none;
	height:30px;
	border-bottom:1px  dashed #666;
	width:80%;
}
#links3 
{
	float: right;
	height: auto;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 15px;
	width: 42%;
}



.requestform{width:200px;margin:20px 45px 20px 0px;background:#3272ba;float:right;}
