

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	background: #94ae48 url(../images/background.png) center 253px no-repeat;
	color: #666666;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	margin: 0 auto;
	min-width: 990px;
}

/* Header */

#header {
	position: relative;
	width: 990px;
	height: 101px;
	margin: 0 auto 1px;
	background: #fff;
	border-bottom: 3px solid #466107;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 9px;
	top: 22px;
	border: 0;
}

#header h1 a {
	display: block;
	width: 264px;
	height: 66px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .callNow {
	float: right;
	padding: 0 19px 0 30px;
	margin: 13px 0 0;
	font-size: 12px;
	text-align: right;
	line-height: 1.3;
	background: url(../images/phone-green-ico.png) no-repeat 0 9px;
}

#header .callNow span {
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	color: #94ae48;
	margin-right: -2px
}

@-moz-document url-prefix() {
	#header .callNow span {
		letter-spacing: 0.07em;
	}
}

#header .cart {
	float: right;
	margin: 14px 34px 0 0;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	padding-left: 34px;
	background: url(../images/cart-ico.png) no-repeat 0 8px;
}

#header .cart span {
	display: block;
	text-align: right;
	font-size: 13px;
	color: #94ae48;
}

#header #topNavi ul {
	position: absolute;
	right: 13px;
	bottom: -3px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e0e0e0;
}

#header #topNavi ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
    font-family: 'folks-light';
	font-size: 15px;
}

#header #topNavi ul li a {
	display: inline-block;
	color: #2d2d2d;
	padding: 0 11px;
	height: 40px;
	line-height: 40px;
}

#header #topNavi ul li.Current a,
#header #topNavi ul li a:hover {
	border-bottom: 3px solid #94ae48;
	height: 37px;
	color: #94ae48;
}

/* Banner */

#bannerWrapper {
	background: url(../images/banner-trans.png);
}

#slider {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#banner .overlay {
	position: absolute;
}

#banner .overlay {
	position: absolute;
	top: 147px;
	right: 53px;
	color: #fff;
	text-align: center;
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	color: #002338;
	line-height: 1.2;
}

#banner .overlay span {
	display: block;
    font-family: 'BebasNeueRegular';
	font-size: 48px;
	color: #fff;
	line-height: 1;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}



/* Content */

#content {
	width: 990px;
	margin: 0 auto;
	background: #fff;
	padding: 12px 10px;
}

#content.twoCols {
	background-image: url(../images/two-cols-bg.png);
	background-repeat: repeat-y;
}

/* Intro */

#intro .leftSide {
	float: left;
	width: 610px;
	padding-top: 8px;
}

#intro .leftSide .ourProducts {
	margin-top: 25px;
	padding: 0 0 42px;
}

#intro .leftSide .ourProducts ul {
	margin: 0 -30px 0 -38px;
	padding: 0;
}

#intro .leftSide .ourProducts ul li {
	*zoom: 1;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	width: 185px;
}

#intro .leftSide .ourProducts ul li a {
	display: block;
}

#intro .leftSide .ourProducts ul li img {
	display: block;
	min-height: 179px;
	max-width: 165px;
	margin: 0 auto 5px;
}

#intro .leftSide .ourProducts ul li span {
	display: block;
    font-family: 'folks-light';
	font-size: 15px;
	text-align: center;
	color: #666;
	cursor: pointer;
}

#intro .rightSide {
	float: right;
	width: 325px;
}

#intro .rightSide .video {
	margin-bottom: 40px;
}

#intro .rightSide .video p {
	color: #242424;
	font-size: 12px;
	line-height: 1.2;
	padding-top: 7px;
}

#intro .rightSide .video p span {
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	color: #242424;
}

/* Testimonials */

#testimonials {
	position: relative;
}

#testimonials blockquote {
	padding: 7px 0 0;
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #6a6969;
	line-height: 1.5;
}

#testimonials blockquote .quote {
	float: left;
	width: 21px;
	height: 15px;
	margin-right: 7px;
	background: url(../images/quote.png) no-repeat;
}

#testimonials blockquote p {
	text-align: right;
    font-family: 'folks-light';
	font-size: 17px;
	font-style: normal;
	color: #94ae48;
	margin-top: 10px;
}

