@charset "UTF-8";

.italisize {
	font-style: italic;
}
body/* CSS Document */

  {
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat;
	background-color: #333333;
}
#container  {
	width: 770px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	top: 100px;
	background-color: #F2F3A4;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
} 
.twoColFixLtHdr #header  {
	height: 150px;
	width: 766px;
	padding-top: 0;
	padding-bottom: 0;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #1D4A35;
	border-left-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
} 
.Title-30pound {
	font-size: large;
	color: #F2F3A4;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	height: 600px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1D4A35;
}
#right  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #1D4A35;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #1D4A35;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
} 
#center {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	background-color: #F2F3A4;
}
#centerfixed {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 550px;
}
#centerproducts {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#menu {
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	background-color: #660000;
	border-top-color: #660000;
	border-bottom-color: #660000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #666666;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #F2F3A4;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-decoration: none;
}

#menu a:hover {
	background-color: #F2F3A4;
	color: #660000;
}
.heading {
	color: #1D4A35;
	font-weight: bold;
}
.reverseheading {
	color: #F2F3A4;
	font-weight: bold;
	font-size: large;
}
.reverseheadinglarge {
	font-size: x-large;
	color: #FFFF99;
}
.reverseparagraph {
	color: #F2F3A4;
}
.taupe {
	color: #4E4634;
}
.readfullarticle {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.wrappicright {
	float: right;
}
.tm {
}
.footertext {
	font-size: x-small;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	height: 65px;
	text-align: center;
	background-color: #1D4A35;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D4A35;
	border-right-color: #000000;
	border-bottom-color: #1D4A35;
	border-left-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
#right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
}
.videobox {
	background-color: #1D4A35;
	height: 50px;
	width: 200px;
	padding: 3px;
	text-align: center;
	border: 1px groove #999999;
}
.pic_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.borderframeleft {
	border: 4px solid #1D4A35;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.borderframeright {
	border: 4px solid #1D4A35;
	float: right;
	margin-right: 10px;
	margin-bottom: 2px;
}
.pic_right {
	float: right;
	margin-left: 5px;
}
.copyright {font-size: x-small}
a:link {
	color: #1D4A35;
}
a:visited {
	color: #1D4A35;
}
#messagecolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 640px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
}
#rucolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 640px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#contactdiv {
	float: left; /* since this element is floated, a width must be given */
	width: 640px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#indexright {
	float: right; /* since this element is floated, a width must be given */
	width: 450px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F2F3A4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#indexleft {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	height: 100%;
	padding-right: 20px;
	padding-left: 15px;
	background-color: #660000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-bottom-style: solid;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 303px;
	height: 100%;
	padding-right: 3px;
	padding-left: 4px;
	border: 2px solid #1D4A35;
	background-color: #FFFFFF;
}
#centercolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 55px;
	height: 100%;
	background-color: #FFFFFF;
}
.TableTitle {
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}
.Title {
	font-size: medium;
	color: #1D4A35;
	font-weight: bold;
}
.DrChetCom {
	font-size: x-large;
	color: #1D4A35;
	font-weight: bold;
}
#signup {
	padding-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #F2F3A4;
	height: 120px;
	margin-top: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	clear: both;
}
#signupcurrent {
	clear: both;
	padding-top: 0;
	padding-right: 40px;
	padding-left: 0px;
	background-color: #F2F3A4;
	height: 114px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 10px;
}
#cd {
	float: none; /* since this element is floated, a width must be given */
	width: 360px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F5F5F5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	border-bottom-style: solid;
}
#centerindex {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 746px;
	background-color: #F2F3A4;
}
#whatsnew1 {
	width: 206px;
	height: 100%;
	background-color: #1D4A35;
	border: 1px solid #F2F3A4;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#whatsnew2 {
	width: 206px;
	height: 100%;
	background-color: #1D4A35;
	border: 1px solid #F2F3A4;
	margin-top: 8px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#whatsnew3 {
	width: 206px;
	height: 100%;
	background-color: #1D4A35;
	border: 1px solid #F2F3A4;
	margin-top: 8px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-align: center;
}
#whatsnew4 {
	width: 206px;
	height: 100%;
	background-color: #1D4A35;
	border: 1px solid #F2F3A4;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 8px;
}
.DrChetSignature {
	color: #1D4A35;
	font-style: italic;
	font-size: x-large;
	font-weight: bold;
}
#friends1 {
	width: 679px;
	height: 420px;
	border: 1px solid #F2F3A4;
	text-align: center;
	margin-bottom: 20px;
	clear: left;
	padding-top: 18px;
	background-color: #1D4A35;
}
#mmss {
	width: 198px;
	height: 178px;
	background-color: #FFF;
	top: auto;
	float: left;
	border: 2px solid #CCC;
	margin-left: 18px;
	padding-top: 6px;
}
#tjl {
	width: 198px;
	height: 178px;
	background-color: #FFF;
	float: left;
	border: 2px solid #CCC;
	margin-left: 18px;
	padding-top: 6px;
}
#wmfm {
	width: 198px;
	height: 178px;
	background-color: #FFF;
	float: left;
	border: 2px solid #CCC;
	margin-left: 18px;
	padding-top: 6px;
}
#xsgear {
	width: 198px;
	height: 178px;
	background-color: #FFF;
	float: left;
	border: 2px solid #CCC;
	margin-top: 18px;
	margin-left: 18px;
	padding-top: 6px;
}
.introductory {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
}
#toptendiv {
	border: medium groove #660000;
	height: 100%;
	width: 630px;
}
.messagetable {
	color: #000000
}
.Header-Store {
	font-size: medium;
	color: #1D4A35;
	text-align: center;
}
.HeaderItalised {
	color: #1D4A35;
	font-style: italic;
	font-size: large;
}
#HSA1 {
	border: medium groove #660000;
	height: 100%;
	width: 630px;
}
.medium {font-size: medium}
a img {border:none;} 
.yellowlink:link {
	color: #F0F1A3;
	text-decoration: underline;
}
.yellowlink:visited {
	color: #F2F3A4;
	text-decoration: underline;
}
.new {color: #990000}
.yellowlinklarge:link {
	color: #F0F1A3;
	text-decoration: underline;
	font-size: large;
	font-weight: bold;
}
.yellowlinklarge:visited {
	color: #F2F3A4;
	text-decoration: underline;
	font-weight: bold;
}
.holidayspecial {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.InsideRightDiv {
	float: right;
	height: 100px;
	width: 125px;
	color: #F2F3A4;
	padding: 10px;
	top: 0px;
	position: relative;
	text-align: center;
}
.30PoundHeader {
	height: 150px;
	width: 766px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/30PoundClubHeader.jpg);
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #1D4A35;
	border-left-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	background-repeat: no-repeat;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
}
#center30 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	background-color: #1D4A35;
}
#container30 {
	width: 770px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	top: 100px;
	background-color: #1D4A35;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.twoColFixLtHdr #header30 {
	height: 150px;
	width: 766px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/30PoundClubHeader.jpg);
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #1D4A35;
	border-left-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	background-repeat: no-repeat;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
}
.ButtonWrapLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #1D4A35;
	border-right-color: #1D4A35;
	border-bottom-color: #1D4A35;
	border-left-color: #1D4A35;
}
#biochet {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
	text-align: left;
}
#biopam {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
}
.ButtonWrapRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #1D4A35;
	border-right-color: #1D4A35;
	border-bottom-color: #1D4A35;
	border-left-color: #1D4A35;
}
.Header-StoreSubtitle {
	font-size: medium;
	color: #1D4A35;
}
#audiocds {
	height: 100%;
	width: 630px;
	border: medium groove #660000;
	background-color: #660000;
	clear: both;
}
#cd001 {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#cd002 {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#cd003 {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#cd004 {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#youthsportsdiv {
	height: 100%;
	width: 630px;
	border: medium groove #660000;
}
#menshealthdiv {
	height: 100%;
	width: 630px;
	border: medium groove #660000;
}
#womenshealthdiv {
	height: 100%;
	width: 630px;
	border: medium groove #660000;
}
#toptendiv {
	height: 100%;
	width: 630px;
	border: medium groove #660000;
	padding-right: 10px;
}
#whatsnew5 {
	width: 206px;
	height: 100%;
	background-color: #1D4A35;
	border: 1px solid #F2F3A4;
	margin-top: 8px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#mm {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.SpecialCentered {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.ReverseTitleCentered {
	font-size: large;
	color: #F2F3A4;
	text-align: center;
}
#thebottomline {
	height: 100%;
	width: 630px;
	border: medium groove #000;
	background-color: #036;
}
.TBL-Title {
	font-size: large;
	color: #ffffff;
	text-align: center;
}
#tbl-0001 {
	height: 100%;
	width: 600px;
	border: medium groove #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#tbl-0002 {
	height: 100%;
	width: 600px;
	border: medium groove #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#tbl-0003 {
	height: 100%;
	width: 600px;
	border: medium groove #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#tbl-wrapper {
	height: 100%;
	width: 576px;
	border: medium groove #000;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6F6F6;
	padding: 10px;
}
#thebottomline-div {
	float: left; /* since this element is floated, a width must be given */
	width: 640px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#paypal-esp {
	width: 630px;
	background-color: #FFF;
	height: 90px;
}
#paypal-inside {
	height: 90px;
	width: 300px;
	background-color: #FFF;
	float: left;
}
#esp-inside {
	height: 90px;
	width: 300px;
	float: right;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.greenlinklarge:link {
	color: #1D4A35;
	text-decoration: underline;
	font-size: large;
	font-weight: bold;
}
.greenlinklarge:visited {
	color: #1D4A35;
	text-decoration: underline;
	font-size: large;
	font-weight: bold;
}
#webinarwrapper {
	height: 100%;
	width: 630px;
	border: medium groove #000;
	background-color: #1D4A35;
}
#webinar0003 {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: right;
}
.smalltext {
	font-size: small
}
#xchrom {
	width: 198px;
	height: 178px;
	background-color: #FFF;
	float: left;
	border: 2px solid #CCC;
	margin-top: 18px;
	margin-left: 18px;
	padding-top: 6px;
}
#cdmwset {
	height: 100%;
	width: 600px;
	border: medium groove #660000;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
