/**
 * overriden basic html tags.
 */
body {
	background-color: #ddcda4;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

h1, h3, h4, h5, span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1.homepage {
	display: none; 
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1 {
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #cd182b;
	margin: 30px auto 10px auto;
}

h3, h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

ul, ol, li {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #44707b;
}

a:hover {
	text-decoration: underline;
}

th, td {
	vertical-align: top;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px 0px 0px 0px;
}

textarea, input, option, li, p, label {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

select, input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

.listbox {
}

input.textbox {
	width: 250px;
}

textarea.textbox_large {
	height: 150px;
	width: 352px;
}

textarea.textbox_medium {
	height: 70px;
	width: 270px;
}

textarea.signature_textbox {
	width: 340px;
	height: 80px;
}






/**
 * Site Main Layout.
 */
#container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 875px;
	background-image: url("/images/homepage05.jpg");
	background-repeat: no-repeat;
}

#container.homepage {
	background-image: none;
}

#main_wrapper {
}

/* column 1 (left) */
#navigation {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

/* column 2 (right) with random background */
#main_content, #main_content01, #main_content02, #main_content03, #main_content04, #main_content05, #main_content06, #main_content07, #main_content08, #main_content09 {
	float: left;
	width: 445px;
	min-height: 500px;
	_height: 500px;
	background-repeat: no-repeat;
	color: #000000;
	padding: 0px 0px 0px 150px;
}

 #main_content {
	/* background-image: url("/images/bkgrnd_clear.jpg"); */
	padding: 0px 0px 0px 50px;
	width: 545px;
}
.banner {
	margin: 10px 0px 0px 70px;
}



/**
 * footer
 */

#footer {
	clear: both;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 775px;
	height: 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer a {
	color: #44707b;
	font-weight: normal;
}

#footer li {
	display: inline;
	margin: 20px 5px 20px 5px;
}

/**
 * general styles used.
 */
 


.data_control td {
}

.label, label {
	width: 120px;
	font-weight: bold;
}

.data_view {
	margin: 6px 6px 6px 6px;
}

.data_list {
 	margin: 0px 0px 10px 0px;
}

.controls {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#quick_logon .textbox {
	width: 135px;
}

.button {
	border: 1px solid #000000;
	background-color: #44707b;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}

.button:hover {
	color: #76d4ec;
	border: 1px solid #00afc6;
}

.label_note {
	font-size: 0.8em;
	font-weight: normal;
}

/** Panels Styles  */

.panel {
	clear: both;
}

.panel table, td, th {
	margin: 0px;
}

.panel h3, .panel h4 {
	padding: 4px 0px 6px 0px;
	margin: 4px 0px 6px 0px;
	border-bottom: 1px solid #ffffff;
}

.panel p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

.panel_boxout {
	border: 1px solid #44707b;
	padding: 7px 10px 10px 10px;
	background-color: #f1e9db;
	margin: 2px 0px 6px 0px;
}

/** Small form error which appears on pages where forms are too low down the page for user to see */

.form_errors_inform {
	clear: left;
	margin: 10px 0px 10px 0px;
	border: 1px solid #44707b;
	padding: 5px 0px 2px 0px;
	background-color: #000000;
}
.product_body .form_errors_inform h4 {
	color: #ff0000;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 2px 0px;
	border: 0px;
	font-size: 13px;
}
.form_errors_inform p {
	margin: 0px 0px 0px 0px;
}
.form_errors_inform a {
	color: #E80C77;
}

/** Standard form errors */

.panel .form_errors {
	margin: 10px 0px 10px 0px;
	border: 1px solid #cd182b;
	padding: 8px 0px 8px 30px;
	background-image: url("/images/al_error.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.panel .form_errors h4 {
	color: #cd182b;
	margin: 6px 10px 8px 10px;
	padding: 0px 0px 1px 0px;
	text-decoration: underline;
	border: 0px;
	font-size: 18px;
}
.panel .form_errors p {
	margin: 0px 0px 0px 10px;
}
.panel .form_errors a {
	color: #cd182b;
}
.panel .form_errors ul {
	margin: 6px 0px 3px 10px;
	list-style-type: square;
}
.panel .form_errors li {
	margin: 0px 0px 0px 0px;
	color: #cd182b;
}



/**
 * header
 */

#header span {
	display: none;
}

#header_tour span {
	display: none;
}

#header_show span {
	display: none;
}

#header {
	width: 880px;
	height: 124px;
	float: left;
	background-repeat: no-repeat;
	background-image: url("/images/header.jpg");
}

#header a.tour {
	display: block;
	height: 124px;
	width: 500px;
	float: left;
	margin-left: 185px;
}
#header a.dvds {
	display: block;
	height: 124px;
	width: 160px;
	float: right;
}

/**
 * main navigation
 */
 
h3.main_menu_title {
	display: none;
}

#menu_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}

#menu_main ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu_main li span {
	display: none;
}

#menu_main a {
	display: block;
}

#menu_main #menu_top {
	background-image: url("/images/main_menu/main_menu_01.gif");
	height: 58px;
}
#menu_main #menu_top_tour a {
	background-image: url("/images/dvd.gif");
	height: 223px;
	background-repeat: no-repeat;
	position: relative;
	margin: -125px 0px 10px 30px;
}

#menu_main #menuitem_the_show a {
	background-image: url("/images/main_menu/main_menu_02.gif");
	height: 35px;
}

#menu_main #menuitem_the_show a:hover {
	background-image: url("/images/main_menu/main_menu_02_hov.gif");
}

