@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Swiz721';
	src: url('../fonts/tt0001m_.eot');
	src: local('☺'), url('../fonts/tt0001m_.woff') format('woff'), url('../fonts/tt0001m_.ttf') format('truetype'), url('../fonts/tt0001m_.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Humanst';
	src: url('../fonts/tt0290m_.eot');
	src: local('☺'), url('../fonts/tt0290m_.woff') format('woff'), url('../fonts/tt0290m_.ttf') format('truetype'), url('../fonts/tt0290m_.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#000;
	font-family: 'Swiz721';
}
html{
	overflow-y:scroll;
	height:100%; 
}
.main-wrapper{
	border:0px solid red;
	width:100%;
	height:100%;
	position:relative;
}
.header-container{
	width:100%;
	height:97px;
	border:0px solid yellow;
}
.menu-container{
	float:left;
}
.logo{
	float:right;
}
.menu{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:14px;
	margin-left:35px;
	margin-top:60px;
}
.menu li{
	float:left;
	border-left:2px solid #ee1c24;
	padding:0px 10px;
}
.menu li a{
	text-decoration:none;
	color:#fff;
}
.menu li a:hover, .menu .current{
	color:#86c700;
}
.menu li:last-child{
	border-right:2px solid #ee1c24;
}
.body-container{
	width:100%;
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:530px;
	border:0px solid red;
}
.footer{
	width:100%;
	border:0px solid yellow;
	float:right;
}
.footer .left{
	float:left;
	color:#ccc;
	font-size:11px;
	padding-top:10px; padding-left:5px;
}
.footer .right{
	float:right;
}

.content-container{
	width:778px;
	min-height:480px;
	margin-top:24px;
	margin-right:10%;
	border:0px solid #fff;
	float:right;
	background-image:url(../images/blackbg.png);
	color:#fff;
	font-size:17px;
	line-height:22px;
	font-family: 'Humanst';
}
.content-container .contentinner{
	margin:25px;
	border:0px solid yellow;
	margin-bottom:20px;
}
.content-container .contentinner h1{
	font-size:20px;
	font-weight:normal;
}
.clearfix:after{
	content:" ";
	clear:both;
	display:block;
}
.about-manager{
	width:100%;
}
.manager{
	float:left;
	width:112px;
	margin-right:10px;
}

.designation{
	float:left;
	margin-top:135px;	
}
.designation .name{
	color:#fff;
	font-size:20px;
	line-height:14px;
}
.designation .desig{
	color:#fff;
	font-size:13px;
	font-family: 'Humanst';
}
.body-container-inner{
	width:100%;
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:530px;
	border:0px solid red;
	padding-top:24px;
	padding-bottom:24px;
}

.content-container-inner{
	width:96%;
	border:0px solid #fff;
	margin:auto;
	background-image:url(../images/blackbg.png);
	left:0;
	right:0;
	min-height:480px;
	padding-top:25px;
}
.content-container-inner .contentinner{
	border:0px solid #fff;
	margin-left:25px;
	margin-right:25px;
}
.content-container-inner .contentinner h1{
	text-transform:uppercase;
	font-size:24px;
	color:#fff;
	font-family: 'Swiz721';
	font-weight:normal;
	margin-top:0px;
}
.products{
	margin:0px;
	padding:0px;
	width:102%;
	margin-left:-8px;

}
.products li{
	width:162px;
	height:130px;
	float:left;
	border:0px solid #fff;
	list-style:none;
	margin:0px 10px 35px 8px;
}
.products li img{
		
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    6px 6px 6px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         6px 6px 6px 0px rgba(0, 0, 0, 0.75);	
}
.product-code{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}

.content-container-contact{
	width:778px;
	min-height:187px;
	margin-top:246px;
	margin-right:10%;
	border:0px solid #fff;
	float:right;
	background-image:url(../images/blackbg.png);
	color:#fff;
	font-size:17px;
	line-height:22px;
	font-family: 'Humanst';
}
.content-container-contact .contentinner{
	margin:25px;
	border:0px solid yellow;
	margin-bottom:20px;
}
.content-container-contact .contentinner a{
	color:#fff;
	text-decoration:none;
}
.content-container-contact .contentinner h2{
	font-size:20px;
	color:#fff;
	font-family: 'Humanst';
	font-weight:normal;
	margin-top:0px;
}
