@charset "UTF-8";
/* CSS Document */

/***** Global Settings *****/
*, html, body {margin:0;padding:0;}
body {font:12px/1.35 arial,helvetica,sans-serif;}
img {border:0;}
a img {border:0px;}
 
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {color:#000;margin:20px 0 5px 0;line-height:120%;}
h1 {font-size: 165%;line-height:100%;}
h1 + h2 {margin-top: 0;}
h2 {font-size: 140%;}
h3 {font-size: 120%;font-weight:bold;}
h4 {font-size: 120%;line-height: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;margin:10px 0;font-weight:bold;}

p {margin:10px 0 15px;line-height:20px;}
ul {list-style:none;padding:0 0 18px 40px;}
li {
	list-style:none;
}
ol {padding:0 0 18px 40px;}
hr {color:#000;height:1px;border:solid #000;border-width:1px 0 0;}

small {font-size:0.85em;}
big {font-size: 1.15em;}
sup {position:relative;bottom:0.3em;vertical-align:baseline;}
sub {position:relative;bottom:-0.2em;vertical-align:baseline;} 
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
 
/***** Links *****/
a:link, a:visited, a:active {color:#00C;text-decoration:underline;}
a:hover {color:#C00;text-decoration:underline;}

/***** Global Classes *****/
.clear         { clear:both; }
.left    	   { float:left; }
.right   	   { float:right; }
.block   	   { display:block; }
.inline   	   { display:inline; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Quotes *****/
blockquote {margin:0 30px 20px;padding:10px 10px 10px 40px;background:url(/images/quote-start.png) no-repeat scroll 10px 10px;}
blockquote p {padding-right:30px;}
blockquote .quote {margin:5px 0 0;background:url(/images/quote-end.png) no-repeat scroll right bottom;}
blockquote .by {font-size:10px;margin:0 35px 0 0;text-align:right;}

/***** Form Styles *****/
fieldset {margin:10px 0 20px 0;}
legend {font-size:120%;padding:0 0 10px 0;margin:0;color:#333;text-indent:0;}
input[type=text] {font-size:11px;margin:0 0 5px;padding:2px 3px;width:210px;border:1px solid #CCC;}
input[type=text]:focus, select:focus, textarea:focus {border:1px solid #CCC;background-color:#EEE;}
select {margin:0 0 5px;border:1px solid #CCC;}
select option {padding:0 3px;}
textarea {border:1px solid #CCC;}

label.required {font-weight:bold;font-size:12px;}
label.required:before {color:#FF0000;content:"*"}

/***** List Styles *****/
ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4 {margin-left:5px !important;padding-left:15px !important;overflow:hidden;}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li {list-style:none;margin-bottom:5px !important;padding-bottom:3px !important;padding-left:21px !important;}
ul.bullet-1 li {background:url(/images/icons/bullet-1.gif) no-repeat 10px 5px;}
ul.bullet-2 li {background:url(/images/icons/bullet-2.gif) no-repeat 10px 6px;}
ul.bullet-3 li {background:url(/images/icons/bullet-3.gif) no-repeat 10px 5px;}
ul.bullet-4 li {background:url(/images/icons/bullet-4.gif) no-repeat 10px 7px;}

/*-------------------------------------------------
SITE STRUCTURE
-------------------------------------------------*/
body {
background-image:url(/images/bgrepeat-cross.png);
background-repeat:repeat-x;
background-color:#d6d7c7;
text-align:center;
}
#content_background{
background-image:url(/images/bgrepeat-down.png);
background-repeat:repeat-y;
width:972px;
margin:auto;
text-align:center;
}
#wrapper {
	width: 960px; 
	margin: auto;
	text-align:left;
	background-image:url(/images/contentbg-down.png);
	background-repeat:repeat-y;
	}
#wrapper img {
	margin-left:-6px;
}
#sidebar img {
	margin-left:0px;
}

#orange_mast{
background-image:url(/images/orangemast.png);
background-repeat:no-repeat;
width:699px;
height:auto;
float:left;
margin:auto;
}


/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#header {
	width:100%;
	height:100px;
	background-color:#000;
	
}
#mainlogo{
	float:left;
	position:relative;
	z-index:50;
}
/***** Top Nav *****/

/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/
#navContainer {
	float:right;
	width:712px;
	height:68px;
	margin: 15px 15px 0px 0px;
}
#navContainer #smallNav{
float:right;
position:relative;
	z-index:50;
}
#navContainer #smallNav li {
	display:inline;
	color:#FFF;
}
#navContainer #smallNav li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	
}
.smallnavfirelight {
	background: url(/images/flameicon.png) no-repeat 0px;
	padding-left:25px;
	padding-bottom:3px;
}
.smallnavcontact {
	background: url(/images/contacticon.png) no-repeat 0px;
	padding-left:25px;
	padding-bottom:3px;
}
.smallnavcart {
	background: url(/images/cart_full.png) no-repeat 0px;
	padding-left:25px;
	padding-bottom:3px;
}
#navContainer p a{
	color:#FFF;
	display:inline;
	font-size:15px;
	font-family:"Arial Narrow";
	text-decoration:none;
}
#navContainer p{
	float:right;
	color:#FFF;
	position:relative;
	z-index:50;
	width:640px;
	text-align:right;
}
/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/
#sidebar {float:right;width:215px;padding:10px 0px 0px 15px;}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#footer {
	text-align:left;
	clear:both;
	width: 960px; 
	margin:auto;
}
#leftlinks{
	margin-top:10px;
	width:300px;
	float:left;
	
	}
