* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #666666;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}
.top_bar {
	width: 100%;
	height: 10px;
	background: #ed1b1c;
}
/*font-family: 'Ubuntu', sans-serif;*/

a {
	color: #0252aa;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.more {
	color: #2b9208;
	text-decoration: underline;
	padding-left: 11px;
	background: url(images/arr-ico.png) no-repeat 0 5px;
}
a.more:hover {
	text-decoration: none;
}
input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
}
textarea {
	overflow: auto;
}
.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.left, .alignleft {
	float: left;
	display: inline;
}
.right, .alignright {
	float: right;
	display: inline;
}
article, aside, details, footer, header, menu, nav, section {
	display: block;
}
.shell {
	width: 990px;
	margin: 0 auto;
}
.container {
	background: #fff;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
}
#header {
	height: 100px;
	padding-top: 12px;
	padding-left: 33px;
	padding-right: 17px;
	padding-bottom: 5px;
}
#logo {
	width: 644px;
	float: left;
	font-size: 0;
	line-height: 0;
}
#logo a {
	height: 96px;
	display: block;
	/*background: url(images/logo.png) no-repeat 0 0;*/
	text-indent: -4000px;
}
.search {
	float: right;
}
.search input.field {
	border: 1px solid #d6d6d6;
	background: #ededed;
	width: 166px;
	height: 24px;
	line-height: 22px;
	padding: 0px 10px;
	float: left;
	font-size: 11px;
	font-family: verdana, arial, helvetica, serif;
	color: #bebebe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.search input.search-btn {
	width: 22px;
	height: 26px;
	margin-left: 3px;
	border: 0;
	cursor: pointer;
	background: url(images/search-btn.png) no-repeat 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#navigation {
	height: 52px;
	padding-top: 4px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	background: url(images/navigation.png) repeat-x 0 0;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
}
#navigation ul {
	list-style: none;
	list-style-position: outside;
}
#navigation ul li {
	float: left;
	padding-right: 2px;
	line-height: 52px;
	background: url(images/nav-border.png) no-repeat right 0;
	font-size: 13px;
	text-transform: uppercase;
}
#navigation ul li a {
	display: block;
	padding: 0 32px 0 28px;
	color: #878787;
}
#navigation ul li a:hover, #navigation ul li.active a {
	text-decoration: none;
	color: #fff;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-9 */
}
#navigation ul li.first a {
	padding-left: 38px;
}
#navigation a.nav-btn {
	display: none;
}
.slider-holder {
	position: relative;
	z-index: 5;
}
.slider-holder span.slider-b {
	background: url(images/slider-bottom.png) no-repeat 0 0;
	width: 990px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.slider-holder span.slider-shadow {
	background: url(images/slider-shadow.png) no-repeat 0 0;
	width: 990px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: block;
}
.slider {
	width: 990px;
	height: 378px;
	position: relative;
	background: url(images/slide-img.png) no-repeat 0 0;
}
.slider ul.slides {
	list-style: none;
	list-style-position: outside;
}
.slider ul.slides li {
	width: 990px;
	height: 378px;
	float: left;
	position: relative;
	overflow: hidden;
}
.slider ul.slides li .img-holder {
	width: 741px;
	height: 347px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.slider ul.slides li .img-holder img {
	width: 741px;
	height: 347px;
}
.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 33px 0 0 34px;
	position: absolute;
	left: 0;
	top: 20px;
}
.slider ul.slides li .slide-cnt h2 {
	font-size: 44px;
	line-height: 44px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
.slider ul.slides li .slide-cnt p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 22px;
}
.slider ul.slides li .slide-cnt a.grey-btn {
	background: url(images/grey-btn.png) no-repeat 0 0;
	width: 186px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
}
.slider ul.slides li .slide-cnt a.grey-btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
}
.flex-control-nav {
	left: 480px;
}
.main a.m-btn-grey {
	display: none;
}
.main {
	padding: 47px 0px 0px;
	background: url(images/main.png) repeat-x 0 0;
}
.main h2 {
	font-size: 22px;
	color: #2d5900;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.main h3 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.main section {
	clear: both;
	background: url(images/section-shadow.png) no-repeat center bottom;
	padding: 0 20px 60px;
}
.main ul {
	list-style: none;
	list-style-position: outside;
}
.main ul li {
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(images/arr-ico.png) no-repeat 0 8px;
}
.main ul li a {
	color: #2b9208;
	text-decoration: underline;
}
.main ul li a:hover {
	text-decoration: none;
}
.main .cols {
	padding-left: 0;
	padding-right: 0;
}
.main .cols .col {
	width: 314px;
	float: left;
}
.main .cols .col:after {
	content: '';
	width: 100%;
	clear: both;
}
.main .cols .col + .col {
	padding-left: 20px;
}
.main .cols .col img {
	float: left;
	/*width: 129px;*/
	height: 103px;
}
.main .cols .col-cnt {
	width: 183px;
	float: right;
}
.main .post {
	background: url(images/cols-shadow.png) no-repeat 0 bottom;
	padding-top: 28px;
	padding-left: 40px;
}
.main .post .video-holder {
	width: 435px;
	height: 245px;
	float: left;
	margin-right: 20px;
}
.main .post h2 {
	padding-bottom: 15px;
	margin: 20px 0 10px 0;
}
.main .post p {
	padding-bottom: 8px;
}
.main .post p strong {
	display: block;
}
.main .post-cnt {
	float: right;
	width: 100%;
}
.main .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: transparent;
}
.main .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: -6px;
}
.testimonial h2 {
	padding-bottom: 12px;
}
.testimonial p {
	padding-bottom: 6px;
}
.testimonial p.author {
	text-align: right;
}
.socials {
	background: url(images/socials-bg.png) repeat-x 0 0;
	height: 49px;
}
.socials-inner {
	background: url(images/socials-inner.png) repeat-x 0 0;
	padding-left: 158px;
}
.socials h3 {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-right: 19px;
	padding-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.socials ul {
	list-style: none;
	list-style-position: outside;
	line-height: 49px;
}
.socials ul li {
	font-size: 11px;
	padding-right: 18px;
	color: #7c7c7c;
	background: transparent;
	text-transform: uppercase;
	float: left;
}
.socials ul li a {
	color: #7c7c7c;
	text-decoration: none;
	display: block;
	padding-left: 28px;
	position: relative;
}
.socials ul li a span {
	background: url(images/socials.png) no-repeat 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}
.socials ul li a:hover {
	color: #333;
}
.socials ul li a.facebook-ico span {
	background-position: 0 0;
}
.socials ul li a.twitter-ico span {
	background-position: -22px 0;
}
.socials ul li a.rss-feed-ico span {
	background-position: -44px 0;
}
.socials ul li a.myspace-ico span {
	background-position: -67px 0;
}
.socials ul li a.john-doe-123-ico span {
	background-position: -89px 0;
}
#footer {
	background: url(images/footer-cols.png) repeat 0 0;
}
#footer h2 {
	font-size: 23px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
}
.footer-cols {
	padding: 46px 75px;
	background: url(images/footer-lights.png) no-repeat center 0px;
}
.footer-cols .col {
	float: left;
	width: 220px;
}
.footer-cols .col + .col {
	padding-left: 90px;
}
.footer-cols .col ul {
	list-style: none;
	list-style-position: outside;
}
.footer-cols .col ul li {
	color: #ed1b1c;
	font-size: 12px;
	padding-bottom: 4px;
	background: url(images/arr-footer-col.png) no-repeat 0 8px;
	padding-left: 9px;
}
.footer-cols .col ul li a {
	color: #ed1b1c;
}
.footer-bottom {
	background: url(images/footer-bottom.png) repeat 0 0;
	height: 38px;
	padding-top: 24px;
	padding: 24px 20px 0;
	border-top: 1px solid #262c2c;
}
.footer-bottom .footer-nav {
	float: left;
	line-height: 11px;
}
.footer-bottom .footer-nav ul {
	list-style: none;
	list-style-position: outside;
}
.footer-bottom .footer-nav ul li {
	display: inline;
	font-size: 11px;
	color: #9e9e9e;
	border-left: 1px solid #1a1f20;
	padding: 0 11px;
}
.footer-bottom .footer-nav ul li.first {
	padding-left: 0;
	border: 0;
}
.footer-bottom .footer-nav ul li a {
	color: #5f6261;
}
.footer-bottom .footer-nav ul li a:hover, .footer-bottom .footer-nav ul li.active a {
	color: #9e9e9e;
	text-decoration: underline;
}
.footer-bottom p.copy {
	float: right;
	line-height: 11px;
	font-size: 11px;
	color: #5f6261;
}
.footer-bottom p.copy span {
	padding: 0 11px;
}
.footer-bottom p.copy a {
	color: #2b9208;
	text-decoration: underline;
}
.footer-bottom p.copy a:hover {
	text-decoration: none;
}
.footer-bottom p.copy strong {
	font-weight: normal;
}

