/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			5px 0 0 0;
	text-align: 		center;
	background-color:#fff;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#4C7696;text-decoration:none;}
a:visited	{color:#324E63;text-decoration:none;}
a:hover		{color:#4C7696;text-decoration:none;}
a:focus		{color:#4C7696;text-decoration:none;}
a:active	{color:#4C7696;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:0;
	text-align: left;
	background-color:#FFF;
}
#headerBlock {
    margin:0px 0 0 0;
    padding:8px 0 0 0;
	padding-bottom:5px;
	
	
}
#bodyBlock
{
	width:			auto;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;

	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;

}

#contentColumn  	/* The big wahoonie */
{
	margin:0 210px 0 240px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width : 550px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	min-width:230px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	min-width:200px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			8px 5px 8px 5px;
	margin: 			15px 0px 0px 0px;
	background-image:url(../images/footerbg.gif);
	background-repeat:no-repeat;
	font-size:  		10px;
	color:  			#288ccc;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}

#searchBanner {
	position:absolute;
	top:105px;
	left:710px;
	width:280px;
	height:37px;
}


/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}

#pageBanner {
	height : 204px;
	background-color : #FFF;
	margin : 0;
	position : relative;
}

#pageBanner {
	height : 140px;
	background-color : #fff;
	margin : 0;
	position : relative;

}
#pageBanner img#header1 		{ position:absolute;	top:32px;	left:12px;}
#pageBanner div#header2
{
	position : absolute;
	top : 110px;
	left : 40px;
	
	color : #288ccc;
	font-size : 1.2em;
	letter-spacing : 0.15em;

}
#pageBanner img#dumbbells   	{ position:absolute;	top:12px;	right:10px;}


/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-image:url(../images/navtopBG.gif);
	background-repeat:repeat-x;
	color:#000;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	height:22px;
	font-weight:400;
	padding:8px 20px 6px 20px;
	margin:5px 0px 10px 0px;
	text-align:left;
}

/* *** LEFT/RIGHT COLUMNS *** */

.subScribeArea {
	background-color:#9D2D32;
	text-align:center;
}

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn h2, #rightColumn h2
{
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:10px 0 0px 17px;
	font-size:1.2em;
	color:#fff;
	font-weight : 400;
	height : 25px;
}

#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;

}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;	
}


#leftColumn h2.openingTimes
{
	background-image:url(../images/h2-opening.gif);
	background-repeat:no-repeat;
}
#leftColumn #opening
{
	color : #909295;
	font-size:14px;
	line-height:1.3em;
	padding:8px;
	text-align:left;
	border-left : 1px solid #C0C1C4;
	border-right : 1px solid #C0C1C4;
}
#leftColumn #opening strong {
	color:#288CDE;
	display:block;
	margin-top:5px;
}

#leftColumn h2.address
{
	margin:10px 0 0 0;
}
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	color:#909295;
	margin:0;
	font-size:1em;
	padding:8px;
	background-color:#fff;
}
#leftColumn address strong
{
	color:#288CDE;
	display:block;
	margin-top:5px;
}



/*******************************************************/



#leftColumn h2.fitnessProfileH2
{
	background : none;
	padding : 10px 0;
	margin : 0;
	color : #fff;
	text-align : center;
	background-image:url(../images/blueboxtop.gif);
	background-repeat : no-repeat;
	height : 58px;
	font-weight : 700;
	font-size : 1.6em;
	line-height : 1.2em;
}
#leftColumn #fitnessProfile
{
	border-left : 9px solid #288ccc;
	border-right : 9px solid #288ccc;
	text-align : center;
	padding : 0 0 12px;
	font-size : 1.25em;
	letter-spacing : 0.1em;
	line-height : 1.4em;
}
#leftColumn .fitnessProfileTitle
{
	padding : 12px;
	color : #909295;
	font-size:18px;
	line-height:25px;
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;	
}
#leftColumn #fitnessProfile a			{color:#A2CC39;text-decoration:none;}
#leftColumn #fitnessProfile a:hover 	{color:#A2CC39;text-decoration:underline !important;}
#leftColumn #fitnessProfile a:visited	{color:#A2CC39;text-decoration:none;}

/*******************************************************/

#leftColumn #healthArticles
{
	border-left : 9px solid #a2cc39;
	border-right : 9px solid #a2cc39;
	text-align : center;
	padding-bottom : 12px;
	font-size : 1.3em;
}
#leftColumn .healthArticlesTitle
{
	padding : 12px 0;
	color : #909295;
	font-size:18px;
	line-height:25px;
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;	
}
#leftColumn #healthArticles a			{color:#A2CC39;text-decoration:none;}
#leftColumn #healthArticles a:hover 	{color:#A2CC39;text-decoration:underline !important;}
#leftColumn #healthArticles a:visited	{color:#A2CC39;text-decoration:none;}

