@charset "UTF-8";
body {
	background-image: url(IMAGES/smm_bkgrnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 940px;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 59px;
	position: relative;
	height: 630px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 11pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.1em;
	text-transform: lowercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #3BBF4A;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 8px;
	letter-spacing: 1px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #333333;
	letter-spacing: 0.2em;
	margin-top: 24px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 5px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
#testimonial h5 {
	position: absolute;
	left: 0px;
	top: 172px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: none;
}
#header {
	background-image: url(IMAGES/nav_bkgrnd.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 26px;
	padding-bottom: 14px;
	position: absolute;
	padding-left: 375px;
	left: 291px;
	padding-right: 10px;
	top: 2px;
}
#multi_drop_menus *  {
	margin:0;
	padding:0;
	behavior: url("csshover3.htc");
 }
#multi_drop_menus
 {
	behavior:url(file:///Macintosh%20HD/Users/Tarsha/Desktop/stylin2_files_build2_28_08/lib/lib/js_tools/csshover.htc);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#transparent;
	color: fff;
	position: absolute;
	right: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 30px;
	top: 0px;
	height: 31px;
 }
#multi_drop_menus ul  {
	float: left;
	position: absolute;
	right: 0px;
	width: 650px;
	height: 30px;
 	}
#multi_drop_menus li  {
	background-color: tranparent;
	float: left;
	width: 130px;
	height: 30px;
 }                						    
#multi_drop_menus li:hover  {
	background-color:#66CCFF;
	color:#666;
	opacity:0.8; /* CSS3 - range 0 to 1 */
	-moz-opacity:0.8; /* Firefox- range 0 to 1  */
	filter:alpha(opacity=85);  /* IE- range 0 to 100  */
	height: 30px;
	width: 130px;
	z-index: 1000;
 }
 #multi_drop_menus a {
	color:#fff;           		
	display: block;
	height: 30px;
	letter-spacing: 0.1em;
	vertical-align: middle;
 }
 #multi_drop_menus a:hover {
	background-color:#FFFF00;
	color:#333333;
	opacity:0.8; /* CSS3 - range 0 to 1 */
	-moz-opacity:0.8; /* Firefox- range 0 to 1  */
	filter:alpha(opacity=80);  /* IE- range 0 to 100  */
	display: block;
	height: 30px;
	width: 130px;
}
#multi_drop_menus ul li ul {
	width:130px;   						/* sets the width of menu levels 2 - 4 */
	list-style-position: inherit;
 }
#multi_drop_menus li li {
	background-color:#0099FF;        /* background color of the level 2 menu */
	border-bottom:1px solid #fff; /* lines between menu choices - set to 0px if not wanted */
 }
#multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  	-moz-opacity:0.9; /* Firefox- range 0 to 1  */
  	filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
#multi_drop_menus {
	float:left;
	width:646px;
	}
#multi_drop_menus ul {
	float:left;
}
#multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
#multi_drop_menus a {
	display:block; /* makes link fill li so entire area is "hot" */
	text-decoration:none;
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
#multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
#multi_drop_menus ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
#multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
#multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
#multi_drop_menus ul li:hover ul li {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 	
/* the drop-downs end here */

/* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html #multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html #multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html #multi_drop_menus a {
	display: block;/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
}  
 * html #multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 }
#multi_drop_menus li a:link; {
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 /* END OF LIST-BASED MENU */
} 
#p1copy {
	position: relative;
	left: 30px;
	background-color: #FFFFFF;
	width: 380px;
	height: 350px;
	top: 20px;
}
#footer {
	height: 61px;
	margin-top: 12px;
	position: absolute;
	width: 941px;
	margin-left: 100px;
	margin-right: auto;
	top: 608px;
	left: -41px;
}
#sidebar {
	text-align: center;
	height: 237px;
	width: 260px;
	top: 187px;
	position: absolute;
	left: 0px;
	padding-top: 25px;
}
.italics {
	font-style: italic;
	color: #000;
}
.footer {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#logo {
	float: left;
	height: 175px;
	width: 260px;
	background: url(IMAGES/sm_logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	background-position: center;
}
#body {
	background-color:#FFF;
	height: 536px;
	width: 640px;
	float: right;
	position: absolute;
	border-color: #999;
	border-width: 3px;
	border-style: double;
	left: 292px;
	top: 44px;
}
#promo {
	height: 131px;
	width: 640px;
	line-height: 20px;
	background-image: url(IMAGES/promo_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	position: absolute;
	bottom: 4px;
	border-top: 20px;
	border-color: #666;
}
.promoDefine {
	font-size: 12px;

}
.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
}
#legal {
	text-align: left;
	height: 40px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 40px;
}
.logos {
	float: right;
	line-height: 40px;
	margin-left: 50px;
	height: 40px;
}
#mainImg {
	background-image: url(IMAGES/main_img.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
	height: 405px;
	width: 220px;
	float: inherit;
	position: absolute;
	right: 0px;
	top: 0px;
}
#p2copy {
	position: absolute;
	left: 25px;
	background-color: #FFFFFF;
	width: 300px;
	top: 30px;
}
#p3copy {
	position: absolute;
	left: 38px;
	background-color: #FFFFFF;
	width: 576px;
	top: 153px;
	height: 627px;
}
#col1{
	position: absolute;
	left: 188px;
	top: 29px;
	width: 320px;
	height: 915px;
}
#col2{
	position: absolute;
	left: 351px;
	top: 29px;
	width: 220px;
	height: 550px;
}
#testimonial {
	width: 387px;
	top: 1165px;
	position: absolute;
	left: 211px;
	height: 178px;
}
#testimonial p {
	width: 500px;
}
#testimonial img {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
}
.term {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 14pt;
}
.italics2{
	font-style:italic;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}
.mailing{
	position:absolute;
	left:60px;
	top: 485px;
	text-align: center;
	width: 263px;
}
.services{
	font-size: 20px;
	color:#000;
	letter-spacing: 5px;
	font-weight:normal;
	
}
.face{
	position:absolute;
	left: 70px;
	top: 106px;
}
.mid{
	position:absolute;
	left: 70px;
	top: 266px;
}
.arms{
	position:absolute;
	left: 70px;
	top: 451px;
}
.legs{
	position:absolute;
	left: 70px;
	top: 621px;
}
.lower{
	position:absolute;
	left: 70px;
	top: 806px;
	width: 115px;
	height: 115px;
}
.mid-w{
	position:absolute;
	left: 70px;
	top: 400px;
}
.arms-w{
	position:absolute;
	left: 70px;
	top: 575px;
}
.legs-w{
	position:absolute;
	left: 70px;
	top: 725px;
}
.lower-w{
	position:absolute;
	left: 70px;
	top: 875px;
	width: 115px;
	height: 115px;
}
.top10{
	margin-left: 30px;
	margin-top: 20px;
}
.top10 p{
	margin-bottom: 20px;
	
