/* CSS Document */

/* aging-no-more.com default style by S. Affinati (c) 2008 */
/* Content for www.aging-no-more.com by Dan Hammer (c) 2008 */
/* Added: 22 December 2007 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the */
/*    designer's written permission. However, feel free to study the CSS and use */
/*    techniques you learn from it elsewhere. */
   
/*  Some techniques from Dave Shea - csszengarden.com and Eric Meyer - meyerweb.com */
/*	Thanks! */

body {background:#FFFFFF;}

#container {
	margin 0 0 0 0;
	padding: 0 200px 0 100px;
	}
	
#banner {
	position:absolute;
	width:800px;
	height:150px;
	z-index:10;
	left: 100px;
	top: 0px;
	}
	
#leftcolor {
	position:absolute;
	width:110px;
	height:2850px;
	z-index:2;
	left: 100px;
	top: 151px;
	background-color: #660000;
	}
	
div#links {
	position:absolute;
	width:150px;
	left: 100px;
	top: 240px;
	font: 12px Verdana, sans-serif;
	z-index: 100;
	background-color:#666666;
	}

div#links a {
	display: block; 
	text-align: center;
	color:#FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	padding: 5px 10px; margin: 0 0 1px; border-width: 0;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
	
div#links a:hover {color:#660000; background: #CCCCCC; font-weight: bold;}
div#links a span {display: none;}
div#links a:hover span {
	display: block;
	position: absolute;
	top: 350px;
	left: 0; 
	padding: 5px; margin: 10px; 
	z-index: 100;
	color: #FFFFFF;
	font: bold 11px Verdana, sans-serif; text-align: center;
   }

#intro {
	position:absolute;
	width:550px;
	z-index:101;
	left: 294px;
	top: 151px;
	padding: 30px 0px 20px 0px;
	height: 319px;
	}

#subscribe_button {
	position: absolute;
	float: left;
	left: 120px;
	top: 1050px;
	z-index: 200;
	margin-left: -2px;
	}
	
#footer {
	position:absolute;
	width:550px;
	height:166px;
	z-index:102;
	left: 310px;
	top: 2168px;
	padding: 30px 0px 20px 0px;
	}

#box {
	position:absolute;
	width:450px;
	z-index:102;
	margin-left: 40px;
	border: 2px solid black;
	background-color: #99CCFF;
	padding: 10px 10px 10px 10px;
	left: 310px;
	top: 520px;
	}
	
#box2 {	
	z-index:102;
	border: 2px solid black; 
	background-color: #99CCFF; 
	padding: 10px 10px 10px 10px;
/*	width: 450px;
	margin-left: 40px;*/
/*  width = 550 - 20 for padding - 4 for border */
	width: 526px;
	}

#section {
	position:absolute;
	width:550px;
	height:115px;
	z-index:102;
	left: 310px;
	top: 909px;
	padding: 30px 0px 20px 0px;
	}
	
#textlinks {
	position:absolute;
	width:550px;
	height:207px;
	z-index:102;
	left: 310px;
	top: 2500px;
	padding: 30px 0px 20px 0px;
	}

#join_box {
	border: 2px solid #333333; 
	margin-left: 40px;
	width: 450px;
	z-index: 150;
	left: 310px;
	}
		
ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
ul li {
	margin-bottom: 6px;
	}
ol {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
ol li {
	margin-bottom: 6px;
	}

p {
	font: 12px Verdana;
	text-align: justify;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%; text-align: center; }
h5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 65%; text-align: center; }

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify; 
	}
	
.large_emp {font-size: 1em; font-weight: bold;}
.lg_emp_lft {font-size: 1.2em; font-weight: bold;}
.footer {font-size: 12px; font-weight: bold; line-height: 110%;}
.ft_sep {text-align: center; font-weight: bold; color:#660000; }
.small {font-size: 10px; line-height: 100%; }

/*for wellness store pages*/
.preferred {color: #FF0000}
.guarantee {color: #0000FF}
.add-prod {font-size: xx-large; font-weight: bold}
.add-desc {font-size: medium}
.vs {font-size: 300%; color:#006600; text-align: center; font-weight: bold}
.box-title {
	font-size: large;
	font-weight: bold;
	}
	
/* for new footer 'include' file for SBI */	
.footerlinks {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing:0.1em;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	}
.footerlinks a{text-decoration: none;}
.footerText a:hover {text-decoration: underline}
