@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);
body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
}
img {
	display:block;
	margin:0;
	padding:0;
	border:none;
}
.justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.nostart {
	list-style-type:none;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
br.clear {
	clear:both;
	margin-top:-15px;
}
a {
	color:#0461cb;
	background-color:#FFFFFF;
	outline:none;
	text-decoration:none;
}
.fl_left {
	float:left;
}
.fl_right {
	float:right;
}
.imgl, .imgr {
	border:1px solid #999999;
	padding:5px;
}
.imgl {
	float:left;
	margin:0 8px 8px 0;
	clear:left;
}
.imgr {
	float:right;
	margin:0 0 8px 8px;
	clear:right;
}
/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
	display:block;
	width:100%;
	margin:0;
	text-align:left;
}
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.col1 {
	color:#CCCCCC;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat;
	height: 120px;
}
.col2, .col2 a {
	color:#FFFFFF;
	background-color: #0099CC;
}
.col3 {
	color:#777777;
background-color:;
}
.col3 a {
	color:#95AD19;
	background-color:#FFFFFF;
}
.col4 {
	color:#FFFFFF;
	background-color:#181818;
}
.col4 a {
	color:#95AD19;
	background-color:#000000;
}
.col5, .col5 a {
	color:#333333;
	background-color:#0099CC;
}
/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #homepage, #breadcrumb, #container, #footer, #copyright {
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	visibility: inherit;
}
/* ----------------------------------------------Header-------------------------------------*/

#header {
	padding:10px 0;
	z-index:1000;
}
#header #logo {
	display:block;
	float:left;
	width:160px;
	overflow:hidden;
}
#header #logo h1, #header #logo p {
	margin:0;
	padding:0;
	line-height:normal;
}
#header #logo h1 {
	font-size:36px;
	text-transform:uppercase;
}
#header h1 a {
	color:#0461cb;
	background-color:#000000;
}
/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
	padding:20px 0;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none;
}
#breadcrumb ul li {
	display:inline;
}
#breadcrumb ul li.current a {
	text-decoration:underline;
}
/* ----------------------------------------------Content-------------------------------------*/

#container1 {
	padding:0px 0;
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	visibility: inherit;

}

#container {
	padding:20px 0;
}
#container h1, #container h3, #container h4, #container h5, #container h6 {
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #E7E6E6;
}
#container h2 {
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	border-bottom:0px solid #E7E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}
/* ----------------------------------------------Homepage Block-------------------------------------*/

.homepage {
	display:block;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
}
.homepage ul {
	margin:0;
	padding:0;
	list-style:none;
}
.homepage li {
	display:block;
	float:left;
	width:300px;
	margin:0 30px 0 0;
	padding:0;
}
.homepage li.last {
	margin-right:0;
}
.homepage li h2 {
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 8px 0;
	font-weight:normal;
	line-height:normal;
	border-bottom:1px dotted #999999;
}
.homepage li h2 img {
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #999999;
}
.homepage p {
	margin:0 0 25px 0;
	padding:0;
	line-height:1.6em;
}
.homepage p.readmore {
	display:block;
	text-align:right;
	line-height:normal;
	font-weight:bold;
}
.homepage p.readmore a {
	padding:7px 10px 10px;
	color:#FFFFFF;
	background-color:#0071c7;
}
/* ----------------------------------------------Content Block-------------------------------------*/

#content {
	display:block;
	float:left;
	width:600px;
}
#content1 {
	display:block;
	float:left;
	width:400px;
}
#content2 {
	display:block;
	float:right;
	width:250px;
}
/* ------Comments-----*/

#comments {
	margin-bottom:40px;
}
#comments .commentlist {
	margin:0;
	padding:0;
}
#comments .commentlist ul {
	margin:0;
	padding:0;
	list-style:none;
}
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
	margin:0 0 10px 0;
	padding:15px;
	list-style:none;
}
#comments .commentlist li.comment_odd {
	color:#666666;
	background-color:#F7F7F7;
}
#comments .commentlist li.comment_odd a {
	color:#95AD19;
	background-color:#F7F7F7;
}
#comments .commentlist li.comment_even {
	color:#666666;
	background-color:#E8E8E8;
}
#comments .commentlist li.comment_even a {
	color:#95AD19;
	background-color:#E8E8E8;
}
#comments .commentlist .author .name {
	font-weight:bold;
}
#comments .commentlist .submitdate {
	font-size:smaller;
}
#comments .commentlist p {
	margin:10px 5px 10px 0;
	padding:0;
	font-weight: normal;
	text-transform: none;
}
#comments .commentlist li .avatar {
	float:right;
	border:1px solid #EEEEEE;
	margin:0 0 0 10px;
}
/* ----------------------------------------------Column-------------------------------------*/