#leftColumn #healthArticles h2
{
	background : none;
	padding : 4px 0;
	margin : 0 9px;
	color : #a2cc39;
	text-align : center;
	font-weight : 700;

}

/*******************************************************/


#rightColumn h2.goodHealthTipsH2
{
	background : none;
	padding : 6px 0;
	margin : 0;
	color : #fff;
	text-align : center;
	background-image:url(../images/greenboxlargetop.gif);
	background-repeat : no-repeat;
	height : 28px;
	font-weight : 700;
	font-size : 1.4em;
	line-height : 1.2em;
}
#rightColumn .goodHealthTips
{
	border-left : 9px solid #a2cc39;
	border-right : 9px solid #a2cc39;
	text-align : center;
	padding : 0 0 12px;
	color : #909295;
	font-size:14px;
	line-height:1.2em;
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;	
}
#rightColumn .goodHealthTips ul
{
	margin : 0 7px;
	text-align : left;
	padding : 0;
	list-style:none;
}
#rightColumn .goodHealthTips ul li
{
	text-align : left;
	margin : 0;
	padding : 0 5px 7px 24px;
	background-image : url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position : 0 19%;
	list-style:none;
}
#rightColumn .goodHealthTipsTitle
{
	padding : 12px 7px;
	color : #909295;
}
#rightColumn #goodHealthTips a			{color:#A2CC39;text-decoration:none;}
#rightColumn #goodHealthTips a:hover 	{color:#A2CC39;text-decoration:underline !important;}
#rightColumn #goodHealthTips a:visited	{color:#A2CC39;text-decoration:none;}

#rightColumn .goodHealthTips ul li a			{color:#A2CC39;text-decoration:none;font-size:17px;}
#rightColumn .goodHealthTips ul li a:hover 		{color:#A2CC39;text-decoration:underline !important;}
#rightColumn .goodHealthTips ul li a:visited	{color:#A2CC39;text-decoration:none;}



/*******************************************************/


#rightColumn .livingLonger
{
	border-left : 9px solid #d4b6d6;
	border-right : 9px solid #d4b6d6;
	text-align : center;
	padding : 0 0 12px;
	font-size : 1.1em;
}
#rightColumn .livingLongerTitle
{
	padding : 12px 12px 0 12px;
	color : #288ccc;
	text-align : left;
	font-weight : bold;
}
#rightColumn .livingLonger p
{
	padding : 4px 12px 12px;
	text-align : left;
	color : #909295;
	font-size:14px;
	line-height:1.3em;
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;	
}
#rightColumn .livingLonger p a,
#rightColumn .livingLonger p a:hover,
#rightColumn .livingLonger p a:visited
{
	color : #288ccc;
}

/*******************************************************/

#rightColumn h2.competitionH2
{
	background : none;
	padding : 6px 0;
	margin : 0;
	color : #fff;
	text-align : center;
	background-image:url(../images/compH2.gif);
	background-repeat : no-repeat;
	height : 28px;
	font-weight : 700;

		font-size : 1.4em;
		line-height : 1.2em;
}


/*******************************************************/






#rightColumn .navbarForm,
#leftColumn .navbarForm
{
	text-align : center;
	color : #909295;
	padding : 7px;
}
#rightColumn .navbarForm form,
#leftColumn .navbarForm form
{
	width : auto;
	margin : 12px auto;
}
#rightColumn .navbarForm form input,
#leftColumn .navbarForm form input
{
	width : 150px; 
	color : #4e95ce;
	font-weight : normal !important;
	margin : 12px auto;
	font-size : 1.1em;
}
#leftColumn .tellafriendText
{
	color : #909295;
	font-size:16px;
	line-height:1.2em;
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;	
}
#rightColumn .subscriptionText
{
	color : #f78e1e;
	font-weight : bold;
	font-size : 0.9em;
}
#rightColumn .competitionText
{
	font-size : 1.1em;
	letter-spacing : 0.05em;
}



#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a
{
	color : #909295;
	text-decoration:underline;
}

.bottomOfBox
{
	margin-bottom : 12px;
	clear : both;
}

#leftColumn .navbarForm form input.clickHere,
#rightColumn .navbarForm form input.clickHere,
.clickHere
{
	margin : 0 auto;
	width:auto;
}
.clickHere
{
	margin : 12px auto;
}
/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#288ccc;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#288ccc;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #288ccc;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}

/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	border:1px solid	#00adef;
	background-color:	#00adef;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}