/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:840px;/* for mozilla*/
	background-color: #D3D2CC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:840px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_outer.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:820px;
	padding-left: 10px;
	padding-right: 10px;
}
#header{
	position:absolute;
	top:0;
	width:820px;
	height:436px; /* height:416px; */
	background-color:#ffffff;
	background-image: url(../images/bg_hdr.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-left: 10px;
	padding-right: 10px;
}
#header #login {
	color: #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-top: 20px;
	text-align: right;
	float: right;
}
#header #not_registered {
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#header #not_registered a {
	
}
#header #hdr_nav {
	margin-top: 115px;
}
#header #flash_content {
	width: 820px;
	height: 281px;
/*	margin-top: 115px; */
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:416px;/*needed to make room for header*/
	padding-bottom:208px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:416px;/*needed to make room for header*/
	padding-bottom:208px;/* needed to make room for footer */
}

#footer {
	width:650px;
	clear:both;
	height:210px;
	background-image: url(../images/bg_ftr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D3D2CC;
	color: #000000;
	left:0;
	bottom:0;
	position: absolute;
	padding-top: 105px;
	
}
* html #footer {/*only ie gets this style*/
	\height:210px;/* for ie5 */
	he\ight:208px;/* for ie6 */
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address {
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:740px;
	float:right;
	padding-top:416px;
	padding-bottom:240px;/* needed to make room for footer */
	padding-left: 40px;
	padding-right: 40px;
	color: #65604B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#centrecontent a {
	color: #571387;
}
#horiz_top {border-bottom: 1px solid #D3D2CC; min-height: 293px; padding-bottom: 30px;}
* HTML #horiz_top {height: 293px;}

#horiz_top_left {
	float: left;
	width: 461px;
}

#product_lines {
	width: 436px;
	margin: 0 25px 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d2cc;
}
#spa_supplies {
	width: 436px;
	margin: 0 25px 0 0;
}
#spa_supplies ul {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 132px;
}
#spa_supplies ul.last {
	margin: 0;
}

#product_lines a {color: #65604B;}

#horiz_top #product_lines .feas {
	float: left;
	width: 132px;
	margin-right: 20px;
}
#horiz_top #product_lines .feas_last {
	margin-right: 0;
}
#horiz_top #product_lines .feas img {
	margin-bottom: 20px;
}

#upcoming_seminars {
	float: left;
	width: 265px;
	margin-left: 14px;
}
#upcoming_seminars #seminars_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #571387;
	margin-bottom: 15px;
}
#upcoming_seminars #seminars_list li {
	border-bottom: 1px solid #D3D2CC;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	height: 52px;
}
#upcoming_seminars #seminars_list li.first {border-top: 1px solid #D3D2CC;}
#upcoming_seminars #seminars_list li .date {float: left; padding-right: 17px;}
#upcoming_seminars #seminars_list li .month {font-size: 11px; margin: 0; padding: 0;}
#upcoming_seminars #seminars_list li .day {font-size: 20px; margin: 0; padding: 0;}
#upcoming_seminars #seminars_list li .detail {padding-top: 3px;}
#upcoming_seminars #seminars_list li .detail p {margin: 0; padding: 0;}

#horiz_mid .feas {
	float: left;
	width: 226px;
	padding-left: 14px;
	padding-right: 15px;
/*	border-left: 1px solid #D3D2CC; */
	margin-top: 20px;
	min-height: 250px;
}
* HTML #horiz_mid .feas {height: 250px;}
#horiz_mid .feas_first {
	border-left: 0;
	padding-left: 0;
	width: 196px;
}
* HTML #horiz_mid .feas_first {
	overflow-x: hidden;
	width: 196px;
}
#horiz_mid .feas_clearout {
	width: 286px;
	margin: 13px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_home_clearout.gif);
	background-repeat: repeat-y;
}
* HTML #horiz_mid .feas_clearout {
	width: 286px;
	overflow-x: hidden;
}
#horiz_mid .feas_clearout #clearout_home {
	position: relative;
	margin-left: 45px;
	margin-right: 13px;
	border-bottom: 1px solid #d3d2cc;
	min-height: 118px;
	width: 228px;
}
* HTML #horiz_mid .feas_clearout #clearout_home {
	height: 118px;
}
#horiz_mid .feas_clearout #clearout_home .img {
	position: absolute;
	width: 102px;
	left: -45px;
}
* HTML #horiz_mid .feas_clearout #clearout_home .img {
	float: left;
	position: relative;
}
#horiz_mid .feas_clearout #clearout_home .content {
	margin-left: 70px;
	padding-top: 25px;
	float: left;
	line-height: 15px;
}
* HTML #horiz_mid .feas_clearout #clearout_home .content {
	margin-left: -45px;
}
#horiz_mid .feas_clearout #star_clearout {
	margin-left: 11px;
}




#horiz_mid .feas_clearout #clearout_register {
	position: relative;
	margin-left: 45px;
	margin-right: 13px;
	min-height: 113px;
	width: 228px;
}
* HTML #horiz_mid .feas_clearout #clearout_register {
	height: 113px;
}
#horiz_mid .feas_clearout #clearout_register .img {
	position: absolute;
	width: 72px;
	left: -43px;
	top: 25px;
}
* HTML #horiz_mid .feas_clearout #clearout_register .img {
	float: left;
	position: relative;
}
#horiz_mid .feas_clearout #clearout_register .content {
	margin-left: 70px;
	padding-top: 25px;
	float: left;
	line-height: 15px;
}
* HTML #horiz_mid .feas_clearout #clearout_register .content {
	margin-left: -15px;
}
#horiz_mid .feas_clearout #page_register {
	margin-left: 11px;
}









#horiz_mid .feas_last {
	padding-right: 0;
	border-left: 1px solid #d3d2cc;
	width: 228px;
}
#horiz_mid .feas h2 {margin-top: 0; padding-top: 0;}

#horiz_mid .feas #flash_content {height: 150px; background-color: #eeeeee;}

#horiz_bot {padding-top: 20px; border-top: 1px solid #D3D2CC; margin-top: 20px;}

#footer {
	width:840px;
	clear:both;
	height:153px;
	background-image: url(../images/bg_ftr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D3D2CC;
	color: #000000;
	left:0;
	bottom:0;
	position: absolute;
	padding-top: 105px;
}
* html #footer {/*only ie gets this style*/
	\height:155px;/* for ie5 */
	he\ight:153px;/* for ie6 */
	bottom: -1px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address {
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 190px;
}
#footer #ftr-links{color: #666666; border-bottom: 1px solid #999999; padding-bottom: 10px; margin: 50px 10px 10px 10px;}
#footer #ftr-links a{color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#footer #copyright{color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px 10px 10px 10px;}
#footer #copyright a{color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

#clearfooter {width:100%;height:0;clear:both} /* to clear footer */


