body, html {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	background: url(../images/bg.jpg) repeat-y center top;
}

#container {
	background: url(../images/bg-top.jpg) no-repeat center top;
	height: 469px;
}

#wrapper {
	width: 940px;
	margin: 0 auto 0 auto;
}

* .header .left {
	float: left;
	width: 320px;
	height: 131px;
}

* .header .right {
	float: right;
	padding: 15px 0 0 10px;
	width: 610px;
	height: 116px;
}

* .header .menu {
	height: 42px;
	background: url(../images/menu_bg.gif) repeat-x;
}

* .header .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* .header .menu ul li {
	float: left;
	background: url(../images/menu_endings.gif) no-repeat top right;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -1px;
}

* .header .menu ul li.active {
	background: url(../images/menu_bg_hi.gif) repeat-x;
}

* .header .menu ul li a {
	display: block;
	padding: 11px 24px 11px 22px;
	text-decoration: none;
	color: #FFF;
}

* .header .menu ul li.active a {
	background: url(../images/menu_endings_hi.gif) no-repeat top right;
}

* .header .menu ul li a:hover {
	text-decoration: none;
	color: #CDCDCD;
}

* .footer {
	background: url(../images/footer_bg.gif) repeat-x top #111111;
	height: 182px;
	color: #D4D5CF;
	padding: 36px 5px 0 5px;
}

* .footer a {
	color: #FFF;
	text-decoration: none;
}

* .footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

* .footer ul li {
	display: inline;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: url(../images/footer_divider.gif) no-repeat 0 50%;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -1px;
}

* .footer ul li.nodiv {
	background: none;
}

* .footer ul li a {
	padding: 11px 10px 11px 10px;
	text-decoration: none;
	color: #FFF;
}

* .footer ul li a:hover {
	text-decoration: none;
	color: #CDCDCD;
}

* .footer .spacer {
	height: 146px;
}

* .footer .half {
	float: left;
	width: 50%;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

* .blackbox {
	width: 100%;
	background: #111111;
	
	height: 302px;

}

* .highlights {
	width: 100%;
	background: #111111;
}

* .highlights .left {
	float: left;
	width: 620px;
	height: 302px;
}

* .highlights .right {
	margin-left: 20px;
	float: left;
	width: 288px;
	height: 302px;
}

* .highlights .opaque_main {
	height: 302px;
	width: 620px;
}

* .highlights .opaque_holder {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 620px;
}

* .highlights .opaque {
	position: absolute;
	background-color:#000;
	height: 100px;
	width: 620px;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* .highlights .opaque_texts {
	position: relative;
	padding: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
}

* .highlights .opaque_texts p {
	margin: 0;
}

* .highlights .opaque_texts h2 {
	margin: 0;
	font-size: 20px;
}

/*
VIEWER
*/
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 302px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 620px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}

* #structure {
	width: 940px;
	background: url(../images/bg-main.gif) repeat-y 594px;
}

* #structure .left {
	float: left;
	width: 620px;
}

* #structure .left .half {
	float: left;
	width: 300px;
}

* #structure .left .half .contents {
	height: 268px;
}

* #structure .left .half.right_margin {
	margin-right: 20px;
}

* #structure .right {
	background: #EEEEEE;
	float: right;
	width: 300px;
}

* #structure .right .ads {
	text-align: center;
}

* #structure .right .ads img {
	margin: 12px 0 0 0;
}

* #structure .bg {
	background: #EEE;
}

ul.red_lists {
	list-style: none;
	margin: 20px;
	padding: 0;
}

ul.red_lists li {
	padding: 0 30px 0 10px;
	background: url(../images/arrow_red.gif) 0 50% no-repeat;
}

.latest_shows .cols {
	float: left;
	width: 180px;
	padding: 20px 0 20px 20px;
	color: #555555;
}

.latest_shows a {
	text-decoration: none;
	color: #555555;
}

.latest_shows a:hover {
	text-decoration: underline;
	color: #333333;
}

.galleries .cols {
	float: left;
	width: 138px;
	padding: 12px 0 0 13px;
	color: #555555;
}

.galleries .margin {
	margin: 0 20px 0 20px;
}

.galleries a {
	text-decoration: none;
	color: #555555;
}

.galleries a:hover {
	text-decoration: underline;
	color: #333333;
}

.padding {
	padding: 20px;
}

.padding_sm {
	padding: 13px;
}

.internal {
	padding: 20px;
	line-height: 18px;
}

.internal p {
	text-align: justify;
}

