body 
{ 
	font: 11px/1.6em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
	margin: 0; 
	background: #dfdfdf;
	color: #333;
}

a 
{ 
	/* color: #963; */
	color: navy;
	text-decoration: none; 
	border: none; 
}

a:hover 
{ 
	color: red; 
	text-decoration: underline; 
}

p 
{
	text-align: left;
	margin: 10px 20px;
	padding: 0;
}

ul 
{ 
	text-align: left;
	margin: 10px 20px;
	padding: 0 0 0 15px; 
}


#banner 
{ 
	display: block;
    width: 100%; 
	height: 75px; 
	background: #666 url(images/banner.jpg) repeat-x 0 100%;
	/* background: #666; */
	width: 100%;
}

#navsearch
{
  	float: right;
  	margin: 2px 4px 0 0;
	font-size: 12px;
	color: #fff;
}

#navsearch a
{
	color: #fff; 
	text-decoration: underline; 
	font-size: 11px;
	font-weight: bold;
}
#navsearch a:hover
{ 
	color: #fff; 
	font-size: 11px;
	text-decoration: underline; 
}

#tabs 
{ 
	display: block;
	background: #e6e6e6 url(images/Tab.gif) repeat-x 0 100%; /*CC9966*/
	margin-left: 1px;
}

#tabs ul
{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

#tabs ul li 
{ 
	display: block; 
	margin: 2px 0 0 -1px; 
	padding: 0; 
	float: left;
}

#tabs ul li a 
{ 
	display: block; 
	padding: 5px 12px 6px 12px; 
	float: left; 
	color: #5b5b5b; 
	text-decoration: none; 
}

#tabs ul li span 
{ 
	display: block; 
	float: left; 
	background-repeat: no-repeat 
}

#tabs li a 
{ 
	background: url(images/Tab.gif) no-repeat 100% -120px;
	/* background: no-repeat 100% -120px; */
}

#tabs li.active 
{ 
	background: url(images/Tab.gif) no-repeat 0px 0px #fff;
	/* background: no-repeat 0px 0px #fff; */
}

#tabs li.active a 
{ 
	background: url(images/Tab.gif) no-repeat 100% -60px;
	/* background: no-repeat 100% -60px; */
}

h1 
{ 
	margin: 0; 
	padding: 0; 
}

h2 
{
	font-size: 12px;
	margin: 20px 20px 10px;
	color: #484848;
}

h3 
{
	margin: 5px 15px 7px;
	font-size: 11px;
	color: #484848;
}

#sidebar 
{
	float: right;
	width: 199px;
}
	
#sidebar p, #sidebar ul 
{
	margin: 6px 2px 6px 10px;
	padding: 0;
	text-align: left;
}

#sidebar h3
{
	margin: 6px 2px 2px 6px;
	padding: 0;
	text-align: left;
}

#sidebar ul 
{ 
	padding-left: 15px; 
}

hr 
{
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin: 0 10px 0 10px;
	padding: 0;
}

.carthead
{
	background-color: #dedede;
}

#page 
{ 
	
	display: block; 
	width: 708px; 
	margin: 20px auto 0;
	background:  url(images/BorderShadow.gif) repeat-y -708px 0; 
	

	/*
	margin: 20px;
	display: block;
	width: 100%;
	background:  url(images/BorderShadow.gif) repeat-y -708px 0; 
	min-width: 708px;
	*/

}

#wrapper 
{
	padding: 2px 4px 0;
	background:  url(images/BorderShadow.gif) no-repeat 0 0;
}

/** home layout **/

/*
#home
{
	display: block;
	background: #fff;
}

#home p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#home h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#home_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}
*/

/** main layout **/

#content 
{
	display: block;
	padding-top: 0;
	background: #fff url(images/BorderShadow.gif) repeat-y -2124px 2px;
}

#main 
{
	float: left;
	width: 500px;
	padding: 0 0 15px;
}


/** expert layout **/

#expert
{
	display: block;
	background: #fff;
}

#expert p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#expert h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#expert_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

/** health layout **/

#health 
{
	display: block;
	padding-top: 0;
	background: #fff url(images/BorderShadow.gif) repeat-y -2124px 2px;
}

#health_main 
{
	float: left;
	width: 500px;
	padding: 0 0 15px;
}


#health_main p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#health_main h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#health_sidebar 
{
	float: right;
	width: 199px;
}
	
#health_sidebar p, #sidebar ul 
{
	margin: 6px 2px 6px 10px;
	padding: 0;
	text-align: left;
}

#health_sidebar h3
{
	margin: 6px 2px 2px 6px;
	padding: 0;
	text-align: left;
}

#health_sidebar ul 
{ 
	padding-left: 15px; 
}

.health_header
{
	text-align: left;
	/*background: #609;*/ /*purple*/
	/*background: #309;*/ /*blue*/
	background: #306;
	color: #fff;
	font-weight: bold;
}

.health_alternate_row
{
	background: #e6e6e6;
}

#health_full
{
	display: block;
	padding-top: 0;
	background: #fff;
}

#health_full_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}


#health_full_main p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#health_full_main h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

/** getfit layout **/

#getfit 
{
	display: block;
	padding-top: 0;
	background: #fff url(images/BorderShadowReverse.gif) repeat-y 0px 2px;
}

#getfit_main 
{
	float: right;
	width: 500px;
	padding: 0 0 15px;
}


#getfit_main p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#getfit_main h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#getfit_sidebar 
{
	float: left;
	width: 199px;
}
	
#getfit_sidebar p, #sidebar ul 
{
	margin: 6px 2px 6px 10px;
	padding: 0;
	text-align: left;
}

#getfit_sidebar h3
{
	margin: 6px 2px 2px 6px;
	padding: 0;
	text-align: left;
}

#getfit_sidebar ul 
{ 
	padding-left: 15px; 
}

.getfit_header
{
	text-align: left;
	/*background: #609;*/ /*purple*/
	/*background: #309;*/ /*blue*/
	background: #306;
	color: #fff;
	font-weight: bold;
}

.getfit_alternate_row
{
	background: #e6e6e6;
}

/** resources layout **/

#resources 
{
	display: block;
	padding-top: 0;
	background: #fff url(images/BorderShadowReverse.gif) repeat-y 0px 2px;
}

#resources_main 
{
	float: right;
	width: 500px;
	padding: 0 0 15px;
}


#resources_main p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#resources_main h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#resources_sidebar 
{
	float: left;
	width: 199px;
}
	
#resources_sidebar p, #sidebar ul 
{
	margin: 6px 2px 6px 10px;
	padding: 0;
	text-align: left;
}

#resources_sidebar h3
{
	margin: 6px 2px 2px 6px;
	padding: 0;
	text-align: left;
}

#resources_sidebar ul 
{ 
	padding-left: 15px; 
}

.resources_header
{
	text-align: left;
	/*background: #609;*/ /*purple*/
	/*background: #309;*/ /*blue*/
	background: #306;
	color: #fff;
	font-weight: bold;
}

.resources_alternate_row
{
	background: #e6e6e6;
}

/** members layout **/

.affiliate_header
{
	text-align: center;
	background: #369;
	color: #fff;
	font-weight: bold;
}

.affiliate_number
{
	text-align: right;
	background: #69c;
	color: #fff;
	font-weight: bold;
}


#members
{
	display: block;
	background: #fff;
}

#members p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#members h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#members_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

.members_toolbar
{
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.mini_tab_unselected
{
  font-weight: bold;
  color: #666; 
}

.mini_tab_selected
{
  color: navy; 
  padding-bottom: 2px; 
  border-bottom: 4px solid #f60;
}

.minitabs_container 
{
  /*padding: 30px; */
  padding: 0 10px 0 10px;
  margin: 20px 0 20px 0;
  background: #fff;
}

#minitabs 
{
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f60;
}

#minitabs li 
{
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
	
#minitabs a:link, #minitabs a:visited 
{
  float: left;
  line-height: 14px;
  font-weight: bold;
  margin: 0 5px 0px 5px;
  padding-bottom: 2px;
  text-decoration: none;
  color: #9c9;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a.active:hover 
{
  border-bottom: 4px solid #f60;
  padding-bottom: 2px;
  background: #fff;
  color: navy;
}

#minitabs a:hover 
{
  border-bottom: 4px solid #ccc;
  padding-bottom: 2px;
  background: #fff;
  color: navy;
}

/** print layout **/

#print
{
	display: block;
	background: #fff;
}

#print p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#print h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#print_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}


/** community layout **/

#community
{
	display: block;
	background: #fff;
}

#community p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#community h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#community_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

.community_header
{
	text-align: center;
	background: #fff;
	color: #963;
	font-weight: bold;
}

.community_forum
{
	text-align: left;
	/*background: #ffdebd; */
	background: #ccc;
	padding: 4px;
	line-height: 16px; 
}

.community_forum a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 10px; */
}

.community_forum a:hover
{
	color: #036;
	text-decoration: underline;
}

.community_forum_description
{
	color: #630;
	text-decoration: none;
	font-size: 10px;
}

.community_forum_col
{
	text-align: center;
	/* background: #fc9; */
	background: #c9c;
	font-size: 10px;
}

.community_forum_date
{
	text-align: center;
	/*background: #fc9;*/
	background: #c9c;
	font-size: 10px;
	/* font-weight: bold; */
}

.community_forum_topic_title
{
	text-align: left;
	/* background: #c99; */
	background: #c9c;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.community_forum_topic_toolbar
{
	text-align: left;
	background: #ccc;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.community_forum_message_toolbar
{
	text-align: right;
	background: #e6e6e6;
	font-size: 11px;
	/* font-weight: bold; */
	border-bottom: 1px solid #c99;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.community_forum_message_title
{
	/* background: #fc9; */
	background: #c9a;
	font-size: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.community_forum_message_body
{
	/* background: #ffdebd; */
	background: #ccc;
	font-size: 10px;
	padding: 4px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.community_forum_message_quote
{
	text-align: left;
	background: #fff;
	border: solid 1px #000;
}


/** about layout **/

#about
{
	display: block;
	background: #fff;
}

#about p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#about h2 
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#about_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

/** shopping cart layout **/

#cart 
{
	display: block;
	background: #fff;
}

#cart p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#cart_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

/** checkout layout **/

#checkout
{
	display: block;
	background: #fff;
}

#checkout p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#checkout_main 
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

#order_results
{
	float: left;
	width: 700px;
	padding: 0 0 15px;
}

#order_results p 
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.memberLogin
{
	width: 200px;
}

.form 
{
	padding: 6px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

#formerror
{
	text-align: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#formerror li
{
	text-align: justify;
	margin: 10px 10px 0 10px;
	padding: 0;
	color: red;
}

.total
{
	text-align: justify;
    color: red;
}

.credit
{
	text-align: right;
    color: green;
	font-weight: bold;
    
}

#orderprocess
{
	margin: 20px 30px 0 30px;
	width: 640px;
	height: 100px;
	border: solid 1px #000;
	background: #666; 
	text-align: center;
	color: #fff;
	font-size: 18px;
	
}

.clear 
{
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	line-height: 1px;
	font-size: 1px;
	background: #fff;
}

#footer 
{
	display:  block;
	background:  url(images/BorderShadow.gif) no-repeat -1416px 0px;
	padding: 15px 4px 10px;
	width: 700px;
	margin: -4px auto 0;
	font-size: 10px;
	text-align: center;
	color: #666;
}