@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(homepage.css);
@import url(gallery.css);
@import url(portfolio.css);
@import url(featured_slide.css);

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF0;
	background:url(http://iidaaindia.com/images/light_repeat_1.png) repeat-x;
	}
#goTop{
    background:red;
    padding:5px;
    position:fixed;
    top:-100px;
    right:10px;
}
.forhover{
	color:#FFF;
}

.forhover:hover{
	color:#0CF;
}

img{margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:inline-block;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgholder, .imgl, .imgr{
	padding: 0px;
	border: 1px solid #D8D8D8;
	text-align: center;
}
.imgl{float:left; margin:0 15px 15px 0; clear:left;}
.imgr{float:right; margin:0 0 15px 15px; clear:right;}



/* ----------------------------------------------header menu-------------------------------------*/


/* Main */

@media screen and (min-width: 981px) {
    .menu {
        text-align:center
    }
    .menu li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .menu li li {
        display:block;
        text-align:left
    }
}



#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #333;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
}

#menu li {
	float: left;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	left:17%;
}

#menu a {
    float:left;
    height: 25px;
    padding: 0 25px;
    color: #0CF;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#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: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

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

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

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* 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 */


#blank_div {
	height:50px;
	width:250px;
}










/*#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu {
    float: left;
}
#coolMenu > li {
    float: left;
}
#coolMenu li a {
display: block;
    height: 1em;
    line-height: 1em;
    padding: 5px;
    text-decoration: none;
}
#coolMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul li a {
    width: 100px;
}
#coolMenu li:hover ul {
    display: block;
}*/
/*-------------------------------------------*/




/*--------------------wrapper---------------*/


div.wrapperkc{
	display:block;
	width:100%;
	text-align:left;
	}

div.wrapperkc h1, div.wrapperkc h2, div.wrapperkc h3, div.wrapperkc h4, div.wrapperkc h5, div.wrapperkc h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	}

.row1{color:#EBECED; background-color:#4F565B;}
.row2, .row2 a{color:#FFF;}
.row3{padding-top:30px; }
.row5{color:#FC0;}
.row5 a{color:#9FF;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #container, #academiclinks, #footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}
	


/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header h1{font-size:32px; font-variant:small-caps;}
#header p{font-size:12px;}
#header .fl_right{margin-top:45px;}
#header .fl_right{margin-right:95px;}
#header .fl_left p{margin-top:4px;}
#header .fl_right p{text-align:center;}

/* ----------------------------------------------Content-------------------------------------*/

#container{padding:30px 0;}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	color:#606B72;
	background-color:#EBEDEE;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #D8D8D8;
	}

#container .title{
	}

#container .readmore{
	display:block;
	width:100%;
	text-align:right;
	}

#content{
	display:block;
	float:left;
	width:630px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist{margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#179CFF; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#179CFF; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	text-transform:none;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #999999;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* Featured Block */

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	color:#666666;
	background-color:#F7F7F7;
	}

#column #featured a{
	color:#179CFF;
	background-color:#F7F7F7;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#F7F7F7;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 8px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

#container #column .readmore a{
	display:block;
	width:100%;
	margin-top:15px;
	height:auto;
	padding-left:0;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	background:none;
	}

#column .latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column .latestnews li{
	display:block;
	width:100%;
	height:99px;
	margin:0 0 11px 0;
	padding:0 0 21px 0;
	border-bottom:1px dotted #C7C5C8;
	overflow:hidden;
	}

#column .latestnews li.last{
	margin-bottom:0;
	}

#column .latestnews p{
	display:inline;
	}

#column .latestnews img{
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	border:1px solid #C7C5C8;
	clear:left;
	}


/* ----------------------------------------------Academic link Block-------------------------------------*/

#academiclinks{
	padding:30px 0;
	border-bottom:1px solid #949BA0;
	}

#academiclinks .linkbox{
	display:block;
	float:left;
	width:210px;
	margin:0 40px 0 0;
	font-size:12px;
	}

#academiclinks a{
	color:#6A737A;
	background-color:#C8CCCF;
	}

