body
{
	margin:0px;
	padding:0px;
	font-size:14px;
	color: #5c5c5c;
	font-family: 'Lato', sans-serif;
}
img
{
	border:none;
}
a
{
}
a:hover
{
}
h1
{
	font-size:18px;
}
h2
{
	font-size:17px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:15px;
}
h5
{
	font-size:14px;
}
h6
{
	font-size:13px;
}
.page
{
	margin:0px auto;
	width:1000px;
}
.cleaner
{
	clear:both;
}
.header-container
{
	background-color:#48887B;
}
.logo
{
	float:left;
	padding-top:13px;
}
.logo img
{
	height:110px;
}
.contact-area
{
	float:right;
	padding-top:10px;
	color:#fff;
	font-size:16px;
}
.social-area
{
	float:right;
}
.menu-container
{
	float:right;
}
.menu
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu li
{
	float:left;
	display:block;
}
.menu li a
{
	display:block;
	text-decoration:none;
	color:#fff;
	padding-left:35px;
	padding-right:35px;
	font-size:16px;
	text-align:center;
	padding-top:17px;
	padding-bottom:30px;
	border-left:solid 1px #fff;
}
.menu li a:hover
{
	text-decoration:none;
	color:#fff;
	background-color:#444;
}
.light-green
{
	background-color:#AFBD77;
}
.dark-green
{
	background-color:#00A85A;
}
.dust-green
{
	background-color:#48887B;
}
.flash-container
{
}
.about-container
{
	background-color:#00A85A;
	padding-top:4%;
	padding-bottom:4%;
	margin-top:-1%;
}
.about-area
{
	width:80%;
	margin:0px auto;
	
}
.heading
{
	text-align:center;
	font-size:26px;
	color:#fff;
	padding-bottom:15px;
	line-height:150%;
}
.about-text
{
	text-align:center;
	color:#fff;
	line-height:160%;
}
.product-container
{
	background-color:#EBE7DC;	
	padding-top:3%;
	padding-bottom:5%;
	background-image:url(images/2.png);
	background-repeat:repeat;
	background-position:top center;
}
.footer-container
{
	background-color:#1F2B36;
	padding-top:2%;
	padding-bottom:2%;
	color:#fff;
}
.footer-left
{
	float:left;
}
.footer-right
{
	float:right;
}
.footer
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer li
{
	float:left;
}
.footer li a
{
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	text-decoration:none;
}
.footer li a:hover
{
	text-decoration:underline;
}
.product-area
{
	float:left;
	width:225px;
	margin-right:30px;
	background-color:#AFBD77;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 6px #888;
	box-shadow: 0 0 6px #888;
}
.pro-thumb
{
	float:left;
	width:220px;
	height:180px;
	background-color:#AFBD77;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:16px;
}
.last
{
	margin-right:0px !important; 
}
.box {
  cursor: pointer;
  height: 200px;
  position: relative;
  overflow: hidden;
  width: 225px;
  -moz-box-shadow: 0 0 15px #fff;
  -webkit-box-shadow: 0 0 15px #fff;
  box-shadow: 0 0 15px #fff;
  padding-top:20px;
	padding-bottom:20px;
}
.box img {
  position: absolute;
  left:0;
  margin-left:15px;
  -webkit-transition: all 170ms ease-out;
  -moz-transition: all 170ms ease-out;
  -o-transition: all 170ms ease-out;
  -ms-transition: all 170ms ease-out;
  transition: all 170ms ease-out;
}
.box .overbox {
  background-color: #237968;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: 100;
  -webkit-transition: all 170ms ease-out;
  -moz-transition: all 170ms ease-out;
  -o-transition: all 170ms ease-out;
  -ms-transition: all 170ms ease-out;
  transition: all 170ms ease-out;
  opacity: 0;
  width: 200px;
  height: 200px;
  padding: 20px 20px;
  padding-top:30px !important;
}

.box:hover .overbox { opacity: 0.8; }
.box .overtext {
  -webkit-transition: all 170ms ease-out;
  -moz-transition: all 170ms ease-out;
  -o-transition: all 170ms ease-out;
  -ms-transition: all 170ms ease-out;
  transition: all 170ms ease-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}

.box .title {
	font-size:36px;
	font-family: 'Lato', sans-serif;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  padding-top:40px;
  font-size:22px;
  font-family: 'Lato', sans-serif;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  color:#fff;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.sep
{
	border-top:solid 1px #ccc;
	margin-top:3%;
	margin-bottom:3%;
}
.product-range-heading
{
	font-size:26px;
	color:#fff;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:5px;
	background-color:#48887B;
	margin-bottom:10px;
	border-radius:8px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.testimonial-container
{
	background-image:url(images/3.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 7px #924A18;
	border-bottom:solid 7px #924A18;
}
.heading-big
{
	color::#fff;
	font-size:56px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding-bottom:20px;
	text-shadow: 5px 5px 2px #252525;
}
.heading-small
{
	color:#fff;
	font-size:52px;
	text-align:center;
	text-shadow: 5px 5px 2px #252525;
}
.banner-container
{
	padding-top:20px;
	background-color:#00A85A;
	padding-bottom:20px;
}
.banner
{
	color:#fff;
	font-size:40px;
}
.content-container
{
}
.row
{
	padding-top:25px;
	padding-bottom:5px;
}
.pro-area
{
	float:left;
	width:300px;
	margin-right:49px;
}
.last
{
	margin-right:0px !important;
}
.pro-image
{
	width:300px;
	height:250px;
	background-color:#fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align:center;
	background-color:#AFBD77;
}
.pro-name
{
	text-align:center;
	padding-top:10px;
}
.pro-name a
{
	text-decoration:none;
	color:#48887B;
	font-size:24px;
	
}
.pro-name a:hover
{
	text-decoration:underline;
	color:#48887B;
}
.text-box
{
	height:27px;
	width:200px;
}
.contact-detail-area
{
	float:left;
	width:400px;
}
.map-area
{
	float:right;
	width:500px;
}