html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body 
{	
	margin: 0;
	padding: 0;
	font-size: 10px;   /*TODO - font size relative */
	color:#49494B;
	font-family:Verdana, Arial;			
}

#container
{
	float: left;
	margin-left: -500px;
	left: 50%;
	position: absolute;
	background: url(../images/bg.jpg) no-repeat top right;	
	
}

#content
{
	/* center layout */
	width: 1000px;
	position: relative;			
	margin:0;
	padding:0;	
	/*min-height:724px;*/	
	
}

.noScroll
{
	overflow:auto;
}

#home
{
	background-image: url(../images/home_bg_fade.jpg);
	background-repeat: no-repeat;
	background-position: center top;		
	
}	

#home #container
{
	background-image:none;
}	
	
#home #logo
{
	position:absolute;
	margin:350px 0 0 220px;	
		
}

#home #splashPic
{	
	position:absolute;
	margin:0 0 0 420px;	
}

#home #mainNav
{
	position:absolute;
	margin:380px 0 0 140px;		
}

#home #flashcontent
{
	margin:0 0 0 100px;
	width:800px;
	/*border:solid 1px black;*/
}

#header
{
	margin:0 0 0 100px;	
	padding:0;	
	clear: both;
}

#advertiseAboveHeader
{
	min-height: 115px;
	text-align: center;
	margin-top:10px
}

#header #logo
{
	margin: 0 0 10px 73px;	
}

#mainNav 
{
	width:775px;
	height:20px;
	background: url(../images/longermenu_bar.jpg) no-repeat top left;	
	margin:0px;
	padding:0px 0px 2px 0px;
	background-color:#ffffff;
	border-bottom:solid 1px #AAAEB2; /*TODO check border color */	
}


#mainNav ul
{	
	float:right;
	list-style:none;
	margin:0px 100px 0px 35px;
	padding:0px;
}

#mainNav li
{
	float:left;
}

#mainNav li A
{
	float:left;
	padding:0;
	margin:0 0 0 30px;
	text-align:center;	
	text-transform:uppercase;
	/*font-size: xx-small;*/
	/*font-weight:bold;*/
	font-size:9px;
	font-family:Arial, Verdana;
	color:#C6C8CA;
	line-height:20px;
	text-decoration:none;
	letter-spacing:1px;	
}

#mainNav li A:hover
{
	color:#ffffff;
	border-bottom:solid 3px #FAA21B;
}

#mainContent
{	
	min-width:774px;
	width:774px;
	margin:0 0 0 100px;	
	padding:0;		
	border-right:solid 1px #AAAEB2;
}

#footer
{
	margin:0 0 0 100px;
	padding:0;
	clear:both;
	background: url(../images/footer.jpg) no-repeat top left;
	overflow:auto;
}

.headerAboveMenu
{
	margin:0 0 0 94px;
	padding-top:10px;
	height:100px;
	text-align: left;
}

#footerPanel
{
	margin:0px 0 0 110px;
	padding:0;
	width:380px;
	float: right;
	/*border:solid 1px #DCDEDF;*/
}

#footerPanelLeft
{
	float:left;
	height:74px;
	width:170px;
	background:#DCDEDF;
	padding:10px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
}

