@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto;
	background-color:#fff;
}
#header
{
	width:100%;
	height:150px;
	background:url(../images/header-bg.jpg) repeat-x;
}
#header #sub-header
{
	width:980px;
	margin:0 auto;
}
.clear
{
	clear:both;
}
#sub-header .logo
{
	width:600px;
	float:left;	
}

#main-menu
{
	width:100%;
	background-color:#075e91;
	margin-top:-1px;
}
#menu
{
	width:980px;
	height:41px;
	margin:0 auto;
}
#menu ul
 {
	list-style:none;
	margin:0px;
	padding:0px;
		
 }
#menu ul li
{
	display:inline;
	position:relative;
	z-index:1000;
	margin: 0px;
	padding: 0px;
	height:41px;
	float:left;
	border-right:#6CF solid 1px;
	-webkit-transition: all 0.2s;
}
#menu a
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
	color:#FFF;
	display: block;
	height: 17px;
	line-height:25px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:17px;
	margin: 0px;
	-webkit-transition: all 0.5s;
	
}
#menu ul li a:hover,
#menu ul li:hover > a {
	 color:#000;
	 text-decoration:none;
	 background:url(../images/menu-bg.jpg) repeat-x;
}
#menu ul ul{
	display:none;
	float:left;
	margin:0px;
	padding:0px;
	position: absolute;
	top:52px;
	left:0px;
	width:auto;
	z-index:1000;
}
#menu ul ul li
{
	border-bottom: 1px solid #ccc;
	width:250px;
	line-height:10px;
	z-index:1000;
	left:0px;
	top:-10px;
	height:30px;
	background-color:#075e91;
	-webkit-transition: all 1s;
}
/*#menu ul li .nav
{
	background-color:#FFB241;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#menu ul  .active a
{
	font-family:"Myriad Pro", Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
    background:url(../images/menubg_10.jpg) repeat-x;
	color:#fff;
}*/
#menu ul ul li a
{
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:10px;
	height:5px;
	-webkit-transition: all 0.5s;
}
#menu ul ul li a:hover{
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size:14px;
	color:#000;
}
#menu ul ul ul 
{
    left: 100%;
    top: 0;
}
#menu ul li:hover > ul {
     display: block;
}
#banner
{
	width:100%;
	height:414px;
	background:url(../images/banner-bg.jpg) repeat-x;
}
#banner #sub-banner
{
	width:980px;
	margin:0 auto;
}
 #sub-page-banner
{
	width:100%;
	height:137px;
	background:url(../images/sub-banner-bg.jpg) repeat-x;
}
#container
{
	width:980px;
	margin:0 auto;
	height:auto;
}
#content-area
 {
	 padding:20px;
	 
 }
#sub-page-banner .sub-page-title
{
	width:980px;
	margin:0 auto;
	
}
#sub-tab-title
{
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size:24px;
	color:#2e3190;
	line-height:30px;
	padding-top:55px;
	padding-left:20px;
	
}
/*#content-area .sub-page-title
{
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size:24px;
	color:#39C;
	line-height:30px;
	border-bottom:#0CC dashed 1px;
	
}*/
#content-area p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	padding-bottom:10px;
	color:#000;
	text-align:justify;
	
}

#table-box
{
	margin-top:5px;
	margin-bottom:10px;
}
#content-area #company-profile
{
	width:600px;
	table-layout:auto;	
}
#content-area #company-product 
{
	width:940px;
	table-layout:auto;
	margin-bottom:20px;
	
}
#company-product tr td img
{
	border:#ccc solid 2px;
	
}
#content-area #company-product tr td
{
	border:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	padding:10px;
}
#content-area #company-profile  tr td
{
	border:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	padding:5px;
}
 #company-profile td ul li
 {
	 
	 margin-left:20px;
	 list-style:circle;
	
 }
  #company-product .row-color td ul li
  {
	   margin-left:20px;
	 list-style:circle;
  }
  #content-area #gallery-tab
  {
	  width:700px;
	  height:auto;
	 
  }
   #content-area #gallery-tab tr td
   {
	padding:10px;
   }