#testimonials blockquote p span {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 3px solid #dcdcdc;
	border-radius: 200px;
	text-align: center;
	margin-left: 8px;
	margin-right: 4px;
}

/* Sub Page */

#subPage {
	background-position: center 20px;
}

#subPage #bannerWrapper {
	background: none;
}

#subPage #banner {
	height: 187px;
}

#subPage #banner .overlay {
	top: 73px;
}

/* Left Column */

#leftColumn {
	float: left;
	width: 244px;
}

#leftColumn #sideNavi {
	margin: 0 0 60px;
	padding: 0;
}

#leftColumn #sideNavi li {
	margin: 0;
	padding: 0;
	list-style: none;
    font-family: 'folks-light';
	font-size: 15px;
	line-height: 1.2;
	border-top: 1px solid #d4d4d4;
}

#leftColumn #sideNavi li:first-child {
	border-top: 0;
}

#leftColumn #sideNavi li a {
	display: block;
	color: #333;
	padding: 9px 0 5px 28px;
	background: url(../images/green-check.png) no-repeat 7px 12px;
}

/* Right Column */

#rightColumn {
	float: right;
	width: 680px;
}

#rightColumn .sortBy {
	text-align: right;
	margin: 13px 0 23px;
}

#rightColumn .sortBy label {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#rightColumn .sortBy select {
	margin: 0 0 0 8px;
	padding: 0;
	width: 123px;
	height: 21px;
	border: 1px solid #c7c7c7;
	font-size: 12px;
	color: #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
}

#rightColumn .productList {
	margin: 0 0 20px;
	padding: 0;
}

#rightColumn .productList li {
	*zoom: 1;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
}

#rightColumn .productList li a {
	position: relative;
	display: block;
	width: 195px;
	height: 340px;
	padding: 9px 16px 0 16px;
    font-family: 'folks-light';
	font-size: 15px;
	text-align: center;
}

#rightColumn .productList li a:hover {
	background: #efefef;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}

#rightColumn .productList li img {
	display: block;
	height: 211px;
	width: 190px;
	margin: 0 auto 6px;
}

#rightColumn .productList li span {
	cursor: pointer;
}

#rightColumn .productList li .name {
	display: block;
	color: #333333;
	margin: 0 0 8px;
}

#rightColumn .productList li .price {
	position: absolute;
	left: 0;
	bottom: 60px;
	display: block;
	color: #e94c3d;
	width: 100%;
}

#rightColumn .productList li .btn {
	position: absolute;
	left: 40px;
	bottom: 19px;
	display: block;
	width: 146px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	background: #a9ce54;
	color: #ffffff;
	border-bottom: 2px solid #74912f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rightColumn .loadMore {
	display: block;
	height: 45px;
	text-align: center;
	background: #f2f2f2;
	border-bottom: 2px solid #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rightColumn .loadMore span {
	display: inline-block;
	line-height: 45px;
	font-size: 12px;
	color: #666666;
	padding-left: 37px;
	background: url(../images/loading-ico.png) no-repeat 0 11px;
	cursor: pointer;
}

#rightColumn .breadcrumb {
	margin: 0 0 27px -2px;
	padding: 0;
}

#rightColumn .breadcrumb li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #c3c1c1;
}

#rightColumn .breadcrumb li a {
	color: #c3c1c1;
}

/* Product Info */

#productInfo .left {
	float: left;
	width: 313px;
}

#productInfo .left a.image {
	display: block;
	width: 311px;
	height: 346px;
	text-align: center;
	overflow: hidden;
}

#productInfo .left a.image img {
	display: block;
	position: relative;
	margin: -145px auto 0;
	top: 50%;
	height: 291px;
	max-width: 309px;
}

#productInfo .left .instruct {
	margin: 6px 0;
	text-align: center;
	font-size: 12px;
}

#productInfo .right {
	float: right;
	width: 354px;
}

#productInfo .right .title {
    font-family: 'folks-light';
	font-size: 25px;
	color: #333333;
}

#productInfo .right .title span {
	display: block;
	font-size: 15px;
	color: #8a8a8a;
}

