* {
	margin:0px;
	padding:0px;
}
html {
	min-height:101%;
}
body {
	font-family:verdana, sans-serif;
	font-size:70%;
	background:#69AA44 url(/templates/common/media/background.gif);
	margin-bottom:40px;
}
a {
	text-decoration:none;
	color:#A06499;
}
a img {
	border:none;
}
h1, h2, h3 {
	color:#004C2E;
	margin-bottom:.5em;
}
h1 {
	font-size:1.4em;
	margin-bottom:1em;
}
h2 {
	font-size:1.1em;
	margin-top:2em;
}
p, ul, ol {
	line-height:1.25em;
	margin-bottom:1em;
}
input {
	font-family:verdana, sans-serif;
	font-size:1em;
}
table td {
	vertical-align:top;
}
div.clearBoth {
	clear:both;
	line-height:1px;
	font-size:1px;
	margin:0px;
}
#watermark {
	position:relative;
	margin:40px auto 0px auto;
	width:978px;
	background:url(/templates/common/media/watermark.png) no-repeat left bottom;
}
#container {
	position:relative;
	background:url(/templates/common/media/content-bg.png) repeat-y right top;
}
.logo {
	position:relative;
	margin:-32px 0 0 0;
}
/* Main Content */

#contentWrapper {
	position:relative;
	float:right;
	width:808px;
	margin-top:-15px;
	background:url(/templates/common/media/content-top.png) no-repeat right top;
}
#content {
	padding:15px 23px 0px 15px;
	min-height:600px;
}
#content ul ul {
	margin-top:.3em;
}
#content ul {
	margin-top:1em;
	margin-left:1.5em;
	padding-left:0em;
}
#content ol {
	padding-left:2em;
}
#content li {
	margin-bottom:.5em;
}
#content small {
	color:#1E632F;
}
#contentMain {
	float:left;
	width:615px;
	margin-right:-30px;
}
#contentMain img {
	float:right;
	clear:right;
	margin:0 0 1em 1em;
}
#content li {
	list-style-image:url(/templates/common/media/bullet.gif);
}
#contentMain .tableHead {
	background:#638C7C url(/templates/common/media/product/table-top-left.gif) no-repeat left top;
}
#contentMain .tableHead div {
	background:url(/templates/common/media/product/table-top-right.gif) no-repeat right top;
	height:6px;
	font-size:1px;
}
#contentMain .tableFoot {
	background:#A06499 url(/templates/common/media/product/table-bottom-left.gif) no-repeat left bottom;
	font-size:1px;
	margin-bottom:15px;
}
#contentMain .tableFoot div {
	background:url(/templates/common/media/product/table-bottom-right.gif) no-repeat right bottom;
	height:8px;
	font-size:1px;
}
#contentMain table {
	border-style:solid;
	border-color:#A06499;
	border-width:0px 0px 0px 1px;
	width:100%;
}
#contentMain table td {
	border-style:solid;
	border-color:#A06499;
	border-width:0px 1px 1px 0px;
	font-size:.9em;
	padding:.5em;
	vertical-align:top;
}
#contentMain table td h2 {
	margin-top:0;
}
#contentMain table thead td {
	background-color:#638C7C;
	font-weight:bold;
	color:white;
	padding-top:0px;
}
#contentMain table td.rw {
	border-right:1px solid white ! important;
}
#contentMain table td.bw {
	border-bottom:1px solid white;
}
#contentMain table tbody {
	background:#F2EAF1 url(/templates/common/media/bg-purple1.gif);
	color:#333333;
}
.rowTint {
	background:#E5D5E3 url(/templates/common/media/bg-purple2.gif);
}
.fieldWidth {
	width:200px;
}
#contentMain div.guidance ul {
	padding:10px;
	background:#FFD9E0;
	margin-bottom:1em;
	list-style:none;
}
#contentMain div.guidance ul li {
	list-style-image:none;
	color:red;
}
#contentMain .mandatory {
	color:red;
	vertical-align: top;
}
#contentSub {
	float:right;
	width:140px;
	position:relative;
}

