@charset "utf-8";
/* Seinfeld parody CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
body {
	background-color: #2749c6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
.main_bds {
	background-color: #2749c6;
}
.bottom_border {
	border-bottom: 1px solid #102570;
}
.bottom_border2 {
    padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #102570;
}				
.footer_bg {
    background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
}			
A:active {
    color: #f9df04; 
}
A:hover {
    color: #f9df04;
}	
.copytext {
	font-size: 10px;
	color: #728cee;
} 
h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
h2 {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;	
}	
h3 {
    font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: -20px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;	
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_h {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;	
}
.text1 {
    font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.text2 {
    font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.linkstyle_white{
	font-size: 20px;
	font-weight: norma1;
	text-align: center;
	color: #ffffff;
}
.linkstyle_yellow{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #ffee2b;
	letter-spacing: -1px;
}
.linkstyle_smlwhite {
	color: #FFF;
}
.blue_header {
    background-position: bottom;
    height: 50px;
    padding-top: 20px;
	padding-left: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.padding_top {
    padding-top: 15px;
}
/* main navbar and header */
.header {
    height: 143px;
	border-bottom: 1px solid #102570;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;	
}	
.nav_bar {
    border-top: 1px solid #7492ff;
	border-bottom: 1px solid #7492ff;
	height: 49px;
}
/* index page */
.index_flash_bg {
    background-image: url(images/index_flash_bg.jpg);
	background-repeat: no-repeat;
	background-color: #2749c6;
	width: 980px;
	height: 942px;
}
.index_desc_box { 
    padding-top: 45px;
	font: Tahoma, Arial;
	font-size: 17px;
	font-weight: bold;
}
.index_desc_txt {
    font: Tahoma, Arial;
    font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	color: #dae2ff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}	
/* about page */		
.dvd_logo { 
    padding-left: 86px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 83px;
	height: 40px;
}
.dvd_packshot { 
    padding-top: 20px;
    padding-left: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
}	
.profile_box { 
    background-color: #2f51d1;
	border: 1px solid #4466e3;
	width: 302px;
	height: 191px;
}		
.profile_pic { 
    padding-top: 12px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
.profile_desc_box { 
    padding-top: 22px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.profile_txt {
    font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.profile_txt_yellow {
    font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #fcec18;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* gallery page */
#gallery { 
	width: 755px; 
	position:relative;
	margin: 0 auto; 
}
.gallery_shot1 {  
	position:absolute;
	left: 0px;
}
.gallery_shot2 {  
	position:absolute;
	left: 240px; 
}	
.gallery_shot3 {  
	position:absolute;
	left: 485px; 
}	
.gallery_shot4 {  
	position:absolute;
	left: 10px;
	top: 285px;
}	
.gallery_shot5 {  
	position:absolute;
	top: 280px;
	left: 215px;
}	
.gallery_shot6 {  
	position:absolute;
	top: 232px;
	left:520px;
}
.gallery_shot7 {  
	position:absolute;
	top: 490px;
	left: 0px;
}
.gallery_shot8 {  
	position:absolute;
	top: 492px;
	left: 230px;
}
.gallery_shot9 {  
	position:absolute;
	top: 492px;
	left:485px;
}
/* download and trailers page */
.trailers_bg {
    background-image: url(images/trailers_bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 655px;
}
.trailer_btns {
    position: top;
	margin-top: 50px;
}
.text3 {
    font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* news and own it page */
#news_heading {
    font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #fcee18;
	margin-left: 0px;
	margin-bottom: -15px;
	margin-right: 0px;
	margin-top: 0px;
}
.news_txt {
    font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.news_link {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fcee18;
}
/* IE6 png fix */
img, div { 
   behavior: url(iepngfix.htc)
}