#content-area #gallery-tab tr .gallery-title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:20px;
	   	    
}
#content-area #con-map
{
	border:#c8f1ff solid 4px;
}
#content-area #con-left-area
{
	width: 500px;
	height: 360px;
	float: left;
}
#content-area #con-left-area #contact-tab
{
	margin-top:5px;
}
 #con-left-area #contact-tab tr td
 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000;
	 line-height:20px;
	 padding:5px;
	 
 }
 #con-left-area #contact-tab tr #contact-title
 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
 }

#content-area #gallery-tab tr td a img
{
   -webkit-box-shadow: 0px 0px 10px  0px #cccccc;
   box-shadow: 0px 0px 10px 0px  #cccccc;
}

#content-area .list-con
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	list-style:disc;
	padding-left:20px;
	padding-bottom:10px;
}
#content-area #company-profile tr .title-table
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:16px;
	background-color:#075e91;
	line-height:20px;
	color:#FFF;
	padding:5px;
}
#content-area #company-product tr .title-tabletwo
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:16px;
	background-color:#075e91;
	line-height:20px;
	color:#FFF;
	padding:5px;
}
.row-color
{
	background-color:#e7f8ff;
}
#content-area #left-area
{
	width:940px;
	float:left;
}
#content-area .page-title
{
	font:18px/30px 'pt_sansregular', Arial, sans-serif;
	color:#1D629A;
}
#left-area #main-title
{
	font:24px/26px 'pt_sansregular', Arial, sans-serif;
	color:#014e8a;
	font-weight:normal;
	padding-bottom:10px;
}
#left-area #paragraph p
{
	font:12px/20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-align:justify;
}
#left-area #but
{
	float:right;
	padding-top:5px;
}
#content-area #right-area
{
	float:right;
	width:350px;
	height: 195px;
}
#content-area #right-area #latest-tab
{
	margin-left:20px;
	margin-bottom:20px;
	height:174px;
	background-color:#ececec;
}
#right-area #latest-tab #title-tab
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:18px;
	color:#fff;
	background:url(../images/latest.jpg) repeat-x;
	height: 35px;
	line-height:35px;
	padding-left:10px;
}
#right-area #latest-tab #tab-con
{
	font:12px/20px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-align:justify;
	margin:20px;
}
#right-area #latest-tab #more
{
	padding-right:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
}
#right-area #latest-tab #more a
{
	text-decoration:none;
	color:#03659e;
}
#right-area #latest-tab #more a:hover
{
	text-decoration:none;
	color:#F00;
}
#section-tab
{
	width:100%;
	height:172px;
	background:url(../images/bg.jpg) repeat-x;
	margin-top:20px;
	margin-bottom:20px;
}
#section-tab #sub-section-tab
{
	width:980px;
	height:172px;
	margin:0 auto;
}
#sub-section-tab #box #box-1
{
	width:300px;
	float:left;
	margin-top:30px;
	margin-left:20px;
	margin-right:30px;
}
#sub-section-tab #box #box-2
{
	width:300px;
	float:left;
	margin-top:30px;
	margin-right:30px;
}
#sub-section-tab #box #box-3
{
	width:300px;
	float:left;
	margin-top:30px;
	
}
 .title-image
{
	float:left;
	width:38px;
	height:38px;
}
 .box-title
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:18px;
	color:#555454;
	line-height:40px;
	width:250px;
	float:right;
}
 .box-para
{
	width:230px;
	margin-left:50px;
}
.box-para p
{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#666;
	 text-align:justify;
}
 .read a
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:14px;
	color:#3498db;
	float:right;
	margin-top:10px;
	width:100px;
	text-decoration:none;
}
 .read a:hover
{
	text-decoration:none;
	color:#06F;
}
#container #content-area #tab-right
{
	width: 400px;
	float: left;
	height: 360px;
		
}
#tab-right table tr td input
 {
	border: solid 1px #E3E3E3;
	height: 35px;
	width: 200px;
	color: #818181;
	padding: 0 5px;
	margin:0px 20px 10px 0px;
 }
 #tab-right table tr td textarea
 {
	border: solid 1px #E3E3E3;
	height: 90px;
	width: 205px;
	margin: 0px 0 0 0px;
	color: #818181;
	padding: 5px 5px 0px 0px;
	font-family: monospace;
 }
 #tab-right table tr td #button-submit
 {
	background: #eeeeee;
	cursor:pointer;
	color: #666 !important;
	font-size: 12px;
	width: 80px;
	text-transform: uppercase;
	border: solid 1px #dcdcdc;
	-moz-box-shadow: inset -0px 1px #eeeeee;
	-webkit-box-shadow: inset -0px 1px #ADF5A3;
	box-shadow: inset -0px 1px #eeeeee;
	padding: 0px 20px 0px 20px !important;
	margin: 10px 0 0 0px !important;
 }