#productInfo input#AddQty {
	font-size: 16px;
	width: 70px;
	text-align: center;
}

#productInfo .right .price {
	float: left;
    font-family: 'folks-light';
	font-size: 20px;
	color: #e94c3d;
	margin: 0 0 18px;
}

#productInfo .right .price strike {
	color: #737373;
	margin-left: 12px;
}

#productInfo .right .payment {
	float: right;
	padding: 0 0 0 19px;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
	margin: 6px 0 0;
	background: url(../images/cash-sign.png) no-repeat;
}

#productInfo .right .quantity {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 60px;
	display: inline-block;
}

#productInfo .right .quantity select {
	margin: 0 0 0 8px;
	padding: 0;
	width: 55px;
	height: 21px;
	border: 1px solid #c7c7c7;
	font-size: 12px;
	color: #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
}

#productInfo .right .delivery {
	font-size: 12px;
	color: #333333;
	margin: 0 0 23px;
}

#productInfo .right .delivery span {
	display: block;
	padding-left: 21px;
	line-height: 14px;
	background: url(../images/truck.png) no-repeat;
	margin-bottom: 7px;
}

#productInfo .right .buyNow {
	display: block;
	width: 146px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background: #a9ce54;
    font-family: 'folks-light';
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #74912f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#productInfo .right .buyNow a {
	color: #fff;
	font-weight: bold;
}
#productInfo .description {
	clear: both;
	padding-top: 40px;
	margin-bottom: 60px;
}

#productInfo .description p {
	font-size: 13px;
}

#productInfo .description .title {
	font-size: 17px;
	margin: 0 0 7px;
}

/* Footer */

#footer {
	width: 990px;
	margin: 0 auto;
	background: #222222;
}

#footer .top {
	height: 67px;
}

#footer .socials {
	float: left;
	padding-left: 24px;
	margin: 18px 0 0;
}

#footer .socials p {
	float: left;
	text-align: right;
	margin: -2px 27px 0 0;
	font-size: 12px;
	line-height: 1.1;
}

#footer .socials p span {
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	color: #fff;
}

#footer .socials ul {
	float: left;
	margin: 0 0 0;
	padding: 0;
}

#footer .socials ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
}

#footer .socials ul li img {
	display: block;
}

#footer .callNow {
	float: right;
	padding-right: 28px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 1.3;
	margin: 15px 0 0;
	background: url(../images/phone-white-ico.png) no-repeat 0 9px;
	text-align: right;
}

#footer .callNow span {
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	color: #fff;
	margin-right: -2px;
}

@-moz-document url-prefix() {
	#footer .callNow span {
		letter-spacing: 0.08em;
	}
}

#footer .sendEmail {
	float: right;
	font-size: 12px;
	color: #747474;
	text-align: right;
	margin-right: 164px;
	padding-left: 29px;
	margin-top: 15px;
	background: url(../images/email-ico.png) no-repeat 0 9px;
}

#footer .sendEmail span {
	display: block;
    font-family: 'folks-light';
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #fff;
}

#footer .bottom {
	color: #7d7978;
	background: url(../images/footer-shadow.png) no-repeat center top;
	padding: 17px 0;
}

#footer ul.links {
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}

#footer ul.links li {
	display: inline;
	margin: 0 9px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#footer ul.links li a {
	color: #7d7978;
	text-transform: uppercase;
}

#footer .copyright  {
	color: #7b7b7b;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#footer .copyright a {
	color: #7b7b7b;
}

label.error { display: block; color: red; font-size: 12px; font-weight: normal; min-width: 300px;}
.errorStrip { color: red; font-weight: bold; min-width: 400px; padding: 10px 0; text-align: center; }

/******* CHECKOUT *******/

#CartDisplayTable h1 {
	font-family: Arial, sans-serif;
	font-size: 17px;
}

#BuyerTemplate {
	font-size: 12px;
}
#content .checkout {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 15px;
	width: 530px;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	
}


.cartAction {
	background-color: #94AE48;
	color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 8px;
	text-decoration: none;
	margin: 0 3px;
	font-size: 12px;
}

