/*
Title:		ECOBIZ CSS File 
Author:		imediapixel@gmail.com
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - BUTTON

- WRAPPER
  - TOP WRAPPER
  - MAIN WRAPPER
  - BOTTOM WRAPPER 
  - CENTER 
  
- HEADER
  - HEADER WRAPPER
	- LOGO
  - SEARCH BOX
		
- SLIDESHOW

- FEATURES BOX
	
- HOMEPAGE CONTENT

- PAGE HEADING  

- PRODUCTS PAGE / TABLE PRICING

- PORTFOLIO PAGE
  - PORTFOLIO 1 COLUMN
  - PORTFOLIO 2 COLUMNS
  - PORTFOLIO 3 COLUMNS
  - PORTFOLIO 4 COLUMNS
  - PORTFOLIO 3 COLUMNS FILTERABLE
  - PORTFOLIO FILTER
    
- BLOG PAGE
  - BLOG LIST ITEMS
  - POST META BOX
  - AUTHOR BOX
  - COMMENTS LIST
  - COMMENT FORM 
  
- CONTACT PAGE
  - CONTACT FORM
  - CONTACT ADDRESS

- FAQ PAGE

- SIDEBAR
  - NEWS LIST
  - ITEM LIST
  - TWITTER WIDGET
  
- FOOTER
	- FOOTER BOX
  - ADDRESS LIST
  - COPYRIGHT
  
*/

/* Import CSS Reset File */
@import url("reset.css");
/* Import CSS 960 Grid System File */
@import url("960.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css");
/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
	background-color: #427730;
	/*background-color: #F8F8F8;*/
	/*background-image: url(../images/bg.png);*/
	font-family: arial, verdana, tahoma, helvetica;
}
@font-face{ font-family:Myriad Pro; src:url(fonts/myriadproregular.ttf);}

