@charset "utf-8";



body {
	font-family:verdana;
	font-size:11px;
	line-height:14px;
	color:#333;
	margin-top:0;
}

a {
	color:#333;
	text-decoration:underline;
}


h1 {
	float:left;
	width:100%;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	margin:5px 0 10px 20px;
}


.call-outs {
	font-weight:bold;
	color:#645770;
}



/***************** Start Navigation ****************/
#forward {
	float:left;
	width:98%;
	height:15px;
	text-align:right;
	padding:5px 0;
}

#header {
	float:left;
	width:100%;
	height:71px;

}

#nav-bar {
	float:left;
	width:100%;
	height:11px;
	text-align:center;
	padding:9px 0 5px 0;
}


a.navigation-first:link,a.navigation-first:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
}

a.navigation-first:hover {
	color:#f5cbe0;
}


#forward a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:45px;
}

#forward a:hover {
	color:#f5cbe0;
}


#nav-bar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:55px;
}

#nav-bar a:hover {
	color:#f5cbe0;
}

/******** End Navigation **************/

/******** Start Home Page ********/

#home {
	background:#f9d6e6 url('../images/hp-background.gif') repeat-x;
}



#wrapper { 
	width:847px;
	margin:0 auto;

}

#hp-main {
	float:left;
	width:847px;
	height:306px;
	background:url('../images/main-image.jpg') no-repeat;
	margin:10px 0;
	
}

#hp-main #content {
	float:left;
	width:255px;
	margin:65px 0 0 320px;
}


#hp-main #content #bullets {
	float:left;
	width:250px;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	color:#429fbb;
	padding:0;
	margin:0;
}


#hp-main #content #bullets ul {
	float:left;
	width:100%;
	list-style:url('../images/hp-main-bullet.gif');
	padding:0;
	margin:0 0 25px 35px;
}

/**#hp-main #content #bullets ul li {
	float:left;
	list-style:url('../images/hp-main-bullet.gif');
	padding:0;
	margin:0 0 0 20px;
}

/*** Start IE 6 Hack ***/

*html #hp-main {
	float:left;
	width:847px;
	height:306px;
	background:url('../images/main-image.jpg') no-repeat;
	margin:7px 0;
	
}

*html #hp-main #content {
	float:left;
	width:250px;
	margin:65px 0 0 150px;
}

*html #hp-main #content #bullets {
	float:left;
	width:100%;
	font-size:16px;
	line-height:34px;
	font-weight:bold;
	color:#429fbb;
	padding:0;
	margin:0;
}


*html #hp-main #content #bullets ul {
	float:left;
	width:100%;
	padding:0;
	margin:0 0 20px 0;
}

*html #hp-main #content #bullets ul li {
	float:left;
	width:100%;
	background:url('../images/hp-main-bullet.gif') no-repeat left;
	padding:0 0 0 30px;
	margin:0;
}

/*** End IE 6 Hack ***/

#hp-main #content #text {
	float:left;
	width:255px;
	font-size:12px;
	line-height:20px;
	margin:0;
}


#hp-box-lft {
	float:left;
	width:253px;
	height:143px;
	background:url('../images/hp-box-lft.jpg') no-repeat;
	margin-left:10px;
}


#hp-box-lft #text {
	float:left;
	width:165px;
	line-height:16px;
	color:#8e40a1;
	margin:15px 0 0 7px;
}



#hp-box-lft #text #button ul {
	float:left;
	display:inline;
	width:155px;
	text-align:right;
	padding:0 10px 0 0;
	margin:10px 0 0 0;
}

#hp-box-lft #text #button ul li {
	float:right;
	display:inline;
	margin:-5px 0 0 0;
	padding:-5px 0 0 0;
}

#hp-box-lft #text #button ul li a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;

}

#hp-box-lft #text #button ul li a:hover {
	color:#630780;
}

/** Start IE 6 hack **/

*html #hp-box-lft {
	float:left;
	width:253px;
	height:143px;
	background:url('../images/hp-box-lft.jpg') no-repeat;
	margin-left:10px;
}


*html #hp-box-lft #text {
	float:left;
	width:165px;
	line-height:16px;
	color:#8e40a1;
	margin:8px 0 0 4px;
}

*html #hp-box-lft #text #button ul {
	float:left;
	display:inline;
	width:155px;
	text-align:right;
	padding:0 10px 0 0;
	margin:5px 0 0 0;
}

*html #hp-box-lft #text #button ul li {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

*html #hp-box-lft #text #button ul li a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;

}