#leftlinks a{
	font-size:13px;
	color:#b60e09;
	line-height:22px;
	padding-left:0px;
}
#leftlinks .left{
	float:left;
}
#leftlinks .right{
	float:right;
}
#rightlinks {
	float:right;
	text-align:right;
	color:#0d080c;
	font-size:11px;
	margin-top:10px;
	line-height:22px;
}
#rightlinks a{
	color:#666;
	text-decoration:none;
}
#social{
	font-weight:bold;
	float:right;
}

#social a {
margin-left:0px;
}
.ender{
	z-index:50;
	position:relative;
}
/*-------------------------------------------------
ORANGE MAST STYLES
-------------------------------------------------*/
#orange_mast {
	padding:20px 0px 0px 20px;
	color:#FFF;
}
#orange_mast .subhead{
	color:#000;
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	margin-top:27px;
}
#orange_mast .smallsubhead{
	margin-top:15px;
	font-size:15px;
	font-weight:bold;
	color:#C00;
}
#orange_mast .breadcrumb a{
	color:#FFF;
}
/*-------------------------------------------------
MAIN CONTENT
-------------------------------------------------*/
#main_content{
	padding:10px 20px 20px 20px;
	color:#000;
	clear:both;
	width:659px;
	float:left;
}
#main_content strong{
	font-size:12px;
	
}
#main_content p strong{
	font-size:12px;
	color:#000000;
}
/*-------------------------------------------------
HOMEPAGE STYLES
-------------------------------------------------*/
#homeImages{
   width:994px;
   height:629px;
  /* background: url(/images/homebigPic.png) no-repeat 12px top;*/
  
   margin-left:auto;
   margin-right:auto;
   z-index:10;
   position:relative;
   top:-72px;
   
   
}
#fourColumns{
  margin-top:-192px;
  width:925px;
  height:203px;
  background: url(/images/newhome4.2.png) no-repeat 0px; 
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  z-index:50;
  	 position:relative;
	
}
#fourColumns .message {
	margin:10px 0px 0px 20px;
	padding:25px 0px 0px 0px;
	width:210px;
	height:144px;
	float:left;
	cursor:pointer;
	 
	
}
#fourColumns .message:hover{

}
#fourColumns .mesenger {
	margin:10px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	width:210px;
	height:144px;
	float:left;
	cursor:pointer;
	}


