/* 
-------------------------------------------------
links
-------------------------------------------------
*/
a:link {	color: #007DC6; text-decoration: underline;}
a:active {	color: #007DC6;	text-decoration: underline;}
a:visited {	color: #007DC6;	text-decoration: underline;}
a:hover {	color: #D57942;	text-decoration: none;}

.footerlink {
	color: #77AC3F;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footerlink a:link {	color: #77AC3F;	text-decoration: none;}
.footerlink a:active {	color: #77AC3F;	text-decoration: none;}
.footerlink a:visited {	color: #77AC3F;	text-decoration: none;}
.footerlink a:hover {	color: #D57942;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #CDF4A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #FAFEF1;
	padding: 3px;
	height: 24px;
}
textarea {
	font-size: 11px;
	border: 1px solid #CDF4A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #FAFEF1;
	padding: 3px;
}
select {
	font-size: 11px;
	border: 1px solid #CDF4A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	background-color: #FAFEF1;
	padding: 3px;
	line-height: 18px;
}
/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #FFFAEE;
	background-image: url(../images/core/bg-re.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #665046;
	line-height: 18px;
	list-style-type: square;
}


.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 35px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.contact-details {
	font-size: 10px;
	padding-top: 10px;
	padding-left: 80px;
	color: #D57942;
}
.action-enquiry {
	font-size: 10px;
	height: 76px;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
	background-image: url(../images/core/action-enquiries.jpg);
	background-repeat: no-repeat;
	width: 187px;
	color: #003371;
	line-height: 14px;
}
.action-ingredients {

	font-size: 10px;
	height: 76px;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
	background-image: url(../images/core/action-ingredients.jpg);
	background-repeat: no-repeat;
	width: 187px;
	color: #D57942;
	line-height: 14px;
}
.action-nutritionists {


	font-size: 10px;
	height: 76px;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
	background-image: url(../images/core/action-nutritionists.jpg);
	background-repeat: no-repeat;
	width: 187px;
	color: #D57942;
	line-height: 14px;
}
.action-natural {

	font-size: 10px;
	height: 76px;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
	background-image: url(../images/core/action-natural.jpg);
	background-repeat: no-repeat;
	width: 187px;
	color: #003371;
	line-height: 14px;
}
/* 
-------------------------------------------------
Product
-------------------------------------------------
*/
#product{
	border-bottom-color: #d7d7d7;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 15px;
}
#product td {
	padding-bottom: 15px;
}
#product img{
	margin-bottom: 10px;
	margin-right: 20px;
}
#product .name {
	font-weight: bold;
	text-transform: capitalize;
	color: #D57942;
	font-size: 18px;
}
.heading-inner {
	background-color: #F1FBDD;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: -10px;
	border-color: #CDF4A6;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #009933;
}
.subheading {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #007DC6;
	background-color: #F1FEFC;
	border-color: #D3F0F3;
	border-style: solid;
	border-width: 1;
}
.heading-title {

	font-weight: bold;
	text-transform: capitalize;
	color: #D57942;
	font-size: 14px;
}
