@charset "utf-8";
/* CSS Document */
header,section,article,footer
{
	display:block;
}
body
{
	width:100%;
	height:auto;
	
	font-size:22px;
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #363636;
	line-height:22px;
}

p {font-size:13px; color:#000; }
h1
{
	color:#003;
	font-size:18px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#main
{
	width :100%;
	height:auto;
	margin:0 auto;
	float:left;
}
.maindiv {
	width:980px;
	padding:0;
	margin:0 auto;
	margin-top:-10px;
	
	/*font-size:13px;
	line-height:25px;*/
}
.logo-area{ width:300px;float:left;}
.menu-area{width:650px; float:right; margin-top:24px;}
#header
{
	height:150px;
}
#header_top
{
	height:40px;
	/*background-color:#CCC;*/
	padding:0px 5px 5px 10px;
}
#header_topleft
{
	float:left;
	width:700px;
	margin-right:30px;
	padding-top:8px;
}
#header_topright
{
	float:right;
	width:140px;
	padding-top:7px;
	text-align:right;
	margin-right:5px;
	display: none;
}
#header_bottom
{
	height:100px;
}

#container
{
	width:100%;
	height:auto;
	float:left;
}
#container_banner
{
	height:auto;

	padding:10px 0;
	width:100%;
	float:left;
	padding-bottom: 0px;
	background: #0E74BC;
   /* background: -webkit-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -moz-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -o-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -ms-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: linear-gradient(top, #0099cc 0%,#006699 100%);*/
}
#container_bannerleft
{
	float:left;
	width:650px;
	margin-right:20px;
}
#container_bannerright
{
	float:left;
	width:300px;
	/*margin-right:5px;*/
}
#content
{
	float:left;
	height:auto;
	width:100%;
	/*padding-top:15px;*/
	word-wrap:break-word;
}

#contentleft
{
	width:650px;
	height:auto;
	float:left;
	margin-right:10px;
	/*border-right:solid 1px #ccc;*/
	padding-right:10px;
}


#contentright
{
	width:300px;
	height:auto;
	float:left;
	/*border-left: solid 1px #ccc;*/
}
#contentright ul
{
	list-style:none;
}
#contentright ul li.black
{
	list-style:none;
	background-color:#114877;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	font-size:18px;
}
#contentright ul li.gray
{
	list-style:none;
	/*background-color:#ccc;*/
	margin-bottom:5px;
	color:#000;
	padding:5px 5px 5px 10px;
	font-size:18px;
	
}
#contentright ul li.gray a
{
	text-decoration:none;
	font-size:	14px;
	color:#999;
}
#contentright ul li.gray a:hover
{
	text-decoration:underline;
	font-size:	14px;
	color:#0099cc;
}
.content_leftsub
{
	width:300px;
	margin:30px 10px 0 0;
	padding-right:15px;
	float:left;
	border-right:solid 1px #ccc;
	word-wrap:break-word;
}

.content_leftsub ul
{
	list-style:none;
	display:inline;
}
.content_leftsub ul li
{
	border-bottom:solid 1px #ccc;
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	color:#ccc;
	line-height:20px;
	
}
table
{
	word-wrap:break-word;
	word-break:break-all;
}
table tr td.cont
{
	border-bottom:solid 1px #ccc;
}

#footer
{
	background-color:#FFF;
	color:#fff;
	height:150px;
	float:left;
	width:100%;
	margin-top:20px;
	padding:0px 0 20px 0;
	word-wrap:break-word;
	border-top: solid 1px #eee;
	background-image:url(../images/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	background-position-y: 30px;
	
}
#footer ul 
{
	display:block;
	}

.footer_left
{
	width:460px;
	float:left;
	margin:5px 5px 0 0;
	padding-bottom:20px;
	font-size:12px;
	color:#999;
}
.footer_left ul
{
	list-style:none;
	display:inline;
}
.footer_left a
{
	font-size:12px;
	text-align:left;
	text-decoration:none;
	color:#999;
	

}
.footer_left a:hover
{
	font-size:12px;
	text-align:left;
	text-decoration:underline;
	color:#0099cc;
	

}
.footer_right a:hover
{
	font-size:12px;
	
	text-decoration:underline;
	color:#0099cc;
	

}
.footer_left ul li
{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	color:#ccc;
	line-height:20px;
	
}
.footer_right
{
	width:310px;
	float:right;
	margin-top:5px;
	color:#999;
	text-align: right;
}
.footer_right a
{
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#999;
	padding-right: 10px;
border-right: solid 1px;
	
	}
input[type="text"]
{
	height:20px;
	box-shadow:1px 1px 1px #fff;
}
/*----------------------new menu css---------------------------------*/

.wrapper {
    width: 100%;
    height: 70px;
    background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), 	    	     	    to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 30px;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #558fb5;
   background: -webkit-gradient(linear, left top, left bottom, from(#1d5795), to(#558fb5));
   background: -webkit-linear-gradient(top, #1d5795, #558fb5);
   background: -moz-linear-gradient(top, #1d5795, #558fb5);
   background: -ms-linear-gradient(top, #1d5795, #558fb5);
   background: -o-linear-gradient(top, #1d5795, #558fb5);
   padding: 6.5px 13px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3b6582;
   background: #3b6582;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
::-webkit-input-placeholder {
   color: #000;
   font-size:18px;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #000;
   font-size:18px;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #000; 
   font-size:18px; 
}

:-ms-input-placeholder {  
   color:  #000; 
   font-size:18px; 
}

.menu-k ,
.menu-k ul ,
.menu-k li,
.menu-k a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.menu-k li ul li
{
	
    width:200px;
	background: #4c4e5a;
    
	}
 .menu-k li ul li:hover
{
	/*background-color:#FFF;*/
    width:200px;
	background: -webkit-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -moz-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -o-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -ms-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: linear-gradient(top, #0099cc 0%,#006699 100%);
 
	}

 .menu-k li ul
{
	display:block;
	position:absolute;
	visibility:hidden;
	width:200px;
	z-index:200;
	
	
	}
	
	
	.menu-k li:hover > ul {
   
    visibility: visible;

		/*background-color:#f3e2c1;*/
	
}

.menu-k {
    height: 40px;
    width: 510px;
 	float:right;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -moz-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -o-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: -ms-linear-gradient(top, #0099cc 0%,#006699 100%);
    background: linear-gradient(top, #0099cc 0%,#006699 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu-k li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu-k li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
 
/*.menu-k li:first-child a { border-left: none; }
.menu-k li:last-child a{ border-right: none; }*/
 
.menu-k li:hover > a { color: #FFF; }



. a
{ text-decoration:none;
color:#000;
	}
	
	.image-area
	{
		width:200px;
		height:150px;
		margin-right:43px;
		margin-bottom:43px;
		float:left;
		border:#CCC solid 1px;
		border-radius:7px;
		overflow:hidden;
		}
		
		.image-area img
	{
		width:200px;
		height:120px;
		}
		
	.image-area p
	{
		
		width:200px;
		margin-top:0;
		font-size:12px;
		background-color:#114877;
		color:#FFF;
		padding:8px 0 8px 7px;
		
		
		
	}
#content-welcome
{
	float:left;
	border-bottom: solid 1px #eee;
	

	}
#content-welcome p
{
	text-align:justify;
	line-height:24px;
	margin-left:15px;

}
	
	#content-services
	{
		float:left;
		margin-top: 15px;
		margin-left:15px;

		}
		
#content-services h2 {
font-family: 'Lato', sans-serif;
font-size: 22px;
font-weight: 300;
margin: 0 0 20px 0;
}
#content-services ul {
margin: 0 0 40px 35px;
}
ul, ol {
list-style: none;
}

#content-services li {
list-style:url(../images/tick.png);
font-size: 12px;
margin: 0 0 10px 0;
}

#content-services a
{
	color:#000;
	text-decoration:none;
	}
#content-services a:hover
{
	color:#00F;
	text-decoration:underline;
	}
#page-title {
background-image: url(../images/hdr3.jpg);
width: 950px;
height: 64px;
margin: 0 0 10px 0;
}

#page-title h3 {
font-family: 'Lato', sans-serif;
font-size: 26px;
margin:10px 0 0 15px;
font-weight: 300;
padding-top: 15px;
}

#clnt1 {
width: 238px;
height: 107px;
float: left;
background-image: url(../images/logo/01.png);
background-repeat:no-repeat;
}
#clnt2 {
width: 238px;
height: 107px;
float: left;
background-image:  url(../images/logo/02.png);
background-repeat:no-repeat;
}
#clnt3 {
width: 238px;
height: 107px;
float: left;
background-image:  url(../images/logo/03.png);
background-repeat:no-repeat;
}
#clnt4 {
width: 238px;
height: 107px;
float: left;
background-image:  url(../images/logo/04.png);
background-repeat:no-repeat;
}
#clnt5 {
width: 238px;
height: 107px;
float: left;
background-image:  url(../images/logo/05.png);
background-repeat:no-repeat;
}
#clnt6 {
width: 238px;
height: 107px;
float: left;
background-image: url(../images/logo/godrej.jpg);
background-repeat:no-repeat;
}
.clntmargin {
margin: 20px 30px 20px 30px;
}

#about-us-content
{ float:left;
text-align:justify;
line-height:24px;
margin-left:14px;
	}
	
#about-us-content h2 {
font-family:'Lato', sans-serif;
font-size: 22px;
margin: 0 0 20px 0;
font-weight: 300;
}

.dottedline {
font-size: 0px;
clear: both;
border-bottom: 1px dotted #b6b6b6;
margin: 0 0 24px 0;
}

#services
{ float:left;
text-align:justify;
	}
	
#services h2 {
font-family:'Lato', sans-serif;
font-size: 22px;
margin: 10px 0 20px 15px;
font-weight: 300;
}


#services ul {
margin: 0 0 10px 35px;
}
ul, ol {
list-style: none;
}