*html #hp-box-lft #text #button ul li a:hover {
	color:#630780;
}

/** End IE 6 hack **/


#hp-box-mid {
	float:left;
	width:253px;
	height:143px;
	margin-left:33px;
}


#hp-box-mid #button ul {
	float:left;
	display:inline;
	width:168px;
	text-align:center;
	padding:0;
	margin:125px 0 0 85px;
}

#hp-box-mid #button ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#hp-box-mid #button ul li a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;

}

#hp-box-mid #button ul li a:hover {
	color:#630780;
}


#hp-box-rt {
	float:right;
	width:253px;
	height:143px;
	background:url('../images/hp-box-rt.jpg') no-repeat;
	margin-right:10px;
}

#hp-box-rt #text {
	float:left;
	width:130px;
	line-height:14px;
	color:#8e40a1;
	margin:65px 0 0 15px;
}


#hp-box-rt #text #button ul {
	float:left;
	width:115px;
	display:inline;
	text-align:right;
	padding:0 10px 0 0;
	margin:8px 0 0 0;
}

#hp-box-rt #text #button ul li {
	float:right;
	display:inline;
	margin:-5px 0 0 0;
	padding:-5px 0 0 0;
}

/** Start IE 6 hack **/

*html #hp-box-rt #text #button ul {
	float:left;
	width:115px;
	display:inline;
	text-align:right;
	padding:0 10px 0 0;
	margin:4px 0 0 0;
}


*html #hp-box-rt #text #button ul li {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

/** End IE 6 hack **/

#hp-box-rt #text #button ul li a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;

}

#hp-box-rt #text #button ul li a:hover {
	color:#630780;
}

/******** End Home Page ********/

/******** Start Sub Pages ********/


#sub {
	background:url('../images/sub-background.gif') repeat-x;
}


#content-sub {
	width:760px;
	margin:0 auto;
}


#pg-heads {
	float:left;
	width:90%;
	margin:20px;
}

/******** End Sub Pages ********/

/******** Start Product Pages ********/

#sub #product-content {
	width:760px;
	background:url('../images/product-pg-bg.gif') repeat-y;
	margin:0 auto;
}

#sub #product-content .product-row {
		float:left;
		width:323px;
		height:192px;
		background:url('../images/product-bg.gif') no-repeat;
		padding:10px;
		margin:0 0 0 35px;
}


#sub #product-content .product-row-bttm {
		float:left;
		width:323px;
		height:192px;
		background:url('../images/product-bg.gif') no-repeat;
		padding:10px;
		margin:30px 0 0 35px;
}


.prod-item-img {
	float:left;
	width:93px;
	height:175px;
	margin:10px 5px 0 0;
}

.prod-item-text h1 {
	float:left;
	width:210px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8f43a2;
	padding:0;
	margin:5px 0 0 5px;
}

.prod-item-text {
	float:right;
	width:225px;
	color:#8f43a2;
	padding:0;
	margin:0;
}

.prod-item-text h2 ul{
	float:left;
	font-size:11px;
	color:#8f43a2;
	font-weight:normal;
	padding:0 0 0 20px;
	margin:0;
}

/**.prod-item-text ul li{
	float:left;
	margin:3px 0 0 0;
}**/

.prod-price {
	float:left;
	width:220px;
	text-align:left;
	margin:5px 0 0 0;
}

.prod-links {
	float:left;
	width:220px;
	text-align:center;
	margin:3px 0 0 0;
}


.prod-item-text a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;

}

.prod-item-text a:hover {
	color:#630780;
}


/*** Start IE6 Hack **/


*html #sub #product-content .product-row {
		float:left;
		width:323px;
		height:205px;
		background:url('../images/product-bg.gif') no-repeat;
		padding:8px;
		margin:0 0 0 20px;
}


*html #sub #product-content .product-row-btm {
		float:left;
		width:323px;
		height:205px;
		background:url('../images/product-bg.gif') no-repeat;
		padding:8px;
		margin:30px 0 0 120px;
}

*html .prod-item-text {
	float:right;
	width:223px;
	color:#8f43a2;
	padding:0;
	margin:0;
}


*html .prod-item-text ul{
	float:left;
	width:100%;
	font-size:11px;
	color:#8f43a2;
	font-weight:normal;
	padding:0;
	margin:0px 0 0px 5px;
}

*html .prod-item-text ul li{
	float:left;
	width:95%;
	font-size:11px;
	color:#8f43a2;
	font-weight:normal;
	line-height:12px;
	background:url('../images/product-bullet.gif') no-repeat left;
	padding:5px 0 0 10px;
	margin:0;
}