.articles_linking{ padding:10px; margin-left:20px; margin-top:20px;}
/* === Custom Background Image :: uncomment this code block if you want to use background image === */
/*
body {
  background-image: url(../images/bg1.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
*/
/* Heading */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#454545;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:36px;
	line-height:36px;
	margin-bottom:14px;
}
h2 {
	font-size:30px;
	line-height:30px;
	margin-bottom:14px;
}
h3 {
	font-size:24px;
	margin-bottom:12px;
}
h4 {
	font-size:18px;
	line-height:16px;
	margin-bottom:12px;
}
h5 {
	font-size:14px;
	margin-bottom: 12px;
	padding:0px;
}
h6 {
	font-size:12px;
	margin-bottom: 12px;
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a, a:link, a:visited {
	color:#427730;
	text-decoration:none;
}
a:hover {
	color:#555555;
}
a img, img {
	border:none
}
/* paragraphs,blockquote,code */
p {
	margin-bottom:12px;
	color:#666666;
	font-size: 12px;
	line-height: 21px;
}
blockquote {
	margin: 0 0 10px 0;
	color: #8a8a8a;
	background: url(../images/quote.png) top left no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 14px;
}
blockquote p {
	line-height: 1.4em;
	font-size: 14px;
}
code {
	background: #fafafa;
	padding: 5px 10px;
	display: block;
	font-size: 12px;
	color: #858585;
	margin-bottom: 10px;
	border: 1px dotted #eaeaea;
	clear: both;
}
pre {
	clear: both;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: url(../images/pre_bg.gif) repeat;
	border: 1px solid #d3d3d3;
	padding: 18px 20px 15px 20px;
	line-height: 19px;
	overflow:auto;
	overflow-Y: hidden;
	color: #555;
	margin: 0 0 20px 0;
}
ol {
	margin: 20px 0 20px 25px;
	list-style-type: decimal;
}
ol li {
	font-size: 12px;
	margin: 5px 0;
	padding-bottom: 5px;
	color: #666666;
}
/* Arrow List */
.arrowlist {
	margin-bottom: 20px;
	margin-left: 5px;
}
.arrowlist li {
	font-size: 12px;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/arrow.png) .3em 0 no-repeat;
	color: #666666;
	border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
	margin-bottom: 20px;
	margin-left: 5px;
}
.checklist li {
	font-size: 12px;
	margin: 10px 0;
	padding-bottom: 10px;
	padding-left: 25px;
	background: url(../images/tick.png)  no-repeat;
	color: #666666;
	border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
	margin-bottom: 20px;
	margin-left: 5px;
}
.bulletlist li {
	font-size: 12px;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/bullet.png) 0 .1em no-repeat;
	color: #757575;
	border-bottom: 1px solid #dfdfdf;
}
/* Item List */
.itemlist {
	margin-bottom: 20px;
	margin-left: 5px;
}
.itemlist li {
	font-size: 12px;
	margin: 8px 0;
	padding-bottom: 8px;
	padding-left: 20px;
	background: url(../images/item.png) 0 .1em no-repeat;
	color: #757575;
	border-bottom: 1px solid #dfdfdf;
}
/* Dropcap */
.dropcap {
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right, .pullquote_left {
	color:#9F9F9F;
	float:right;
	font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
	font-style: italic;
	background: url(../images/quote.png) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left {
	border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	display: block;
}
.imgbox {
	padding: 4px;
	background: #ffffff;
	border: 1px solid #ededed;
}
.imgbox2 {
	padding: 3px;
	background: #ffffff;
	border: 1px solid #ededed;
}
.divider {
	background: url(../images/divider.jpg) bottom repeat-x;
	padding: 5px 0;
	margin-bottom: 10px;
	display: block;
}
/* Custom Message Styling */
.info {
	margin: 15px 0;
	font-size: 14px;
	color: #246EA7;
	padding: 15px 12px 15px 47px;
	background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
	border: 1px solid #A7CEEC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #aaaaaa;
	-webkit-box-shadow:0 0 6px #aaaaaa;
}
.error {
	margin: 15px 0;
	font-size: 14px;
	color: #C92036;
	padding: 15px 12px 15px 47px;
	background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
	border: 1px solid #EDA8A8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #aaaaaa;
	box-shadow:0 0 6px #aaaaaa;
	-webkit-box-shadow:0 0 6px #aaaaaa;
}
.warning {
	margin: 15px 0;
	font-size: 14px;
	color: #E08820;
	padding: 15px 12px 15px 47px;
	background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;
	border: 1px solid #E8C779;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #aaaaaa;
	box-shadow:0 0 6px #aaaaaa;
	-webkit-box-shadow:0 0 6px #aaaaaa;
}
.success, .success-message {
	margin: 15px 0;
	font-size: 14px;
	color: #84AF22;
	padding: 15px 12px 15px 47px;
	background: #E6F2D2 url(../images/ok.png) .5em .4em no-repeat;
	border: 1px solid #96C24A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #aaaaaa;
	box-shadow:0 0 6px #aaaaaa;
	-webkit-box-shadow:0 0 6px #aaaaaa;
}
/*  Highlight Styles */

.highlight-yellow {
	padding:1px 4px;
	background-color:yellow;
	color:#111;
}
.highlight-dark {
	padding:1px 4px;
	background-color:#6a6a6a;
	color:#fff;
}
.highlight-red {
	padding:1px 4px;
	background-color:#DE2D2D;
	color:#fff;
}
.highlight-green {
	padding:1px 4px;
	background-color:#A3CC29;
	color:#111;
}
/* Button */
.button {
	float: left;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	color: #777777;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	height: 26px;
	background: url(../images/button-right.png) no-repeat 100% 0;
	display: inline-block;
}
.button span {
	text-align: center;
	margin-right: 7px;
	padding: 0 10px 0 20px;
	background: url(../images/button-left.png) no-repeat;
	display: inline-block;
	height: 26px;
	float: left;
	font-size: 11px;
}
.button:hover {
	background-position: 100% -26px;
}
.button:hover span {
	background-position: 0 -26px;
}
a.button {
	color: #666666;
}
a.button:hover {
	color: #333333;
}
img.readmore {
	position: relative;
	top: 5px;
	left: 8px;
	overflow: hidden;
}
/* ----------------------- WRAPPER -----------------------*/
#wrapper {
	width: 976px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:20px;
}
#topwrapper {
	height: 19px;
	width: 976px;
	background: url(../images/topwrapper.png) no-repeat;
}
#mainwrapper {
	width: 976px;
	background: url(../images/mainwrapper.png) repeat-y;
}
#bottomwrapper {
	margin: 0 auto;
	height: 55px;
	width: 976px;
	background: url(../images/bottomwrapper.png) no-repeat;
}
.center {
	margin : 0 auto;
	width: 900px;
	background:url(../images/bggg.jpg);
}
/* ----------------------- HEADER -----------------------*/
#header {
	width: 900px;
	height: 50px;
	padding-bottom: 39px;
	background:#FFF;
	margin: 0 auto 0 auto;
}
#headerright {
	padding-top: 20px;
	width: 775px;
	float: right;
}
#logo {
	margin-top:-5px;
	float: left;
	width: 120px;
	margin-left:-15px;
	
}
#logo img{ height:88px;}
.searchbox {
	width: 192px;
	height: 37px;
	float: right;
}
.searchinput {
	border: none;
	height: 17px;
	width: 135px;
	background: url(../images/searchinput.png) left center no-repeat;
	float: left;
	padding: 10px;
	color: #cacaca;
}
.searchsubmit {
	height: 37px;
	width: 36px;
	background: url(../images/searchsubmit.png) left center no-repeat;
	float: left;
	border: none;
	cursor: pointer;
}
/* ----------------------- SLIDESHOW -----------------------*/
#slide-wrapper {
	padding: 0;
	width: 960px;
	height: 298px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.static-block {
	float: left;
	width: 620px;
	height: 345px;
}
.static-text {
	padding: 20px;
	float: left;
	width: 300px;
	height: 305px;
	background: #61AB00 url(../images/pattern/grunge.png) repeat;
}
.static-text h3 {
	color: #ffffff;
}
.static-text p {
	color: #ffffff;
}
/* ----------------------- FEATURES BOX -----------------------*/
#featuresbox, #quotebox {
	height: 90px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #61AB00;