/* Main right side */

#contentMain  .side {
	float:right;
	width:220px;
}

#contentMain  .side img {
	clear:right;
	float:right;
	margin:0 0 1em 1em;
}

#contentMain  .side p {
	font-size:0.9em;
	margin-left:2em;
}


/* Navigation */

#navigation {
	position:relative;
	float:left;
	width:160px;
}
#navigation img {
	margin-bottom:2em;
}
#navigation a {
	display:block;
	height:100%;
}
#navigation ul {
	list-style:none;
	margin-bottom:0px;
}
#navigation ul ul {
	background:#B7D797 url(/templates/common/media/navigation/nav-base.gif) no-repeat bottom;
	padding-bottom:6px;
}
#navigation ul ul ul {
	background-color:#D1E6BD;
	background-image:none;
}
#navigation ul ul ul ul {
	background-color:#E9F2DF;
}
#navigation li a {
	color:white;
	text-decoration:none;
	line-height:1.3em;
	padding:.2em 5px .2em 5px;
}
#navigation li a.active {
	background:#A06499 url(/templates/common/media/navigation/nav-logo.gif) no-repeat right top;
}
#navigation li li a {
	color:#00492B;
	line-height:1.2em;
}
#navigation li li a.active, #navigation li li a:hover {
	background-color:#D1E6BD;
	background-image:none;
}
#navigation li li li a.active, #navigation li li li a:hover {
	background-color:#E9F2DF;
}
#navigation li li li li a.active, #navigation li li li li a:hover {
	background-color:#FFFFFF;
}
#navigation li li li a {
	padding:.2em 0 .2em 10px;
	line-height:1.2em;
}
#navigation li li li li a {
	padding:.2em 0 .2em 15px;
}
#navigation li a:hover {
	color:#004C2E;
}
/* Toolbars */

#search {
	color:white;
	margin-top:1em;
	margin-left:5px;
}
#search p {
	font-weight:bold;
	margin:0px;
}
#search input.searchField {
	width:128px;
	margin:0px;
	margin-left:-4px;
}
#search .searchButton {
	vertical-align:text-bottom;
	margin-left:.5em;
}
#footer {
	clear:both;
	width:978px;
	padding:30px 0px;
	color:white;
	font-size:.9em;
	line-height:1.6em;
	background:url(/templates/common/media/content-bottom.png) no-repeat right top;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer #legal {
	padding-left:170px;
	float:left;
}
#footer #social {
	float:right;
	padding-right:8px;
	font-weight:bold;
}
#footer #social img {
	vertical-align:top;
	margin-left:5px;
}
/* Homepage */