*html .prod-price {
	float:left;
	width:220px;
	text-align:center;
	padding:0;
	margin:5px 0 0 0;
}

*html .prod-links {
	float:left;
	width:220px;
	text-align:center;
	padding:0;
	margin:3px 0 0 0;
}

/** End IE6 Hack **/

/******** End Product Pages ********/


/***************** Start Product Detail Page ****************/


#prod-full-descrip {
	float:left;
	width:760px;
	text-align: left;
}


#image-wrap {
	float:right;
	width:255px;
	margin:10px;
}



#image-wrap .lrg-image-buttons a {
	color:#21738c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/link-bullet.gif') no-repeat left;
	padding:0 0 0 10px;
	margin:0;

}

#image-wrap .lrg-image-buttons a:hover {
	color:#630780;
}

.lrg-image {
	float:right;
	width:250px;
}

.lrg-image-buttons {
	float:left;
	width:250px;
	text-align:center;
	padding:0;
	margin:10px 0;
}

.lgbullet-wrap {
	float:left;
	text-align:left;
}




#product-info {
	float:left;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	color: #642d89;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	margin-top: 40px;
	border-bottom:1px dotted #642d89;
	padding:0 0 5px 0;
	margin:20px 0 10px 20px;	

}



#product-info-half {
	float:left;
	width:50%;
	font-size:12px;
	line-height:14px;	
	color: #642d89;
	font-weight:800;
	text-transform:uppercase;
	text-align:left;
	border-bottom:1px dotted #642d89;
	padding:0 0 10px 0;
	margin:20px 0 5px 20px;	

}

#prod-full-descrip .p {
	float:left;
	width:100%;
	margin:0 0 10px 20px;
}

#prod-full-descrip .p-half {
	float:left;
	width:50%;
	margin:0 0 10px 20px;
}


#prod-full-descrip .p-half ul{
	float:left;
	width:100%;
	line-height:20px;
	margin:5px 0 10px 20px;
}


#prod-full-descrip h1 {
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#645770;
	padding:0;
	margin:0 10px 0 0;
}

/***************** End Product Detail Page ****************/


/***************** Start Hair Removal Tips Page ****************/

#removal-content {
	width:760px;
	margin:0 auto;
}

#removal-content .p {
	float:left;
	width:100%;
	margin:0 0 10px 20px;
}


#removal-content #sub-nav  {
	width:100%;
	text-align:center;
	padding:10px 0;
	margin:0 20px;
	float:left;
}

#removal-content #sub-nav  a { 
	text-decoration:none;
	padding:0 10px;
} 


#removal-content .bold {
	font-weight:bold;
	color:#630780;
}


#removal-content .hr {
	float:left;
	width:100%;
	height:1px;
	text-align:center;
	color:#FFFFFF;
  	border-bottom:1px dotted #630780;
	margin:20px;
}

#hair-bullets {
	float:left;
	width:450px;
	padding:20px 10px 0 0;
}

*html #hair-bullets {
	float:left;
	width:400px;
	padding:20px 10px 0 0;
}

#hair-bullets ul {
	float:left;
	width:100%;
	padding:0;
	margin:10px 0 10px 12px;
}

#hair-bullets ul li{
	float:left;
	width:90%;
	line-height:14px;
	padding:0;
	margin:10px 0 10px 12px;
}

#remove-img {
	float:right;
	width:260px;
	padding-top:20px;
}


.back-top {
	float:left;
	width:100%;
	text-align:right;
}

.back-top a{
	color:#333;
	text-decoration:none;
}


/***************** End Hair Removal Tips Page ****************/



/***************** Start FAQs Page ****************/

#faqs {
	background:url('../images/sub-background.gif') repeat-x;
}


#faqs h2 {
	float:left;
	width:90%;
	margin:0 0 20px 20px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#333;
}

.testimonial {
	float:left;
	width:90%;
	text-align:left;
	margin:0 0 10px 20px;
}

.faq-q {
	font-weight:bold;
	color:#645770;
}


#faqs .hr {
	float:left;
	width:90%;
	height:1px;
	text-align:center;
	color:#FFFFFF;
  	border-bottom:1px dotted #630780;
	margin:20px;
}



/***************** End FAQs Page ****************/


/***************** Start Coupon Page ****************/


#coupon-content {
	width:720px;
	padding-top: 20px;
	margin:0px auto;
}

#coupon {
	width:478px;
	text-align:center;
	padding:20px;
	margin:0px auto;
}