#fourColumns .speakingandtraining:hover{
 
}
#fourColumns .products {
	margin:10px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	width:210px;
	height:144px;
	float:left;
	cursor:pointer;
	}
#fourColumns .products:hover{
 
}
#fourColumns .miniheads{
	
	margin-top:15px;
	margin-left:-10px;
}
 .colsmall {
	font-size:11px;
	color:#565656;
	width:200px;
	margin-top:5px;
}
 .lefty{
	float:left;
	margin-right:10px;
}
#fourColumns .homeNewsSignup{
float:left;
width:188px;
height:142px;
margin-left:25px;
margin-top:50px;
}
.divider {float:left;}
#firesignupform{
	background-color:#060000;
	height:60px;
	margin-top:-5px;
	
	z-index:20;
	width:191px;
	position:relative;
	color:#FFF;
	padding:10px;
}
#firesignupform .input {
	width:120px;

}
#firesignup{
	cursor:pointer;
}
label{
width:235px;
text-align:right;
}
label.message{
width:235px;
text-align:left;
}
#myForm{
	width:480px;
}
.error{
	color:#FF0000;
}
/*-------------------------------------------------
STORE HACKS
-------------------------------------------------*/
.form-search, ul.links, .block-cart, .block-compare, .product-collateral, .more-views, .add-to-links, .or, .availability,  .email-friend, .no-rating, short-description h2, .block-viewed, .breadcrumbs, .block-progress, .block-subscribe{
	display:none;
}
.main{
	padding-left:0px;
}
.col-wrapper{
	padding-left:0px;
	margin-left:0px;
}
#login-email, #login-password {
	width:200px;
	
}
#main_content .add-to-box, #main_content .add-to-box label {
	text-align:left;
	
	width:100px;
}
li label{
	text-align:left;
	float:left;
}
ul.form-list {
	text-align:left;
	padding-left: 0px;
}
.storeEnder{margin-top:20px;}
#main_content .shipping{
	margin-left:-315px;
	width:620px;
}
#main_content .discount{
	margin-left:-315px;
	width:620px;
}
#main_content .cart-collaterals {
	margin-left:0px;
}
#main_content .totals{
	margin-left:-200px;
	width:650px;
}
.product-image {
	text-align:center;

	}