table #tableHome td, table #tableHome, .noBorder, .noBorder td {
	border:none !important;
}
.noBorder td {
	padding:5px 11px !important;
}
table .padding td {
	padding:11px !important;
}
table #tableHome h2 {
	margin:0;
}
table #tableHome img {
	border:1px solid #1C7837;
	background-color:white;
	margin: 0 0 .6em .6em;
}
#feedFinderModule, #dengieClubModule, #feedingTipsModule {
	width:140px;
	margin-bottom:20px;
	line-height:0px;
	padding:0px;
}
#feedFinderModule a {
	color:white;
}
#feedFinderModule p, #dengieClubModule p, #feedingTipsModule p {
	font-size:.9em;
	margin:0px 5px;
	padding-top:5px;
	line-height:1.2em;
	color:white;
}
#feedFinderModule img, #dengieClubModule img {
	float:left;
}
#feedFinderModule div, #dengieClubModule div, #feedingTipsModule div {
	background-color:#A06499;
	border:2px solid #A06499;
	border-width:0px 2px;
}
#dengieClubModule p, #feedingTipsModule p {
	color:black;
}
#dengieClubModule div {
	background:url(/templates/common/media/home/dengie-club-background.jpg) repeat-x left bottom;
	margin:0px;
	padding:0px;
}
#feedingTipsModule div {
	background:#ABD08A url(/templates/common/media/home/feeding-tips-background.jpg) repeat-x left top;
	padding-top:10px;
}
#feedingTipsModule div img {
	float:left;
	margin:2px 0px 0px 0px;
}
#feedingTipsModule div p {
	padding-left:55px;
}
#feedingTipsModule div .submit {
padding:5px 5px 0px 5px;
clear:both;
}
#dengieClubModule table {
	width:90%;
}
#dengieClubModule .field {
	width:120px;
	margin:5px 0 0 5px;
}
#dengieClubModule #troubleLogin {
	background:#8BB9DE;
	padding-top:0px;
}
#dengieClubModule #troubleLogin div {
	background:#205BB5 url(/templates/common/media/club/club-help-bg.gif) repeat-x top left;
	border:none;
	margin: 0px 5px;
	padding:0px;
}
#dengieClubModule #troubleLogin img {
	float:none;
	display:block;
	padding: 0px 0px 0px 5px;
	margin:0px;
	vertical-align:bottom;
}
#dengieClubModule #troubleLogin a, #dengieClubModule #troubleLogin p {
	color:white !important;
	text-decoration:none;
	padding: 0px 0px .3em 0px;
}
/* Home and Club Center Boxes */

.centerBoxModule {
	min-height:120px;
	width:307px;
	float:left;
	background-position:right bottom !important;
	background-repeat:no-repeat !important;
}
/*.odd {
	border-right:1px solid white;
}*/
.centerBoxModule div {
	padding:0 10px 10px 10px;
}
.centerBoxModule div h2 {
	margin-top:.7em !important;
}
.centerBoxModule .paddingRight {
	padding-right:105px;
}

.supportedRider{
padding-bottom:20px;
}

.supportedRiderHeader{
background:#004A29 url(/templates/common/media/club/q-and-a-header.gif) no-repeat top left;
padding:10px 10px 15px 10px;
}

.supportedRiderQuestion{
width:550px;
}

.supportedRiderQuestion h2{
color:#7DB645;
padding:0px 0px 10px 5px;
margin:0px;
float:left;
font-size:1.6em;
width:50px;
}

.supportedRiderQuestion h3{
color:#FFFFFF;
font-size:1.2em;
margin:0px;
float:right;
width:495px;

}

.supportedRider1 {
background-color:#EAF3E0;
padding:10px 0px;
clear:both;
border-top:4px solid #FFFFFF;
min-height:70px;
background-repeat:no-repeat;
background-position:left bottom;
}

.supportedRider1.Charlie{
background-image:url(/templates/common/media/club/q-and-a-charlie.jpg);
}

.supportedRider1.Hannah{
background-image:url(/templates/common/media/club/q-and-a-hannah.jpg);
}

.supportedRider1.Liz{
background-image:url(/templates/common/media/club/q-and-a-liz.jpg);
}

.supportedRider1.Susan{
background-image:url(/templates/common/media/club/q-and-a-susan.jpg);
}

.supportedRider1.Tanya{
background-image:url(/templates/common/media/club/q-and-a-tanya.jpg);
}

.supportedRider1.Rosie{
background-image:url(/templates/common/media/club/q-and-a-rosie.jpg);
}

.supportedRider1.Lisa{
background-image:url(/templates/common/media/club/q-and-a-lisa.jpg);
}
.supportedRider1.LisaWilson{
background-image:url(/templates/common/media/club/q-and-a-lisa-wilson.jpg);
}
.supportedRider1.SylviaOrmiston{
background-image:url(/templates/common/media/club/q-and-a-sylvia-ormiston.jpg);
}
.supportedRider1.Alice{
background-image:url(/templates/common/media/club/q-and-a-alice.jpg);
}
.supportedRider1.EMT{
background-image:url(/templates/common/media/club/q-and-a-emt.jpg);
}
.supportedRider1 p{
padding: 0px 10px 0px 80px;
}