.inner_slider {
	height: 250px;
}
.inner_slider h1 {
	color: #fff;
	font-size: 80px;
	line-height: 250px;
	font-family: 'Ubuntu', sans-serif;
	text-indent: 50px;
}
.con_col1 {
	width: 50%;
	float: left;
}
.con_col1 label {
	width: 100%;
	float: left;
	font-size: 14px;
}
.con_col1 input, .con_col1 textarea {
	margin-bottom: 20px;
	width: 70%;
	height: 30px;
}
.con_col1 textarea {
	height: 100px;
}
.con_col1 input[type="submit"] {
	cursor: pointer;
	width: 100px;
}
.c {
	clear: both;
}
.con_col1 h2 {
	font-size: 18px;
	color: #999;
}
#navigation ul li {
	position: relative;
}
#navigation ul li .sub_pro_list, #navigation ul li .sub_pro_list li .sub_pro_list, #navigation ul li .sub_pro_list li .sub_pro_list li .sub_pro_list {
	display: none !important;
	position: absolute;
	z-index: 9999;
	background: #e7e7e7;
	width: 240px;
}
#navigation ul li:hover .sub_pro_list, #navigation ul li .sub_pro_list li:hover .sub_pro_list, #navigation ul li .sub_pro_list li .sub_pro_list li:hover .sub_pro_list {
	display: block !important;
}
.sub_pro_list li {
	background: none !important;
}
.sub_pro_list li a {
	padding: 0;
	width: 100%;
	display: block;
	padding-right: 0;
}
.sub_pro_list li.first a {
	text-align: left;
	padding-left: 28px !important;
	width: 100%;
}
.sub_pro_list li a:hover {
	background: none !important;
	color: #7fba00 !important;
}
.post-cnt h4 {
	width: 60%;
	float: left;
}
.post-cnt span {
	width: 40%;
	float: left;
}
.post-cnt ol {
	margin: 0 0 0 18px;
	padding: 0;
}
.bullits {
	margin: 0;
	padding: 0;
}
.bullits li {
	width: 23%;
	float: left;
	background: url(images/arr-ico_1.png) no-repeat 0 8px !important;
}
.more_drop {
	left: 170px;
	top: 0;
	position: absolute;
	background: url(images/icon_1.png) no-repeat left top 15px #f1f1f1 !important;
	width: 260px !important;
}
.drop_drop {
	right: 210px;
	top: 0;
	position: absolute;
	background: url(images/icon_2.png) no-repeat right top 15px #fff !important;
}
.drop_drop li a {
	width: 100% !important;
}
.standard {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.standard th {
	width: 20%;
	border: 1px solid #999;
	background: #f1f1f1;
	padding: 7px 0;
}
.standard td {
	width: 78%;
	border: 1px solid #999;
	padding: 7px 0 7px 2%;
}
.bold {
	font-weight: bold;
	width: auto !important;
}
.main_heading {
	color: #2d5900;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
}
.standard_3col td {
	width: 39%;
}
.standard_4col td {
	width: 26.6%;
}
.standard_3col_33per td {
	width: 33.33%;
	border: 0;
}
.post-cnt h1 {
	margin: 20px 0 22px 0;
}
.con_box_left_top {
	position: relative;
	float: right;
	z-index: 999;
}
.img_box {
	padding: 1.5%;
	background: #000;
	margin-bottom: 30px;
}
.img_box img {
	height: 105px;
	border: 2px solid #fff;
	padding: 0;
}
.main_head_edit {
	margin-top: 25px !important;
}
.main_head_edit img {
	margin-top: -13px;
	float: left;
	margin-right: 20px;
}
.flex-control-nav { position: absolute; bottom: -30px; text-align: center; z-index: 100; width: auto; }
.flex-control-nav li {margin: 0 0 0 4px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a { width: 14px; height: 15px; display: block; background: url(images/control-nav.png) no-repeat 1px 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -15px;}
.flex-control-nav li a.active {background-position: 0 -15px; cursor: default; }