/* page divisions */
.pageWrapper {
	width: 100%;
	overflow: auto;
	/*background:url(../images/phoneshop.jpg) top no-repeat;*/
	background: #B1D67E; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B1D67E', endColorstr='#DAEBC3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D67E), to(#DAEBC3)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #B1D67E, #DAEBC3); /* for firefox 3.6+ */
    height: 100% */
}
.container-1 {
	width: 970px;
	min-height: 500px;
	margin: 0 auto;
	background: url(../images/con-bg.png) repeat;
}
.container {
	width: 950px;
	min-height: 500px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	padding:0px;
	/*overflow: auto;*/
	display: flex;
    justify-content: center;
	background: #C4E09F; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4E09F', endColorstr='#F5F8ED'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C4E09F), to(#F5F8ED)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #C4E09F, #F5F8ED); /* for firefox 3.6+ */
}
#flash {
	width: 938px;
	height: 330px;
	margin: 0 auto;
	border-bottom:1px solid #ccc;
	
}
#banner {
	width: 950px;
	height: 150px;
	border-bottom:1px solid #ccc;
	
}
#menu {
	width: 510px;
	height: 350px;
	background: url(../images/menu-bg.png) no-repeat;
}
#farm-expres-services {
	width: 435px;
	height: 320px;
	padding-top: 10px;
}
#content {
	width: 100%;
	overflow: auto;
}
#footer {
	width: 100%;
	height: 40px;
	background: #C4E09F; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4E09F', endColorstr='#F5F8ED'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C4E09F), to(#F5F8ED)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #C4E09F, #F5F8ED); /* for firefox 3.6+ */
}
#footer p {
	padding: 15px 5px 8px 5px;
}
/******* Other page menu *******/
.menu-1 {
	width: 950px;
	height: 45px;
	
}