#services li {
list-style:url(../images/tick.png);
font-size: 12px;
margin: 0 0 10px 0;
}

.s1 {
width:200px;
height:200px;
background-image:url(../images/cad.png);
background-repeat:no-repeat;
float: right;

}
.s11 {
width:200px;
height:200px;
background-image:url(../images/assambly.jpg);
background-repeat:no-repeat;
float: right;
}
.s4 {
width: 200px;
height: 200px;
background-image:url(../images/cnc%20shearing.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.fabrication {
width: 200px;
height: 200px;
background-image:url(../images/fabrication.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.powercoating {
width: 200px;
height: 200px;
background-image:url(../images/powercoating.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.cnc-punching {
width: 200px;
height: 200px;
background-image:url(../images/cncPunching.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.metal {
width: 200px;
height: 200px;
background-image:url(../images/metal.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.cnc-bending {
width: 200px;
height: 200px;
background-image:url(../images/CNCBending.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.assembly {
width: 200px;
height: 200px;
background-image:url(../images/assambly.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

.TubePiercing{
width: 200px;
height: 200px;
background-image:url(../images/TubePiercing.jpg);
float: right;
background-repeat:no-repeat;
float: right;
}

a.moreh-btn {
background-image: url(../images/morebtn.jpg);
width: 68px;
height: 34px;
display: block;
z-index: 9998;
margin-left: 30px;
}
a {
outline: none;
}
a {
color: #333;
text-decoration: none;
}

#slideshow { 
   
    position: relative; 
    width: 240px; 
    height: 110px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	margin-bottom:10px;
	margin-left: 30px;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