/*	border-top: 1px solid #94CF48; */
	background-color: #70C700;
	background-image: url(../images/green.jpg);
	background-position:  bottom center;
	background-repeat:  repeat-x;
}
#featuresbox ul {
	margin: 0;
	padding: 0 30px;
}
#featuresbox ul li {
	float: left;
	width: 205px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/divider-green.png) center left no-repeat;
}
#featuresbox ul li p {
	line-height: 16px;
	font-size: 11px;
	color: #ffffff;
}
#featuresbox ul li.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#featuresbox ul li.last {
	margin-right: 0;
	padding-right: 0;
	float: right;
}
#featuresbox ul li img {
	margin: 10px 5px 0 0;
	padding: 0;
	float: left;
}
#featuresbox ul li h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}
#featuresbox ul li h4 a {
	color: #ffffff;
}
/* Quotebox */
#quotebox {
	width: 920px;
	padding: 10px 20px;
	height: 71px;
}
#quotebox h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
#quotebox p {
	color: #ffffff;
	line-height: 18px;
}
.quotetext {
	width: 700px;
	float: left;
	margin-right: 10px;
}
.quotebuttonblock {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-left: 10px;
}
.quotebutton {
	float: left;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	color: #777777;
	font-size: 10px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: bold;
	height: 42px;
	background: url(../images/greenbutton-right.png) no-repeat 100% 0;
	display: inline-block;
}
.quotebutton span {
	text-align: center;
	margin-right: 22px;
	padding: 0 21px 0 42px;
	background: url(../images/greenbutton-left.png) no-repeat;
	display: inline-block;
	height: 42px;
	float: left;
	font-size: 12px;
}
.quotebutton:hover {
	background-position: 100% -42px;
}
.quotebutton:hover span {
	background-position: 0 -42px;
}
a.quotebutton {
	color: #ffffff;
}
a.quotebutton:hover {
	color: #ffffff;
}
/* ----------------------- PAGE HEADING -----------------------*/
#page-heading {
	margin: 0 auto;
	width: 960px;
	height: 182px;
	border-top: 4px solid #61AB00;
	border-bottom: 2px solid #61AB00;
	background: #61AB00;
}
#page-heading img {
	position: absolute;
}
.heading-text {
	padding: 15px 20px;
	width: 260px;
	position: relative;
	left: 0;
	top: 30px;
	background-color: transparent;
	background-image: url(../images/transparent.png);
	background-repeat:  repeat;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.heading-text-right {
	padding: 15px 20px;
	width: 260px;
	position: relative;
	right: 0;
	top: 30px;
	background: url(../images/transparent.png) repeat;
	float: right;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.heading-text h3, .heading-text-right h3 {
	color: #ffffff;
	margin-bottom: 10px;
}
.heading-text-right h3 {
	text-align: right;
}
.heading-text p, .heading-text-right p {
	color: #dadada;
	margin-bottom: 0;
	line-height: 16px;
}
.heading-text-right p {
	text-align: right;
}
.breadcrumbs {
	border-bottom: 1px solid #dadada;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #666666;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* ----------------------- HOMEPAGE CONTENT -----------------------*/
.maincontent {
	width: 630px;
	float: left;
	margin-top:30px;
	padding-right:10px;
	background:url(../images/content-border.jpg) right repeat-y;
	
}
.maincontent-right {
	padding: 20px 0 0 0;
	width: 630px;
	float: right;
}
.maincontent-full {
	padding: 25px 0;
	width: 100%;
}
.mainbox {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.mainbox img {
}
.mainbox h4, .mainbox2 h4 {
	color: #4F8C00;
	margin-bottom: 10px;
}
.mainbox h4 a, .mainbox2 h4 a {
	color: #4F8C00;
}
.mainbox p, .mainbox2 p {
	margin-bottom: 5px;
}
.mainbox2 {
	float: left;
	width: 198px;
	margin-right: 18px;
	margin-bottom: 5px;
}
.mainbox2 img {
}
.box-last {
	float: right;
	margin-right: 0;
}
.boximg {
	margin-top: 5px;
	background: url(../images/bgboximg.png) center no-repeat;
	width: 97px;
	height: 99px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.boximg2 {
	margin-top: 5px;
	background: url(../images/bgboximg2.png) center no-repeat;
	width: 193px;
	height: 95px;
	margin-bottom: 5px;
}
.boximg-pad {
	padding: 6px;
}
.boximg-pad2 {
	padding: 8px 7px;
}
.spacer {
	clear: both;
	display: block;
	padding-bottom: 10px;
}
/* ----------------------- PRODUCT PAGE / TABLE PRICING -----------------------*/
.productbox {
	width: 278px;
	float: left;
	margin-right: 32px;
}
.productbox-last {
	width: 278px;
	margin-right: 0;
	float: right;
}
.topproduct {
	width: 278px;
	height: 11px;
	background: url(../images/bg-topproducts.png) top center no-repeat;
}
.bottomproduct {
	width: 278px;
	height: 12px;
	background: url(../images/bg-bottomproducts.png) bottom center no-repeat;
}
.headingproduct {
	background: #74CBDD;
	width:238px;
	padding: 10px 20px;
}
.title h4 {
	padding-bottom: 10px;
	background: url(../images/products-divider.png) bottom repeat-x;
	color: #ffffff;
}
.price {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.price span {
	color: #ffffff;
}
span.currency {
	font-size: 24px;
	display: inline;
	vertical-align: top;
}
span.price {
	font-size: 56px;
	display: inline;
}
span.month {
	font-size: 18px;
	display: inline;
}
.description {
	margin-top: 10px;
	padding-top: 15px;
	background: url(../images/products-divider.png) top repeat-x;
}
.description p {
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}
.contentproduct {
	background: #EAEAEA;
	width:238px;
	padding: 10px 20px;
}
ul.productfeatures {
}
ul.productfeatures li {
	color: #858585;
	margin: 0 0 5px 0;
	padding-bottom: 15px;
	background: url(../images/divider.png) bottom repeat-x;
	font-size: 12px;
}
.product-icon {
	position: relative;
	top: 7px;
	left: 0;
	margin-right: 10px;
}
.buttoncenter {
	margin-left: 45px;
}
/* ----------------------- PORTFOLIO -----------------------*/

/* Portfolio 1 Column */
ul.portfolio-1col {
}
ul.portfolio-1col li {
	margin: 10px 0 15px 0;
	float: left;
}
/* Portfolio 2 Columns */
ul.portfolio-2col li {
	width: 440px;
	margin: 10px 20px 10px 0;
	float: left;
}
ul.portfolio-2col li.last {
	width: 440px;
	margin-right: 0;
	float: right;
}
/* Portfolio 3 Columns */
ul.portfolio-3col li {
	width: 285px;
	margin: 10px 20px 10px 0;
	float: left;
}
ul.portfolio-3col li.last {
	width: 285px;
	margin-right: 0;
	float: right;
}
/* Portfolio 4 Columns */
ul.portfolio-4col li {
	width: 209px;
	margin: 10px 20px 10px 0;
	float: left;
}
ul.portfolio-4col li.last {
	width: 209px;
	margin-right: 0;
	float: right;
}
/* Portfolio 4 Columns Filterable */
ul.portfolio-4col-filterable li {
	width: 204px;
	margin: 10px 21px 10px 0;
	float: left;
}
ul.portfolio-1col li p, ul.portfolio-2col li p, ul.portfolio-3col li p, ul.portfolio-4col li p, ul.portfolio-4col-filterable li p {
	margin-bottom: 5px;
}
/* Portfolio Imabe Block */
.portfolio-blockimg {
	float: left;
	width: 440px;
	margin-right: 10px;
}
.portfolio-blockimg-last {
	float: right;
	width: 440px;
	margin-right: 0;
}
.portfolio-imgbox1 {
	width: 440px;
	height: 207px;
	background: url(../images/bg-portfolio1.png) center no-repeat;
	margin-bottom: 5px;
}
.portfolio-imgbox2 {
	width: 285px;
	height: 145px;
	background: url(../images/bg-portfolio2.png) center no-repeat;
	margin-bottom: 5px;
}
.portfolio-imgbox3 {
	width: 209px;
	height: 105px;
	background: url(../images/bg-portfolio3.png) center no-repeat;
	margin-bottom: 5px;
}
.portfolio-content1 {
	width: 440px;
	float: right;
	margin-left: 10px;
}
.zoom {
	background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
	background: url(../images/play.png) 50% 50% no-repeat;
}
/* Random Portfolio */
.random-portfolio {
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
	margin: 30px 0;
}
/* Portfolio Category Filter */
#filter {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}
#filter ul {
	margin: 10px 10px 25px 10px;
	padding: 0;
}
ul#filter {
	margin: 10px 0 25px 0;
	padding: 0 0 20px 0;
}
#filter li {
	display: inline;
	color: #a1a2a2;
	font-weight: bold;
	margin-right: 5px;
}
#filter li a {
	margin-right: 2px;
	padding: 5px 8px;
	border: 1px solid #dadada;
	color: #a1a2a2;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#filter li a:hover, #filter li a.current, #filter li.current a, #filter li.current-cat a {
	background-color: #e0e0e0;
	color: #8a8a8a;
	border: 1px solid #dadada;
	text-decoration: none;
}
/* ----------------------- BLOG PAGE -----------------------*/
.postbox h3 {
	margin-bottom: 10px;
}
/* Blog List */ 
ul#listlatestnews {
}
ul#listlatestnews li {
	margin-bottom: 20px;
}
.boximg-blog {
	margin-top: 5px;
	background: url(../images/bgboximg.png) center no-repeat;
	width: 97px;
	height: 99px;
	float: left;
	margin-right: 10px;
}
.postbox {
	width:510px;
	float:left;
	margin-left:10px;
}
.postbox p {
	margin-bottom: 5px;
}
/* Blog Metapost */
.metapost {
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	margin: 10px 0;
	font-size: 11px;
	padding: 8px 5px;
	color: #707070;
	background: #fafafa;
}
.metapost span {
	margin: 0 10px;
}
.metapost span.first {
	margin-left: 0;
}
/* Author Box */
#authorbox {
	background: #fafafa;
	border: 1px dotted #eee;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#authorbox h4 {
	vertical-align: top;
	margin-bottom: 5px;
}
#authorbox .blockavatar {
	width: 80px;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}