.codeButt .addbutton { 
	background-color: #94AE48;
	cursor: pointer;
  	color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 8px;
	text-decoration: none;
	margin: 0 3px;
	width: 60px; 
	text-align: center;
	border: 0;
	font-size: 13px;
}
.CheckoutButton {
	background-color: #94AE48;
	cursor: pointer;
  	color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 8px;
	text-decoration: none;
	margin: 0 3px;
	text-align: center;
	border: 0;
}
 

.ContinueButton {
	background-color: #94AE48;
	cursor: pointer;
  	color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 9px;
	text-decoration: none;
	margin: 0 3px;
	text-align: center;
	border: 0;
	font-size: 13px;
}



.cartbody_price_off, .cartbody_price_on, .cartbody_subtotal_off, .cartbody_subtotal_on {
	text-align: right;
	padding-right: 8px;
}
.carttotaltext {
	width: 70px;
	float: right;
	padding-right: 5px;
}
.cartsubtext, .carttotaltext {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 0 !important;
}
td.codeTD, td.postTD {
	width: 410px;
	padding-left: 10px;
}
td.totalTD {
	width: 490px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
table.Total td{
	padding-bottom: 8px;
}
td.postTD { 
	padding-top: 8px;
}
td.postTD .small,td.totalTD .small {
	font-size: 10px;
}
td.codeInput {
	width: 150px;
	text-align: right;
}
td.codeButt {
	text-align: right;
}
td.freight_countryTd {
	width: 180px;
	text-align: right;
}
td.freight_methodTd {
	width: 180px;
	text-align: right;
}
td.FreightDestTd{
	width: 180px;
	text-align: right;
}
td.postButt {
	padding-right: 0;
}
table.promo, table.Postage, table.Total {
	width: 670px;
}
table.promo .cartsubtext,table.Postage .cartsubtext,table.Total .cartsubtext {
	padding: 8px 0;
}
.checkoutActions {
	margin-top: 20px;
}
.checkoutActions img {
	padding:  5px;
}

select#freight_type {
	width: 150px;
}
.FromError .Errors {
	border: 1px solid red;
	background-color: #f8f8df;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin: 10px 0;	
	text-align: center;
	color: red;

}	
.FormInput.error {
	border: 1px solid red;
}
.PayOptionHeader {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}	
#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
	font-weight: normal;
}
th.carthead_code, th.carthead_desc, th.carthead_price,th.carthead_qty,th.carthead_subtotal,th.carthead_actions { 
	background-color: #6a7e30; 
	color: white; 
	padding: 7px 3px; 
	font-size: 12px;
}

th.carthead_code,th.carthead_price,th.carthead_qty,th.carthead_subtotal { 
	width: 75px; 
}
th.carthead_desc { 
	width: 330px;
	text-align: left; 
}
th.carthead_price, th.carthead_subtotal { 
	text-align: right; 
}
.carttable th.carthead_desc {
	width: 330px;
}
th.carthead_qty, .cartbody_qty_off, .cartbody_qty_on { 
	text-align: center;
}
td.cartbody_code_off,td.cartbody_desc_off,td.cartbody_price_off,td.cartbody_qty_off,td.cartbody_subtotal_off,td.cartbody_actions_off {
	padding: 5px;
	background-color: white;
	color: #000;
}
td.cartbody_code_on,td.cartbody_desc_on,td.cartbody_price_on,td.cartbody_qty_on,td.cartbody_subtotal_on,td.cartbody_actions_on {
	padding: 5px;
	background-color: #efefef;
	color: #000;
}
.cartbody_qty_off input, .cartbody_qty_on input { font-size: 10px; text-align: center;}
td.carttotal_text,td.carttotal_value,td.cartsubtotal_value,td.carttotal_gst_value,td.carttotal_grand_value {
	padding:2px 5px;
	font-weight: bold;
}
td.cartbody_subtotal_off,td.cartbody_subtotal_on,td.cartbody_price_off,td.cartbody_price_on,td.carttotal_value,td.cartsubtotal_value,td.carttotal_gst_value,td.carttotal_grand_value {
	text-align: right;
}
.checktable { border: 1px solid #FFF; margin-bottom: 20px;}
table#Checkout {
	width: 675px;
	font-size: 14px;
}
td.checkoutSubtable {
	width: 600px;
	text-align: right;
	font-size: 14px;
}
td.carttotal_text, td.carttotal_value { padding-top: 20px; }
td.carttotal_text { text-align: right; }

