* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	font-size: 12px;
}

body {
	background:#445878 url(/images/site_bk.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}
.endOfSection { clear: both; }
 
/*
#################################################
# Wrapper
#################################################
*/

#wrapper {
	display: table;
	margin: 0 auto;
 	width: 900px;
 	background-color:#fff;
	padding: 0px 3px 0px 3px;
	border-top:0px solid #ff9933;
	border-right:3px solid #ff9933;
	border-bottom:3px solid #ff9933;
	border-left:3px solid #ff9933;
}

#wrapper_site {
	display: block;
	width: 900px;
	background-color:#fff;
	padding: 0px;
	margin: 0px;
}

/*
#################################################
# HEADER
#################################################
*/

#header {
	background:#000;
	color: #333;
	width: 900px;
	display: block;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
}
#header_sub {
	background:#000;
	color: #333;
	width: 900px;
	height:180px;
	display: block;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
}
/*
#################################################
# LEFT COLUMN
#################################################
*/

#leftcolumn { 
	color: #333;
	border: 0px solid #ccc;
	background: #fff;
	margin: 0px 5px 3px 0px;
	padding: 0px;
	width: 320px;
	float: left;
	text-align:left;
}

#video {
	display: block;
	width: 320px;
	height: 240px;
	background-image: URL("/images/320x240.gif");
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 5px;
}
 
#yellow_content{
	padding:5px;
}

#gallery{
	margin: 0px 0px 3px 0px;
	background: #1d1d1d;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 10px;
}

#gallery a{
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}

/*
#################################################
# CENTER COLUMN
#################################################
*/

#content_wrapper {
	display: block;
	float: left;
	width: 681px;
	padding: 0px;
	margin: 0px;
}

#content { 
	float: left;
	color: #333;
	border: 0px solid #ccc;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 356px;
	display: block;
	text-align: left;
}

#content_sub {
	background: #445878 url(images/content_bk.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	color:#fff;
	padding:0px;
}




/*
#################################################
# CONTENT WIDE
#
#################################################
*/
#content_wide {
	display: block;
	float: left;
	color: #000;
	border: 0px solid #ccc;
	margin: 0px;
	padding: 0px;
	width: 681px;
	text-align:left;
}

#content_sub_wide {
	display: block;
	float: left;
	color: #000;
	border: 0px solid #ccc;
	background-image: URL(/images/content_bk_wide-mid.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#sub_content {
	display: block;
	float: left;
	width: 336px;
	border: 0px solid #ccc;
	padding: 5px;
	font-size: 12px;
}

#sub_content_wide {
	display: block;
	float: left;
	width: 681px;
	background-image: URL(/images/content_bk_wide.gif);
	background-repeat: no-repeat;
	border: 0px solid #ccc;
	padding-top: 10px;
	font-size: 12px;
}

#sub_content table, #sub_content td, #sub_content th {
	font-size: 12px;
}

#page_content {
	display: block;
	float: left;
	width: 656px;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	line-height:16px;
	font-size:12px;
}

/*
#################################################
# CONTENT SEMI WIDE
# Content boxes under wide content
#################################################
*/

#content_sub_semiwide_wrapper {
	display: block;
	float: left;
	margin: 4px 4px 0px 0px;
	width: 336px;
}

#content_sub_wrapper {
	display: block;
	float: left;
	text-align: left;
	width: 356px;
	margin: 4px 0px 0px 0px;
}

#content_sub_semiwide {
	display: block;
	float: left;
	background-color: #445878;
	background-image: URL(/images/content_bk_semiwide.gif);
	background-repeat: no-repeat;
	color: #fff;
	width: 336px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#content_sub_semiwide a {
	color: white;
}

#page_title, #page_title h1, #Category_Title, .Category_Title, #Category_Title h1, .Title_Content, .Content_Title, .Title_Title, .Product_Title .Category_Title, .Title, .Product_Title {
	font-size: 18px;
	color: #445878;
	padding: 5px;
	margin: 0px;
	text-indent: 5px;
}

#page_content_home {
	line-height:16px;
	font-size:12px;
}

#page_content_home a{
	color:#fff;
	text-decoration:underline;
	font-size:12px;
}

#page_content_home a:hover{
	color:#fff;
	text-decoration:none;
}

#sub_title, #sub_title h1 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
	text-indent: 5px;
}

#sub_content_home { 
	padding:5px;
	font-size:12px;
	line-height:16px;
}

#sub_content_home a{
	color:#fff; 
	font-weight:bold;
	text-decoration:underline;
}

#sub_content_home a:hover{ 
	text-decoration:none;
}