#main_content .product-name a{
	text-decoration:none;
	color:#dd8201;
	font-size:16px;
}
/*-------------------------------------------------
BLOG HACKS
-------------------------------------------------*/
.navigation{
	height:30px;
	color:#F30;
	font-size:14px;
	text-decoration:none;
}
.navigation a{
	color:#F30;
}
.alignleft{
	float:left;
}
.alignleft a{
	text-decoration:none;
}
.alignright{
	float:right;
}
.alignright a{
	text-decoration:none;
}
#searchform div{
	text-align:left;
	margin-left:0px;
}
.main {

}
.pager{
display:none;

}
.sorter{
display:none;
}
#nav{
	display:none;
}
/** action box **/
#actionbox{
	width:663px;
	min-height:289px;
	background:url(/images/actionbox/actionback.png) no-repeat 0px;
}
#actionvideo{
	margin-top:56px;
	margin-left:15px;
	float:left;
}
#djspeakdl {
float:left;
margin-left:29px;
margin-top:60px;
width:71px;
height:160px;
}
#actioncopy{
	margin-left:22px;
	margin-top:73px;
	width:200px;
	height:105px;
	font-size:12px;
	float:left;
}
#speakerpacketlink{
float:left;
width:214px;
height:19px;
margin-top:10px;
margin-left:22px;
}
#speakerpacketlink a{
	font-weight: bold;
	font-size:16px;
	color:#882d14;
	text-decoration:none;
}
#hiredjbutton {
	width:316px;
	height:49px;
	float:left;
	margin-top:10px;
	margin-left:29px;
}
#morevidsbox {
	width:657px;
	background-color:#000000;
	float:left;
	display:none;
	padding-top:25px;
}
#morevidsbox ul{
	float:left;
	margin-left:0px;
	margin-top:10px;
}
#morevidsbox ul li{
	color:#fff;
	cursor:pointer;
	font-size:12px;
	padding-top:7px;
	padding-left:21px;
	height:20px;
	border:1px solid #000;
	width:150px;
	
	background:url(/images/actionbox/film.png) no-repeat 5px;
	
}
#morevidsbox ul li:hover {
	background-color:#323232;
}
#actionmorevids{
	float:left;
	margin-top:8px;
	margin-left:6px;
	cursor:pointer;
}
#actionmorevidsclose{
	float:left;
	margin-top:0px;
	margin-left:6px;
	cursor:pointer;
	display:none;
}
.morevidheader{
	color:#f6d4a7;
	font-size:20px;
	margin-left:45px;
	
}
ul.rightborder li{
	border-right:1px solid #7c2502;
	
}
#searchform div {
	text-align:left;
	margin-left:-50px;	
}
label.screen-reader-text{
	text-align:left;
	
}
.widgettitle {
	margin-left:-40px;
}
#sidebar ul a{
	margin-left:-70px;
	color:#C00;
	font-size:14px;
	text-decoration:none;
}
/* headers for store and blog */
#main_content .firelight-header{
	margin-left:-40px;
	margin-top:-45px;
}
#main_content .store-header{
	margin-left:-40px;
	margin-top:-50px;
}
.narrowcolumn a{
	color:#C30;
	text-decoration:none;
}
a.actionLink{
	color:#C00;
	font-size:16px;
}
#hirebox{
	width:574px;
	height:210px;
	background:url(/images/hr.png) no-repeat top;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;

}
#hirebox #hireLeft{
	float:left;
	
}
#hirebox #hireRight{
	float:right;
}
#hirebox .hireBoxheader{
	font-size:18px;
	font-weight:bold;
}
#hirebox ul li {
	margin-left:0px;
}
#hirebox li a{
	color:#C00;
	text-decoration:none;
	font-size:14px;
}
#speaktopics {
	padding-top:30px;
	
	font-size:18px;
	font-weight:bold;
	padding-left:50px;
}
#speaktopics li {
	background:url(/images/microphone.png) no-repeat left;
	padding-left:25px;
}
#speaktopics li a{
	font-weight:normal;
	color:#C00;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
}
#speaktopics li a:hover{
color:#F30;
}
#homeNewsform .homenewsinput {
	width:144px;
	height:15px;
	margin-top:15px;
}
.homenewssubmit	{
	float:right;
	margin-right:35px;
	margin-top:15px;
}
.hugger {
	margin-left:-20px;
	margin-top:-2px;
width:700px;
height:30px;
padding-top:5px;
padding-bottom:5px;
padding-left:20px;
background-color:#f9f7e0;
}
/* quotes */
.quote{

width:650px;
background:url(/images/quotes/background.png) no-repeat top;

}
.quote .txQuote{
	padding:20px 20px 0px 20px;
	font-size:14px;
}
#main_content .quote .txQuote strong{
	font-size:14px;
}
.fromWho {
	float:right;
	padding-right:20px;
	
}
#main_content .fromWho strong{
	color:#C60;
}
#main_content .quoteFoot{
	margin-top:10px;
	margin-left:0px;
	
}
.txQuote img{
	padding:0px 5px 0px 5px;
}
.clientTD{
	font-size:11px;
	width:50%;
	color:#630;
}
#main_content #asseenon {
margin-left:-35px;
}
#main_content  .djPic {
	float:right;
	margin:10px;
	background-color:#f68002;
	padding:2px;
	text-align:center;
}
#main_content .djPic img {
	margin-left:auto;
}
.djPic a{
	text-decoration:none;
	color:#fff;
	font-style:italic;
}



#main_content  .djPic2 {
	float:left;
	margin:10px;
	background-color:#f68002;
	padding:2px;
	text-align:center;
}
#main_content .djPic2 img {
	margin-left:auto;
}
.djPi2 a{
	text-decoration:none;
	color:#fff;
	font-style:italic;
}