#academiclinks h2, #academiclinks ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#academiclinks h2{
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid #949BA0;
	}

#academiclinks ul li{
	line-height:1.6em;
	}

#academiclinks .last{
	margin:0;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{padding:30px 0;}
#foot{padding:30px 0;}
#map {
	width:200px;
	height:98px;
}

#footer a{color:#09F}
#foot a{color:#000}

#footer .fl_left{margin-bottom:30px;}
#foot .fl_left{margin-bottom:30px;}
#footer .fl_left .fl_left{margin-bottom:0;}
#footer .fl_left img{margin-bottom:20px;}

#foot .fl_left .fl_left{margin-bottom:0;}
#foot .fl_left img{margin-bottom:20px;}


#footer address{
	display:inline;
	float:left;
	margin-left:40px;
	text-transform:none;
	font-style:normal;
	line-height:1.6em;
	}

#footer .fl_right{
	display:block;
	width:400px;
	margin-bottom:30px;
	}

#footer .fl_right p{margin:0 0 15px 0; padding:0; line-height:normal;}

#footer .fl_right #social{display:block; width:100%; margin:0 0 15px 0; padding:0; line-height:normal;}
#footer .fl_right #social ul{margin:0; padding:0; list-style:none;}
#footer .fl_right #social li{float:left; /* Only For IE */}
#footer .fl_right #social a{display:visible; float:left; width:49px; height:49px; margin-right:20px; overflow:hidden; no-repeat;}
#footer .fl_right #social li.last a{margin-right:0;}

#footer .last{margin:0;}
/*------------*/
#foot address{
	display:inline;
	float:left;
	margin-left:40px;
	text-transform:none;
	font-style:normal;
	line-height:1.6em;
	}

#foot .fl_right{
	display:block;
	width:400px;
	margin-bottom:30px;
	}

#foot .fl_right p{margin:0 0 15px 0; padding:0; line-height:normal;}

#foot .fl_right #social{display:block; width:100%; margin:0 0 15px 0; padding:0; line-height:normal;}
#foot .fl_right #social ul{margin:0; padding:0; list-style:none;}
#foot .fl_right #social li{float:left; /* Only For IE */}
#foot .fl_right #social a{display:visible; float:left; width:49px; height:49px; margin-right:20px; overflow:hidden; no-repeat;}
#foot .fl_right #social li.last a{margin-right:0;}

#foot .last{margin:0;}


/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	display:block;
	padding:15px 20px;
	clear:both;
	}

#copyright .fl_left, #copyright .fl_right{margin:0; width:auto;}

#copyright p{
	margin:0;
	padding:0;
	}

#copyright, #copyright a{
	color:#0CF;
	background-color:transparent;
	}
	/***---*/
	
	#copyri{
	display:block;
	padding:15px 20px;
	clear:both;
	}

#copyri .fl_left, #copyri .fl_right{margin:0; width:auto;}

#copyri p{
	margin:0;
	padding:0;
	}
	
	
	
#copyri, #copyri a{
	color:#000;
	background-color:transparent;
	}
	
	


#about_bg_about{
	border-collapse:collapse;
	background:url(../images/about_us_bg.png) no-repeat;
	width:1024px;
	height:768px;
	margin:auto;
	
}

#admi {
	background:#FFC;
	width:1024px;
	height:1150px;
	margin:auto;
	padding:20px;
}


#gul {
	background:url(../images/gul_ug.jpg) no-repeat;
	width:1025px;
	height:501px;
	margin:auto;
	padding:20px;
}

