* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/489_26_green-background.gif) repeat 0 0;
	width: 100%;
	text-align: center;
}
.wrapper {
	width: 990px;
	overflow: hidden;
	left: auto;
}
/*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);
	width: 990px;
}
#header-one {
	width: 990px;
	height: 150px;
	padding-left: 33px;
	padding-right: 17px;
	padding-top: 5px;
	background: url(../images/header-bg.jpg) no-repeat;	
}
#header-two {
	width: 990px;
	height: 150px;
	padding-left: 33px;
	padding-right: 17px;
	padding-top: 5px;
	background: url(../images/header-bg-2.jpg) no-repeat;	
}
#header-three {
	width: 990px;
	height: 150px;
	padding-left: 33px;
	padding-right: 17px;
	padding-top: 5px;
	background: url(../images/header-bg-3.jpg) no-repeat;	
}
#header-four {
	width: 990px;
	height: 150px;
	padding-left: 33px;
	padding-right: 17px;
	padding-top: 5px;
	background: url(../images/header-bg-4.jpg) no-repeat;	
}
#header-five {
	width: 990px;
	height: 150px;
	padding-left: 33px;
	padding-right: 17px;
	padding-top: 5px;
	background: url(../images/header-bg-5.jpg) no-repeat;	
}
#logo {
	width: 230px;
	float: left;
	font-size: 0;
	line-height: 0;
}
#logo a {
	height: 150px;
	display: block;
	background: url(../images/commercial-export-syndicate.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 {
	width: 990px;
	height: 52px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center;
	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;
	margin-left: 7px;
}
#navigation ul li {
	float: left;
	line-height: 52px;
	background: url(images/nav-border.png) no-repeat right 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}
#navigation ul li .last {
	background: none;
}
#navigation ul li a {
	display: block;
	padding: 0 5px 0 5px;
	color: #878787;
	width: 185px;
}
/*#navigation ul li a:first-letter{
	font-size: 18px;	
}*/
#navigation ul li a:hover, #navigation ul li.active a {
	text-decoration: none;
	color: #2b9208;
	background: -moz-linear-gradient(top,  rgba(238,238,238,0) 0%, rgba(132,203,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,0)), color-stop(100%,rgba(132,203,16,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(132,203,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(132,203,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(132,203,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,0) 0%,rgba(132,203,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#84cb10',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;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.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/slider-bg.jpg) 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: 730px;
	height: 347px;
	margin-top: -15px;
}
.slider ul.slides li .slide-cnt {
	width: 225px;
	padding: 5px 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.slider ul.slides li .slide-cnt h2 {
	font-size: 26px;
	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: 420px;
}
.main a.m-btn-grey {
	display: none;
}
.main {
	padding: 47px 0px 0px;
	background: url(images/main.png) repeat-x 0 0;
	text-align: justify;
}
.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: #2D5900;
	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 {
    /*border: 1px solid #4C3C1B;*/
    padding: 5px;
    /*background-color: #EFEECB;*/
	display: inline-table;	
	margin: 0 -5px 5px 0;
}
.main ul li span {
	display: block;
	background: #66CC33;
	padding: 1px;
	padding-left: 5px;
	width: 200px;
/*	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
	border-bottom: none;
*/	border: 1px solid #4C3C1B;
}
.main ul li span p {
	font-size: 11px;	
}
.main ul li img{
	border: 1px solid #4C3C1B;
	border-top: none;
	width: 206px;
	height: 118px;
	margin-bottom: -7px;
/*    -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
*/}
.full-border
{
	border: 1px solid #4C3C1B !important;
}
.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: 108px;
}
.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;
}
.main .post p {
	padding-bottom: 8px;
}
.main .post p strong {
	display: block;
}
.main .post-cnt {
	float: right;
	width: 475px;
}
.main .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	background: transparent;
/*	-webkit-box-shadow: 0 10px 6px -6px #CCC;
	   -moz-box-shadow: 0 10px 6px -6px #CCC;
	        box-shadow: 0 10px 6px -6px #CCC;
*/}
.main .testimonial1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	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 span
{
	float:left;
	width: 150px;	
}
.testimonial contact
{
	float: left;
	width: 80px;	
}
.testimonial contact2
{
	float: left;
	width: 50px;	
}
.testimonial iframe
{
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.testimonial input
{
    background: none repeat scroll 0 0 rgba(204,204,204,0.6);
    border: 1px solid #0C0;
    color: #696968;
    font: italic 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 15px;
    margin: 0;
	margin-bottom: 3px;
    padding: 3px 5px;
    width: 250px;	
}
.testimonial textarea
{
    background: none repeat scroll 0 0 rgba(204,204,204,0.6);
    border: 1px solid #0C0;
    color: #696968;
    font: italic 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 150px;
    margin: 0;
    overflow: auto;
    padding: 3px 5px;
    width: 400px;	
}
.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;
	text-align: center;
}
.footer-cols {
	padding: 20px 10px;
	background: url(images/footer-lights.png) no-repeat center 0px;
	text-align: center;
	padding-left: 47px;
}
.footer-cols .col {
	float: left;
	width: 150px;
	text-align: center;
	color: #7dc33a;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
/*.footer-cols .col + .col {
	padding-left: 54px;
}
*/.footer-cols .col ul {
	list-style: none;
}
.footer-cols .col ul li {
	color: #7dc33a;
	font-size: 12px;
	padding-bottom: 4px;
	background: url(images/arr-footer-col.png) no-repeat 0 8px;
	padding-left: 9px;
	text-align: center;
	list-style: none;
}
.footer-cols .col ul li a {
	color: #7dc33a;
}
.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;
}
.form-text {
    float: left;
    line-height: 26px;
    width: 100px;
}
.text-block
{
	float: left;
	width: 50px;
	font-weight: bold;	
}
.bubble
{
	position: relative;
	width: 95%;
	height: 95%;
	padding: 10px;
	background: #88FF6F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px#888;
	box-shadow: 0 0 1px 1px #888;
}
.bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #88FF6F transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -12px;
	left: 45%;
}
.bubble100
{
	position: relative;
	width: 95%;
	height: 95%;
	padding: 10px;
	background: #88FF6F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px#888;
	box-shadow: 0 0 1px 1px #888;
}
.bubble100:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #88FF6F transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -12px;
	left: 48%;
}
.line-spacer
{
	display: block;
	height: 30px;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.product-list
{
	list-style: none;
	display: inline;
	margin-top: 0;
}

.padded-p
{
	padding-left: 15px;	
	margin-top: -15px;
}

.ui-accordion .ui-accordion-header 
{
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	margin-left: 0;
	padding: .5em .5em .5em .1em;
	min-height: 0; /* support: IE7 */
	border: 1px solid #d3d3d3;
}
.ui-accordion .ui-accordion-icons 
{
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons 
{
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons 
{
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon 
{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content 
{
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-state-disabled 
{
	cursor: default !important;
}
.ui-icon 
{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active 
{
	border: 1px solid #aaaaaa;
	background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default 
{
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-helper-reset 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
	z-index: 10;
}
.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-widget-content {
	border: 1px solid #d3d3d3;
	background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
	padding-left: 50px;
}
.span-para
{
	color: black;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 22px;	
}
.list-first
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.list-last
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.span-list-1
{
	display: list-item;	
	background: rgba(255,255,51,0.6);
	list-style: disc;
	padding-left: 5px;
	margin-left: 10px;
}
.span-list-2
{
	display: list-item;	
	background: rgba(255,255,51,0.2);
	list-style: disc;
	padding-left: 5px;
	margin-left: 10px;
}
.span-list-1-no-bullet
{
	display: list-item;	
	background: rgba(102,204,51,0.5);
	list-style: none;
	padding-left: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
}
.span-list-2-no-bullet
{
	display: list-item;	
	background: rgba(153,153,153,0.5);
	list-style: none;
	padding-left: 5px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.row1
{
	background: rgba(102,204,51,0.5);
	border: 1px solid #4C3C1B;
    -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	text-align: justify;
}
.row2
{
	background: rgba(153,153,153,0.5);
	border: 1px solid #4C3C1B;
    -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	text-align: justify;
}
.h-background
{
	background: rgba(255,255,255,0.5);	
}
.button-style
{
  	background-color: #73B10E;
    background-image: -moz-linear-gradient(center top , #76B60E 0%, #86C028 48%, #73B10E 49%, #73B10E 82%, #84CB10 100%);
    border-color: #647942;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px 1px #95E512 inset, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
	padding-top: 12px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #365207;
    text-transform: uppercase;
    width: 100px;	
}

.gallery-thumbs
{
    background-color: #EFEECB;
    border: 1px solid #4C3C1B;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 5px;
    width: 150px;	
}
.bubble1 
{
	position: relative;
	width: 150px;
	height: 90px;
	padding: 10px 10px 20px 10px;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*.bubble1:after 
{
	content: "";
	position: absolute;
	top: -15px;
	left: 95px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #D0CECE transparent;
	display: block;
	width: 0;
	z-index: 1;
}
*/
.twitter-share-button
{
	margin-left: 25px;	
	margin-top: 35px;
}
table{
    /*border: 1px solid black;*/
    table-layout: fixed;
    /*width: 900px;*/
	width: 100%;
}

th, td {
   /* border: 1px solid black;*/
    overflow: hidden;
    /*width: 450px;
	width: 33%;*/
}