/* CSS Document */

/* general styles */







body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(img/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center;
	}


hr {
	display: none;
}

a:link {
	color: #793279;
	text-decoration: underline;
}

a:hover {
	color: #390A39;
	text-decoration: underline;
}

a:visited {
	color: #793279;
	text-decoration: underline;
}


/* layout styles */

#container {
	margin: 0px auto;
	width: 770px;
	text-align: left;
	padding: 0px;
	}

#header {
	margin: 0px 5px;
	width: 760px;
	text-align: left;
	padding: 0px;
	height: 180px;
	}
	
#logo {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	display: block;
	}
	
#logo h1 {
	margin: 30px 0px 0px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	}
	
#nav {
	margin: 0px;
	padding: 20px 0px 0px;
	display: block;
	float: right;
	width: 200px;
	}
	
#headerend {
	margin: 0px 5px;
	width: 760px;
	text-align: left;
	padding: 0px;
	height: 5px;
	clear: both;
	}
	
#contents {
	margin: 0px 5px;
	width: 760px;
	text-align: left;
	padding: 0px;
	height: auto;
	clear:both;
	position:relative;
	}
	
#subnav {
	float: left;
	width: 260px;
	margin: 0px;
	display: block;
	}
	
#subnav h2 {
	line-height: 30px;
	margin: 0px 10px 0px 70px;
	}
	
#subnav p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000033;
	padding: 0px 0px 20px 60px;
	margin: 0px;
	text-align: right;
	}
	
#subnav img {
	margin: 0px;
	padding: 0px;
}

#subnav p.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000033;
	padding: 0px 35px 20px 65px;
	margin: 0px;
	text-align: right;
	line-height: 4px;
	}

#text {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 500px;
	position:relative;
	}

#text h3 {
	line-height: 30px;
	margin: 2px 0px 0px 48px;
	color:#01014d;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	}

#text h4 {
	line-height: 30px;
	margin: 2px 0px 0px 48px;
	color:#793279;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	}
	
#text p.normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000033;
	padding: 0px 50px 20px 50px;
	margin: 0px;
	}
	
#text p.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000033;
	padding: 0px 50px 5px 50px;
	margin: 0px;
	}
	
#text p.quoteauthor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #793279;
	font-weight: bold;
	padding: 0px 50px 20px 65px;
	margin: 0px;
	}
	
#text p.wstime {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000033;
	padding: 0px 50px 20px 50px;
	margin: 0px;
	}

#text ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000033;
	padding: 0px 60px 0px 70px;
	margin: 0px;
	list-style-type: disc;
}

#text ul.wslist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000033;
	padding: 0px 60px 0px 70px;
	margin: 0px;
	list-style-type: disc;
}

#text img.homepage {
	margin: 0px;
	padding: 0px 50px 0px 50px;
}

#text img.buttons {
	margin: 0px;
	padding: 0px 50px 0px 40px;
}

#footer {
	margin: 0px 5px;
	width: 760px;
	text-align: left;
	padding: 0px;
	clear: both;
	position: relative;
	float:left;
	}
	
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000033;
	padding: 0px 9px 9px;
	margin: 0px;
	}


/* nav styles */

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li {
	margin: 0px;
	height: 22px;
}

#nav a
{
	display: block;
	color: #FFF;
	width: 172px;
	padding: 22px 0px 0px;
	text-decoration: none;
	font-size: 1px;
}



#nav a:hover {background-position: 0 -22px;}
#nav a:active, #nav a.selected {background-position: 0 -44px;}
	
#nhome a {background: url(img/n_home.gif) top left no-repeat;}
#nabout a {background: url(img/n_about_barb.gif) top left no-repeat;}
#ntest a {background: url(img/n_testimonials.gif) top left no-repeat;}
#nwork a {background: url(img/n_workshops.gif) top left no-repeat;}
#ncoaching a {background: url(img/n_coaching.gif) top left no-repeat;}
#nprod a {background: url(img/n_products.gif) top left no-repeat;}
#ncontact a {background: url(img/n_contact.gif) top left no-repeat;}

