@charset "utf-8";
/* CSS Document */

/* Text styles */
a {
	color: #76a6bd;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.bold-white {
	font-weight:bold;
	color: #CCCCCC;
}

.bold-white1 {
	font-weight:bold;
	color: #ffffff;
}

a.banners img {
	border:1px solid #000000;
	padding:5px;
}

a.banners:hover img {
	border:1px solid #666666;
	padding:5px;
}

a.banners1 img {
	border:1px solid #000000;
	padding:4px;
}

a.banners1:hover img {
	border:1px solid #666666;
	padding:4px;
}

.titlepage {
	color: #ffffff;
	font-size:20px;
	font-weight:normal;
	padding-bottom:16px;
	padding-top:12px;
	line-height:22px;
}

.small {
	font-size:12px;	
}

.smaller {
	font-size:8px;
}

.red {
	color:red;
}

.large {
	font-size:16px;
}

.italic  {
	font-style:italic;
}

.small-italic {
	font-size:12px;
	font-style:italic;
}

.border {
	border:1px solid #666666;
}

.border-gold {
	border:1px solid #fbc912;
}

.align-right {
	text-align:right;
}


.align-left {
	text-align:left;
}

.justify {
	text-align:justify;
}

.gold {
	color:#fbc912;
}

.quote {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	line-height: 24px;
	color:#fbc912;
}

.center {
	text-align:center;
}

.size500 {
	width:500px;
}

.margin-auto {
	margin:0 auto;
}

.uppercase {
	text-transform:uppercase;
}

/* Layout */

* {padding: 0; margin: 0;}
p {padding-bottom:12px; padding-top:3px;}

img {
	border:0;
}

body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
 	background: #000000;
	color: #999999;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:728px;
}


/* Banner */
#header {
	margin:0 auto;
	overflow:hidden;
}

h1 {
	display:none;
}

#logo {
	float:left;
	width:180px;
	height:110px;
}

#topnav {
	width:540px;
	height:64px;
	float:right;
	margin-top: 36px;	
}

#topnav ul {
	width:540px;
	height:64px;
	margin:0;
	padding:0;
}

#topnav li {
	list-style:none;
	float:left;
	height:30px;
	margin:0;
	padding:0;
	margin-top:2px;
	margin-right:1px;
}


/* Content */
#content {
	clear:both;
	padding-top:20px;
	width:728px;
	min-height:620px; 
	/* Set min-height for all standards-compliant browsers */
	height: expression( this.scrollHeight < 621 ? "620px" : "auto" ); 
	/* Set min-height for IE */	
}


/* Fotter */
#footer {
	width: 728px;
	margin: 40px 0 20px 0;
	font-size:12px;
	color:#666666;
}

#footer a {
	color:#5d8395;
}

#footer a:hover {
	color: #CCCCCC;
}


/* Table */
#table-lib {
	width: 728px;
	text-align:center;
	margin-top: 30px;
}

#table-lib a img {
	width:159px;
	height:244px;
	border:1px solid #666666;
	padding:1px;
}

#table-lib a:hover img {
	width:159px;
	height:244px;
	border:1px solid #CCCCCC;
	padding:1px;
}

#table-lib td.left {
	width:165px;
	text-align:left;
	padding-right: 23px;
	padding-bottom: 60px;
	padding-top: 10px;
	vertical-align:top;
	border-top:1px solid #222222;
}

#table-lib td.right {
	width: 540px;
	text-align:left;
	padding-bottom: 60px;
	padding-top: 10px;
	vertical-align:top;
	border-top:1px solid #222222;
}

#table-lib td.left-2col {
	width:160px;
	text-align:left;
	padding-left: 9px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 15px;
	vertical-align:top;
	border-top:1px solid #222222;
}

#table-lib td.right-2col {
	width: 170px;
	text-align:left;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 15px;
	vertical-align:top;
	border-top:1px solid #222222;
}

#table-lib td.right-2col-border {
	width: 170px;
	text-align:left;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 15px;
	vertical-align:top;
	border-top:1px solid #222222;
	border-right:1px solid #222222;
}

#table-lib td.left_noborder {
	width:165px;
	text-align:left;
	padding-right: 23px;
	padding-bottom: 60px;
	padding-top: 10px;
	vertical-align:top;
}

#table-lib td.right_noborder {
	width: 540px;
	text-align:left;
	padding-bottom: 60px;
	padding-top: 10px;
	vertical-align:top;
}



/*Table Richard Collection*/

#table-richard {
	width: 728px;
	text-align:center;
	border:0;
	margin-top:60px;
}

#table-richard td {
	padding:6px 20px;
}


/*Film Description page*/
# table-film {
	width: 728px;
	margin-top: 30px;
	text-align:left;
}

#table-film td.left {
	width: 350px;
	padding-right: 28px;
	vertical-align:top;
	text-align:left;
}

#table-film td.right {
	width: 348px;
	vertical-align:top;
	text-align:justify;
	padding-right:2px;
}

#table-film td.left1 {
	width: 258px;
	padding-right: 18px;
	vertical-align:top;
	text-align:left;
}

#table-film td.right1 {
	width: 450px;
	vertical-align:top;
	text-align:justify;
	padding-right:2px;
}

.filmtitle {
	margin-top:0;
	padding-top:0;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	padding-bottom:20px;
	color:#FFF;
}	

#table-film p {
	font-size:12px;
	line-height: 18px;
}
	