#tblFormData td, #tblForm td  {
	background-color:none;
}
#news_subscribe_box{
	margin-top:10px;
	margin-left:0px;
	background:url(/images/news_subscribe_box.png) no-repeat top;
	height:300px;
	width:196px;
	padding:10px 0px 0px 20px;
	color:#FFF;
	
}
#speaktopics{
	background:url(/images/speaktopicsback.png) repeat-y top;
	
}
#nospam {
	float:right;
	margin-right:20px;
	margin-top:5px;
}
.nospamhome {
	margin-left:1px;
margin-top:-4px;
}
h3 {
	color:#d47b07;
	font-size:16px
}
#main_content h3 b {
	/*text-transform:uppercase;*/
}
.aboutheads{
	color:#d47b07;
	font-size:16px
}
#main_content ol li strong{
font-size:18px;
color:#C00;
}
.ContainerLeft {
	float:left;
	border:1px solid #FF0000;
	width:200px;
	overflow:hidden;
	margin-left:0px;
}
.ContainerRight{
	float:right;
	border:1px solid #FF0000;
	width:200px;
	overflow:hidden;
	margin-right:0px;
}
.bigsubmit {
	width:200px;
	height:25px;
	font-size:18px;
}
erroritem {
	color:#ff0000;
}
/* vidplayer */
#morevidarrow1 {display:none;float:right; margin-right:5px;}
#morevidarrow2 {display:none;float:right;margin-right:5px;}
#morevidarrow3 {display:none;float:right;margin-right:5px;}
#morevidarrow4 {display:none;float:right;margin-right:5px;}
#morevidarrow5 {display:none;float:right;margin-right:5px;}
#morevidarrow6 {display:none;float:right;margin-right:5px;}
#morevidarrow7 {display:none;float:right;margin-right:5px;}
#morevidarrow8 {display:none;float:right;margin-right:5px;}
#morevidarrow9 {display:none;float:right;margin-right:5px;}
#morevidarrow10 {display:none;float:right;margin-right:5px;}
#morevidarrow11 {display:none;float:right;margin-right:5px;}
#morevidarrow12 {display:none;float:right;margin-right:5px;}
#morevidarrow13 {display:none;float:right;margin-right:5px;}
#morevidarrow14 {display:none;float:right;margin-right:5px;}


#main_content #gallery {

		padding: 10px;

		width: 650px;

	}

	#main_content #gallery ul { list-style: none; }

	#main_content #gallery ul li { display: inline; vertical-align:top;height:250px; overflow:hidden;}

	#main_content #gallery ul div {
		background-color:#3e3e3e;
		width:auto;
		float:left;
		border: 5px solid #3e3e3e;
		margin-left:5px;
		margin-top:5px;
		text-align:center;

		
		
		

	}
	.sociable ul li{
		float:left;
		padding-left:15px;
	}
	.narrowcolumn #searchform {
		margin-left:50px;
	}
#main_content #gallery ul div a { 
color:#FFF;
text-decoration:none;
}
#main_content #gallery ul div:hover {
		border: 5px solid #fff;
		color: #fff;
}
#main_content #gallery ul a:hover { color: #fff; }
#main_content  #gallery {}

	#main_content .sociable ul{width:600px;
	}

#LegalNav li{
	list-style:disc;
	font-size:16px;
	line-height:28px;

}
#LegalNav li a{
	color:#F60;
}
#main_content .actionItem {
	font-size:16px;
}
#main_content #partclient strong{
	font-size:16px;
	color:#C00;
}
#main_content div#partclient li {
	font-weight:bold;
	font-style:italic;	
	padding-left:10px;
}
.clientlistbutton {
float:right;
margin-top:25px;
}
.ClientSel{
	color:#C00;
	
}
#clientlistnav{
	color:#630;
}
#clientlistnav span{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#930;
	cursor:pointer;
}
.onscreen{
	border:1px solid #e5e5d3;
	padding:10px;
}
#main_content .onscreen strong {
	font-size:14px;
}
.footerlink{
		background:url(/images/footerarrow.png) no-repeat left;
		padding-left:18px;
}

