body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Comic Sans MS, Comic Sans, cursive,Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0A0A08;
    background: #a0c73f;
}

a,a:link, a:visited { color: ; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color:; text-decoration: underline; }

.button_01 a {
	display: block;
	width: 102px;
	height: 23px;
	padding: 7px 0 0 0;
	background: url(../images/button.png)  no-repeat;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	color: #fff;
    background:url(../images/button_hover.png) no-repeat;
}

p { margin: 0px; padding: 0px; }

 img { margin-top: 0px; padding:0px; 
border: 0px solid #ccc; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 0px; }

.margin_r10 { margin-right: 10px; }

.float_l { float: left; }
.float_r { float:  right; }

#header_wrapper {
	width: 100%;
	height: 265px;	
	background: url(../images/header.jpg) no-repeat top center;
}

#header {
	position: relative;
	width: 980px;
	height: 265px;		
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat top center;
}

/* site title */

#header  #site_title {
	float: left;
	width:250px;
	padding: 70px 0 0 15px;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}
#site_title h1 a span {
	display: block;
	margin-left: -30px;
	margin-top:15px;
	font-size: 13px;
	font-weight: bold;
	font: #FFF;
	letter-spacing: 2px;
}

/* end of site title */

/* menu */

#menu {
	float: right;
	padding-top:20px;
	height: 43px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	
	height: 35px;
	padding: 8px 0 0 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	outline: none;
}


#menu li a:hover
{
 
  background-color:	;
}

/* end of menu */

/* Search */


#search_box form {
	width: 280px;
	height: 27px;
	margin: 0;
	padding: 25px 0 0 0;
}

#searchfield {
	height: 17px;
	width: 270px;
	padding: 4px 5px 6px 5px;
	color: #fff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

/* end of search */

/* content */

#content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 10px 40px;
	background: url(../images/content.jpg) repeat-y;
}

#content_wrapper_bottom {
	width: 1000px;
	height: 15px;
	margin: 0 auto;
	background: url(../images/content_bottom.jpg) no-repeat;
}

#content {
	float: left;
	width: 600px;
}

#content p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_section {
	clear: both;
	width: 100%;
}

#content h2 {
	color: #3a5909;
	font-size: 24px;
	padding: 0 0 0px 0px;
}

.product_box {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	border-bottom: 1px 
	margin-bottom: 20px;
}

.product_box2{}

.fl_image {
	float: left;
	margin: 3px 15px 5px 0;
}

#content .product_box p {
	padding: 0;
	margin: 0 0 5px 0;
}

#content .product_box a {
	color: #000000;
	font-weight: bold;
}

#content .em_text {
	color: #537c11;
}

.price {
	color: #C30;
	font-size: 14px;
	font-weight: bold;
}

.product_box h3 {
	background: #63a103;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 12px;
}

.product_box img {
	
	border: 5px solid #e6e0ce;
	 margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 280px;
	padding: 0;
	background: url(../images/sidebar.jpg) repeat-y; 
}

#sidebar .sidebar_section {
	margin-bottom: 30px;
}
.image1{
	border: 5px solid #e6e0ce;
	
}
.next{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:15px;
	
}

#sidebar h2 {
	color: #3a5909;
	font-size: 24px;
	padding: 0 0 60px 20px;
	background: url(../images/header_bg.png) no-repeat bottom left;
}

#sidebar .categories_list {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	
}

#sidebar .categories_list li {
	padding: 0;
	margin: 0;
}

.categories_list li a {
	display: block;
	color: #0A0A08;
	padding: 5px 0 5px 20px;
	background: url(../images/list.png) center left no-repeat;
}
.categories_list li a:hover {
	color: #537c11;
	text-decoration: none;
}

.sidebar_section label {
	display: block;
	margin-bottom: 10px;
}

.sidebar_section #input_field {
	height: 20px;
	width: 233px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.sidebar_section #submit_btn{
	float: right;
 	height: 30px;
	width: 80px;
	margin: 0px;
	padding: 3px 0 15px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

/* end of content */

/* footer */

#footer {
	width: 960px;
	height:38px;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
	/*color: #333333;*/
	background:#fff;
color:#000;
border-radius:5px;
}

#footer a {
	color: #000000;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #000000;
	text-decoration: none;
}

.footer_menu .last_menu {
	border: none;
}

.ltnt{
background:#a0c73f;
color:#fff;
font-weight: bold;
height:28px;
margin-left:-8px;
margin-right:-8px;
padding-top:9px;
list-style: none;
}
.submenu {

	list-style: none;
}

.image{
margin: 0 0 0 0;

}

.sidebar-h
{color:#000;font-weight:bold;
width:280px;
height:30px;background:#a0c73f;
margin-left:-30px;
margin-top:-7px;
text-align:center;
box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.65);
-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.65);
}
.contactdiv{

text-align:left;
width:95%;
height:auto;
border:solid 10px #a0c73f;
line-height:23px;
float:left;
padding:5px 10px 5px 0px;
background:#fff;
color:#000;
box-shadow:inset 5px 5px 5px rgba(0, 0, 0, 0.65);
-webkit-box-shadow:inset 5px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 5px 5px 12px rgba(0, 0, 0, 0.65);
}
#sidebar .sidebar_section_content {
	/*margin:0 0 0 35px;*/
	width:240px;
	height:auto;
border:solid 10px #a0c73f;
line-height:23px;
float:left;
padding:5px 10px 5px 30px;
background:#fff;
color:#000;
box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-webkit-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
}
.sidebar-address
{
margin-top:0px;
width:240px;
height:250px;
border:solid 10px #a0c73f;
line-height:23px;
float:left;
padding:5px 10px 5px 30px;
background:#fff;
color: #0A0A08;/**color:#000;**/
text-align:justify;
box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-webkit-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
}

.latest-news
{
margin-top:20px;
width: 240px;
height:250px;
float:left;
text-align:justify;
border: solid 10px #a0c73f;
background: #fff;
padding: 5px 10px 5px 30px;
line-height: 23px;
color: #000;
font-size: 14px;
box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-webkit-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
}

.gallery-box
{
margin-top:20px;
width: 575px;
height:250px;
float:left;
text-align:justify;
border: solid 10px #a0c73f;
background: #fff;
padding: 5px 10px 5px 30px;
line-height: 23px;
color: #000;
font-size: 14px;
box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-webkit-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
-moz-box-shadow:inset 0px 5px 12px rgba(0, 0, 0, 0.65);
}

.contact{
width:40px;
height:20px;
text-align:center;
background: #fff;
color: #000;
border-radius:5px;
margin:0 auto;
}

.upload-content
{width:605px;float:left;
height:auto;
background:#A0C73F;
color:#000;
margin-bottom:30px;
margin-left:0px;
padding:10px;
text-align:justify;
border-radius:10px;box-shadow:
        0 2px 2px rgba(0,0,0,0.9),        
        0 1px 5px rgba(0,0,0,0.9),        
        0 0 0 12px rgba(255,255,255,0.6); 
}
/* end of footer */
.one{
	padding: 2.4px;
border: 1px solid #ccc;
}
.caption{
	text-align:center;
}

