/* CSS Document */
/*-------General Starts-------*/
body {
	margin:0;
	padding:0;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	background:url(images/top_bg2.jpg) repeat-x 0 0;
}
div, ul, li, p, h2, h5, form, input, label{
	padding:0;
	margin:0;
}
img{
	padding:0;
	margin:0;
	border:none;
	line-height:0px;
	font-size:0px;
	display:block;
}
p{
	color:#667361;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	background-color:inherit;
}
h2{
	font:normal 20px/20px Arial, Helvetica, sans-serif;
	color:#297C08;
	background-color:inherit;
}
.spacer{ 
	line-height:0; 
	font-size:0; 
	clear:both;
}

a{
	color:#2B71A7;
	background-color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*-------General Ends-------*/
#main_pannel{
	margin:0 auto;
	width:900px;
}

/*----------------------HEADER-PANNEL STARTS------------------------*/
#hdr_pannel{
	background:url(images/hdr_img.jpg) no-repeat 0 0;
	height:402px;
}
img.logo{
	float:left;
	display:inline;
	margin:31px 0 0;
}
#hdr_pannel p{
	width:460px;
}
#hdr_pannel h2{
	padding:32px 0 13px;
}
#hdr_pannel p.cont_padd{
	padding:13px 0 19px;
}
#hdr_pannel p.read_more{
	background:url(images/bttn_more.jpg) no-repeat 0 0;
	width:142px;
	text-align:center;
	padding-bottom:28px;
}
#hdr_pannel p.read_more a{
	font-weight:bold;
	line-height:31px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#hdr_pannel p.read_more a:hover{
	color:#E2BD9B;
	background-color:inherit;
}
#hdr_pannel ul, #service_hdr ul{
	float:right;
	width:auto;
	padding:72px 18px 0 0;
	font:bold 12px/35px Arial, Helvetica, sans-serif;
}
#hdr_pannel ul li, #service_hdr ul li{
	padding:0px 12px;
	float:left;
	width:auto;
}
#hdr_pannel ul li a, #service_hdr ul li a{
	color:#444842;
	background-color:inherit;
	text-decoration:none;
}
#hdr_pannel ul li a:hover, #hdr_pannel ul li.active, #service_hdr ul li a:hover, #service_hdr ul li.active{
	color:#C94D16;
	background-color:inherit;
}
/*----------------------HEADER-PANNEL ENDS---------------------------*/
/*----------------------MID-PANNEL STARTS---------------------------*/
h2.service{
	background:url(images/icon_service.gif) no-repeat 0 0;
	padding:0 0 7px 42px;
}
h2.recent_project{
	background:url(images/icon_proj.gif) no-repeat 0 0;
	padding:0 0 7px 47px;
}
h2.news_updates{
	background:url(images/icon_news.gif) no-repeat 0 0;
	padding:0 0 7px 49px;
}
h2.service span, h2.recent_project span, h2.news_updates span{
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	color:#2B71A7;
	background-color:inherit;
	display:block;
}

#footer-main{
	line-height:0px;
	font-size:0px;
	padding:25px 0 34px 0;
	background:url(images/divider.gif) repeat-x 0 0;
}
#footer-main p{
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#000000; 
	background-color:inherit;
	align:right;
	width:auto;
	display:block;
}