.internal a, 
.pager a {
	text-decoration: none;
	color: #D32015;
}

.internal a:hover, 
.pager a:hover {
	text-decoration: underline;
	color: #D32015;
}

.pager {
	text-align: center;
}

.internal h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 0;
}

.internal h2 a {
	color: #000;
	text-decoration: none;
}

.internal h2 a:hover {
	color: #D32015;
	text-decoration: none;
}

ul.images {
	padding: 0;
	margin: 0 0 6px 0;
	list-style: none;
}

ul.images.padding_top {
	padding-top: 10px;
}

ul.images li {
	float: left;
	margin: 0 6px 0 0;
}

ul.images.wide li {
	margin: 0 6px 0 0;
}

ul.images li.no_margin {
	margin: 0;
}

ul.images li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.images li ul li {
	float: none;
	margin: 0;
}

ul.images li ul li.fixed {
	width: 138px;
}

ul.images.shows li ul li.fixed {
	width: 188px;
}

ul.images.wide li ul li.fixed {
	width: 288px;
}

.no_padding {
	padding: 0;
}

.button a {
	background: url(../images/btn_view.gif) no-repeat;
	width: 35px;
	text-align: center;
	padding: 3px 15px 4px 10px;
	display: inline-block;
	line-height: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
}

.button a:hover {
	text-decoration: none;
	color: #444444;
}

.button.reverse a {
	background: url(../images/btn_view_reverse.gif) no-repeat;
	padding: 3px 10px 4px 15px;
}

/* TITLES */
.title_huge {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFDB00;
	font-weight: bold;
	letter-spacing: -4px;
	text-transform: uppercase;
}

.titles, 
.titles h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFDB00;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0;
}

.titles_bar_black {
	background: url(../images/logo_black.jpg) no-repeat;
	height: 31px;
	line-height: 31px;
	padding-left: 42px;
}

.titles_bar_grey {
	background: url(../images/title_grey_bg.gif) repeat-x;
	height: 40px;
	line-height: 36px;
	padding-left: 11px;
}

.titles_bar_grey p, 
.titles_bar_grey h1 {
	background: url(../images/title_grey_endings.png) no-repeat right top;
}

.titles_bar_red {
	background: url(../images/title_red_bg.gif) repeat-x;
	height: 40px;
	line-height: 36px;
	padding-left: 11px;
}

.titles_bar_red p {
	background: url(../images/title_red_endings.png) no-repeat right top;
}

/* FORMS */
form {
	margin: 0;
}

form.onblack {
	color: #FFF;
}

form legend {
	padding: 0 6px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 5px;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #D32015;
}
form label {
	width: 150px; /* Width of labels */
}

form input, 
form select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
}

form textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
	overflow: hidden;
}

/* line by line */
form.linebyline fieldset ol {
	margin: 0;
	padding: 0;
}

form.linebyline fieldset li {
	list-style: none;
	padding: 0 5px 0 5px;
	margin: 0;
}

form.linebyline label {
	display: block;
}

form input.button {
	border: 0;
	background: url(../images/btn_view.gif);
	
	width: 60px;
	height: 20px;
	text-align: center;
	
	line-height: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #444444;
	
	cursor: pointer;
}

* #structure .internal .videos .left {
	float: left;
	width: 210px;
}

* #structure .internal .videos .right {
	float: left;
	margin: 0 0 0 10px;
	width: 360px;
}




/* COMMON */
.dotted_grey {
	background: url(../images/dots_grey.gif) center repeat-x;
	padding: 10px 0 10px 0;
}

.dotted_grey.less {
	padding: 7px 0 7px 0;
}

.line_height {
	line-height: 18px;
}

.dotted_black {
	background: url(../images/dots_black.gif) center repeat-x;
	padding: 10px 0 10px 0;
}

p {
	margin: 0;
}

p.grey {
	color: #AAAAAA;
}

p.dark_grey {
	color: #777777;
}

p.light_grey {
	color: #888888;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.spacer {
	height: 10px;
}

.spacer_sm {
	height: 5px;
}

.spacer_big {
	height: 20px;
}

.bg_dark {
	background: #111111;
}

span.red {
	color: #9E0303;
}

img.red {
	border: 4px solid #9D0000;
}

img.pics {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 4px;
}

.uppercased {
	text-transform: uppercase;
}

h2.lowercased {
	text-transform: none;
	letter-spacing: -1px;
}

.hidden {
	display: none;
}

.borderless {
	border: 0;
}

.float_left {
	float: left;
}

