@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#212121;
	width:100%;
	text-shadow: #000 0 0 0;
}
img {
	border-width:0px
}
p, form, h1, h2, h3 {
	margin:0;
	padding:0
}
a {
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#212121;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
	background-color: #6C747E;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main {
	width:1164px;
	margin:0 auto;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
/*
================================================================================
|                                     MENU                                   |
================================================================================
*/
#menu_top {
	height:38px;
	width:1164px;
	overflow:hidden;
	float: right;
}
#menu_top div {
	padding:0;
	float:left;
	margin:0;
	height:38px;
}
#menu_top a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:24px;
	padding:14px 26px 0 26px;
	background-image: url(../images/button_off.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align:center;
	float: left;
}
html[xmlns*=""] body:last-child #menu_top a {
	padding:14px 25px 0 25px;
}

#menu_top a.two {	
	padding:8px 27px 0 27px;	height:30px;
}
html[xmlns*=""] body:last-child #menu_top a.two {
	padding:8px 27px 0 26px;
}
#menu_top a:hover, #menu_top a.active {
	text-decoration:none;
	color:#fff;
	background-image: url(../images/button_on.jpg);
	background-repeat: repeat-x;
	background-position: right 0px;
}
#menu_top a.last {	
	background-image: url(../images/button_off_last.jpg);
	background-position:right;
 	float:right; 
	padding-right:25px;
}
 html[xmlns*=""] body:last-child #menu_top a.last {
	padding-right:27px;
}
#menu_top a.last:hover, #menu_top a.last.active {background-image: url(../images/button_on_last.jpg);}
 
#menu_top a.first {	
	background-image: url(../images/button_off_first.jpg); background-position:left;
	padding-left:30px;
}
 html[xmlns*=""] body:last-child #menu_top a.first {
	padding-left:32px;
}

#menu_top a.first:hover, #menu_top a.first.active {background-image: url(../images/button_on_first.jpg);}

#menu_footer {
	height:40px;
	width:1158px;
	padding-left: 6px;
}
#menu_footer div {
	padding:0;
	float:left;
	margin:0;
	height:38px;
}
#menu_footer a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:24px;
	padding:14px 38px 0 38px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align:center;
	float:left;
}

#menu_footer a.two {	
	padding:8px 17px 0 17px;	height:30px;
}
#menu_footer a:hover, #menu_top a.active {
	text-decoration:none;
	color:#fff;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	height:233px;
	width:1164px;
	text-align:left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content_bot {
	background-image: url(../images/c_bot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content {
	text-align:left;
	width: 1164px;
	background-color: #FEFEFE;
}
#content_top1 {
	background-image: url(../images/c_top1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 1164px;
}
#content_bot1 {
	background-image: url(../images/c_bot1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 1164px;
}
#content1 {
	text-align:left;
	width: 1164px;
	background-image: url(../images/c_bg1.jpg);
	background-repeat: repeat-y;
}
#content_top2 {
	background-image: url(../images/c_top2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 1164px;
}
#content_bot2 {
	background-image: url(../images/c_bot2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 1164px;
}
#content2 {
	text-align:left;
	width: 1164px;
	background-image: url(../images/c_bg2.jpg);
	background-repeat: repeat-y;
}

#content h1 {
	color:#000000;
	height:40px;
	font-size: 30px;
	line-height: 45px;
	background-image: url(../images/h_welcome.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
	font-style: italic;
	font-weight: normal;
}
#content h1 span {
	font-size:20px;
}
/*
================================================================================
|                                     CENTER                                  |
================================================================================
*/
#center {
	width:596px;
	float:left;
	margin-right: 20px;
}

/*
================================================================================
|                                     LEFT                                   |
================================================================================
*/
#left {
	width:218px;
	float:left;
	padding:0;
	background-image: url(../images/c_top.jpg);
	background-repeat: repeat-x;
}
/*
================================================================================
|                                     RIGHT                                   |
================================================================================
*/
#right {
	width:330px;
	background:url(../images/right_top.jpg) no-repeat;
	padding-bottom: 25px;
	float: right;
	padding-top: 8px;
	;
}

/*
================================================================================
|                                     menu_left                                 |
================================================================================
*/
#menubg {
	width:287px;
	margin-top:-31px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	z-index: 1000;
}
#menutop {
	width:287px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menubot {
	background-image: url(../images/menu_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:5px 0 25px 0;
}
#menu_left, #menu_left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu_left a {
	font:normal 14px/30px Arial;
	color:#000;
	text-decoration:none;
	height:31px;
	display: block;
	text-indent:66px;
	width:255px;
	margin-left:20px;
	background-image: url(../images/bg_but_off.png);
	background-repeat: no-repeat;
	text-transform:uppercase;
}
#menu_left li a:hover, #menu_left li.active a {
	background-image: url(../images/bg_but_on.gif);
	background-repeat: no-repeat;
	color:#000;
}
#menu_left li {
	display: block;
	width:287px;
}
/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/
#footer {
	color:#203C59;
	width:1164px;
	height:326px;
	margin:0 auto;
	background: url(../images/footer_bg.jpg) no-repeat 0px 0px;
	text-align: left;
}
#footer div.link, #footer div.link a {
    color:#454A51;
	font:10px Arial, Helvetica, sans-serif;
}
#credits {
	font-family:Arial;
	color:#BEBEBE;
	font-size:11px;
	text-align:center;
	padding-top:14px;
}
#credits a {
	text-transform:none;
	margin:0;	color:#BEBEBE;
}

.watch {
	background-image: url(../images/watch_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
	padding-bottom: 6px;
	width: 134px;
}
.watch a {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bolder;
	color: #FFFFFF; text-decoration:none;
}

.dvd-name { 
font-size:10px; color:#FF7C07; font-family:Verdana, Arial, Helvetica, sans-serif;}

.dvd-genre { font-size:10px; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;}

.blue { font-size:10px; color:#2662B8; font-family:Verdana, Arial, Helvetica, sans-serif;}

.blue_11, .blue_10, .blue_12 {
		font-size:11px;
	color:#021598;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.blue_l_11{
	color:#3158BD;line-height: 20px;
}

.blue_10 {
	font-size:10px;
}

.blue_12 { 
	font-size:12px; line-height:16px;}

.grey { 
	font-size:10px; color:#555; font-family:Verdana, Arial, Helvetica, sans-serif;}

.p_9 { 
	font-size:9px; font-family:Arial, Helvetica, sans-serif;}

.p_9 a { 
	font-size:9px; font-family:Arial, Helvetica, sans-serif; color:#021598;}

.p12 { 
	font-size:12px; line-height:16px; font-family:Arial, Helvetica, sans-serif;}

.p24 { 	
	font-size:24px; line-height:40px; font-family:Arial, Helvetica, sans-serif;}

.highlights {
	width:330px;
	height:22px;
	background-image: url(../images/highlights_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #F85B22;
	font-weight: bold;
}
.slogan1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	padding-left: 90px;
}
.slogan2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-left: 185px;
}
.page_num { 
	text-align:center; padding:40px 0; font:12px Arial, Helvetica, sans-serif;
}
.page_num a {
	font:12px Arial, Helvetica, sans-serif;
}
input, select {
	color:#565656;
	font-family:Tahoma;
	font-size:11px;
	font-weight:400;
	padding-left:2px;
}
