body 
	{
	background-image: url(images/bg_tile.gif);
	}

/* \*/
* html #tlc, * html #trc, * html #brc, * html #blc, * html #lb, * html #rb, * html #tb, * html #bb {height: 1%;}
/* */

a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	}
	
a:hover
	{
	color: #6170b6;	
	}	
	
strong 	
	{
	color: #000;
	font-weight: bold; 
	}
	
h1 	
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #990100; 
	padding: 10px 0 0 10px; 
	}		

h2 	
	{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #4753BC;
	padding: 5px 0 0 10px; 
	}	
	
h3 	
	{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #010d96;
	padding: 5px 0 0 10px; 
	}
		
h4 	
	{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #364094;
	padding: 5px 0 0 10px; 
	}	
	
#main_border
	{
	position: relative; 
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	width: 900px; 
	background-color: transparent;
	padding: 0px; 
	}
 	
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/bg_tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/bg_trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/bg_blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/bg_brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/bg_tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bg_bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/bg_rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #9da6d2;
	background-image:url(images/bg_lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#main_content	
	{
	position: relative; 
	width: 880px; 	
	background-color: transparent; 
	padding: 10px; 
	}

#top_banner
	{
	width: 880px; 
	height: 115px; 
	margin: 0 0 3px 0; 
	padding: 0; 
	} 	
	
#top_pattern
	{
	display: none;
	} 	
	
#contact_strip
	{
	width: 880px; 
	height: 21px; 
	background-color: #eeeff8; 
	margin: 0 0 3px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000000;	
	padding: 3px 0 3px 0; 
	text-align: center; 
	}	
	
#contact_strip a
	{
	text-decoration: underline;
	color: #010d96;	
	} 	
	
#contact_strip a:hover
	{
	color: #6170b6;	
	} 		
	
/* \*/
* html #sidebar, * html #testimonials {height: 100%;}
/* */	
	
#white_box_home
	{ 
	width: 880px; 
	min-height: 1800px; 
	background-image: url(images/bg_white_box.gif);
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0; 
	border-bottom: solid 120px #9da6d2;  
	} 	
	
#white_box
	{ 
	width: 880px; 
	min-height: 1400px; 
	background-image: url(images/bg_white_box.gif);
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0; 
	border-bottom: solid 120px #9da6d2; 
	} 

#spacer
	{
	float: left; 
	clear: right;
	} 	
		
#side_bar
	{
	position: absolute; 
	left: 10px; 
	width: 154px;
	margin: 0; 
	padding: 0; 
	background-color: #9da6d2;
	}	
		
/* start navigation */	

/* menu based on example from www.sperling.com */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                
	{	
	position:absolute;	
	top:0;
	left:0;
	z-index: 10;
	width: 140px;						         
	line-height: 22px; 
	font-size: 12px;
	color: #272967;
	font-weight: bold; 
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display: block;						
	padding-top: 0.2em;						
	padding-bottom: 0.2em;
	padding-left: 5px; 
	border-bottom: 1px solid #eeeff8;		
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				
	{
	color: #272967;
	background-color: #adb5da;
	text-decoration: none;				      
	}

#menuv a.sub_menu, #menuv a.sub_menu:hover 	
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             
	{
	color: #272967;
	background-color: #9da6d2;
	}
	
#menuv li
	{
	list-style-type: none;		          
	}

#menuv ul li
	{
	position: relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 140px;				                
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin: 0;				               
	padding: 0;
	width: 140px;			             
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

#sidebar_buttons
	{
	width: 150px; 
	position: absolute; 
	top: 380px; 
	left: 0; 
	}
	
#central_content_home
	{
	width: 500px;
	margin-left: 160px; 
	margin-bottom: 160px; 
	padding: 20px 0 0 0; 
	min-height: 1420px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}	
	
#central_content
	{
	width: 500px;
	margin-left: 160px; 
	margin-bottom: 0; 
	padding: 20px 0 0 0; 
	min-height: 1150px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	}		

#central_content p
	{
	padding: 3px 10px 0 10px; 
	}	

#central_content a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	}
	
#central_content a:hover
	{
	color: #6170b6;	
	}	
	
#central_content strong 	
	{
	color: #010d96;
	font-weight: bold; 
	}
	
#central_content li
	{
	padding: 0 0 5px 0; 
	} 		

#red_links
	{
	text-decoration: underline;
	color: #990100;
	}	
	
#testimonials
	{
	width: 200px;
	position: absolute; 
	left: 685px;
	top: 190px; 
	background: url(images/box_testimonials.jpg); 
	background-repeat: repeat-y; 
	padding: 9px 10px 5px 10px;
	} 
		
#testimonials p 			
	{
	float: left; 
	clear: right; 
	width: 100px; 
	margin: 5px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	} 

#testimonials a 
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: bold;
	} 
	
#testimonials a:hover 
	{
	color: #6170b6; 
	} 	
	
#testimonials img
	{
	float: right; 
	padding: 5px; 
	width: 75px; 
	height: 94px; 
	margin: 0 15px 0 0; 
	}	
	
.testimonials_links 
	{
	clear: right; 
	width: 200px; 
	height: 29px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	
	
.testimonials_links_bottom 
	{
	clear: right; 
	width: 200px; 
	height: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	}	

.testimonials_links a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 12px; 
	text-decoration: underline;
	color: #010d96; 
	font-weight: normal;
	}				
		
#footer
	{
	position: absolute; 
	bottom: 12px; 
	left: 165px; 
	width: 725px; 
	height: 120px; 
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	line-height: 16px; 
	color: #000; 
	font-weight: normal;
	} 	
	
#secNav
	{
	position: absolute; 
	left: 695px;
	top: 200px; 
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px; 
	}

#secNav a
	{
	margin-bottom: 8px;
	padding-bottom: 8px;
	}	

#ramble 
	{
	display: none;
	}	
	
#ramble a
	{
	text-decoration: underline;
	color: #ADB5DA;
	}
	
#ramble a:hover
	{
	color: #6170b6;
	}		
	
/* styles carried over */ 

.mainCell
	{
	padding-left:12px;
	padding-top:8px;
	}

div.testimonialBox
	{
	float: left;
	width: 280px;
	background-color: #FFFFDB;
	padding: 6px;
	border: 1px dashed #336699;
	margin: 4px;
	}
	
div.testimonialBox h4
	{
	color: #3366CC;
	}

tr.odd
	{
	background-color: #eeeff8;
	}
	
tr.even
	{
	background-color: #d5d9ec;
	}
	
td.details
	{
	font-size: 11px;
	color: #6170b6;
	padding: 4px 4px 4px 4px;
	}
	
img.acro
	{
	padding-right:8px;
	padding-bottom:8px;
	}
	
p.acro
	{
	padding: 6px 6px 6px 6px;
	background-color: #f3f7f8;
	border: 1px solid Silver;
	float: left;
	clear: both;
	}
	
div.acro
	{
	padding: 6px 6px 6px 6px;
	background-color: #f3f7f8;
	border: 1px solid Silver;
	float: left;
	clear: both;
	}
	
.alert
	{
	background-color: #FFFFDB;
	border: 2px dashed #990000;
	padding: 6px 6px 6px 6px;
	margin: 6px 6px 6px 6px;
	width: 75%;
	}
		
font.red
	{
	color: #C00;
	}
	
td.audio_form
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	} 
	
th.audio_form
	{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000; 
	text-align: left; 
	} 	
	
#free_audio
	{
	border-top: 1px dashed #354895;
	border-bottom: 1px dashed #354895;
	} 	
	
#right_bar
	{
	float: right; 
	width: 200px;  
	background: #D8EDF5;
	padding: 3px;
	border: 1px solid #336699;
	margin: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	}
		
#right_bar img
	{
	border: 1px solid #000;
	margin: 3px; 
	float: right; 
	}	
	
#start_now
	{
	width: 446px;
	float: left; 	
	border: 2px dashed #006699;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 4px 4px 4px 4px;
	background-image: url(images/what_are_you_waiting_for_bg.gif);
	background-repeat: no-repeat;
	}			
	
#speaking
	{
	float: right;
	width: 150px; 
	border: 2px dashed #006699;
	font-family: verdana, arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #354895; 
	padding: 5px; 
	margin: 5px; 
	text-align: center; 
	}	
	
#dash
	{
	border-bottom: 1px dashed #354895;
	margin: 0 0 20px 0; 
	} 
	
.dash_all
	{
	border: 1px dashed #354895;
	padding: 10px; 
	background: #F9FAFB; 
	}	
	
.dashed_right
	{
	width: 200px; 
	border: 1px dashed #354895;
	padding: 10px;
	margin: 10px;  
	float: right;  
	background: #F9FAFB; 
	}				
	
.award
	{
	margin: 0 5px 0 5px; 
	float: right; 
	}	
	
.pic_about 
	{
	padding: 8px; 
	}				
	
/* styles for the store */ 

#secNavLinks
	{
	text-decoration: none;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}
		
#secNavLinks a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}		
	
#secNavLinks a:hover
	{
	color: #6170b6;	
	}	
		
#secNav2
	{
	position: absolute; 
	left: 695px; 
	top: 450px; 
	border: 1px solid #9da6d2; 
	width: 170px;
	background-image: url(images/bg_secNav.jpg);
	background-repeat: repeat-x; 
	padding: 7px;
	}

#secNav2 a
	{
	text-decoration: underline;
	font-weight: bold; 
	color: #010d96;
	line-height: 20px; 
	}
	
#secNav2 a:hover
	{
	color: #6170b6;	
	}		
	
#secNavLinks2
	{
	text-decoration: none;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	padding: 0 0 0 10px; 
	}
		
#secNavLinks2 a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	line-height: 20px; 
	}		
	
#secNavLinks2 a:hover
	{
	color: #6170b6;	
	}					
			
#header_img
	{
	margin: 0 0 16px 0; 
	} 	

#wrapper
	{
	width: 500px; 
	}
	
.description 
	{
	font-weight: normal; 
	}
	
.description a
	{
	text-decoration: underline;
	font-weight: normal; 
	color: #010d96;
	}
	
.description a:hover
	{
	font-weight: normal; 
	color: #6170b6;	
	}		

#categories
	{
	width: 520px; 
	}
	
#e-junkie_buttons 
	{
	margin: 5px; 
	} 	

.small
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	line-height: 14px; 
	color: #000; 
	font-weight: normal;
	}	
	
#product_icon
	{
	float: right;  
	margin: 0 10px 0 10px; 
	}
	
#thumb
	{
	margin: 10px 0 5px 0;
	} 	
		
.testimonial_pic
	{
	float: right; 
	padding: 8px;
	} 
	
	 		