#cssmenu ul { margin: 0; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {
	height: auto;
	background-color:#366;
}


#cssmenu > ul > li {
	float: left;
	width: 170px;
	color: #FFF;
	text-align: center;
	position: relative;
	font-family: "Lobster 13";
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	height: auto;
	background-image: url(../Images/sub_abc.png);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
}

#cssmenu > ul > li > a {
	color: #FFF;
	font-family: "Lobster 13";
	font-size: 18px;





-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
	width: 235px;
	height: auto;
	font-weight: normal;
	line-height: 52px;
}
#cssmenu > ul > li > a:hover {
	color: #FFF;
}
#cssmenu > ul > li > ul {
	opacity: 0;
	visibility: hidden;
	background-color: #1D7601;
	text-align: center;
	position: absolute;
	top: 55px;
	width: 180px;

-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	height: auto;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	background-image: url(images/footer.jpg);
	background-position: center center;
	margin-left:-8px;
}

#cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
	z-index:99;
	
}

#cssmenu > ul > li > ul:before{
	content: '';
	display: block;
	border-color: transparent transparent rgb(250,250,250) transparent;
	border-style: solid;
	border-width: 10px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

#cssmenu > ul ul > li {
	position: relative;
	width: 180px;
	text-align: center;
}

#cssmenu ul ul a{
	color: rgb(50,50,50);
	font-family: MoolBoran;
	font-size: 18px;
	background-color: #FFF;
	display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	background-image: url(../Images/Hand.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#cssmenu ul ul a:hover {background-color: rgb(240,240,240);}


#cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 180px;
	padding: 16px 0 20px 0;
	background-color: rgb(250,250,250);
	text-align: center;
	width: 180px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}
#cssmenu ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}
#cssmenu ul ul a:hover{
	background-color: #D8D4BB;
	color: #630;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.my_style {
}
.main {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/bg_main.jpg);
}
.main_a {
	background-image: url(../images/bg_center.png);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 150px;
}
.main_b {
	float: left;
	height: auto;
	width: 1002px;
	background-color: #f9f8ed;
	border-radius:8px 8px 0px 0px;
}
.main_txt {
	float: left;
	height: auto;
	width: 982px;
	margin-left: 10px;
	margin-top: 25px;
}

.main_txtfruit {
	float: left;
	height: auto;
	width: 982px;
	margin-left: 10px;
	margin-top: 25px;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.wrapper {
	height: auto;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 120px;
	width: 1002px;
}


.right-heading {
	float: left;
	height: auto;
	width: 255px;
	font-family: "Lobster 13";
	font-size: 20px;
	line-height: 22px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #838500;
	border-radius:10px 10px 0px 0px;
	box-shadow:0 2px 3px rgba(0,0,0,0.8);

}
.btn_main {
	background-image: url(../images/top-menu-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 71px;
	width: 1002px;
}
.prod_list_main {
	padding: 0;
	width: 255px;
	float: left;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.btn_txt {
	font-family: "Lobster 13";
	font-size: 18px;
	font-weight: normal;
	color: #465A39;
	float: left;
	height: auto;
	width: 170px;
	text-align: center;
	line-height: 52px;
}
.div {
	background-image: url(../images/div.png);
	float: left;
	height: 52px;
	width: 37px;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo_image {
	background-image: url(../images/logo.png);
	float: left;
	height: 98px;
	width: 400px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
.soscial {
	float: right;
	height: auto;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}
.header {
	float: left;
	height: auto;
	width: 980px;
	margin-left: 10px;
	border-radius :2px;
	border: 1px solid #94B287;
	margin-top: -8px;
}


.left_main {
	float: left;
	height: auto;
	width: 270px;
}

.ledft_side_cat_main {
	float: left;
	height: auto;
	width: 265px;
	margin-bottom: 20px;
}
.cat_hd_bg {
	float: left;
	height: auto;
	width: 220px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 15px;
	background-position: center -10px;
	background-color: #838500;
}
.cat_txt {
	background-image: url(../images/menu-bg.jpg);
	float: left;
	height: 24px;
	width: 258px;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AB3412;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.cat_t {
	float: left;
	height: auto;
	width: 205px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 48px;
	color: #838500;
}
.language {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 25px;
	text-align: right;
}
.main_sos {
	float: right;
	height: auto;
	width: 300px;
	margin-top: 20px;
}
.hd {
	font-family: "Lobster 13";
	font-size: 20px;
	font-weight: normal;
	color: #838500;
}
.right {
	float: right;
	height: auto;
	width: 685px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #3D7945;
	text-align: justify;
}

.language-converter {
	float: right;
	height: auto;
	width: 220px;
	margin-top: 8px;
	text-align: right;
}

.copy {
	font-family: "Lobster 13";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	height: auto;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.w3logo {
	text-align: right;
	float: right;
	height: auto;
	width: 150px;
	margin-top: 6px;
}
.footer {
	float: left;
	height: auto;
	width: 982px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
	margin-left: 10px;
}
.slide {
	float: left;
	height: auto;
	width: 683px;
}
.divabout {
	float: left;
	height: auto;
	width: 680px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.div-about-heading {
	float: left;
	height: auto;
	width: 680px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.div-about-discription {
	float: left;
	height: auto;
	width: 680px;
	margin-top: 10px;
}
/*****************************************************************************CONTACT CSS************************************************/

#contact_form { 
	padding: 0; 
	width: 420px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #b6b6b6;  
	background: #f9f9f9;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;  
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 408px; 
	height: 200px; 
	padding: 5px; 
	color: #222;
	border: 1px solid #b6b6b6;  
	background: #f9f9f9; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	font-weight: bold;
	color: #222; 
	border: 1px solid #a7a7a7;  
	background: #f9f9f9; 
	margin: 10px 0px; 
}
.contact-dis {
	float: left;
	height: auto;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
.map {
	float: left;
	height: auto;
	width: 680px;
	margin-top: 20px;
}
.div-about-img {
	float: right;
	height: auto;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .main_a .wrapper .main_b .main_txtfruit .right .divabout .hd a {
	color: #838500;
	text-decoration: underline;
}
.sl {
	height: 200px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .main_a .wrapper .main_b .main_txt .right a {
	color: #679F00;
	font-weight: bold;
}
