body {
	background: url(images/bg.jpg) repeat-x top center #1a2127;
	border-top:solid 3px #348893;
	margin:0;
	padding:0;
}
#auto_header {
	width:100%;
	height:90px;
	margin:0;
	
	padding:0;
}
#wrapper {
	width:1000px;
	height:auto;
	margin:0 auto;
}
#logo {
	width:306px;
	height:97px;
	float:left;
	background:url(images/logo2.png) no-repeat left;
}
#header {
	width:1000px;
	height:80px;
	margin:0 auto;

}
#manu {
	width:600px;
	height:auto;
	float:right;
	margin-top:15px;
}
/*ul {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	list-style:none;
	float:right;
}
ul li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	float:left;
	list-style:none;
	padding-left:15px;
	margin-top:15px;
	text-transform:uppercase;
}
ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	float:left;
	text-transform:uppercase;
	list-style:none;
	text-decoration:none;
	padding:6px;
}
ul li a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	float:left;
	background:#3a8289;
	border-bottom:solid 3px #83a242;
	text-transform:uppercase;
	list-style:none;
	text-decoration:none;
}*/
#manu ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
	float:right;
}
#manu ul li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	color:#FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#manu ul li a {
	text-decoration:none;
	color:#fff;
	display: block;
	width: 100%;
	height: 100%;
	padding:10px 10px;
}
#manu ul li:hover {
	background:#3a8289;
	color: #fff;
	text-decoration:none;
}
#manu ul li ul {
	padding: 0;
	position: absolute;
	top: 38px;
	left: 0;
	width: 180px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	text-decoration:none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index:100;
}
#manu ul li ul li {
	background: #555;
	display: block;
	color: #fff;
	text-decoration:none;
	text-shadow: 0 -1px 0 #000;
}
#manu ul li ul li:hover {
	background:#3a8289;
}
#manu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#banner {
	width:1000px;
	height:auto;
	float:left;
	margin-top:10px;
}
.container {
	width:1000px;
	height:auto;
	margin-top:10px;
	float:left;
	margin-bottom:10px;
	background:#1a2126;

}
.panel-left {
	width:747px;
	height:auto;
	float:left;
}
.panel-right {
	width:250px;
	height:auto;
	float:right;
}
.box-in a {
	width:235px;
	height:66px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	line-height:66px;
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#adadad;
	border:solid 1px #434343;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background:#1a2127;
		border:solid 1px #8f8f8f;
}
.box-in a:hover {
	width:235px;
	height:66px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	line-height:66px;
	font-size:14px;
	background:#122b3e;
		border:solid 1px #8f8f8f;
	font-family:Tahoma, Geneva, sans-serif;
	color:#4ac5cf;

	filter: alpha(opacity=80);
	opacity: 0.6;
}
.bottom-section {
	width:312px;
	float:left;
	height:auto;
	padding:10px
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#9bc14e;
	margin:0;
	padding:0;
}
p {
	text-align:justify;
	line-height:20px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#D2D2D2;
}
.footer {
	width:100%;
	height:100px;
	float:left;
	background:#011525;
	border-top:solid 1px #333;
}
#footer {
	width:1000px;
	height:auto;
	margin:0 auto;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding-top:20px;
	padding-bottom:20px;
}
.footer_nav {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.powerd {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
/*-----------develop-innerpage----*/

#inner-banner {
	width:1000px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.inner-page-section {
	width:750px;
	float:left;
	height:150px;
}
.inner-page-section-auto {
	width:750px;
	float:left;
	height:auto;
}



.grid-portfolio {
	width:230px;
	height:auto;
	float:left;
	margin-right:20px;
}
.grid-portfolio h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#9bc14e;
	height:20px;
	margin:0;
}
.grid-1 {
	width:233px;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:10px;
}
.grid-2 {
	width:730px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:15px;
	
}
.grid-3 {
	width:570px;
	height:auto;
	float:right;
}
.grid-4 {
	width:420px;
	height:auto;
	float:left;
}
ol
{
	color:#CCC;
	padding:0;
	margin:0;
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;	
	line-height:21px;
	}
/*---------develop-innerpage--End-*/


#contact_panel {
	width:250px;
	height:auto;
	float:left;
	margin-top:25px;
	margin-left:20px;
}
#contact_panel1 {
	width:250px;
	height:250px;
	float:right;
}
#contact_right {
	width:250px;
	height:auto;
	float:left;
	margin-left:40px;
}
.con-span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-top:8px;
	color:#DBDBDB;
	line-height:20px;
	padding-left:10px;
}
.con_headtxt {
	width:220px;
	height:auto;
	padding-bottom:5px;
	padding-left:10px;
	font-size:1.3em;
	color:#0FC;
	float:left;
}
#filed-area {
	width:300px;
	height:30px;
	float:left;
	margin-bottom:7px;
}
#filed-area-auto {
	width:300px;
	height:auto;
	float:left;
	margin-bottom:7px;
}
.txt_nam {
	width:100px;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:30px;
	color:#fff;
	float:left;
}
.txt_filed {
	width:150px;
	height:19px;
	float:left;
	margin-top:3px;
	padding-left:5px;
	outline:none;
}
#txt_filed1 {
	width:150px;
	height:30px;
	line-height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	float:left;
	margin-top:3px;
	padding-left:5px;
	outline:none;
}
.txt_filed_auto {
	width:250px;
	height:auto;
	float:left;
	margin-top:3px;
	padding-left:5px;
	outline:none;
}
#txt_filed {
	width:150px;
	height:30px;
	float:left;
}
cont_panel_right1 {
	width:300px;
	height:150px;
	float:left;
}
.cont_panel_right2 {
	width:680px;
	height:auto;
	float:right;
}
.text_default {
	width:auto;
	font-family:Tahoma, Geneva, sans-serif;
	color:#276bbe;
	font-size:15px;
	height:30px;
	line-height:30px;
	float:left;
}
.text_sub {
	width:280px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	height:auto;
	line-height:21px;
	float:left;
	padding-bottom:15px;
}
.textfiled_area {
	width:330px;
	height:auto;
	float:left;
}
.text_name {
	width:330px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	height:auto;
	line-height:21px;
	float:left;
	padding-bottom:5px;
}
.text_field {
	width:150px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	background:#080808;
	line-height:20px;
	border:solid 1px #4e4a4c;
	float:left;
	padding-left:5px;
}
.text_field_auto {
	width:150px;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	background:#080808;
	line-height:20px;
	border:solid 1px #4e4a4c;
	float:left;
	padding-left:5px;
}
.text_message {
	width:280px;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	float:left;
	padding-left:10px;
	background:#080808;
}
.organization-chart {
	width:1000px;
	height:954px;
	float:left;
	background:url(images/Organizaion-Cart.png) no-repeat center;
	margin-bottom:20px;
}


