body {
	background: #0b8a22;
}
a:link {
	color: #0b8a22;
	text-decoration: none;
}
a:visited {
	color: #0b8a22;
	text-decoration: none;
}
a:hover {
	color: #086b1a;
	text-decoration: underline;
}
a:active {
	color: #086b1a;
	text-decoration: none;
}
#header_wrap {
  background: #0b8a22 url(../images/bg-right.png) repeat-x;
}
#header {
  background: url(../images/bg-background.png) no-repeat 100% 0;
}
#header .subscribe {
  color: #84b06d;
}

 /* Page Navigation */
  #header .abv {
  	position: absolute;
  	left: 0px;
  	bottom: 0px;
  }
    #header .abv li {
    	float: left;
    }
      #header .abv li a {
      	display: block;
      	padding: 3px 10px 4px 10px;
      	margin-right: 3px;
      	font-size: 13px;
      	border: 1px solid transparent;
      	border-bottom: none;
      	-moz-border-radius-topright: 3px;
      	-moz-border-radius-topleft: 3px;
      	-webkit-border-top-right-radius: 3px;
      	-webkit-border-top-left-radius: 3px;
      }
      #header .abv li a:hover, 
      #header .abv li.current_page_item a,
      #header .abv li.current_page_parent a {
      	text-decoration: none;
      }


#header .abv li a {
	color: #f1f1f1;
	text-shadow: #000 0 0px 0;
	background: #23351a;
	border-color: #23351a;
}
#header .abv li a:hover, 
#header .abv li.current_page_item a,
#header .abv li.current_page_parent a {
	/*color: #fff;
	text-shadow: #fff 0 1px 0;
	background: #3E5F2F;
	border-color: #23351A;*/
	color: #000;
	/*text-shadow: #fff 0 1px 0;*/
	background: #ffffff;
	border-color: #23351A;
}
/* custom added */
#header .abv li.current_page_item li a {
	background: #23351A;
	color:#f1f1f1;
	/*text-shadow: #f1f1f1 0 1px 0;*/
	font-weight:normal !important;
	
}

#header .abv li.current_page_item li a:hover {
	background: #f1f1f1;
	color: black;
	/* text-shadow: #fff 0 1px 0; */
	font-weight:normal !important;
	
}
/* ends */
#header .navigation li a {
	color: #f1f1f1;
	text-shadow: #000 0 1px 0;
	background: #23351a;
	border-color: #23351a;
}
#header .navigation li a:hover, 
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	color: #000;
	text-shadow: #fff 0 1px 0;
	background: #f1f1f1;
	border-color: #23351A;
}
.extend {
  background: url(../images/bg-left.png) repeat-x;
}
#footer p {
  color: #a9c09d;
  text-shadow: none;
  background: url(../images/ico-footerdivider.png) repeat-x left bottom;
}
.left_block ul {
  background: url(../images/green/ico-footerdivider.png) repeat-x left top;
}
.left_block ul li a {
  background: url(../images/green/ico-footerdivider.png) repeat-x left bottom;
}
.left_block ul li a:hover {
  background-color: #304924;
}
.credits {
  color: #a9c09d;
}


