body
{
	background-color: #111111;
}

a.links
{
	font: bold 16px/18px Arial; 
	color: #FFFFFF;
	text-decoration: none;
}

a.links:hover
{
	color: #8c75a6;
	text-decoration: none;
}

a.links_content
{
	font: bold 14px/16px Arial; 
	color: #FFFFFF;
	text-decoration: none;
}

a.links_content:hover
{
	color: #8c75a6;
	text-decoration: none;
}

a.links_bottom
{
	font: bold 12px/14px Arial; 
	color: #FFFFFF;
	text-decoration: none;
}

a.links_bottom:hover
{
	color: #8c75a6;
	text-decoration: none;
}

h4.links_bottoms
{
	font: bold 12px/14px Arial; 
	color: #FFFFFF;
	margin-left: 2px;
	margin-bottom: 5px;
}

.sublink
{
	font: bold 16px/18px Arial; 
	color: #FFFFFF;
}

.sublink:hover
{
	color: #8c75a6;
}

.underlink
{
	font: bold 15px/17px Arial; 
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.tiny_white
{
	font: normal 12px/14px Arial; 
	color: #FFFFFF;
	font-style: italics;
	text-align: left;
}

.main_page_div
{
	margin: 0px;
}

.main_page_table
{
	width: 1008px; 
	background-color: #000000;
}

.header_row
{
	background-image: url('./../images/top_banner_bkgd.gif'); 
	background-repeat: no-repeat; 
	height: 162px; 
	width: 1008px;
}

.header_icon
{
	margin-right: -4px; 
	margin-top: -4px;
	border: 0;
}

.header_content
{
	margin-top: 10px; 
	margin-right: 10px; 
	width: 650px;
}

.header_search_box
{
	padding-top: 20px;
}

.main_body_movie
{
	height: 379px; 
	width: 1008px;
}

.main_body_content
{
	width: 600px; 
	font: normal 14px/16px Arial; 
	color: #FFFFFF; 
	text-align: left; 
	padding-left: 25px; 
	padding-right: 25px;
}

.main_body_middle_content
{
	padding: 30px;
}

h3.main_body
{
	font: normal 20px/24px Arial; 
	color: #8c75a6; 
	text-align: left; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 40px; 
	font-style: italic;
}

h3.middle_content
{
	color: #b4d335; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 0px;
}

h3.promos
{
	color: #8c75a6; 
	font-size: 24px; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 0px;
}

.subpage_content_div
{
	background-image:url('./../images/product_bkgd.gif');
	background-repeat:no-repeat; 
	background-position:bottom right; 
	min-height: 600px;
}

.subpage_content
{
	width: 900px; 
	font: normal 14px/16px Arial; 
	color: #FFFFFF;
	text-align: left; 
	margin-top: -20px;
}

.tiny_grey
{
	font: normal 10px/12px Arial; 
	color: 	#C0C0C0;
	text-decoration: none;
}

h3.subpage_title
{
	color: #b4d335; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 0px;
}

h3.subpage_headings
{
	color: #8c75a6; 
	font-size: 16px/18px; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 0px;
}

.subpage_banner
{
	margin-bottom: 20px;
}

.linda_banner
{
	float: left;
	margin-right: 10px;
}

.story_callout
{
	margin-bottom: 10px; 
	border: 0px;
}

.nav_image
{
	margin-bottom: 10px; 
	border: 0px;
}

.footer_row
{
	background-image: url('./../images/bottom_nav_bkgd.gif'); 
	background-repeat: no-repeat; 
	height: 58px; 
	width: 1008px;
}

.footer_content
{
	margin-top: 5px; 
	margin-left: 60px; 
	margin-right: 20px; 
	width: 900px;
}

.footer_phone_img
{
	margin-right: 10px; 
	border:0px;
}

.bottom_spacer_row
{
	height: 50px;
	padding-right: 33px;
}

.errors
{
	color: #b4d335;
}

.required
{
	color: #b4d335;
}

div.google_map
{
	width: 300px; 
	height: 200px;
	border: solid 1px #8c75a6;
	margin: 0px;
}

/* CSS DROPDOWN  */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
 zoom: 1;
 margin-left: 23px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
 margin-left: -10px;
}

ul.dropdown ul li {
 float: none;
 text-align: left;
}

ul.dropdown ul li:hover {
 background-color: #8c75a6;
}

ul.dropdown ul ul {
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 175px;
	 margin-top: 0px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 margin-top: 0.05em;
 
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 0px;

}