.copy-red {
	font-style: italic;
	font-weight: bold;
	color: #ED1C24;
}

.coupon-fullno{
	width:520px;
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
}



/***************** End Coupon Page ****************/

/***************** Start Where Buy Page ****************/


#where-content {
	width:750px;
	margin:0px auto;
}


#where-content h2 {
	float:left;
	width:90%;
	margin:0 0 20px 20px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#333;
}

#where-links {
	width:620px;
	text-align:center;	
	padding:20px 0;
	margin:0 auto;
}

#where-links .bold {
	font-weight:bold;
	color:#630780;
}

#where-left {
	float:left;
	width:190px;
	text-align:left;
	border-right:1px dotted #630780;
}

#where-leftone {
	float:left;
	width:185px;
	text-align:left;
}

#where-right {
	float:left;
	width:185px;
	text-align:left;	
	padding-left:15px;
}

.retailer {
	float:left;
	width:175px;
	height:25px;
	text-align:center;
	margin-right:10px;
	margin-top:10px;
	border:1px solid #630780;
}

.retailer-empty {
	float:left;
	width:177px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	margin:10px 10px 0 0;
}

/***************** End Where Buy Page ****************/


.tv-content {
	padding:20px 0 0 60px;
	margin: 0px auto;
}

/******** Start Registration ********/

#reg-content {
	width:620px;
	padding:0 0 0 20px;	
	margin:0 auto;
}


#reg-content h2 {
	float:left;
	width:90%;
	margin:0 0 20px 20px;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#333;
}

#bullets {
	float:left;
	width:300px;
	text-align:left;
	padding:0 0 10px 100px;
}

#reg-item-rt {
	float:left;
	width:620px;
	text-align:center;
	padding-bottom:5px;
	margin:0px auto;
}


#reg-instruct {
	float:left;
	width:440px;
	text-align:right;
	padding-top:10px;
}


.form-names {
	float:left;
	width:300px;
	text-align:right;
	padding:10px 10px 0 0;
}

.form-field {
	float:left;
	width:305px;
	text-align:left;
	padding:10px 0 0 5px;
}

.form {
	border:1px dotted #645770;
}


#submit-button {
	float:left;
	width:620px;
	text-align:center;
	padding:20px 0 0 20px;
}

.submit-button {
	font-weight:bold;
	color:#d93a96;
	text-shadow:#645770;
	background:#f9d6e6;
	border:1px solid #645770;
	padding:3px;
}



#privacy-copy {
	float:left;
	width:620px;
	text-align:center;
	padding-top:30px;
}


/******** End Registration ********/


/******** Start Process ********/

#process-copy {
	float:left;
	width:620px;
	text-align:center;
	margin-top:5px;
}

#process-item {
	float:left;
	width:620px;
	text-align:center;
	padding:0 0 5px 0;
}

#process-banners {
	float:left;
	width:626px;
	text-align:center;
	padding-top:10px;
}


.banner-left {
	float:left;
	width:266px;
	margin:0 30px 20px 30px;
}

.banner-right {
	float:left;
	width:266px;
	margin:0 0 20px 0;
}

#process-free {
	float:left;
	width:100%;
	text-align:center;
	padding-top:10px;
}
	
/******** End Process Page ********/


/***************** Start Contact Page ****************/


.contact-content {
	width:640px;
	text-align:left;	
	margin:0px auto;
}

.contact-addy-top {
	float:left;
	width:100%;
	text-align:left;
	margin:20px 0 0 0;
}

.contact-addy {
	float:left;
	width:213px;
	text-align:left;
	margin:20px 0 0 0;
}

/***************** End Contact Page ****************/

/********* Start Footer ********/

#home #footer {
	float:left;
	width:100%;
	font-size:10px;
	color:#a053b3;
	text-align:center;
	padding:5px 0;
	margin-top:30px;
}


#sub #footer {
	float:left;
	width:100%;
	font-size:10px;
	color:#a053b3;
	text-align:center;
	padding:5px 0;
	margin-top:50px;
}

#body-prod #footer {
	float:left;
	width:100%;
	font-size:10px;
	color:#a053b3;
	text-align:center;
	padding:5px 0;
	margin-top:50px;
}

#faqs #footer {
	float:left;
	width:100%;
	font-size:10px;
	color:#a053b3;
	text-align:center;
	padding:5px 0;
	margin-top:50px;
}

#footer a {
	color:#a053b3;
	text-decoration: none;
}

/********* End Footer ********/
