@charset "UTF-8";
/* CSS Document */

body {
margin-top:0;
margin-bottom:0;
}

#container {
width:790px;
margin:auto;
}

#page-bg {
background:url(../images/mid-gray.png) repeat-y;
width:790px;
min-height:850px;
height:auto !important;
height:850px;
padding:0;
}

#content {
width:700px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

/* INITIAL STYLES */

h1 {
	font-family: Tahoma;
	font-size: 28px;
	color: #CC0000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* OVERLAY STYLES - MAIN */

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;

}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.highlight-underline {
	text-decoration: underline;
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLACK */

.black {
	color: #000000;
}
.black-bold {
	color: #000000;
	font-weight: bold;
}
.black-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.black-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.black-bold-underline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.black-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.black-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-bold-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.black-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.black-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-italic {
	color: #000000;
	font-style: italic;
}
.black-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.black-italic-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.black-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-underline {
	color: #000000;
	text-decoration: underline;
}
.black-strikethrough {
	color: #000000;
	text-decoration: line-through;
}
.black-strikethrough-bold {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - WHITE */

.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.white-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.white-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.white-bold-underline {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.white-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.white-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-bold-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.white-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.white-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-italic {
	color: #FFFFFF;
	font-style: italic;
}
.white-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.white-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.white-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-strikethrough {
	color: #FFFFFF;
	text-decoration: line-through;
}
.white-strikethrough-bold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-italic {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - RED */

.red {
	color: #CC0000;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.red-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.red-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.red-bold-underline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.red-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.red-bold-highlight-underline {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.red-bold-highlight-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-bold-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.red-highlight {
	color: #CC0000;
	background-color: #FFFF00;
}
.red-highlight-underline {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-italic {
	color: #CC0000;
	font-style: italic;
}
.red-italic-highlight {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
}
.red-italic-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
}
.red-italic-highlight-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-underline {
	color: #CC0000;
	text-decoration: underline;
}
.red-strikethrough {
	color: #CC0000;
	text-decoration: line-through;
}
.red-strikethrough-bold {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-highlight {
	color: #CC0000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-highlight-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLUE */

.blue {
	color: #0000FF;
}
.blueCenteredTitleCap {
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}
.blue-bold {
	color: #0000FF;
	font-weight: bold;
}
.blue-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
}
.blue-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.blue-bold-underline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.blue-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.blue-bold-highlight-underline {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bold-highlight-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-bold-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blue-highlight {
	color: #0000FF;
	background-color: #FFFF00;
}
.blue-highlight-underline {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-italic {
	color: #0000FF;
	font-style: italic;
}
.blue-italic-highlight {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
}
.blue-italic-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
.blue-italic-highlight-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-underline {
	color: #0000FF;
	text-decoration: underline;
}
.blue-strikethrough {
	color: #0000FF;
	text-decoration: line-through;
}
.blue-strikethrough-bold {
	color: #0000FF;
	font-weight: bold;

	text-decoration: line-through;
}
.blue-strikethrough-highlight {
	color: #0000FF;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-highlight-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - GREEN */

.green {
	color: #006600;
}
.green-bold {
	color: #006600;
	font-weight: bold;
}
.green-bold-highlight {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
}
.green-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}
.green-bold-underline {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.green-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.green-bold-highlight-underline {
	color: #006600;
	font-weight: bold;

	background-color: #FFFF00;
	text-decoration: underline;
}
.green-bold-highlight-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-bold-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.green-highlight {
	color: #006600;
	background-color: #FFFF00;
}
.green-highlight-underline {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-italic {
	color: #006600;
	font-style: italic;
}
.green-italic-highlight {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
}
.green-italic-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
}
.green-italic-highlight-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-underline {
	color: #006600;
	text-decoration: underline;
}
.green-strikethrough {
	color: #006600;
	text-decoration: line-through;
}
.green-strikethrough-bold {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-highlight {
	color: #006600;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-highlight-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - FONTS */

.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}

/* TESTIMONIAL BOX */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.testifier-name			{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						}

/* Quote Callout BOX */

#quotecallout-container    {
               			   width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#quotecallout-box          {
                          width:100%;
						  margin:auto;
						  border:2px #000000 solid;
						  background-color:#FFFFCC;
						  }
						  
#quotecallout-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }						
						
/* GUARANTEE BOX */

#guarantee-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#guarantee-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 solid;
						  background-color:#FFFFFF;
						  }
						  
#guarantee-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#guarantee-content h3    {
                          font-family:Tahoma;
						  font-size:24px;
						  line-height:27px;
						  text-align:center;
						  margin-top:0px;
						  }

#guarantee-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }

/* BONUSES BOX */

#bonuses-container    {
               			   width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#bonuses-box          {
                          width:100%;
						  margin:auto;
						  border:2px #CC0000 solid;
						  background-color:#FFFFFF;
						  }
						  
#bonuses-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   		
						  
						  
/* SKIP TO ORDER BOX */

#skip-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#skip-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#skip-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#skip-content h4    {
                          font-family:Tahoma;
						  font-size:16px;
						  line-height:18px;
						  text-align:center;
						  margin-top:0px;
						  margin-bottom:0px;
						  }



/* DASHED BOX */

#dashedbox-container    {

               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
/* HYPERLINKS */

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	
}

.signup a { 
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight:bolder; 
	color: #FFFFFF; 
	background-color: #CC0000; 
	border: outset 1px; 
	padding: 5px; 
	margin: auto; 
	display: block; 
	width:500px;
	text-align:center;
	text-decoration:none;
}
						
.signup a:hover { 
	color: #ffffff; 
	background-color: #009933; 
	border: inset 1px; 
}  


.video-qualifier {
	font-style: italic;
	font-size:12px;
}

/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

.imgfltleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.imgfltrght {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

img {
border:0px;
}

.bigred a { 
font-family: Tahoma; 
font-size: 18px; 
font-weight:bolder; 
color: #FFFFFF; 
background-color: #CC0000; 
border: outset 1px; 
padding: 5px; 
margin: 0px; 
display: block; 
width:350px; 
text-decoration:none; 
margin:auto;
}

.bigred a:hover { 
color: #CC0000; 
background-color: #ffffff; 
border: inset 1px;
}
#content div.videoYouTube {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
.skip-content      {
	width:80%;
	background: #FFFFCC;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 3px solid #333333;
	border-left: 2px solid #333333;
	padding: 10px 20px;
	margin: 20px auto;
						   }
.skip-content h4    {
                          font-family:Tahoma;
						  font-size:16px;
						  line-height:18px;
						  text-align:center;
						  margin-top:0px;
						  margin-bottom:0px;
						  }
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
}
.floatRightBorder {
	float: right;
	margin-left: 10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.floatLeftBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
.floatLeftSpace img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.imgBorder3D {
	border-right: 2px solid #A11814;
	border-bottom: 2px solid #A11814;
	border-top: 1px solid #A11814;
	border-left: 1px solid #A11814;
}
.borderPict {
	border: 1px solid #999999;
}
.testimonialBoxSales, .testimonialSales {
	padding: 10px;
	width: 600px;
	border: 1px solid #000000;
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
}
.testimonialBoxSalesNew, .testimonialSalesNew {
	padding: 10px;
	border: 1px solid #000000;
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
}
#playboycoverImg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
}
#playboycoverTxt {
	float: right;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.ulSpacy li {
	margin-bottom: 10px;
	list-style: disc inside;
}
.boldUnderlined {
	text-decoration: underline;
	font-weight: bold;
}
.titleCaseBlack {
	text-transform: capitalize;
	color: #000;
	font: bold 18px/1.3em Verdana, Arial, Helvetica, sans-serif;
}
.titleCaseBlackSpaceBottom {
	text-transform: capitalize;
	color: #000;
	font: bold 18px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
.titleCaseBlue {
	text-transform: capitalize;
	color: #0000FF;
	font: bold 18px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.centered {
	text-align: center;
}
.clearFloat {
	clear: both;
}
div#content .clearFloatSpaceTop {
	clear: both;
}
.clearFloatLeft {
	clear: left;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.boldGreen {
	font-weight: bold;
	color: #009900;
}.blueCentered {
	color: #00F;
	text-align: center;
}
.ulSpacy li {
	margin-bottom: 10px;
	list-style: disc inside;
}#pRossPhoto {
	margin-bottom: 0px;
	float: right;
	margin-top: 0px;
}
#pFromTheDesk {
	margin-top: 0px;
}#content .divFromTheDesk {
	margin-top: 20px;
	height: 160px;
	margin-bottom: 20px;
}