.header-cap
{
	width:1000px;
	float:left;
	height:auto;
	background:#141a1e;

	
}
.header-cap1
{
	width:1000px;
	float:left;
	height:auto;


	
}

.header-cap-txt
{
	width:480px;
	float:left;
	height:auto;
	line-height:50px;
	
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	
}


.header-cap-txt1
{
	width:480px;
	float:left;
	height:auto;
	line-height:50px;
	text-align:right;
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	
}

.header-cap-txt2
{
	width:960px;
	float:left;
	height:auto;
	line-height:40px;
	text-align:center;
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	
}

.devider
{
	width:960px;
	float:left;
	height:auto;
	margin-top:8px;
		margin-bottom:8px;
	margin-left:20px;
	border:solid 1px #252d34;
	
}


.bottle-frame
{
	 width:960px;
	 height:auto;
	margin:0 auto;
	 margin-top:20px;	
	}


.clear
{
	clear:both;	
	}

.per_panel
{
	width:170px;
	height:220px;
	float:left;	
	margin-left:17px;
	}

.bottle_img
{
	width:170px;
	height:180px;
	float:left;

		
	}
.bottle_img1
{
	width:170px;
	height:180px;
	float:left;

		
	}
.bottle_txt
{
	width:170px;
	height:30px;
	float:left;	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	text-align:center;
	line-height:40px;
	line-height:40px;
		
	}

.ads_ver
{
	
	width:200px;
	height:560px;
	float:right;
	background:#036;
	margin-top:43px;
	margin-right:20px;
}

td 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	text-align:left;	
	}