#authorbox img {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
#authorbox .detail {
	float: left;
	width: 480px;
}
#authorbox .detail p {
	margin-bottom: 0;
}
/* Comment List */
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
	display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #eee;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #858585;
}
#listcomment li p {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}
/* Comment Form */
#commentform label {
	font-size: 12px;
	display: block;
	text-align: left;
	color: #666666;
	margin-bottom: 10px;
}
.leftcomment {
	width: 285px;
	float: left;
}
.comment-input {
	color: #666666;
	padding: 7px;
	display: block;
	text-align: left;
	height: 19px;
	width: 250px;
	border: 1px solid #eaeaea;
	margin-bottom: 12px;
}
.comment-textarea {
	color: #666666;
	padding: 7px;
	display: block;
	text-align: left;
	height: 160px;
	width: 307px;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.comment-submit {
	display: block;
	float: right;
	margin-right: 22px;
	background: url(../images/comment-submit.png) no-repeat;
	color: #d4d4d4;
	border: none;
	width: 106px;
	height: 32px;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}
.comment-heading {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
/* Pagination  */
.pagination {
	clear:both;
	left: 35%;
	padding:20px 0;
	position:relative;
	font-size:12px;
	line-height:13px;
	font-weight: bold;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 10px 2px 0;
	padding:8px 10px;
	text-decoration:none;
	width:auto;
	color:#666666;
	background: url(../images/paging.jpg) repeat-x;
	-webkit-box-shadow:0 0 4px #aaaaaa;
	-moz-box-shadow: 0 0 4px #aaaaaa;
	box-shadow:0 0 4px #aaaaaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-bottom-radius:4px;
}
.pagination a:hover {
	color:#fff;
	background: #4F8C00;
}
.pagination .current {
	padding:8px 10px;
	background: #4F8C00;
	color:#fff;
}
/* Testimonials */
#testilist {
	margin: 10px 0;
}
#testilist li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #eaeaea;
}
/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */
#conctactleft {
	border-right: 1px dotted #eaeaea;
	width: 420px;
	float: left;
	padding-right: 25px;
}
#maincontactform {
	margin: 20px 0;
}
#maincontactform label {
	font-size: 12px;
	color: #5a5a5a;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.textfield {
	margin-bottom: 10px;
	padding: 5px;
	color: #666666;
	width: 400px;
	height: 22px;
	border: 1px solid #eaeaea;
	clear: both;
	float: left;
}
.textarea {
	padding: 5px;
	color: #666666;
	width: 400px;
	height: 150px;
	border: 1px solid #eaeaea;
	clear: both;
	float: left;
}
.require {
	display: inline;
	float: left;
	color: #f00;
	font-weight: bold;
	margin-left: 2px;
	font-size: 10px;
}
.loading {
	margin-top: 15px;
	background: url(../images/loading.gif) top left no-repeat;
	padding-left: 32px;
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 10px;
	float: left;
	padding-bottom: 15px;
}
/* Contact Address */
#contactright {
	width: 430px;
	float: left;
	margin-left: 20px;
}
.contactinfo {
	margin-top: 20px;
}
.contactinfo li {
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
#map {
	width: 424px;
	height: 246px;
}
.gmap_marker {
	font-size: 12px;
	line-height: 18px;
}
/* ----------------------- FAQ PAGE -----------------------*/
.toggle_wrapper {
	margin-bottom: 30px;
}
.toggle {
	margin-bottom: 5px;
}
.toggle_title {
	margin:0;
	line-height:18px;
	background: url(../images/help.png) right no-repeat;
	cursor:pointer;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
	color: #4F8C00;
}
.toggle_active {
	background: url(../images/yes.png) right no-repeat;
}
.toggle_content {
	display:none;
	border: 1px dotted #eaeaea;
	background-color:#eeeeee;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
/* ----------------------- SIDEBAR -----------------------*/
#sidebar, .sidebar {
	width:  256px;
	float: right;
	margin: 30px 0 0 0px;
	
}
#sidebar-left, .sidebar-left {
	width:  241px; 
	float: left;
	margin: 30px 20px 0 0;
}
.sidebar, .sidebar-left {
	margin: 0 0 25px 0;
}
.sidebar p {
	margin-bottom: 5px;
}
.sidebartop {
	width:  241px;
	height: 22px;
	
}
.sidebarmain {
	width:  275px;
	background: url(../images/sidebarmain.png) center center repeat-y;
}
.sidebarbottom 
{
	padding-left:35px;
	width:  241px;
	height: 13px;
	background: url(../images/sidebarbottom.png) bottom no-repeat;
}
.sidebarcontent {
	padding: 5px 25px 5px 25px;
}
.sidebarcontent h4 {
	margin-bottom: 5px;
}
.sidebarheading {
	margin-top:30px;
	padding-bottom: 20px;
	background: url(../images/bgheading.png) bottom center no-repeat;
	color:#000;
}
.nospace {
	margin-bottom: 0;
}
/* Latest News Box */
ul.latestnews {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.latestnews li {
	margin-bottom: 5px;
}
ul.latestnews li a {
	font-size: 12px;
	line-height: 16px;
}
ul.latestnews li p.posteddate {
	margin-top: 5px;
	padding-bottom:7px;
	border-bottom: 1px dotted #d5d5d5;
	font-size: 11px;
	color: #8a8a8a;
	margin-bottom: 0;
}
.button-more {
	background: url(../images/button--bg.png);
	padding:5px 7px;
	font-size: 11px;
	color:#858585!important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-shadow:#f1f1f1 1px 1px 0;
	border:1px solid #858585;
}
.button-more:hover {
	color:#000!important;
	border:1px solid #333;
}
img.arrow-icon {
	position: relative;
	top: 5px;
	right: 0;
	left: 10px;
}
/* Unorderlist Box */
ul.sidelist {
}
ul.sidelist li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	background: url(../images/arrow.png) 100% 0 no-repeat;
}
ul.sidelist li a {
	padding-right: 26px;
	font-size: 12px;
	display: block;
}
p.testiname {
	text-align: right;
	display: block;
	font-weight: bold;
	margin-bottom: 0;
}
/* Twitter Widget */
.twitter_icon {
	position: relative;
	top: 8px;
	left: 0;
	margin-right: 5px;
}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loading.gif) 1em center no-repeat;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#twitter_update_list li {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #868686;
	font-style: italic;
	line-height: 1.4em;
}
ul#twitter_update_list li a {
	background: none;
	padding: 0;
}
ul#twitter_update_list li span {
	display: block;
}
ul#twitter_update_list li span a {
}
ul#twitter_update_list li span a:hover {
}
ul#twitter_update_list li.firstTweet {
}
ul#twitter_update_list li.lastTweet {
	border-bottom: 1px solid #eaeaea;
}
a#profileLink {
	padding: 0.3em 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f8f8f;
}
/* ----------------------- FOOTER -----------------------*/
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
/* Footer Box */
.footerbox {
	float: left;
	margin-right: 20px;
	width: 210px;
}
.footerbox h4 {
	margin-bottom: 15px;
	color: #ffffff;
}
.footerbox a, .footerbox li a {
	color: #ffffff;
}
.footerbox a:hover {
	color: #dddddd;
}
.footerbox ul {
	margin: 0;
	padding: 0;
}
.footerbox ul li {
	margin: 8px 0;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 11px;
	border-bottom: 1px dotted #cacaca;
}
.footerbox p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #ffffff;
}
.box-last {
	float: right;
	margin-right: 0;
}
/* Address List */
ul.addresslist {
	margin: 0;
	padding: 0;
}
ul.addresslist li {
	line-height: 18px;
	margin: 4px 0;
	padding-bottom: 4px;
}
.footerbox ul.social-links {
	margin: 10px 0;
	padding: 0;
	display: block;
}
.footerbox ul.social-links li {
	border: none;
	margin:0 5px 0 0;
	padding: 0;
	float: left;
}
.footerbox ul.social-links li a {
	background: none;
	margin: 0;
	padding: 0;
}
.bottom {
	padding: 5px;
	width: 890px;
	height: 31px;
	background: url(../images/bg-copyright.png) center no-repeat;
	margin: 20px 0;
	display: block;
}
.footermenu {
	float: left;
	width: 400px;
	margin-left : 10px;
}
.footermenu ul {
}
.footermenu ul li {
	display: inline;
	float: left;
	margin: 6px 6px 6px 10px;
}
.footermenu ul li a {
	color: #eaeaea;
	font-size: 11px;
	padding-right: 15px;
	border-right: 1px dotted #cacaca;
}
.footermenu ul li a:hover {
	color: #ffffff;
}
/* Copyright */
.copyright {
	width: 400px;
	display: block;
	text-align: right;
	float: right;
	margin-right: 15px;
}
.copyright p {
	margin: 5px 0;
	color: #eaeaea;
}
.copyright p a {
	color: #ffffff;
}
/****************************EDITED STYLES*******************************************/