#gallery_bottom_wide {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

#gallery_bottom {
	display: block;
	padding: 0px;
	margin: 0px;
}

#gallery_bottom_semiwide {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}


/*
#################################################
# RIGHT COLUMN
#################################################
*/

#rightcolumn { 
	color: #333;
	border: 0px solid #ccc;
	background: #fff;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 209px;
	display: block;
	float: left;
}

#text_top{
	text-align: center;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	color: #003366;
	font-size: 10px;
}

#advertisement{
	text-align: center;
	background: #E6E2AF url(/images/adv_bk.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 0px;
}

#adv_content{
	background: #fff;
	width: 200px;
	border-left-width: 4px;
	border-left: 4px solid #fff;
	-moz-border-left-colors: #e6e2af;
	-moz-border-right-colors: #e6e2af;
	text-align: center;
}

#partnership{
	margin: 0px 0px 3px 0px;
}

/*
#################################################
# Footer Section
#################################################
*/

#footer { 
	font-size:10px;
	text-align:left;
	width: 900px;
	clear: both;
	color: #fff;
	border: 0px solid #ccc;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height:18px;
}

#footer a{
	text-align:center;
	font-size:10px;
	color:#fff;
	padding:5px 0px 5px 0px;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	padding:5px 0px 5px 0px;
	text-decoration:underline;
}

#copyright{
	color:#fff;
	font-size:10px;
	padding:5px;
}

/*
#################################################
# Table Form Styles
#################################################
*/

table.form_table {
	width:400px;
	font-size:11px;
	border-width: 0px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fff;
}

table.form_table th {
	color:#fff;
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: #333;
	-moz-border-radius: ;
}

table.form_table td {
	text-align:left;
	color:#111;
	border-width: 2px;
	padding: 5px;
	margin:0px;
	border-style: solid;
	border-color: #445878;
	background-color: #efefef;
	-moz-border-radius: ;
}

#Form_Wrapper {
	width: 640px;
	display: block;
	float: left;
}

#Form_Contents_Name {
	width: 280px;
	float: left;
	margin: 2px;
	text-align: right;
	margin-top: 10px;
}

#Form_Contents_Input {
	width: 340px;
	float: left;
	margin: 2px;
	text-align: right;
	margin-bottom: 10px;
}

#Form_Contents_Input input {
	width: 100%;
	border: 1px solid black;
}

#Form_Contents_Submit {
	width: 100%;
	float: left;
	margin: 2px;
	text-align: right;
}

#Form_Contents_Textarea {
	width: 100%;
	float: left;
	margin: 2px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#Form_Contents_Textarea textarea {
	width: 100%;
	border: 1px solid black;
}

#Show_Checkbox {
	display: block;
	float: left;
	width: 100%;
	padding-right: 10px;
}

#Category_Title_Wrapper {
	display: block;
	float: left;
	width: 100%;
}

#Category_Title {
	display: block;
	float: left;
	width: 49%;
}

#Category_Title_Form {
	display: block;
	float: left;
	text-align: right;
	width: 49%;
	padding: 5px;
	z-index: 1;
}

#view_cart_buttons {
	display: block;
	float: left;
	text-align: right;
	width: 110px;
	padding: 5px;
	margin: 0px;
}

#view_cart_title {
	text-align: right;
	display: left;
	float: left;
	font-weight: normal;
	color: #000;
	width: 405px;
	padding: 10px;
}

#view_cart {
	display: block;
	text-align: left;
	width: 665px;
	font-size: 14px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#Clear {
	clear: both;
}

select {
	position:relative;
	font-size: 10px; 
	z-index: 1;
}
/* --------------------------------------------- */
/* CMATION CLASSES */
/* --------------------------------------------- */

