@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
body{
	background:url(../images/bg.jpg);
}
.container{
	width:1000px;
	height:auto;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	color:#777;
	background-color:#fff;
}
.header{
	border-top:10px solid #00a711;
	height:100px;
}
.header-top{
	margin-top:40px;
}
.menu{
	width:1000px;
	height:40px;
	border-bottom:2px solid #00a711;
}
.menu ul{
	list-style-type:none;
	float: right;
	margin-right:30px;
}
.menu ul li{
	display:inline;
	float:left;
}
.menu ul li a{
	/*font:18px/40px tahoma*/;
	font:18px/40px;
	font-family: 'Open Sans', sans-serif;
	padding:10px 20px;
	text-decoration:none;
	color:#00a811;
}
.menu ul li a:hover{
	background-color:#a2d37a;
	color:#fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.menu ul li .active{
	background-color:#00a811;
}
.imageslider{
	width:1000px;
	height:auto;
	margin-top:10px;
	box-shadow: 0px 5px 5px #888888;
}
.content{
	width:960px;
	height:auto;
	margin:20px auto 0px;
	padding-bottom: 10px;
}
.content1 p{
	color:#777777;
	line-height:25px;
	font-family:tahoma;
	font-size:13px;
}
.content2{
	margin-top:20px;
	overflow:hidden;
}
.content3{
	width:958px;
	border:1px solid #666;
	border-radius:10px;
	height:AUTO;
	margin-top:20px;
	overflow:hidden;
}
.p1{
	width:200px;
	height:auto;
	margin: 15px 19px 15px;
	float:left;
}
.footer{
	width:1000px;
	height:40px;
	border-top: 5px solid #00a711;
}
/****** contact ****/
.contact{
	width:960px;
	min-height:auto;
	margin:0 auto;
}
.contact img{
	width:960px;
	height:auto;
}
.info{
	width: 275px;
    height: auto;
    float: left;
    margin-left: 25px;
}
.info h2{
	text-align:left;
	color:#3197fb;
	font-size:14px;
	padding-left:20px;
	font-weight:normal;
}
.info h5{
	font-weight:normal;
	text-align:left;
	padding-left:20px;
	color:#777;
}
.map{
	width:960px;
	height:auto;
	margin:20px auto 10px;
}
.map h2{
	text-align:left;
	color:#3197fb;
	padding:10px 20px;
	font-weight:normal;
	font-size:15px;
}
.contact-info{
	width:900px;
	height:auto;
	margin:20px auto 10px;
	border:1px solid #CECDC8;
	border-radius:10px;
	padding:20px;
	overflow:hidden;
}
.contact-left{
	width:350px;
	float:left;
	height:auto;
	margin:30px 0px 0px 30px;
	padding-left:10px;
}
.headings{
	text-align: left;
color: #3197fb;
font-size: 15px;
padding-left: 3px;
font-weight: normal;
}
.about{
width:960px;
margin:0 auto;
min-height:600px;
}
.products img{
	margin-left:30px;
	margin-bottom:30px;
}
.contact-info .info{
	width:600px;
	height:auto;
	float:left;
}
.about p{
	line-height:20px;
	font-size:13px;
	text-align: justify;
}
.contact-info .info1 {
width: 220px;
height: auto;
float: left;
}
.contact-info .info1 h5 {
text-align: left;
color: #777;
font-size: 13px;
padding-left: 3px;
font-weight: normal;
}
h2{
text-align: left;
color: #3197fb;
font-size: 15px;
padding-left: 3px;
font-weight: normal;
}
.content1 p{font-family: 'Lato', sans-serif;font-size: 16px;}
.content1 h1{font-family: 'Roboto', sans-serif;}	
.content3 h3{font-size:21px; font-family: 'Roboto', sans-serif;}
.content-inner h3{font-size:21px; font-family: 'Roboto', sans-serif; color: #3197fb;font-size:1.2em;margin-bottom:10px;font-weight: 800;}
.content-inner h1{font-family: 'Roboto', sans-serif; color:#00a711;font-size:1.5em;}
.content-inner li{list-style: none;padding-left:10px;padding-bottom:5px;margin-bottom:5px;}
.content-inner ul{padding-bottom:5px;margin-bottom:5px;margin-top:10px;}
.content-inner {max-width: 90%; margin:0 auto; margin-top:40px;}
.content-inner strong {font-weight: 600; color: #08A93B;}
.content-inner p{margin-bottom:10px;}