#content-area #tab-right form table tr #tab-title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#manitrifeeld
 {
	 color:#F00;
 }
#main-footer
{
	width:100%;
	height:201px;
	background:url(../images/footer-bg.jpg) repeat-x;
}
#main-footer #sub-footer
{
	width:980px;
	margin:0 auto;
	height:200px;
}
#sub-footer #uselink
{
	width:250px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
 .uselink-title
{
	font-family:'pt_sansregular', Arial, sans-serif;
	font-size:18px;
	color:#65d4ff;
}
#sub-footer #uselink #ul-con
{
	padding-top:10px;
	padding-left:15px;
}
#sub-footer #uselink #ul-con ul li
{
	list-style-image:url(../images/icon-footer.jpg);
	
}
#sub-footer #uselink #ul-con ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:5px;
	text-decoration:none;
	line-height:20px;
}
#sub-footer #uselink #ul-con ul li a:hover
{
	color:#09F;
	text-decoration:none;
}
#sub-footer #ourproduct
{
	width:250px;
	height:180px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
#sub-footer #ourproduct #ul-con
{
	padding-top:10px;
	padding-left:15px;
}
#sub-footer #ourproduct #ul-con ul li
{
		list-style-image:url(../images/icon-footer.jpg);
}
#sub-footer #ourproduct #ul-con ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:5px;
	text-decoration:none;
	line-height:20px;
}
#sub-footer #ourproduct #ul-con ul li a:hover
{
	color:#09F;
	text-decoration:none;
}
#sub-footer #gettech 
{
	width:250px;
	height:180px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}
#sub-footer #gettech #ul-con
{
	padding-top:10px;
}
#sub-footer #gettech #ul-con ul li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding: -5px 0px 0px 0px;
}
#sub-footer #gettech #ul-con ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	line-height: 20px;

}
#sub-footer #gettech #ul-con ul .phone
{
	background:url(../images/phone-icon.jpg) no-repeat left;
	background-position: 0 5px;
	padding:10px 30px 0px 25px;
}
#sub-footer #gettech #ul-con ul .email-id
{
	background:url(../images/email-icon.jpg)  no-repeat left;
	background-position: 0 10px;
	padding:10px 30px 0px 25px;
}
#sub-footer #gettech #ul-con ul .web-link
{
	background:url(../images/web-icon.jpg)  no-repeat left;
	background-position: 0 10px;
	padding:10px 30px 0px 25px;
}
#sub-footer #gettech #ul-con ul .email-id a:hover
{
	text-decoration:none;
	color:#39F;
}
#sub-footer #gettech #ul-con ul .web-link a:hover
{
	text-decoration:none;
	color:#39F;
}
#sub-footer #followsus
{
	width:150px;
	height:180px;
	float:left;
	margin-left:30px;
	margin-top:20px;
}
#sub-footer #followsus ul
{
	 padding-top:10px;
}
#sub-footer #followsus ul li
{
	list-style:none;
	float:left;
	display:block;
	padding-right:10px;
	padding-top:10px;
}
#footer-bottom
{
	width:100%;
	background-color:#0092cb;
	height:40px;
}
#footer-bottom #sub-bottom
{
	width:980px;
	margin:0 auto;
}
#sub-bottom #footer-left-area
{
	width:400px;
	float:left;
}
#sub-bottom #footer-left-area #copyright
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:45px;
	padding-left:20px;
	font-weight:normal;
}
 #mindwork-link a
 {
	text-decoration:none;
	color:#333;
 }
  #mindwork-link a:hover
  {
	  text-decoration:none;
	  color:#3CF;
  }