.Category_Title a { color: #445878; }
.Category_Title a:hover { color: #445878; }
.text1b { font-size: 12px; }

/* --------------------------------------------- */
/* SHOPPING CART CLASSES */
/* --------------------------------------------- */
.td0 { width: 500px; }
input .td0 { border: 0px; }
td .td1, .td1 { width: 200px; text-align: right; }
td .td2, td .td3  { width: 300px; text-align: left; }
.td2 input { width: 295px; border: 1px solid #0099cc; text-align: left; }
.td3 input { width: 75px; border: 1px solid #0099cc; text-align: left; }
.td2 .Checkbox { border: 0px; width: 25px; }
.Cart_Text { color: #990000; font-weight: bold; }
.Cart_Items { color: #0099cc; font-weight: bold; }
.SC_Overview { color: #ffffff; }
.SCart_TXT a { color: #990000; }
.SCart_TXT { vertical-align: bottom; }
.Select_Box {font-size: 12px; }
#CheckoutForm { width: 500px; }

/* PERFORMERS SECTION */
.container { margin: 0px; }
.rtop, .rbottom{ display: block; background: #1d1d1d; }
.rtop *, .rbottom *{ display: block; height: 1px; overflow: hidden; }
.r1{ margin: 0 5px }
.r2{ margin: 0 3px }
.r3{ margin: 0 2px }
.r4{ margin: 0 1px; height: 2px }

#Performer_Navigation {
	width: 100%;
	text-align: center;
}

#Performer_1_Link, #Performer_2_Link, #Performer_3_Link, #Performer_4_Link {
	width: 76px;
	display: block;
	float: left;
}

#Performer_5_Link {
	width: 200px;
	display: block;
	float: inherit;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#Performer_Navigation a {
	width: 100%;
	display: block;
	float: inherit;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: 0px solid #1d1d1d;
	margin-left: auto;
	margin-right: auto;
}

#Performer_Navigation .Performer_Link_On a {
background-color: #ff9933;
color: #445878;
}

* a:active, * a {
outline: none;
-moz-outline-style: none;
}

#Performer_Navigation .Performer_Link_On .container, 
#Performer_Navigation .Performer_Link_On .rtop *, 
#Performer_Navigation .Performer_Link_On .rbottom * { background: #ff9933; }


#Performer_Navigation .Performer_Link_On a:hover {
color: #445878;
}

#Performer_Navigation .Performer_Link_Off a {
color: #ff9933;
}

#Performer_Navigation .Performer_Link_Off .container, 
#Performer_Navigation .Performer_Link_Off .rtop *, 
#Performer_Navigation .Performer_Link_Off .rbottom * { background: #1d1d1d; }

#Performer_Navigation .Performer_Link_Off a:hover {
color: #445878;
}


/* ARTISTS CONTENT DIV */

#Performer_1, #Performer_2, #Performer_3, #Performer_4, #Performer_5 {
	text-align: left;
	font-size: 14px;
	color: #fff;
}

.Show_Performer {
	display: inherit;
}

.Hide_Performer {
	display: none;
}

#Members_Links {
	margin-left: 10px;
}

#Members_Links a {
	padding-top: 3px;
	padding-bottom: 3px;
}

			.cleardiv {
				clear: both;

			}
			
			.sfp {
				display: block;
				float: left;
				width: 300px;
				padding-top: 15px;
				padding-bottom: 15px;
				border-bottom: 1px solid #dfdfdf;
			}
			
			.sfp_image {
				text-align: center;
				width: 50px;
				display: block;
				float: left;
			}
			
			.sfp_name {
				width: 250px;
				display: block;
				float: right;
			}
			
			.sfp_time {
				width: 250px;
				display: block;
				float: right;
			}
			
			
			
			

#performers_wrapper {
	width: 379px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-bottom: 0px;
}

#performers_nav {
	display: block;
	float: left;
	padding: 0px 0px 0px 8px;
	width: 385px;

}

#performers_nav a:hover {
	background-image: URL("/images/schedule_button-on.png");
	background-repeat:no-repeat;
	color:#003366;
}

.performers_tab_off {
	display: block;
	float: left;
	width: 73px;
	height:38px;
	color: #ffffff;
	background-image:URL("/images/schedule_button-off.png");
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.performers_tab_on {
	display: block;
	float: left;
	width: 73px;
	height:38px;
	background-image:URL("/images/schedule_button-on.png");
	background-repeat:no-repeat;
	color: #003366;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#performers {
	width: 379px;
	color: #000;
}

#performers_main_top {
	background-image: URL("/images/performers_top.png");
	display: block;
	float: left;
	width: 379px;
	height: 5px;
 line-height:1px;
 font-size:1px;
}

#performers_main_content {
	display: block;
	background-color: #fff;
	float: left;
	width: 359px;
	padding-left: 10px;
	padding-right: 10px;
}

#performers_main_content img {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
  visibility: visible;
  z-index: 10;
}

#performers_main_bottom {
	background-image: URL("/images/performers_bottom.png");
	background-repeat:no-repeat;
	display: block;
	float: left;
	width: 379px;
	height: 5px;
	margin:0px 0px 50px 0px;
 line-height:1px;
 font-size:1px;
}

#performers_title {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 379px;
}

#performers_content {
	display: block;
	float: left;
	width: 359px;
	padding: 5px;
	margin:0px 0px 10px 0px;
}