#column {
	display:block;
	float:right;
	width:300px;
}
#column .holder {
	display:block;
	width:300px;
	margin-bottom:20px;
}
#column .holder p {
	line-height:1.6em;
}
#column .holder h2.title {
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
}
#column .holder h2.title img {
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
}
#column .holder p.readmore {
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
}
#column div.imgholder {
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
}
/* ----------------------------------------------Footer-------------------------------------*/

#footer {
	padding:20px 0;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer h2 {
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:18px;
	color:#CCCCCC;
 background-color:;
	border-bottom:1px dotted #CCCCCC;
}
#footer .box {
	display:block;
	float:right;
	width:250px;
	margin:0 0 0 25px;
	padding:0;
}
#footer .box1 {
	display:block;
	float:left;
	width:400px;
	line-height:1.6em;
}
#footer .box1 .imgl {
	border:1px solid #CCCCCC;
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
}
#footer .contactdetails li {
	margin:0 0 8px 0;
}
#footer .flickrbox, #footer .flickrbox .wrap {
	display:block;
	width:260px;
}
#footer .flickrbox .wrap .fix {
	clear:both;
}
#footer .flickrbox .wrap .flickr_badge_image {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:80px;
	height:80px;
}
#footer .flickrbox .wrap #flickr_badge_image3, #footer .flickrbox .wrap #flickr_badge_image6 {
	margin-right:0;
}
/* ----------------------------------------------Copyright-------------------------------------*/

#copyright {
	padding:10px 0;
}
#copyright p {
	margin:0;
	padding:0;
}
.mbox {
 background-color:;
	float: right;
	height: 400px;
	width: 300px;
}
.mbox1 {
 background-color:;
	float: left;
	height: 400px;
	width: 300px;
}
#slider_wrapper {
	width: auto;
	margin: 0 auto;
}
.box1 {
	width:120px;
	height: 25px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	background-color: #0099FF;
	margin-top: 0px;
	padding-top: 0px;
	/*	letter-spacing:1px;*/
	color: #ffffff;
	text-align:center;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(184, 184, 184, 1);
	-moz-box-shadow: 4px 4px 3px 0px rgba(184, 184, 184, 1);
	box-shadow: 4px 4px 3px 0px rgba(184, 184, 184, 1);
}
.box1 h2 {
	font-family:Verdana;
	color: #ffffff;
	font-size: 5px;
	letter-spacing:1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.h5 {
	color: #777777;
	font-size: 15px;
	letter-spacing:1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	border-bottom: 1px solid #777777;
}
/************Navigation***********/
nav {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-left:10px;
	margin-top:35px;
/*	margin-right: 10px;*/
	border-radius:5px;
	width:auto;

}
nav ul {
	margin:0px;
	padding:0px;
}
nav ul li {
	list-style-type:none;
	display:inline-block;
	margin:0 0 0 -3px;
/*	height: 20px;*/
}
nav ul li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 18px;
	background:#0071c7;
	border-right:solid 1px #fff;
}
nav ul li:hover>a {
	background:#fff;
	color: #000000;
}
nav ul li:first-child a {
	border-radius:5px 0 0 5px;
}
nav ul li:last-child a {
	border-radius:0 5px 5px 0;
}
/*...First-Level...*/
nav ul li ul li:first-child a {
	border-top:solid 1px #fff;
}
nav ul li ul li:last-child a {
	border-bottom:solid 1px #fff;
}
nav ul li ul {
	position:absolute;
	display:none;
	width:155px;
	margin:0;
}
nav ul li:hover ul {
	display:block;
}
nav ul li ul li {
	display:block;
	position:relative;
	border:none;
}
nav ul li ul li a {
	border-bottom:solid 1px #f4f4f4;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-radius:0px!important;
	background:#0173ca;
	margin:0px;
	padding:5px;
}
/*...Second-Level...*/
nav ul li:hover ul ul {
	display:none;
}
nav ul li ul li:hover>ul {
	display:block;
}
/*...Third-Level...*/
nav ul li ul li ul {
	display:none;
	background:#fff;
	position:absolute;
	top:10%;
	left:160px;
	width:250px;
}