#sidebar .sideli{
		background:url(/images/footerarrow.png) no-repeat left;
		padding-left:18px;
		margin-left:0px;
		color:#C00;
	font-size:14px;
}
#sidehire .header {
	font-size:16px;
	font-weight:bold;
	color:#900;
}
#sidebar .sideclean{
	text-decoration:none;
	color:#C00;
	font-size:12px;
}
	
	
.sideul {
	margin-left:0px;
}
.sideli a{
	text-decoration:none;
	color:#C00;
	font-size:14px;
}
.mediatext{
	font-size:15px;
	font-weight:bold;
	font-style:15px;
}
.speakingbullets li{
background:url(/images/bullet_orange.png) no-repeat left;
		padding-left:28px;
		line-height:25px;
		margin-left:0px;	
}
.bullHead {
font-weight:bold;
font-size:15px;
}
#gallery .photos img{
	margin:auto;
}
#main_content .action {
	font-size:15px;
}
#main_content #co-billing-form {
	width:200px;
	border:1px solid #FF0000;
}
#main_content  .input-text  {width:270px;

 }
 .short-description h2{
	 display:none;
 }
 #main_content .hiretopic {
	 font-weight:bold;
	 font-siz:14px;
	 text-decoration:none;
	 float:right;
	 color:#c85a09;
	 border:1px solid #c85a09;
	 padding:5px;
	 background-color:#f4f2f2;
	 
 }
.speakh4 {
	margin-top:-3px;
	font-style:italic;
}
#main_content #gallery .photo{
	margin-left:0px;
}
#at15s {
	display:none;
}
.storehome{
	background:url(/images/storehome.png) no-repeat left;
		padding:20px 0px 0px 50px;
		height:35px;
}
.storehome a{
	color:#F90;
	text-decoration:none;
	font-size:16px;
}
#commentform {
	width:460px;
}
#main_content #commentform p label {
	text-align:right;
	float:left;
}
#main_content #commentform p input {
	float:right;
}
.recaptcha_only_if_audio {
	display:none;
}
.indent{
	padding-left:20px;
}
#main_content .medsched {
	border:1px solid #bbd1cf;
	background-color:#edf7f7;
	text-align:center;
	padding:10px;
	margin-left:-12px;
}
.schedhead{
	font-size:14px;
	font-weight:bold;
}
#main_content .captchalink1 {
	color:#C00;
	font-size:11px;
	text-decoration:none;
	background:url(/images/reload.png) no-repeat left;
	padding:0px 0px 0px 20px;
	height:45px;
}


#main_content .captchalink2 {
	color:#C00;
	font-size:11px;
	text-decoration:none;
	background:url(/images/speak.png) no-repeat left;
	padding:0px 0px 0px 20px;
	height:45px;
}

.formsec {
	width:270px;
	
}
#main_content .formsec .left {
	text-align:right;
	width:50px;
}
.required{
  padding-left:3px;
   color:#FF0000;
	font-weight:bold;
}
.smalltimes {
	font-size:8px;
	color:#F90;
	padding-left:2px;
}
#signup_on_page{
	border:1px solid #FFFFFF;
	background:url(/images/newsletter_on_page.png) no-repeat 0px;
	float:left;
	
width:300px;
height:275px;
}
#signup_on_page #spacer{
	margin-top:150px;
}
#signup_on_page input{
	float:right;
	margin-right:10px;
}
.textie {
	float:left;
	width:100px;
	text-align:right;
	color:#FFFFFF;
}
.calendar{
	float:right;
}
#orange_mast .pageheaders {
	margin-top:30px;
	margin-left:-22px;
}
#orange_mast .entry {color:#000;}
#orange_mast .breadcrumbs {margin-bottom:15px;}
