@charset "utf-8";
/* CSS Document */
body,li,a,img,h1,h2{
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
	border:none;
	outline:none;
}
body{
	background:#E7FFBE; 
}
.wrapper{
	width:100%;
	float:left;
background:url(../images/back.jpg) center top no-repeat;
}
.top{
	width:100%;
	float:left;
	padding:5px 0px;
}
.inner_box{
	width:1000px;
	margin:0 auto;
}
.logo{
	width:460px;
	float:left;
}
.f{width:40px;float:left;margin-top:50px;margin-left:320px;}
.top_con{
	float:right;
	color:#FF0000;
	font-size:15px;
	font-weight:bold;
	margin:20px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.top_con img{
	margin:10px 10px 0px 0px;
}
.top_con li{
	float:left;
}
.pad_top{
	padding:4px 0px 0px 0px;
}
.mar_left{
	margin:0px 0px 0px -53px;
}
.nav_bg{
	width:100%;
	float:left;
}
.top_nav{
	background:url(../images/nav_bg.png) repeat-x;
	border-radius:10px;
	width:1000px;
	float:left;
	font-family:Latha;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.top_nav li{
	float:left;
	padding:13px 70px;
	background:url(../images/nav_border.png) no-repeat right;
}
.top_nav li a{
	color:#f9e9c3;
	padding:9px 0px;
}
.top_nav li a:hover{
	border-top:4px solid #DCFFA0;
	color:#fff;
}
.top_nav li a.active{
	border-top:4px solid #DCFFA0;
	color:#fff;
}

.top_nav_t{
	background:url(../images/nav_bg.png) repeat-x;
	border-radius:10px;
	width:1000px;
	float:left;
	font-family:Latha;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
.top_nav_t li{
	float:left;
	padding:13px 20px;
	background:url(../images/nav_border.png) no-repeat right;
}
.top_nav_t li a{
	color:#f9e9c3;
	padding:9px 0px;
}
.top_nav_t li a:hover{
	border-top:4px solid #045022;
	color:#fff;
}
.top_nav_t li a.active{
	border-top:4px solid #045022;
	color:#fff;
}



.banner{
	width:1000px;
	float:left;
	margin:20px 0px;
}


/*--------------------------------- banner ---------------------------------*/

#main {
	background: #0099cc;
	margin-top: 0;
	padding: 2px 0 4px 0;
	text-align: center;
}
#main a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
#main a:hover {
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	width: 990px;
	height: 380px;
	overflow: hidden;
	border: 5px solid #fff;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
#img_container {
	width: 4000px;
}
#img_container img {
	position: relative;
	-moz-box-shadow: -5px 0 0 #FFFFFF;
	-webkit-box-shadow: -5px 0 0 #FFFFFF;
	box-shadow: -5px 0 0 #FFFFFF;
	width: 900px;
	height:380px;
}
#img1 { z-index: 0; }
#img2 { z-index: 1; }
#img3 { z-index: 2; }
#img4 { z-index: 3; }
#img5 { z-index: 4; }
	
/*--------------------------------- banner ---------------------------------*/
.project_icon{
	width:1000px;
	float:left;
	background:url(../images/project_icon.png) bottom no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#fddf96;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;
}
.completed_icon{
	width:160px;
	height:82px;
	background:url(../images/completed.png) no-repeat;
	float:left;
	padding:20px 0px 0px 130px;
	margin:0px 0px 0px 40px;
}
.completed_icon a{
	color:#fddf96;
}
.completed_icon a:hover{
	color:#01210f;
}
.ongoing_icon{
	width:160px;
	height:82px;
	background:url(../images/ongoing.png) no-repeat;
	float:left;
	padding:20px 0px 7px 130px;
	margin:0px 0px 0px 20px;
}
.ongoing_icon a{
	color:#fddf96;
}
.ongoing_icon a:hover{
	color:#01210f;
}
.feature_icon{
	width:160px;
	height:82px;
	background:url(../images/feature.png) no-repeat;
	float:left;
	padding:20px 0px 5px 130px;
	margin:0px 0px 0px 20px;
}
.feature_icon a{
	color:#fddf96;
}
.feature_icon a:hover{
	color:#01210f;
}
.text_con{
	width:900px;
	float:right;
	font-family:Arial, Helvetica, sans-serif,Latha;
	font-size:13px;
	color:#222;
	text-align:justify;
	line-height:22px;
}
h1{
	font-family:'Conv_SF Atarian System',Sans-Serif, Latha;
	color:#006e2f;
	font-size:26px;
}
.line{
	width:1000px;
	float:left;
	background:url(../images/welcome_line.png) no-repeat center;
	height:2px;
	padding:10px 0px;
}
.con_area{
	width:900px;
	float:left;
	margin:0px 0px 0px 50px;
}
.slogen{
	width:195px;
	height:125px;
	float:left;
	background:url(../images/slogen_border.png) right no-repeat;
	padding:30px 50px 0px 0px;
}
.footer{
	width:960px;
	float:left;
	background:#006e2f;
	border-radius:10px;
	padding:20px 20px;
	margin:30px 0px;
	font:13px Arial, Helvetica, sans-serif,Latha;
	color:#fee19d;
}
.footer_nav{
	/*width:660px;*/
	float:left;
}
.footer_nav li{
	float:left;
	padding:0px 20px 0px 0px;
}
.footer_nav li a{
	color:#fee19d;
	82d0a3
}
.footer_nav li a:hover{
	color:#82d0a3;
}
.footer_nav li a.active1{
	color:#82d0a3;
}
.designed{
	float:right;
	margin:5px 0px 0px 0px;
}