/*Live stock Page*/
.divOne {
 width: 180px;   background-image:url(../images/live1.jpg);  background-repeat: no-repeat;  height: 290px;
}
.divonecss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divTwo {
 width: 180px; background-image:url(../images/live2.jpg);  background-repeat: no-repeat; height: 290px;
}
.divTwocss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divThree {
 width: 180px; background-image:url(../images/live3.jpg); background-repeat: no-repeat;  height: 290px;
}
.divThreecss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divFour {
 width: 180px; background-image:url(../images/live4.jpg); background-repeat: no-repeat;  height: 290px;
}
.divFourcss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divFive {
 width: 180px; background-image:url(../images/live5.jpg); background-repeat: no-repeat;  height: 290px;
}
.divFivecss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divSix {
 width: 180px; background-image:url(../images/food1.jpg); background-repeat: no-repeat;  height: 290px;
}
.divSixcss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divSeven {
 width: 180px; background-image:url(../images/food2.jpg); background-repeat: no-repeat;  height: 290px;
}
.divSevencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divEight {
 width: 180px; background-image:url(../images/food3.jpg); background-repeat: no-repeat;  height: 290px;
}
.divEightcss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divNine {
 width: 180px; background-image:url(../images/food4.jpg); background-repeat: no-repeat;  height: 290px;
}
.divNinecss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divTen {
 width: 180px; background-image:url(../images/food5.jpg); background-repeat: no-repeat;  height: 290px;
}
.divTencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divEleven {
 width: 180px; background-image:url(../images/cornbased.jpg); background-repeat: no-repeat;  height: 290px;
}
.divElevencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divTwelve {
 width: 180px; background-image:url(../images/cottonseedbased.jpg); background-repeat: no-repeat;  height: 290px;
}
.divTwelvecss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divThirteen {
 width: 180px; background-image:url(../images/dryfeed.jpg); background-repeat: no-repeat;  height: 290px;
}
.divThirteencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divFourteen {
 width: 180px; background-image:url(../images/idfy.jpg); background-repeat: no-repeat;  height: 290px;
}
.divFourteencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divFifteen {
 width: 180px; background-image:url(../images/soyabeanbased.jpg); background-repeat: no-repeat;  height: 290px;
}
.divFifteencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}

.divSixteen {
 width: 180px; background-image:url(../images/sunflowerbased.jpg); background-repeat: no-repeat;  height: 290px;
}
.divSixteencss{
 width: 170px;   background:#0066FF;  color:#FFFFFF;  height: 280px; padding: 5px;
}



h7 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background: #003366;
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing:1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display:block;
	text-align:center;
	padding: 5px;
}
.contentpos {
margin-top:10px; 
margin-left: 10px;
line-height: 1.5;
}

/********* Google Map *********/
      #map_canvas {
        width: 710px;
        height: 350px;
      }
/******** Contact us Form ********/

#contact_form{ width:450px; padding:20px; border: 1px solid #DDD;border-radius: 5px; font-family: Arial; font-size: 11px; font-weight: bold;color: #666666; background:#FAFAFA; /*margin-right: auto; margin-left: auto;*/}
#contact_form legend{font-size: 15px; color: #C9C9C9;}
#contact_form label{display: block; margin-bottom:5px;}
#contact_form label span{float:left; width:150px; color:#666666;}
#contact_form input{height: 25px; border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 4px; color: #666; width: 250px; font-family: Arial, Helvetica, sans-serif;}
#contact_form select{height: 28px; border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 4px; color: #666; width: 250px; font-family: Arial, Helvetica, sans-serif;}
#contact_form textarea{border: 1px solid #DBDBDB; border-radius: 3px; padding-left: 4px;color: #666; height:100px; width: 250px; font-family: Arial, Helvetica, sans-serif;}
.submit_btn { border: 1px solid #D8D8D8; padding: 5px 15px 5px 15px; color: #8D8D8D; text-shadow: 1px 1px 1px #FFF; border-radius: 3px; background: #F8F8F8;}
.submit_btn:hover { background: #ECECEC;}
.success{ background: #CFFFF5;padding: 10px; margin-bottom: 10px; border: 1px solid #B9ECCE; border-radius: 5px; font-weight: normal; }
.error{ background: #FFDFDF; padding: 10px; margin-bottom: 10px; border: 1px solid }

#reach1 {
	background-color: ;
	float: left;
	height: 350px;
	width: 250px;
}

#reach2 {
	background-color: ;
	float: right;
	height: 350px;
	width: 710px;
}
#enquiry {
	float: left;
	height: auto;
	width: 500px;
}

#enquiry1 {
	float: right;
	height: auto;
	width: 400px;
}

.box3 {
	width:150px;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#0071c7;
	margin-top: px;
	margin-bottom:10px;
	padding-top: 7px;
	/*	letter-spacing:1px;*/
	color: #ffffff;
	text-align:center;
-webkit-box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
}
.box3 h9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
}

.box4 {
	width:210px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#0071c7;
	margin-top: px;
	margin-bottom:10px;
	padding-top: 7px;
	/*	letter-spacing:1px;*/
	color: #ffffff;
	text-align:center;
-webkit-box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
-moz-box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
box-shadow: 4px 4px 3px 0px rgba(184,184,184,1);
}
.box4 h9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
}

.box4 h8 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
}