/* 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 {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.75em;	
	background: #0b76be url(../image-files/proargi-shading.png) repeat-x top center;
	}

#container {
	background: url(../image-files/proargi-side.png) no-repeat;
	margin-top: 30px;
	width: 741px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: auto;
	}
	
#top-of-page { background-image: url(../image-files/proargi-top.png);
	}
	
#content {
	position: relative;
	background: url(../image-files/proargi-mid.png);
	padding: 10px 50px 0 30px;
	margin-bottom: 0;
	}
	
#bottom-of-page {
	position: relative;
	margin: -12px 0 0 0;
	height: 71px;
	background: url(../image-files/proargi-bottom.png);
	padding: 0px 50px 0px 30px;
	}
	
.domestic { color: #339 }
.international { color: #630 }
.special { text-align: center; font-style: italic; font-weight: bold; font-size: 1.6em; } 

p {
	font: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	text-align: justify;
	}
	
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	text-align: left;
	}
h2 {font-family: Tahoma, Geneva, sans-serif; font-size: 150%; text-align: center; }
h5 {font-family: Tahoma, Geneva, sans-serif; font-size: 65%; text-align: center; }
		
.large_emp {font-size: 1em; font-weight: bold;}
.lg_emp_lft {
	font-size: 1.6em;
	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;
	}
	