.ug_bv {
	background:url(../images/bv.png) no-repeat;
	width:524px;
	height:89px;
}
.ug_bv:hover {
	background:url(../images/bv_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.ug_bv1 {
	background:url(../images/bv_1.png) no-repeat;
	width:524px;
	height:89px;
}
.ug_bv1:hover {
	background:url(../images/bv_1_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.ug_bv2 {
	background:url(../images/bv_2.png) no-repeat;
	width:524px;
	height:89px;
}
.ug_bv2:hover {
	background:url(../images/bv_2_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.ug_bv3 {
	background:url(../images/bv_3.png) no-repeat;
	width:524px;
	height:89px;
}
.ug_bv3:hover {
	background:url(http://iidaaindia.com/images/bv_3_hover.png) no-repeat;
	width:524px;
	height:89px;
}

#bekar {
	width:381px;
	height:320px;
}



#gul_pg {
	background:url(../images/gul_pg.jpg) no-repeat;
	width:1025px;
	height:502px;
	margin:auto;
	padding:20px;
}



.pg_bv {
	background:url(../images/mv.png) no-repeat;
	width:524px;
	height:89px;
}
.pg_bv:hover {
	background:url(../images/mv_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.pg_bv1 {
	background:url(../images/mv_3.png) no-repeat;
	width:524px;
	height:89px;
}
.pg_bv1:hover {
	background:url(../images/mv_3_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.pg_bv2 {
	background:url(../images/mv_1.png) no-repeat;
	width:524px;
	height:89px;
}
.pg_bv2:hover {
	background:url(../images/mv_1_hover.png) no-repeat;
	width:524px;
	height:89px;
}

.pg_bv3 {
	background:url(../images/mv_2.png) no-repeat;
	width:524px;
	height:89px;
}
.pg_bv3:hover {
	background:url(../images/mv_2_hover.png) no-repeat;
	width:524px;
	height:89px;
}







#overlay {
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 25%; /* positions the div half way horizontally */
    top: 25%; /* positions the div half way vertically */
    padding: 25px; 
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    height: 50%;
    z-index: 100; /* makes the div the top layer, so it’ll lay on top of the other content */
}
#fade1 {
    display: none;  /* ensures it’s invisible until it’s called */
    position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}







#gul1 {
	background:url(../images/gul1.jpg) no-repeat;
	width:1000px;
	height:500px;
	margin:auto;
	padding:15px;
}


#ben {
	background:#FFF;
	width:1024px;
	height:1425px;
	margin:auto;
	padding:20px;
}

#auto_c {
	background:#FFF;
	width:1024px;
	height:724px;
	margin:auto;
	padding:20px;
}



#blur_bg_place{
	border-collapse:collapse;
	background:url(http://iidaaindia.com/images/demo/blur_bg.jpg) no-repeat;
	width:1024px;
	height:2280px;
	margin:auto;
	
}




#back_bg_about{
	border-collapse:collapse;
	background:url(../images/demo/testimonial_1.jpg) no-repeat;
	width:1024px;
	height:861px;
	margin:auto;
	
}


#bgblur_car {
	background:url(../images/car_blur.jpg) no-repeat;
	width:1000px;
	height:471px;
	margin:auto;
	padding:20px;
}


#back_bg_company{
	background:#F90;
	width:1024px;
	height:900px;
	margin:auto;
	
}
#com_spacer {
	width:1000px;
	height:45px;
}


#back_bg_course{
	border-collapse:collapse;
	background:url(http://iidaaindia.com/images/backbg_course.jpg) no-repeat;
	width:1000px;
	height:1822px;
	margin:auto;
	
}


#bg_contact {
	background:#333;
	width:1100px;
	height:1200px;
	margin:auto;
}


#back_bg_placement{
	border-collapse:collapse;
	background:url(../images/placement-boxes_1.jpg) no-repeat;
	width:1098px;
	height:1529px;
	margin:auto;
	
}

#bd {
	float:right;
	margin-top:-45px
}

#bd1 {
	float:right;
	margin-top:-75px
}

#bdwb {
	float:right;
	margin-top:-15px
}





#text_about{
	width:320px;
	height:480px;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;	
	overflow:scroll;	
}

#pic_about{
	padding-top:80px;
}

.img_hovr{
	background:url(../images/d_hovr.jpg) no-repeat;
	height:71px;
	width:64px;
	alignment-baseline:central;
}

.img_hovr:hover {
	background:url(../images/d_hovr_1.jpg) no-repeat;
	width:64px;
	height:71px;
	alignment-adjust:central;
}