.supportedRider2{
background-color:#F0E6EF;
padding:10px 0px;
border-top:4px solid #FFFFFF;
min-height:70px;
background-repeat:no-repeat;
background-position:right bottom;
}

.supportedRider2 p{
padding:0px 80px 0px 10px;
}

.supportedRider2.Paddy {
background-image: url(/templates/common/media/club/q-and-a-paddy.jpg);

}


/* Section Home */

#sectionHeader {
	position:relative;
	left:-15px;
	top:-15px;
	padding:1.5em .5em 0 220px;
	min-height:190px;
	margin-bottom:15px;
	background-repeat:no-repeat;
}
#sectionHeader img {
	float:none;
	margin-left:0px;
}
/* Products */

#productBanner {
	position:relative;
	left:-15px;
	top:-15px;
	width:630px;
	margin-bottom:15px;
}
#productBanner img {
	float:none;
	margin-left:0px;
}
#productBanner #borderTop {
	background:url(/templates/common/media/product/header-border.gif) repeat-x left top;
}
#productBanner h1, #productBanner p {
	padding-left:250px;
	margin-bottom:5px;
	color:#02492B;
}
#productBanner p {
	padding-bottom:10px;
}
#productBanner #productIntro {
	background-repeat:no-repeat;
	padding:2px 10px 0 0;
	min-height:195px;
}
#productBanner #corner {
	background-image:url(/templates/common/media/product/header-corner.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
}
.productImage {
	width:95%;
	height:95%;
}
#feedFinder {
	width:auto;
}
#contentSub h2 {
	margin-top:0px;
}
#contentSub #nutrInfo, #contentSub #ingredients, .smalltext {
	margin-top:2em;
	margin-bottom:30px;
	color:#1E632F;
}
#contentSub #nutrInfo, .smalltext {
	font-size:.85em;
}
#contentSub #ingredients {
	font-size:.9em;
}
#contentSub #nutrInfo table {
	width:100%;
}
#contentSub #nutrInfo table td {
	border-bottom:1px solid white;
	padding:.2em 0px;
}
#contentSub #nutrInfo #top, .boxTop {
	background: url(/templates/common/media/product/corner-top-left.gif) no-repeat left top;
	height:5px;
	font-size:1px;
}
#contentSub #nutrInfo #top div, .boxTop div {
	background: url(/templates/common/media/product/corner-top-right.gif) no-repeat right top;
	height:5px;
	font-size:1px;
}
#contentSub #nutrInfo #middle, .boxMiddle {
	padding:0px 5px;
	color:black;
}
#contentSub #nutrInfo #bottom, .boxBottom {
	background: url(/templates/common/media/product/corner-bottom-left.gif) no-repeat left bottom;
	height:5px;
	font-size:1px;
}
#contentSub #nutrInfo #bottom div, .boxBottom div {
	background: url(/templates/common/media/product/corner-bottom-right.gif) no-repeat right bottom;
	height:5px;
	font-size:1px;
}

.hi-fi-molasses-free #productBanner p, .hi-fi-molasses-free #contentSub #nutrInfo #middle{
	color:#FFFFFF;
}

/* Blog */

#blog {
	background:#F9F4EC url(/templates/common/media/blog/blog-left.gif) repeat-y;
	margin-left:15px;
	margin-right:25px;
}
#blog div {
	background:url(/templates/common/media/blog/blog-binder.gif) repeat-y right 25px;
}