#footerPanelRight
{
	float:right;
	width:169px;
	height:74px;
	padding:10px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#emailSignup
{
	margin: 0px 170px 0px 0;
	padding: 0px;
	width:245px;
	height:94px;
	float:right;
	background: url(../images/mail_list_red_bg.gif) no-repeat top left;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

#emailSignup H2
{
	color:#ffffff;
	margin:5px;
	text-align:center;
	
}

#emailSignup TD
{
	text-indent:10px;
	color:#ffffff;
	padding:3px;
}

#emailSignup A
{
	color:White;
}

#secNav 
{
	width:840px;
	margin:20px 0 0 60px;
	padding:0 0 2px 0;	
	/*font-size: xx-small; */
	color:#393839;	
	text-align:center;		
	line-height:12px;		
}


#secNav ul
{	
	list-style:none;
	margin:0 0 0 19px; /* CHANGE THE LAST NUMBER T*/
	padding: 0;	
}

#secNav li
{	
	float:left;
	margin:0;
	padding:0 10px 0 0;
}

#secNav li A
{
	float:left;	
	margin:0;
	padding:0 10px 0 0;
	text-align:center;		
	line-height:12px;
	text-decoration:none;
	text-transform:uppercase;
	color:#393839;
	border-right:solid 1px #393839;
	letter-spacing:1px;
	font-family:Arial, Verdana;
	font-size:8px;
}

#secNav li A:hover
{
	text-decoration:underline;	
}

#copyright
{
	font-size:9px;
}

/* Standard Styles */
H1
{
}

H2
{
	font-family:Verdana, Arial;
	font-size:11px; /* TODO -change to relative */
	font-weight:bold;
	margin:0;
	padding:0;
}

.leftFloat
{
	float:left;
}

.rightFloat
{
	float:right;
}

.leftContent
{
	float:left;
	width:278px;	
}

/* Content Page */
#subContent
{
	width:774px;
	background-color:#ffffff;
	margin:0;
	padding:0;		
	overflow:auto;
}

#subContent .rightContent
{
	min-height:412px;
}

#subContent .textBG
{
	float:left;	
	width:241px;
	/*min-height:410px;*/
	background-color:#E9E6E6;	
	padding:47px 20px 20px 20px;
}

#subContent .leftContent IMG, #subContent .rightContent IMG
{
	float:right;		
}
	
#subContent .leftContent IMG
{
	margin:45px 20px 0 0;
}
	
#subContent .textBG P
{
	padding:0;
	margin:0 0 10px 0;
	text-align:justify;
	font-weight:bold;
	line-height:13px;
}


/* FAQ Page */
#faq .textBG .answer
{
	font-weight:normal;
}

/* testimonials */
#testimonials .textBG P
{
	margin-bottom:0px;
	margin-top:10px;
}

#testimonials .signature
{
	color:#AF6C28;
	font-weight:bold;	
}

/* Products Page */
#productsLove
{
	background: url(../images/products_love_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}

#productsBrazilians
{
	background: url(../images/products_brazilians_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#productsComedy
{
	background: url(../images/products_comedy_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#bkrs
{
	background: url(../images/bkrs_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#forum
{
	background: url(../images/theshow-forum-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#productsHotelbarryfornia
{
	background: url(../images/hotelbarryfornia_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#bkcondemand
{
	background: url(http://www.revolution31.com/images/theshow-bkcod-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#pastguests
{
	background: url(../images/theshow-pastguests-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#coming
{
	background: url(../images/theshow-coming-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}
#bonusshow
{
	background: url(../images/theshow-bonus-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#archive
{
	background: url(../images/theshow-archive-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#twitter
{
	background: url(../images/theshow-twitter-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#youtube
{
	background: url(../images/theshow-youtube-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#myspace
{
	background: url(../images/theshow-myspace-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#music
{
	background: url(../images/theshow-music-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#season1
{
	background: url(../images/theshow-season1-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#season2
{
	background: url(../images/theshow-season2-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#season3
{
	background: url(../images/theshow-season3-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#therewind
{
	background: url(../images/theshow-therewind-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#specials
{
	background: url(../images/theshow-specials-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#bkshow
{
	background: url(../images/theshow-bkshow-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#buybonus
{
	background: url(http://www.revolution31.com/images/theshow-buybonus-500x130_bg.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:494px;
}
#productsPhone
{
	background: url(../images/products_phone.jpg) no-repeat top left;	
	height:130px;
	border:solid 1px #ffffff;
	width:491px;
}

#products .leftContent IMG
{
	float:right;
	border:solid 1px #ffffff;
}

#products .rightContent
{
	margin-left:277px;
}

.productDescription
{
	padding:0;
	float:left;
	margin:45px 0 0 100px;
	width:255px;
}

.productDescription P
{
	color:#ffffff;
	text-align:justify;
	margin:0;
	padding:0;
	font-size:11px; /*TODO change to relative*/
}

.productDescriptionDiv
{
	color:#000000;
	text-align:justify;
	margin-top:-15px;
	padding:0;
	font-size:11px;
}

.productDescription A
{
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	margin:0 0 0 170px;		
}

.productDescription A:hover
{
	text-decoration:underline;
}

/* Sub Products Page */
#subProduct
{
	width:774px;
	background-color:#ffffff;
	margin:0;
	padding:0;	
	overflow:auto;	
}

#subProduct .leftContent
{
	border-right:solid 1px #ABA7AE;
}

#subProduct .leftContent H2
{
	float:right;	
	margin:20px 20px 0 0;	
}

#subProduct .leftContent UL
{
	clear:right;
	float:right;
	margin:10px 20px 0 0;
	list-style:none;
}

#subProduct .leftContent UL LI, #subProduct .leftContent UL LI A
{
	color:#ABA7AE;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	text-align:right;
	margin:7px 0 7px 0;
	width:95px;	
	display:block;
	border-left:solid 2px #ffffff;	
}

#subProduct .leftContent UL .lBorder
{	
	border-left:solid 2px #FAA21B;
}

#subProduct .leftContent .insBio
{
	float:left;
	margin:0 0 0 10px;
	width:150px;
}

#subProduct .leftContent P
{	
	text-align:justify;
	font-family:Verdana,Arial;
	font-size:10px; /*TODO - change to relative */				
}

#subProduct #imgHeading
{
	margin:40px 0 0 0;		
}

#subProduct .imgInstructors
{
	clear:right;
	float:right;
	margin:50px -19px 0 0;		
}

#subProduct .rightContent
{
	min-height:412px;		
}

#subProduct .rightContent H2
{
	margin:40px 0 0 320px;	
}

#subProduct .rightContent P
{
	margin:30px 20px 0 320px;
	line-height:20px;
	text-align:justify;
	font-size:11px; /* TODO - change to relative */	
}


/* Staff */
#staff
{
	width:774px;
	background-color:#ffffff;
	margin:0;
	padding:0;	
	overflow:auto;	
}

#staff .leftContent
{
	border-right:solid 1px #ABA7AE;
	/*border:solid 1px red;*/
}

#staff #imgHeading
{
	margin:40px 0 0 60px;			
	float:left;
}

#staff .imgInstructors
{
	clear:right;
	float:right;
	margin:30px -19px 0 0;		
}

#staff .rightContent
{
	margin-left:298px;
	min-height:412px;
	/*border:solid 1px blue;		*/
}

#staff .rightContent .bioHeader
{
	margin:51px 20px 0 0;/* 298px;*/
	width:430px;		/*456*/
	/*background-color:#F7F8F7;	*/
	height:32px;	
	background: url(../images/bio_header_bg.jpg) no-repeat top left;
}

#staff .rightContent .bioHeader H2
{	
	float:left;
	line-height:30px;	
	padding-left:10px;	
}

#staff .rightContent .bioHeader .more
{
	float:right;
	text-decoration:none;
	color:#49494B;
	font-size:9px;	
	line-height:30px;
	padding-right:10px;	
}

#staff .rightContent .bioHeader .more:hover
{
	text-decoration:underline;
	cursor:pointer;
}

#staff .rightContent .bioHeader .moreBtn
{
	margin:10px 30px 0 0;
	float:right;
	border:solid 1px red;
}

#staff .rightContent P
{
	clear:right;
	width:408px;
	margin:0 0 0 1px;/* 20px;*/
	padding:10px;
	text-align:justify;	
	background-color:#EDEDED;
	/*height:73px;*/
}

#staff #bottomSpacer
{
	height:100px;
}

#staff .rightContent .blank
{
	background:#ffffff;
}

.enroll
{
	margin-top: 106px;
	margin-left: 15px;
	float: left;
}

.learnMore
{
	position: relative;
	top: 65px;
	left: 0;
	text-align: right;
}

.enroll A
{
	line-height:20px;
	color:#000000;
	/*font-family:Century Gothic, Tahoma, Arial;*/
	/*text-transform:uppercase;*/
	/*font-size:12px;*/
	/*font-weight:bold;*/
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;	
}

.enroll A:hover
{
	text-decoration:underline;
}

/* Enroll */
#enroll
{
	background-color:#ffffff;
	overflow:auto;
	min-height:412px;
	width:705px;
	float:right;	
}

#enroll H1
{
	float:right;
	font-size:14px;
	/*font-family: Century Gothic, Verdana, Arial;*/
	text-transform:uppercase;
	color:#E88B23;
	margin:10px 35px 0 0;
	font-weight:normal;
	line-height:20px;
	padding-bottom:40px;
}

#enroll .courseDetails
{
	clear:right;	
	height:40px;
	width:705px;
	background: url(../images/CourseDetails_big_bg.jpg) no-repeat top left;			
}

#enroll .courseDetails IMG
{
	margin:3px 0 0 0 ;
	float:left;
}

#enroll .tblEnroll
{
	clear:left;
	font-weight:bold;
	margin-top:-4px;
}

#enroll .tblEnroll thead
{
	color:#ffffff;	
	font-size:14px; /* TODO Relative size */
	/*font-family:Century Gothic, Verdana, Arial;*/
	font-weight:normal;
	background-color:#424041;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:30px;
	text-indent:10px;
}

#enroll .tblEnroll thead td
{
	border-right:solid 1px black;
}

#enroll .tblEnroll .noBorder
{
	border:none;
}

#enroll .tblEnroll tr
{
	height:20px;
}

#enroll .courseTitle
{
	font-size:9px;
	text-transform:uppercase;
	background-color:#ffffff;		
}


#enroll .tblEnroll .r0
{
	background-color:#DDDDDD;
}

#enroll .courseDateAndCity
{
	text-indent:10px;
	border-right:solid 1px black;
	
}


#enroll .tblPrograms
{
	border:solid 1px black;
	border-top:none;
}

#enroll .tblPrograms TH
{
	border-top:solid 1px black;
	border-right:solid 1px black;
}

#enroll .tblEvents
{
	border-top:solid 1px black;
}


/*
#enroll .courseDetails img
{
	float:left;
	margin:0 0 0 10px;
}
*/

#enroll H3
{
	float:left;
	color:#B2C5D0;
	font-size:12px;
	letter-spacing:2px;
	line-height:40px;
	margin:0 0 0 40px;	
	font-weight:normal;
}

#enroll #cost
{
	float:left;
	margin:0 0 0 30px;	
	padding:0;
	color:#DDDDDD;
}

#enroll .courseSignup .signupBtn
{
	margin:0 0 -2px 0;
	padding:0;
}

/* Cart */
#cart
{
	/*margin:0 150px 0 69px;*/
	background-color:#ffffff;
	overflow:auto;
	min-height:412px;
	width:705px;
	float:right;
}

#cart H3
{
	font-size:11px;
	color:#ffffff;
	margin:0 0 0 20px;
}

#cart #cartTab
{
	margin:40px 0 0 0;
}

#cart #cartContents
{
	background: url(../images/cartHeader.jpg) no-repeat top left;	
}

#cart .tblCart
{
	color:#7A7A7B;	
	text-align:center;
}

#cart .tblCart THEAD
{
	height:39px;
	font-size:12px;
	color:#C1CACE;
	font-weight:bold;
	text-transform:uppercase;	
}

#cart .tblCart TBODY TD
{
	line-height:60px;
	background-color:#EDF0F1;
}

#cart .tblCart .cartProduct
{
	padding-left:20px;
	text-align:left;	
	line-height:12px;
}

#cart .tblCart TBODY .cartProduct
{
	background-color:#ffffff;
	border-right:solid 1px #DBD8D7;
}

#cart .tblCart TBODY TD
{
	border-bottom:solid 1px #DBD8D7;
}

#cart .tblCart .cartPrice
{
	border-left:solid 1px #DBD8D7;
	border-right:solid 1px #DBD8D7;
}

#cart .tblCart .cartTotal
{
	border-right:solid 1px #DBD8D7;
}
	
#cart .tblCart .cartQty
{
	background-color:#ffffff;
	line-height:25px;
	width:50px;	
}

#cart .tblCart .cartRemove
{
}

#cart .tblCartFooter
{
	height:90px;
	line-height:30px;
	background-color:#DFE3E6;
	margin:0;
}

#cart .tblCartFooter TH
{
	text-align:right;	
	padding:0 10px 0 0;
	color:#6A696A;
	font-size:11px;
	font-weight:normal;	
}

#cart .tblCartFooter .cartCoupon
{
	text-align:center;
}

#cart .txtCoupon
{	
	width:82px;	
}

#cart .tblCartFooter .grandTotal
{
	color:#14232B;
	text-transform:uppercase;
}

#cart .tblCartFooter .cartGrandTotal
{
	margin:0 0 0 14px;
	background-color:#ffffff;
	line-height:20px;
	width:86px;	
	text-align:center;
}

#cart .tblCartFooter .cartCheckout, #cart .tblCartFooter .cartApply
{
	text-align:center;
	height:30px;
}

.success
{
	color:Green;
}

.failed
{
	color:Red;
}

/* Contact */
#contact FIELDSET
{	
	float:left;
	padding:0;
	border:none;		
}

#contact INPUT
{
	border:solid 1px #BDBCBC;
}

#contact INPUT[type=checkbox]
{
	border:none;
}

#contact LABEL
{
	/*color:#BDBCBC;	*/
	line-height:15px;
}

#contact #help
{
	width:200px;
	margin:82px 30px  0 0;
	float:right;
}

#contact TEXTAREA
{
	border:solid 1px #BDBCBC;
	height:100px;
	width:250px;
}

#contact H1
{
	color:#221E1F;
	font-family:Century Gothic, Verdana, Arial;
	font-size:11px; /* TODO Relative size */
	text-align:center;
}

#contact #help P
{
	text-align:center;
	color:#A3A2A2;	
}

/* Admin Console */
#adminConsole
{
	margin:20px;
	font-size:12px;
}

#adminConsole #logo
{
	float:left;
	margin:10px 30px 0 0;	
}
	
#adminConsole H1
{
	font-family:Verdana, Arial;
	font-size:22px; /* TODO -change to relative */
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:35px;	
}

#adminConsole H2
{
	margin:30px 0 10px 0;
	font-size:18px;
}

#adminConsole .tblGV
{
	margin:10px;
}
/* frm class - used in all details view pages */
.frm
{
	border:solid 1px #ffffff;
	line-height:20px;	
	font-size:12px;			
	margin:10px 0 0 10px;
	padding:0;
	width:824px;
}

.frm .spacerTop
{
	padding-top:10px;
}

.frm .spacerBottom
{
	padding-bottom:10px;
}

.frm .spacerTopBottom
{
	padding-top:10px;
	padding-bottom:10px;
}

.frm THEAD TH
{
	background-color:#666666;
	color:#ffffff;
	text-align:left;
}

.frm TH
{
	font-weight:bold;
	text-align:left;
	padding:0 0 0 10px;	
}

.frm TEXTAREA
{
	font-family:Arial, Times New Roman;
	font-size:12px;
	font-weight:normal;
}

.buttons
{	
	margin:10px 0 10px 0;
}

.cost
{
	padding: 5px 0 0 0;
	color: #B2C5D0;
}

.poll
{
	background-image: url(/images/poll_background.png); 
	background-repeat: repeat-x; 
	padding: 5px 20px 20px 20px; 
	margin-right: 5px;	
}

.pollFooter
{
	background-image: url(../images/poll_footer.png); 
	width: 98%;
    height: 5px;
}

.pollHeaderText
{
	font-size: 11px;
}

.pollImage
{
	/*margin: 10px 20px 10px 20px;*/
	text-align: center;
	margin-top:2px;
}

.Poll_TotalVotes
{
}