#menu_main #menuitem_the_history a {
	background-image: url("/images/main_menu/main_menu_03.gif");
	height: 39px;
}

#menu_main #menuitem_the_history a:hover {
	background-image: url("/images/main_menu/main_menu_03_hov.gif");
}

#menu_main #menuitem_tour_dates a {
	background-image: url("/images/main_menu/main_menu_04.gif");
	height: 35px;
}

#menu_main #menuitem_tour_dates a:hover {
	background-image: url("/images/main_menu/main_menu_04_hov.gif");
}

#menu_main #menuitem_cast a {
	background-image: url("/images/main_menu/main_menu_05.gif");
	height: 33px;
}

#menu_main #menuitem_cast a:hover {
	background-image: url("/images/main_menu/main_menu_05_hov.gif");
}

#menu_main #menuitem_team a {
	background-image: url("/images/main_menu/main_menu_06.gif");
	height: 35px;
}

#menu_main #menuitem_team a:hover {
	background-image: url("/images/main_menu/main_menu_06_hov.gif");
}

#menu_main #menuitem_mailing_list a {
	background-image: url("/images/main_menu/main_menu_07.gif");
	height: 37px;
}

#menu_main #menuitem_mailing_list a:hover {
	background-image: url("/images/main_menu/main_menu_07_hov.gif");
}

#menu_main #menuitem_forum a {
	background-image: url("/images/main_menu/main_menu_08.gif");
	height: 37px;
}

#menu_main #menuitem_forum a:hover {
	background-image: url("/images/main_menu/main_menu_08_hov.gif");
}

#menu_main #menuitem_store a {
	background-image: url("/images/main_menu/main_menu_09.gif");
	height: 36px;
}

#menu_main #menuitem_store a:hover {
	background-image: url("/images/main_menu/main_menu_09_hov.gif");
}

#menu_main #menuitem_press a {
	background-image: url("/images/main_menu/main_menu_10.gif");
	height: 35px;
}

#menu_main #menuitem_press a:hover {
	background-image: url("/images/main_menu/main_menu_10_hov.gif");
}


#menu_main #menuitem_video a {
	background-image: url("/images/main_menu/main_menu_13.gif");
	height: 37px;
}

#menu_main #menuitem_video a:hover {
	background-image: url("/images/main_menu/main_menu_13_hov.gif");
	height: 37px;
}

#menu_main #menuitem_home a {
	background-image: url("/images/main_menu/main_menu_12.gif");
	height: 40px;
}

#menu_main #menuitem_home a:hover {
	background-image: url("/images/main_menu/main_menu_12_hov.gif");
	height: 40px;
}

#menu_main #menuitem_buy a {
	background-image: url("/images/main_menu/main_menu_buy.gif");
	height: 35px;
}
#menu_main #menuitem_buy ul {
	display: none;
}
#menu_main #menuitem_buy:hover ul {
	display: block;
	height: 50px;
	padding: 0px;
}
#menu_main #menuitem_buy ul li.dates a {
	background-image: url("../images/main_menu/date.gif");
	height: 25px;
}
#menu_main #menuitem_buy ul li.dates a:hover {
	background-image: url("../images/main_menu/date_hov.gif");
}
#menu_main #menuitem_buy ul li.prices a {
	background-image: url("../images/main_menu/prices.gif");
	height: 25px;
}
#menu_main #menuitem_buy ul li.prices a:hover {
	background-image: url("../images/main_menu/prices_hov.gif");
}
#menu_main #menuitem_buy a:hover {
	background-image: url("/images/main_menu/main_menu_buy_hov.gif");
}
#menu_main #menuitem_prices a {
	background-image: url("/images/main_menu/main_menu_prices.gif");
	height: 35px;
}
#menu_main #menuitem_prices a:hover {
	background-image: url("/images/main_menu/main_menu_prices_hov.gif");
}
#menu_main #menu_bottom {
	background-image: url("/images/main_menu/main_menu_11.gif");
	height: 75px;
}

#register_logon {
	margin: 0px 0px 0px 0px;
	color: #000000;
	padding: 10px 0px 50px 17px;
}
#register_logon h3 {
}
#register_logon h3 span {
	display: none;
}
#register_logon a {
	color: #44707b;
}
#register_logon input.textbox {
	width: 146px;
	margin: 1px 0px 4px 0px;
}
#register_logon input.button {
	margin: 4px 5px 1px 0px;
	padding: 0px 3px 0px 3px;
	background-color: #44707b;
	border: 1px solid #000000;
}
#register_logon input.button:hover {
	background-color: #44707b;
	color: #76d4ec;
	border: 1px solid #000000;
}
#register_logon p.not_registered {
	margin: 2px 0px 0px 0px;
}
#register_logon p.not_registered a {
	font-weight: normal;
}

#boss_button {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
}
#boss_button a {
	color: #6fa1ae;
	font-weight: normal;
}

/**
 * index homepage
 */
#container.homepage {
	padding: 0px 0px 40px 0px;
	background-image: url("/images/homepage03.jpg");
	background-repeat: no-repeat;
}
/* #container.homepage object {
}
#container.homepage #footer {
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 775px;
}
#container.homepage #header {
	display: none;
}
#homepage {
	text-align: center;
}

#container.homepage .main_menu_title {
	display: none;
}

#container.homepage #menu_main {
	display: none;
} */


/**
 * legal page
 */
 
#legal {
	text-align: left;
	padding: 20px;
	color: #000000;
}
 
