﻿body
{
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
}

.page
{
	padding: 0px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#header
{
	background-color: #494848;
	background-image: url(      "Images/header_background.gif" );
	background-repeat: repeat-x;
	padding: 55px 0px 5px 0px;
}

#phonenumber
{
	position: relative;
	top: -66px;
	left: 55%;
	background-image: url("images/small_package_button.gif");
	background-repeat: no-repeat;
	font-size: large;
	font-weight: normal;
	height: 29px;
	margin: 2px 5px 0px 8px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	width: 390px;
}

.spacer
{
	background-color: #FFFFFF;
	height: 5px;
}

#titlecontainer
{
	background-color: #494848;
}

#title
{
	background-color: #494848;
	background-image: url(    "Images/header_logo.gif" );
	background-repeat: no-repeat;
	padding: 7px 0px 0px 10px;
}

#titletext
{
	padding-left: 210px;
}

#main
{
	padding: 5px 10px 15px 10px;
	background-color: black;
	margin-bottom: 5px;
}

#navigation
{
	margin: 10px 0px 0px 0px;
	text-align: center;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul
{
}

#navigation li
{
	list-style-type: none;
	display: inline;
	font-size: medium;
	font-weight: normal;
	margin: 0px 30px 0px 30px;
	width: 100px;
}

#content
{
}

#footer
{
	background-color: black;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

h1
{
	font-size: x-large;
	font-weight: normal;
}

h2
{
	font-size: large;
	font-weight: normal;
}

h3
{
	font-size: medium;
	font-weight: normal;
}

.fullscreenmovie
{
	width: 600px;
	height: 300px;
}

#homemain
{
}

#homemovie
{
	float: left;
	margin-right: 10px;
}

#hometext
{
	height: 360px;
}

.infobox
{
	margin-top: 15px;
}

.infoboxheader
{
	background-image: url("images/grey_rounded_box.gif");
	background-repeat: no-repeat;
	font-size: large;
	font-weight: normal;
	height: 25px;
	left: 35px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 150px;
}

.infoboxtop
{
	background: url("images/white_horizontal_border.gif") 0 0 repeat-x;
	background-color: #333333;
	width: 100%;
}
.infoboxbottom
{
	background: url("images/white_horizontal_border.gif") 0 100% repeat-x;
}

.infoboxleft
{
	background: url("images/white_vertical_border.gif") 0 0 repeat-y;
}

.infoboxright
{
	background: url("images/white_vertical_border.gif") 100% 0 repeat-y;
}

.infoboxbottomleft
{
	background: url("images/grey_white_bottom_left.gif") 0 100% no-repeat;
}

.infoboxbottomright
{
	background: url("images/grey_white_bottom_right.gif") 100% 100% no-repeat;
}

.infoboxtopleft
{
	background: url("images/grey_white_top_left.gif") 0 0 no-repeat;
}

.infoboxtopright
{
	background: url("images/grey_white_top_right.gif") 100% 0 no-repeat;
	padding: 10px;
}

.nestedinfoboxbottomleft
{
	background: url("images/grey_white_bottom_left_nested.gif") 0 100% no-repeat;
}

.nestedinfoboxbottomright
{
	background: url("images/grey_white_bottom_right_nested.gif") 100% 100% no-repeat;
}

.nestedinfoboxtopleft
{
	background: url("images/grey_white_top_left_nested.gif") 0 0 no-repeat;
}

.nestedinfoboxtopright
{
	background: url("images/grey_white_top_right_nested.gif") 100% 0 no-repeat;
	padding: 10px;
}

.infoboxextralargetitle
{
	font-size: x-large;
	font-weight: normal;
}

.infoboxlargetitle
{
	font-size: large;
	font-weight: normal;
}

.infoboxlargertitle
{
	font-size: larger;
	font-weight: normal;
}

.infoboxmediumtitle
{
	font-size: medium;
	font-weight: normal;
}

.packagebutton
{
	background-image: url("images/large_package_button.gif");
	background-repeat: no-repeat;
	float: left;
	font-size: x-large;
	font-weight: normal;
	height: 48px;
	margin: 10px 5px 0px 25px;
	padding: 20px 0px 5px 0px;
	text-align: center;
	width: 375px;
}

.smallpackagebutton
{
	background-image: url("images/small_orange_box.gif");
	background-repeat: no-repeat;
	float: left;
	font-size: large;
	font-weight: normal;
	height: 29px;
	margin: 2px 5px 0px 18px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	width: 250px;
}

.comingsoonitemcontainer
{
	margin-left: 10px;
}
.comingsoonmovie
{
	float: left;
	margin-right: 5px;
}

.comingsoonheadings
{
	float: left;
	width: 100px;
}

.comingsooninfo
{
	float: left;
	width: 375px;
}

.thumbnailmovie
{
	border: none;
	width: 256px;
	height: 144px;
}

.thumbnailmovietext
{
	position: relative; 
	top: -147px;	
}

.play
{
	position: relative;
	background-image: url("images/play_button_black.gif");
	top: -147px;
	width: 256px;
	height: 144px;
	-moz-opacity:.0;
    opacity:.0;
    filter:alpha(opacity=0);
}

.play:hover
{
	position: relative;
	background-image: url("images/play_button_black.gif");
	cursor: pointer;
	top: -147px;
	width: 256px;
	height: 144px;
	-moz-opacity:.40;
    opacity:.40;
    filter:alpha(opacity=40);
}

.moviescontainer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

.moviestitle
{
	font-size: x-large;
	font-weight: normal;
	margin-left: 10px;
	margin-left: 10px;
	width: 380px;
}

.movieitemcontainer
{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 380px;
}
.movieitempreview
{
	width: 270px;
	height: 250px;
	float: left;
}

.movieitemspec
{
	background-image: url("images/grey_rounded_long_box.gif");
	background-repeat: no-repeat;
	float: right;
	height: 297px;
	padding-top: 15px;
	width: 110px;
}

.movieitemspec p
{
	text-align: center;
	font-weight: bold;
}

.packagesection
{
	text-align: center;
	float: left;
	width: 280px;
}

.packageenquirybutton
{
	background-image: url("images/small_orange_box.gif");
	background-repeat: no-repeat;
	float: right;
	font-size: large;
	font-weight: normal;
	height: 29px;
	margin: 14px 5px 0px 8px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	width: 250px;
}

.contactinfoheadings
{
	float: left;
	width: 180px;
}

.contactinfo
{
	float: left;
}

.contactformheadings
{
	float: left;
	text-align: right;
	padding-top: 4px;
	width: 120px;
}

.contactform
{
	padding-left: 10px;
	float: left;
	margin-bottom: 5px;
}

.contactform Input
{
	width: 600px;
}

.contactform TextArea
{
	width: 602px;
	height: 200px;
}

.contactformbutton
{
	position: relative;
	top: -20px;
	left: 550px;
	z-index: 1;
}

.playermoviespec
{
	font-weight: bold;
}

.broadcastsubcategorytitle
{
	font-size: large;
	text-decoration: underline;	
}

.shevron
{
	color: #DD8328
}