h2 {
	font-size: 24px;
	margin-bottom: 0.7em;
}
h1, h2, h3, h4, h5, h6 {
	color: #7f7a00;
	font-family:Arial, Verdana;
	font-weight: normal;
}
.home_listing {
	font-family: Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 50px;
	color:#333;
}
.home_listing li {
	line-height:17px;
	list-style:decimal;
}
.harvest {
	width:161px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#858585;
	line-height:20px;
	font-size:16px;
	padding:5px;
	border:1px solid #ebebeb;
	float:left;
}
.water {
	width:161px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#858585;
	line-height:20px;
	font-size:16px;
	padding:5px;
	border:1px solid #ebebeb;
	margin:0 0 0 40px;
	margin:0 0 0 40px;
	float:left;
}

.world a{ color:#666;}
.water a{ color:#666;}
.harvest a{ color:#666;}
.world {
	width:161px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#858585;
	line-height:20px;
	font-size:16px;
	padding:5px;
	border:1px solid #ebebeb;
	margin:0 0 0 40px;
	margin:0 0 0 40px;
	float:left;
}
.data h2 {
	font-size:17px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
.data {
	font-size:12px;
	width:190px;
	margin:30px 0 0 0;
	float:left;
	
}
.data p {
	color:#666666;
	line-height:17px;
	
}
.data_img {
	text-align:center;
	height:60px;
	width:145px;
}
.datab h2 {
	font-size:17px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
.datab {
	font-size:12px;
	width:190px;
	margin:30px 0 0 25px;
	float:left;
}
.datab p {
	color:#666666;
	line-height:17px;
}
.data_imgb {
	text-align:center;
	height:60px;
	width:145px;
}
.datac h2 {
	font-size:17px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
.datac {
	font-size:12px;
	width:190px;
	margin:30px 0 0 25px;
	float:left;
}
.datac p {
	color:#666666;
	line-height:17px;
}
.data_imgc {
	text-align:center;
	height:60px;
	width:145px;
}
.twitter_widget div {
	padding:20px 10px 0 0;
	float:left;
}
.twitter_widget img {
	float:left;
	margin:0 15px 0 15px;
}
.twitter_widget {
	width:930px;
	margin:0 auto 0 8px;
	overflow:hidden;
	padding:15px;
	z-index:0;
	border-top:none;
	
	background:url(../images/footer_teaser_text.png) repeat-x #d7d7d7;
	-moz-box-shadow:0 5px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow:0 5px 6px rgba(0, 0, 0, 0.1);
	position:relative;
	behavior: url(js/PIE.htc);
	color:#858585;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-shadow:#f1f1f1 1px 1px 0;
}
.right_caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#303030;
	line-height:1.4em;
	text-shadow:1px 1px 0 #f8f8f8;
	margin:0;
	font-size:18px;
	font-weight:normal;
}
.right_caption div {
	font-size:11px;
	text-align:right;
	color:#ff7706;
}
.contact__world {
	margin-top:20px;
	padding-left:20px;
}
.contact__general {
	margin-top:20px;
	padding-left:20px;
}
.footer {
	background:#2f3132;
	padding:40px 0 30px 30px;
	margin-left:8px;
	width:930px;
    height: 200px;
}
.footer_contact span {
	font-weight:normal;
	font-size:17px;
	color:#fff;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}
.footer_contact {
	
	float:left;
	width:210px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #000;
	height:170px;
	
}
.quick_menu a {
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.quick_menu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:underline;
}

.quick_menu span {
	font-size:17px;
	color:#fff;
	font-weight:normal;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}
.quick_menu {
	float:left;
	width:152px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #000;
	padding-left:30px;
	height:170px;
}
.footer_contact span {
	font-size:17px;
	color:#fff;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}
.email_update span {
	font-size:17px;
	color:#fff;
	font-weight:normal;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}
.email_update {
	color:#fff;
	font-size:12px;
	width:220px;
	height:170px;
	float:left;
	padding-left:30px;
}

.email_send[type="text"]{ background:#272829; color:#686868; border:1px solid #3a3b3c; width:148px; height:28px; text-align:center; padding:0 5px 0 5px;-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	font-style:italic;
	font-size:12px;
	}
.submit_btn{ background:url(../images/submint-bg.jpg); font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:5px;border:1px solid #3a3b3c;-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; color:#9b9b9b}
	.submit_btn:hover{ color:#fff;border:1px solid #CCC;} 
.ex_dist {
	float:left;
	width:240px;
	border-right:1px solid #000;
	padding:20px 0 0 30px;
	height:150px;
}

.copy{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6b6b6b; font-weight:normal; line-height:17px!important;}
.copy a{ color:#0C0; text-decoration:none;} .copy a:hover{ text-decoration:underline;}

/*****************INNER STYLE*****************/

.over_view_list{ margin :0 0 0 25px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.over_view_list li{ list-style-type:circle; line-height:17px;} 
.inside_links{ color:#7f7a00!important; text-decoration:underline!important; font-weight:bold;}
.inside_links:hover{ color:#7ca50f; text-decoration:underline;}
.techinical_data_list{ width:200px; color:#7f7a00; font-size:12px; float:left; line-height:17px;}
.techinical_data_list div{ border-bottom:1px dotted #CCC; padding:5px;}
.sub__head{ color:#7f7a00; font-weight:bold;}
.sub__headREGULAR{ color:#7f7a00; font-weight:regular;}
.subscr {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}
/*****************LOGIN STYLE*****************/
.loginbox {
	width:480px;
	height:250px;
	margin:0 auto auto;
	background:url(../images/box-bg.png);
	font-size:12px
}
.loginboxIOI {
	width:500px;
	background:url(../images/box-bg.png);
	font-size:12px
}
.loginbox form {
	margin-left:50px;
}
.username {
	width:300px;
    height:46px;
    line-height:46px;
    vertical-align:middle;
    margin:25px 0 10px 0;
    -moz-border-radius: 15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    border:none;
    padding:0 10px 0 40px;
    background:url(../images/user.jpg) no-repeat;
}
.password {
	width:300px;
    height:46px;
     line-height:46px;
    vertical-align:middle;
    margin:25px 0 10px 0;
    -moz-border-radius: 15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    border:none;
    padding:0 10px 0 40px;
    background:url(../images/pass.jpg) no-repeat;
}
.password:focus {
	outline: none;
	cc-moz-box-shadow:inset 0 0 10px #000000;
	cc-webkit-box-shadow:inset 0 0 10px #000000;
	bbbox-shadow:inset 0 0 10px #000000;
}
.username:focus {
	outline: none;
}
.buttons {
	background-image:-moz-linear-gradient(top, #ffffff, #999);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #999));
	-msfilter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#585a53', EndColorStr='#585a53')";
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px 15px;
	border:1px solid #999;
	margin-right:90px;
	color:#333;
	text-shadow: 1px 1px #CCC;
	font-weight:bold
}
.buttons:hover {
	background-image:-moz-linear-gradient(top, #fff, #aaaaaa);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #aaaaaa));
	-msfilter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#585a53', EndColorStr='#585a53')";
	color:#000;
}


.spacer_{ height:40px; clear:both;}
/*.contact_country{ font-size:12px;}
.contact_country table{ width:315px; float:left;}
.contact_label{ width:80px; padding:8px 3px; color:#666;}
.contact_values{ width:220px; padding:8px 3px; color:#666;}
.contact_map{ width:300px; float:right;}*/
.contact_country{ font-size:12px; line-height:}
.contact_label{ width:80px; float:left;}
.contact_values{ width:220px; float:left;}
.contact_map{ width:300px; float:right;}

h5{ margin-bottom:10px;}

.download_links{ padding:7px; float:left;}
.download_links a{ font-size:11px; color:#437b3e; text-align:center;}

.down_a{ float:left; width:143px; padding-top:112px; background:url(../images/1.jpg) no-repeat;}
.down_a:hover{background:url(../images/1.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_b{ float:left; width:143px; padding-top:112px; background:url(../images/2.jpg) no-repeat;}
.down_b:hover{background:url(../images/2.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_c{ float:left; width:143px; padding-top:112px; background:url(../images/3.jpg) no-repeat;}
.down_c:hover{background:url(../images/3.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_d{ float:left; width:143px; padding-top:112px; background:url(../images/4.jpg) no-repeat;}
.down_d:hover{background:url(../images/4.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_e{ float:left; width:143px; padding-top:112px; background:url(../images/5.jpg) no-repeat;}
.down_e:hover{background:url(../images/5.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_f{ float:left; width:143px; padding-top:112px; background:url(../images/6.jpg) no-repeat;}
.down_f:hover{background:url(../images/6.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_g{ float:left; width:143px; padding-top:112px; background:url(../images/7.jpg) no-repeat;}
.down_g:hover{background:url(../images/7.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_h{ float:left; width:143px; padding-top:112px; background:url(../images/8.jpg) no-repeat;}
.down_h:hover{background:url(../images/8.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_i{ float:left; width:143px; padding-top:112px; background:url(../images/9.jpg) no-repeat;}
.down_i:hover{background:url(../images/9.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_j{ float:left; width:143px; padding-top:112px; background:url(../images/10.jpg) no-repeat;}
.down_j:hover{background:url(../images/10.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_k{ float:left; width:143px; padding-top:112px; background:url(../images/11.jpg) no-repeat;}
.down_k:hover{background:url(../images/11.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.down_x{ float:left; width:143px; padding-top:112px; background:url(../images/x.jpg) no-repeat;}
.down_x:hover{background:url(../images/x.jpg)-143px 0  no-repeat ; width:143px; padding-top:112px; color:#F90;} 

.manual{ position:absolute;}

.app_link{ font-size:11px; font-weight:bold;}
.app_link td{ padding:5px 0 5px 15px;}
.app_link_one{ color:#417b3e!important; font-weight:normal;}
.app_link_one:hover{ color:#417b3e!important; text-decoration:underline!important;}
.app_link_two{ color:#cca933!important; font-weight:normal;}
.app_link_two:hover{ color:#cca933!important; text-decoration:underline!important;}
.powered{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6b6b6b; font-weight:normal; float:right; margin-right:15px;}
.powered a{ color:#6b6b6b; text-decoration:none}
.powered a:hover{  color:#6b6b6b; text-decoration:underline;}
.admin_login{ margin:50px 0 0 0; text-align:center;}
.languages{ width: 960px; font-size:12px; margin:15px auto 0 auto; text-align:right; word-spacing:10px; color:#FFF; font-family:Arial, Helvetica, sans-serif; text-shadow:0 1px 1px #000;}
.languages a{ color:#FFF;}
.languages a:hover{  color:#FFF; text-decoration:underline;} 

.admin__login{ font-size:12px; font-weight:bold; color:999999; margin-top:30px;}

.articles{ border:1px solid #090; padding:15px; width:580px; margin-bottom:10px;}
.articles:hover{ border:1px solid #0F0; background:#dddddd; text-shadow: #FFF 0 1px 1px;}

.article_head{ font-size:15px; font-weight:bold; color:#427730; margin-bottom:8px;}

.month_testimonial{ width:580px; padding:10px; border:1px solid #000; background:url(../images/month-testimonial-bg.jpg) repeat-x; -moz-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000; margin-bottom:20px; }
.testimonial_month_h{ wdith:100%; background:#86800e; padding:8px 10px; border:1px dotted #fff; color:#fff; font-size:17px; font-weight:bold;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.testimonial_head{ margin:20px 0 10px; font-size:14px; font-weight:bold; color:#427730}

.testimonial{ width:580px; padding:10px; background:efefef; border-bottom:1px dotted #666;  margin-bottom:10px;}


.add__materials span{ text-align:right; font-size:11px; font-family:Arial, Helvetica, sans-serif; float:right; font-weight:normal;}
.add__materials span a{ color:#060; text-decoration:none;}
.add__materials span a:hover{ text-decoration:underline; color:#F60;} 
.add_material_s{ width:270px; font-size:12px; font-weight:bold; float:left; line-height:20px; padding:10px 5px 10px 10px; margin:1px; background:#CCC; border:1px solid #ccc; color:#333; }
.add_material_l{ width:559px; float:left; font-size:12px; font-weight:bold; line-height:20px;  padding:10px 5px 10px 10px; margin:1px; background:#CCC; border:1px solid #ccc;  color:#333; }
.add_material div:hover{ background-color:#efefef;} 
.add_material div{ width:270px; font-size:12px; font-weight:bold; float:left; line-height:20px; padding:10px; margin:1px; background:#CCC; border:1px solid #ccc; }

     .NumericPagingClass
{
	height: 24px;
	background-color:#238F00;
	background-position: 0px -24px;
	padding: 5px;
	
}
.NumericPagingClass span
{
	color:#FFFFFF;
	font-size:14px;
	padding:1px 5px 1px 5px;
	border:1px solid #cecece;
	background-color:#000000;
	}
.NumericPagingClass a
{
	color:White;	
	border:1px solid #cecece;
	font-size:12px;
	padding:0 3px;
	text-decoration:none;
	}
.NumericPagingClass a:hover
{
	
	font-size:13px;
	border:1px solid #cecece;
	background-color:#000000;
	}
    .Grid_HeaderStyle
{
	Color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	Font-Size:18px; 
	text-decoration:underline;
}
 

