@charset "utf-8";
/* CSS Document */
/* created by AtlantaWebDesignGA.com 770-605-8659
colors used in site design...
#990000 heart red
#ffcc00 gold

Other colors for text are set in the following class selectors: */

html {
	background-image:url(../Images/TopBorder.jpg);
	background-repeat:repeat-x;
}

body {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

ul  {
	margin:0 40px 20px 30px;
}

li {
	list-style-image:url(../Images/Anti-Aging-Icon20.png);
	list-style-position: outside;
	padding:15px 40px 0 5px;
	font-size:1.2em;
}

p {
	margin:0 0 10px 0;
	font-size:1.4em;
	color:#66666;
}

/* hd head */
#hd {
	height:100px;
}

#hd h1 {
	font-size:2.2em;
	margin:30px 0 0 0;
}

/* bd body */
#bd {
}

#bd h1 {
	font-size:1.8em;
	margin:10px 0 10px 0;
}

#bd h2 {
	font-size:1.5em;
	margin:10px 0 10px 0;
}

#bd p {
	margin:0 0 10px 0;
	font-size:1.2em;
	color:#666666;
}

#bd a {
	color:#990000;
	text-decoration:none;
}

#bd a:hover {
	color:#990000;
	text-decoration:none;
	background:#ffcc00;
}




/* up uppper */
#up {
}

/* leftcol */
#leftcol {
}

#leftcol .question {
	color:#000000;
	font-weight:bold;
	margin-top:10px;
}

/* rightcol */
#rightcol {
}


/* ft footer */
#ft {
	color:#CCCCCC;
	margin:20px 0 0 0;
}

#ft a {
	text-decoration:none;
	color:#CCCCCC;
}

#ft a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* menu */
#menu {
}

#menu .basictab{
padding: 1px 0;
margin-left: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

#menu .basictab li{
display: inline;
margin: 0;
}

#menu .basictab li a{
text-decoration: none;
padding: 1px 7px;
margin-right: 3px;
border-bottom: none;
background-color: #FFCC00;
color: #990000;
}

#menu .basictab li a:visited{
color: #990000;
}

#menu .basictab li a:hover{
background-color: #FFFFFF;
color: black;
}

#menu .basictab li a:active{
color: #CC5252;
}

#menu .basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 1px;
background-color: #DBFF6C;
color: #CC5252;
}

/* drop shadow using CSS*/
/* use <div class="dropshadow" style="width:99px; height:99px;"> to drop a shadow around a photo where 99 is photo dimension +5px.
To have a text box with a drop shadow, use: <div class=dropshadow style="width:99px; height:99px;"><div class="dropshadowbox><p>Text</p></div></div>
*/

.dropshadow{
	background: url(../Images/shadow.png) no-repeat bottom right  !important;
	background: url(../Images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.dropshadowbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.dropshadowbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.dropshadowbox p{		
	margin: 3px;
}

/* images */
.imgright {
	padding:5px 0 5px 10px;
	float:right;
}
.imgleft {
	padding:5px 10px 5px 0;
	float:left;
}