/* subnav styles */

.large-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000033;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}

#subnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#subnav li {
	margin: 0px 30px 0px 0px;
	height: 20px;
}

#subnav a
{
	display: block;
	color: #F3E6F3;
	padding: 20px 0px 0px;
	text-decoration: none;
	font-size: 1px;
	margin: 0px;
}

#subnav .video {
	text-align:center;
	color: #000;
	font-size: 11px;
	padding:0px 0px 10px;
}

#subnav a.leftlink {
	color: #793279;
	text-decoration: underline;
	font-size:11px;
}

#subnav a:hover.leftlink {
	color: #390A39;
	text-decoration: underline;
	font-size:11px;
}

#email a
{
	color: #793279;
	text-decoration: underline;
	font-size: 12px;
	padding: 20px 0px 0px;
}

#email a.hover
{
	color: #390A39;
	text-decoration: underline;
	font-size: 12px;
	padding: 20px 0px 0px;
}

#subnav a:hover {background-position: 0 -19px;}
#subnav a:active, #subnav a.selected {background-position: 0 -40px;}
	
#sngirlssay a {background: url(img/sn_girlssay.gif) top left no-repeat;}
#snadultsay a {background: url(img/sn_adultsay.gif) top left no-repeat;}
#snwsabout a {background: url(img/sn_wsabout.gif) top left no-repeat;}
#snwsadults a {background: url(img/sn_wsadults.gif) top left no-repeat;}
#snwsgirls a {background: url(img/sn_wsgirls.gif) top left no-repeat;}
#snteens a {background: url(img/sn_wsteens.gif) top left no-repeat;}
#snparents a {background: url(img/sn_wsparents.gif) top left no-repeat;}
#snwomen a {background: url(img/sn_wswomen.gif) top left no-repeat;}
#snlinks a {background: url(img/sn_wslinks.gif) top left no-repeat;}
	

/* h1 header styles */

.logo {
    padding: 180px 0 0 0;
    overflow: hidden;
    background-image: url("img/bsp_logo.gif"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:95px; /* for IE5.5's bad box model */
}  

/* h2 header styles */

.hwelcome {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_welcome.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

.habout {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_about.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

.htestimonial {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_testimonial.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

.hworkshop {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_workshop.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

.hproducts {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_products.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}


.hcontact {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_contact.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

.hcoaching {
	padding: 40px 0 0 0;
	overflow: hidden;
	background-image: url("img/h2_coaching.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	text-align: right;
}

/* h3 header styles */

.hwhygirls {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_whygirls.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hmymission {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_mymission.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hbarb {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_barb.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hgirlssay {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_girlssay.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hadultsay {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_adultsay.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hvideosoon {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_videosoon.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hstats {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_stats.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hdvd {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_dvd.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}


.hwslike {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_wslike.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hwsfor {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_wsfor.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hwsgirls {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_wsgirls.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hwsadults {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_wsadults.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.honmind {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_onmind.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.hthankyou {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_thankyou.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.haboutcoaching {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_abtcoaching.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

.hlifecoaching {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_lifecoach.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

.hlinks {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_links.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

.hcoachingparents {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_coachingparents.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

.hcoachingwomen {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_coachingwomen.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}


/* form styles */

fieldset {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	border: none;
}

label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 16px;
}

label.req {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}

legend {
	border: none;
	display: none;
}

.lonmindgirl {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_onmindgirl.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.lonmindadult {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url("img/h3_onmindadult.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:30px;
}

.required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	line-height: 16px;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #660033;
}

.textarea2 {

}

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #660033;
}

.input2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #660033;
}


.photo {
	text-align: right;
}

table {
	margin:0px 0px 0px 30px;
	padding: 0px 0px 0px 30px;
}

.table2 {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.buybtn {
	float:left;
	width:170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}



