/**
 * Parallax Scrolling Tutorial
 * For NetTuts+
 *  
 * Author: Mohiuddin Parekh
 *	http://www.mohi.me
 * 	@mohiuddinparekh   
 */


body{margin:0px auto;padding:0px;background:#000 repeat;font-size:18px; width:100%;font-family: 'Droid Sans', sans-serif;	}
a {color:#ffffff; text-decoration:none;}
img{ border:none;}
.para{float:left; color:#fff ; font-family: 'Poiret One', cursive; line-height:28px; text-align:justify ; font-size:22px;  text-shadow: 0px 0px 5px #FFC; filter: dropshadow(color=#000000, offx=2, offy=2);}
table td{ padding:10px}
.logo1{font-size:30px; height:40px; text-align:center; background:transparent;  color:#F90;}
article{font-size:13px; margin-top:0px;}
.head{color:#fff; font-size:80px; font-family:'Racing Sans One', cursive; text-shadow:#603;  border-bottom:0px #fff solid}

.highlight_abt{color:#fff; font-size:35px; font-family: 'Economica', sans-serif; margin-left:50px}

#home { 
    width:100%;
    height: 700px;
	border-bottom:0px #fff solid;  
	margin: 0px auto; 
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
	
}
 


.default{ color:#FFF}

#about { 
	background:url(../images/jcc2.jpg) 50% 0 repeat fixed; 
	height: 668px; 
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
	
}
#mission { 
	background:url(../images/aboutus.jpg) 50% 0 repeat fixed; 
	height: 678px; 
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#services { 
	background: url(../images/jcc3.jpg) 50% 0 repeat fixed; 
	height: 678px; 
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

#manage { 
	background: url(../images/manag1.jpg) 50% 0 no-repeat fixed; 
	height: 678px; 
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#product { 
	background:#000 50% 0 repeat fixed; 
	height: 678px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#project { 
	background: url(../images/project.jpg) 50% 0 repeat fixed; 
	height: 678px; 
	margin: 0px auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#contact { 
	background: url(../images/contact2.jpg) repeat  bottom center  0  ; 
	height: 600px; 
	margin: 0 auto;
	padding-top:0px;
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
/* Introduction */

#home article { padding-top:60px;}

.form input{  border: none;background:none;}
.form textarea{ border: none;background:none;}