/*------------------------------  About Us  --------------------------------*/
.about{
	width:1000px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, Latha;
	font-size:13px;
	color:#222;
	text-align:justify;
	line-height:22px;
}
.about_img{
	float:right;
	margin:-8px 0px 30px 30px;
}
.about_img img{
	border:4px solid #f8f3e8;
}

/*------------------------------  Completed projects  --------------------------------*/
.completed{
	width:300px;
	float:left;
}
.completed img{
	border:4px solid #f8f3e8;
	margin:10px 0px 0px 0px;
}

/*------------------------------  Ongoing  --------------------------------*/
.ongoing{
	width:1000px;
	float:left;
	margin:30px 0px 0px 0px;
}
.gal_left {
	width: 1000px;
	float: left;
}
.gal_left li {
	list-style: none;
	float: left;
	margin: 5px 70px 7px 11px;
}

/*------------------------------  Enquiry  --------------------------------*/
.enquiry{
	width:1000px;
	float:left;
}
.enquiry_img{
	float:right;
	margin:10px 50px 30px 30px;
}
.enquiry table tr td{
	padding:10px 0px 0px 10px;
}
.inp_txt{
	width:300px;
	height:30px;
	border:#cda94d solid 1px;
	border-radius:5px;
}
.inp_txt:hover{
	border:#006e2f solid 1px;
}
.txt_txt{
	width:350px;
	height:100px;
}
.inp_btn{
	width:106px;
	height:40px;
	background:#c2972f;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.inp_btn:hover{
	background:#006e2f;
}

/*------------------------------  contact us  --------------------------------*/
h2{
	font-family:'Conv_SF Atarian System',Sans-Serif,latha;
	color:#9b5c2e;
	font-size:26px;
}
.contact{
	width:1000px;
	float:left;
}
.contact table tr td{
	padding:0px 20px 0px 0px;
}
.clo_span{
	color:#006e2f;
	font-weight:bold;
}
.gmap{
	float:right;
	margin:20px 0px 0px 30px;
}

.tamilfontsize{font-size:20px;}


.input {
	width: 250px;
	height: 30px;
	border: 1px #5f1502 solid;
	border-radius: 5px;
}
.text_area_enquiry {
	width: 250px;
	height: 80px;
	border: 1px #5f1502 solid;
	border-radius: 5px;
}
.text_wid {
	line-height: 22px;
	font-family: Arial;
	color: #2a1b0c;
	font-size: 15px;
	padding: 10px 0px;
}

/*------------------------------------------services--------------------------*/
.innerbox {
  width: 1000px;
  margin: 0 auto;
}
.service
{
	width:574px;
	float:left;
}
.service_left
{
	width:168px;
	float:left;
	margin-left:-52px;
}
/*.service_left img
{
	margin-left:-50px;
	margin-top:45px;
}*/
.service_right
{ border:5px solid #006E2F; border-radius:1em 1em 1em 1em; -moz-border-radius:1em; -webkit-border-radius:1em;
	margin:-54px 20px 20px 20px;
	width:700px;
	float:right;
	padding:30px;margin-bottom:20px;
}
.service_right p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	line-height: 22px;
}
.service1
{
	width:1000px;
	float:left;
}
.service1_left
{
	width:280px;
	float:left;
}
.service1_left img
{
	margin-left:45px;
	margin-top:45px;
}
.service1_right
{
	width:700px;
	float:right;
}
.service2
{
	width:1000px;
	float:left;
}
.service2_left
{
	width:280px;
	float:left;
}
.service10 li
{
	float:left;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
.service2_left img
{
	margin-left:45px;
	margin-top:45px;
}
.service2_right
{
	width:700px;
	float:right;
}
.service3
{
	width:1000px;
	float:right;
}
.service3_left
{
	width:280px;
	float:left;
}
.service3_left img
{
	margin-left:45px;
	margin-top:45px;
}
.service3_right
{
	width:700px;
	float:right;
}
/*------------------------------------------services--------------------------*/
.content_area{width:100%; height:auto; float:left;
}
.innerbox {
  width: 1000px;
  margin: 0 auto;
}

p span{color:#F00;font-weight:bold;}