@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
}
#home{
	background: #1a8bde url(_gfx/body_bg.png) top center no-repeat;	
}
#sub{
	background: #1a8bde url(_gfx/sub_body_bg.png) top center no-repeat;	
}
#wrapper{
	width: 994px;
	margin: 0 auto;
}
#sub #wrapper{
	background: #0c58ab url(_gfx/wrapper_bg.png) top center no-repeat;	
}
#header{
	height: 220px;	
}
#header p{
	font-weight: bold;
	line-height: 18px;	
	font-size: 12px;
	color: #fff;
	width: 650px;
	position: relative;
	left: 210px;
	top: 140px;
}
#header #nav{
	margin-bottom: 10px;	
}
#header #nav a{
	color: #ffd555;
	text-decoration: none;
	padding: 0 23px;
}
#header #nav a:hover{
	text-decoration: underline;
}
#dvd_list{
	width: 960px;
	background: #b8e8ff url(_gfx/home_list.png) top center no-repeat;
	margin: 0 auto;
}
#content{
	width: 960px;
	padding-top: 18px;
	background: #b8e8ff url(_gfx/home_list.png) top center no-repeat;
	margin: 0 auto;
}
#dvd_list table td{
	padding: 18px 35px 10px 35px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	border-right: solid 2px #3ca6e9;
	border-bottom: solid 1px #1569bb;
}
#dvd_list table td p a{
	color: #bf0000;
	text-decoration: none;
}
#dvd_list table td p a img{
	border: none;	
}
#buy_dvd{
	margin-left: 49px;
	float: left;
	display: inline;
	width: 270px;
}
#buy_dvd .buy_dvd{
	position: relative;
	top: -120px;
	border: none;
}
#dvd_info{
	width: 555px;
	float: left;
	margin: 15px 0 0 5px;
}
#dvd_info #technical{
	margin-top: 30px;	
}
#dvd_info #tech_table{
	margin-top: 15px;
	width: 525px;
	border: 1px solid #0c60a3;
	font-size: 11px;
}
#dvd_info #tech_table th{
	background: #0c60a3;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: left;
}
#dvd_info #tech_table ul{
	margin-left: 20px;
}
#dvd_info #tech_table li{
	margin: 5px;
}
#dvd_info h1{
	font-size: 16px;
	margin-bottom: 12px;
}
#dvd_info p{
	font-size: 12px;
	line-height: 160%;
}
#dvd_info #credits{
	margin-top: 25px;	
}
#dvd_info #credits p strong{
	text-transform: uppercase;	
}
#dvd_info #credits .cast{
	font-weight: bold;
	color: #0c60a3;
	margin-bottom: 15px;
}
#dvd_info #credits .additional{
	font-size: 11px;	
}
#footer{
	font-size: 12px;
	text-align: center;
	color: #3ca6e9;
	height: 152px;
	margin-bottom: 10px;
	background: url(_gfx/footer_bg.png) bottom center no-repeat;
}
#footer p{
	font-weight: bold;
	padding-top: 20px;
	line-height: 18px;	
}
#footer a{
	color: #ffd555;
	text-decoration: none;
	padding: 0 10px;
}