#blog div div {
	background:none;
}
#blog .riderIntro {
	text-align:left;
	clear:both;
}
#blog .riderIntro img {
	float:left !important;
	margin-right:5px !important;
}
#blog .riderIntro p {
	padding-top:20px;
}
#blog #contentMain {
	width:500px;
	padding-top:0;
	padding-left:0;
}
#blog #contentMain img {
	position:relative;
	border:8px solid white;
	margin-bottom:40px;
}
#blog #contentMain div {
	margin-top:0px;
	position:relative;
	padding:10px 45px 0px 10px;
}
#blog #contentSub {
	width:210px;
	position:relative;
	padding-bottom:20px;
	padding-top:0;
}
#blog #contentSub img {
	float:right;
	margin-right:-15px;
}
#blog #contentSub h2 {
	font-size:1em;
	margin-top:1.5em;
	clear:both;
}
#blog #contentSub p {
	margin-top:1.5em;
	color:#01482A;
	font-size:1em;
	line-height:1.3em;
}
#blog #top div, #blog #bottom div {
	margin-right:50px;
	margin-top:0;
}
#blog #top {
	position:relative;
	background:url(/templates/common/media/blog/blog-top-left.gif) no-repeat;
	height:9px;
	font-size:1px;
}
#blog #top div {
	background:url(/templates/common/media/blog/blog-binder-top.gif) no-repeat right;
	height:9px;
}
#blog #bottom {
	clear:both;
	background:url(/templates/common/media/blog/blog-bottom-left.gif) no-repeat;
	height:9px;
	font-size:1px;
}
#blog #bottom div {
	background:url(/templates/common/media/blog/blog-binder-bottom.gif) no-repeat right;
	height:9px;
}
/* Club */
#clubHeader {
	position:relative;
	background:url(/templates/common/media/club/club-header-bg.jpg) repeat-x left top;
	min-height:100px;
	top:-10px;
	margin-bottom:15px;
}
#clubHeader img {
	float:none;
	margin-left:0px;
}
#clubHeader div {
	background:url(/templates/common/media/club/club-header-corner.gif) no-repeat right top;
}
#clubHeader h1, #clubHeader h2, #clubHeader p, .instruction {
	margin:.5em 11px 0 11px;
}
#clubHeader h1, #clubHeader h2 {
	margin-top:1em;
}
#clubHeader li {
	margin-left:15px;
}
#contentSub #stable {
	background-color:#DEEBCF;
	width:140px;
	margin-right:20px;
	margin-bottom:20px;
}
#contentSub #stable .profile {
	border-bottom:1px solid white;
	padding:.5em 0;
}
#contentSub #stable h2 {
	font-size:.8em;
}
#contentSub #stable p {
	margin-bottom:.5em;
}
#contentSub #stable .thumb {
	float:right;
}
/* Team */
#team {
	background-color:#FDFAEE;
	width:100%;
}
#teamHome {
	background-color:#CFCEBA;
	width:100%;
}
#team img, #teamHome img {
	float:none;
}
#team #top, #teamHome #top {
	background:url(/templates/common/media/team/top-background.gif) repeat-x top;
	height:40px;
}
#team #top div, #teamHome #top div {
	height:40px;
	font-size:1px;
}
#team #top div img, #teamHome #top div img {
	margin:0px;
}
#team #top div {
	background:url(/templates/common/media/team/top-right.gif) no-repeat right top;
}
#teamHome #top div {
	background:url(/templates/common/media/team/top-right-home.gif) no-repeat right top;
}
#team #middle {
	background:url(/templates/common/media/team/right.gif) repeat-y right;
}
#teamHome #middle {
	background:url(/templates/common/media/team/right-home.gif) repeat-y right;
}
#team #middle div {
	background:url(/templates/common/media/team/left.gif) repeat-y left;
	padding:0 0 20px 20px;
}
#teamHome #middle div {
}
#team #middle div div, #teamHome #middle div div {
	background:none;
}
#team #middle div img {
	float:right;
}
#team #bottom {
	background:url(/templates/common/media/team/bottom-right.gif) no-repeat right top;
	font-size:1px;
}
#teamHome #bottom {
	background:url(/templates/common/media/team/bottom-right-home.gif) no-repeat right top;
	font-size:1px;
}
#team #bottom div {
	background:url(/templates/common/media/team/bottom-left.gif) no-repeat left top;
}
#teamHome #bottom div {
	background:url(/templates/common/media/team/bottom-left-home.gif) no-repeat left top;
}
#team #bottom div, #teamHome #bottom div {
	font-size:1px;
	height:14px;
}
#team h1, #teamHome h1 {
	padding-top:1em;
	margin-bottom:0;
}
#team h2, #teamHome h2 {
	margin-top:.5em;
	margin-bottom:1em;
}
#team p, #teamHome p {
	margin-right:20px;
}
#teamHome .teamThumb {
	text-align:center;
	width:150px;
	height:200px;
	float:left;
	background-image:none;
	padding-bottom:1em;
	line-height:1.2em;
}
#teamHome .teamThumb img {
	margin:0px;
}
#teamHome .teamThumb a {
	color:#004D29;
}
/* News and Club Member Stories */
.post_title, .post_date {
	margin:.5em 0;
}
.post_title {
	font-weight: bold;
	font-size:1.1em;
	color: #000000;
}
.post_date {
	font-weight: bold;
	font-size:.8em;
	margin-top:.5em;
}
.post_short {
	text-align: justify;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom:1px solid #ccc;
}
.newsRight {
	padding-right:15px;
}
.newsRight h2 {
	font-size:1em;
	margin-bottom: .5em;
}
.newsRight p {
	font-size:.9em;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
}
.newsRight small {
	display:block;
	font-size: .9em;
	margin-bottom: .5em;
	color:#004A29;
}
/* Add to Basket Module */