.FormText {
	font-weight: bold;
}
td.FormText, td.POHeader {
	width: 130px;
	font-size: 13px;
}
.FormText {
	font-weight: bold;
}
.POHeader {
	font-weight: bold;
	font-size: 14px;
	
}
.POptionsTable {
	margin-top: 15px;
	margin-bottom: 15px;
}
.POptionSelectTD {
	width: 400px;
}	
#CCTable td {
	padding: 2px;
	font-size: 13px;
}

.FieldRequired {
	color: red;
	
}
.PayOptionHeader { font-weight: bold; font-size: 15px; margin-top: 15px; display: block;}
#CCarderror {
	border: 1px solid red;
	background-color: #f8f8df;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
}
.FromError .Errors {
	border: 1px solid red;
	background-color: #f8f8df;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin: 10px 0;	
	text-align: center;
	color: red;

}	
.FormInput.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
.CheckoutRequired { 
	color: red;
	font-size:9px;
	vertical-align:top; 
}
.cartsubtext {
	padding: 3px 16px 3px 5px;
	font-weight: bold;
}
#Checkout .cartsubtext {
	padding: 3px 0 3px 5px;
	font-weight: bold;
	font-size: 14px;
}
#FreightMessage { padding-left: 7px; }

.blogSection {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a6a6a6;
}
/* Blog */

#farrightColumn .categoryBox {
   width: 227px;
   margin-top: 20px;
   border: 1px solid #ccc;
   display: inline-block;
}

#farrightColumn .categoryBox p.caption {
	margin: 0;
	background-color: #000;
    color: #fff;
    font-size: 1.18em;
    font-weight: bold;
    text-align: left;
	padding: 8px 8px 6px 12px;
}

.categoryBox ul li {
    float: left;
    list-style-position: inside;
    padding-bottom: 4px;
    text-indent: -10px;
	height: 35px !important;
	display: block;
	width: 212px;
}
ul.cat-listing {
    margin: 5px 0 5px 10px;
    padding: 0;
}
ul.cat-listing li {
    border-bottom: 0 none;
    color: #ED1F36;
    height: 16px;
    list-style: none outside none;
    text-align: left;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}
ul.cat-listing li:last-child {
    margin-bottom: 0;
}
ul.cat-listing li:hover .cat-title {
    cursor: pointer;
    opacity: 0.6;
}
ul.cat-listing li div {
    float: none;
}
ul.cat-listing li .cat-box {
    background: url("../images/cat-box.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    width: 40px !important;
	display: inline-block;
	margin-left: 13px;
}
ul.cat-listing li .cat-box.active {
    background: url("../images/cat-box.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
ul.cat-listing li .cat-title {
     padding: 0px 0 0;
	  width: 135px;
	  margin-left: 4px;
	  display: inline-block;
}

.section-content-inner .BlogSection {
	float: left;
	overflow: hidden;
	width: 930px;
}

.BlogSection h1 {
	margin-bottom: 0 !important;
	line-height: 45px;
}

.BlogSection .BlogDate {
	margin: 0px 0px 10px;
	font-size: 14px;
}

.slider-inner p, div.BlogSection div.section-main div.container-main div.facts, .section-content-inner .BlogSection div.section-main div.container-main div.text_exposed_root {
	margin: 0;
}

.BlogSection div.section-main div.container-main div.text_exposed_root {
	padding: 0 10px;
	line-height: 1.8em;
}

.BlogSection div.container-main div.text_exposed_root img.imgLayout11 {
	display: inline-block;
	margin-right: 10px !important;
}

div.BlogSection:nth-child(3) > h1:nth-child(1), div.BlogSection:nth-child(6) > h1:nth-child(1),
.userContent .text_exposed_show img.imgLayout24 {
	margin-top: 30px;
}
#results {
	width: 650px;
	float: left;
}
#results .social {	
	padding-top: 15px;
}
#results .social iframe {	
	margin-bottom: 10px;
}