.discount {
	color:red;
	font-weight:bold;
}
.full {
	text-decoration:line-through;
}
.addToBasket {
	width:140px;
	line-height:1px;
	background:#438B3F url(/templates/common/media/add-to-basket-background.gif) no-repeat top;
	margin-bottom:1.5em;
}
.addToBasket p {
	padding:.5em;
	margin:0px;
	font-size:.9em;
	line-height:1.2em;
	font-weight:bold;
}
.addToBasket a {
	color:white;
}
.addToBasket img {
	float:right;
}
.column {
	width:48%;
	float:right;
	line-height:1.25em;
}
.column img {
	float:right;
	vertical-align:bottom;
}
/* Buy Supplements */

.rowOffer {
	background:#DFF5B1 url(/templates/common/media/bg-green.gif);
}
.oldPrice {
	
}
.newPrice {
	color:#004D29;
color:#F80000;
	font-weight:bold;
}
/* Misc */

.nobr {
	white-space:nowrap;
}
div.clearFloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* youtube videos */
#contentMain #videos{
	clear:both;

}
#contentMain #videos h2{
	font-size:1.3em;
	margin-bottom:1.5em;
}
#contentMain .video{
	/*clear:right;*/
	float:left;
	width:296px;
	margin-bottom:10px;
	margin-right:10px;

}
#contentMain .video h3 , #contentMain .video h2{
	font-size:1em;
	margin:0;
	color:#004C2E
}
#contentMain .video img{
	float:left;
	
}
#contentMain .video .img-outer{
	position:relative;
	height:54px;
	width:96px;
	border:1px solid #004A29;
	display:block;
	overflow:hidden;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius:3px 3px 3px 3px;
	float:left;
	margin-right:.5em;
}	
#contentMain .video .img-inner{
	display:block;
	overflow:hidden;
	position:relative;
		height:54px;
		width:96px;
		
	
}
#contentMain .video img{
	width:96px;
	left:0;
	top:-8px;
	cursor:pointer;
	display:block;
	outline:none;
	position:absolute;
	margin:0;
}

/* feedline form */

#feedline-contact .first{
	width:33%;
}


