/* main CSS document */

body
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

#wrap {
	width:659px;
	margin: 15px;
	border: 2px solid #fff;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 4px 12px;
	padding: 12px 0 0 0;
}

h3 {
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 0;
}

h3.bigger {
	font-size: 1.4em;
	margin-top: 0;
	padding-top: 0;
}

p, td, th, li {
	color: #000;
	font-size: 1.2em;
}

a {
	color: #fff;
}

a:hover {
	color: #000;
}

img {
	border: 0;
}

/* page header styles begin */

#header {
	width: 659px;
	background: #fff url(../images/header-bg.jpg) 0 0 no-repeat;
}

#header-people {
	width: 659px;
	background: #fff url(../images/header-bg-people.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short {
	width: 659px;
	background: #fff url(../images/header-bg-short.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-mouth {
	width: 659px;
	background: #fff url(../images/header-bg-short-mouth.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-ends {
	width: 659px;
	background: #fff url(../images/header-bg-short-ends.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-thedig {
	width: 659px;
	background: #fff url(../images/header-bg-short-thedig.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-snap {
	width: 659px;
	background: #fff url(../images/header-bg-short-snap.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-chinese {
	width: 659px;
	background: #fff url(../images/header-bg-short-chinese.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-voice {
	width: 659px;
	background: #fff url(../images/header-bg-short-voice.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-short-lose {
	width: 659px;
	background: #fff url(../images/header-bg-short-lose.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-feature {
	width: 659px;
	background: #fff url(../images/header-bg-feat.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-feature-forgood {
	width: 659px;
	background: #fff url(../images/header-bg-feat-forgood.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-feature-after {
	width: 659px;
	background: #fff url(../images/header-bg-feat-after.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-contact {
	width: 659px;
	background: #fff url(../images/header-bg-contact.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

#header-television {
	width: 659px;
	background: #fff url(../images/header-bg-tough.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
}

/* page header styles end */

/* main navigation block styles begin */

#header-content-home {
	float: right;
	width: 351px;
	margin-top: 61px;
	padding: 0;
}

#header-content {
	float: right;
	width: 351px;
	margin-top: 123px;
	padding: 0;
}

#logo {
	float: left;
	width: 202px;
	margin: 1px 0 0 1px;
	padding: 0;
}


#logo img {
	margin: 0;
	padding: 0;
}

* html #logo img {
	margin-left: -1px;
}

#main-nav {
	float: right;
	width: 147px;
	margin: 0;
	padding: 0;
}

#main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-nav li {
	background: #600 url(../images/nav-arrow.gif) 0 0 no-repeat;
	padding-left: 16px;
	line-height: 22px;
	margin-top: 1px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#main-nav a, #main-nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 121px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#main-nav a.current {
	background-color: #000;
} 

#main-nav a:hover {
	background-color: #000;
}

/* main navigation styles end */

/* secondary/section nav styles begin */

#section-nav {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}

#section-nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#section-nav li {
	background-color: #bbb;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#section-nav a, #section-nav a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 3px;
	font-size: 0.9em;
	border-left: 1px solid #fff;
}

#section-nav a.section-current {
	background-color: #666;
}

#section-nav a:hover {
	background-color: #666;
}

#section-nav span {
	border-right: 1px solid #fff;
	font-size: 0.9em;
	padding: 4px;
}

/* flyout/small menu styles */ 

#section-nav-small {
	float: right;
	width: 148px;
	margin: 0 0 0 12px;
	padding: 0;
	position: relative;
}

#section-nav-small ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#section-nav-small ul li {
	background-color: #bbb;
	color: #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin: 0;
	position: relative;
}

#section-nav-small ul li ul {
	display: none;
}

#section-nav-small ul li a, #section-nav-small ul li a:visited {
	display: block;
	width: 140px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 3px;
	font-size: 0.9em;
	border-left: 1px solid #fff;
}

#section-nav-small a.section-current {
	background-color: #666;
}

#section-nav-small a:hover {
	background-color: #666;
}

#section-nav-small span {
	border-right: 1px solid #fff;
	font-size: 0.9em;
	padding: 4px;
}

/* specific flying menu styles */

#section-nav-small ul li:hover a, #section-nav-small ul li.over a {
	background: #666;
	color: #fff;
	margin: 0;
}

#section-nav-small ul li:hover ul, #section-nav-small ul li.over ul {
	display: block;
	position: absolute;
	top: 0;
	left: -107px;
	width: 100px;
	margin: 0;
	padding: 0;
}

#section-nav-small ul li:hover ul li a, #section-nav-small ul li.over ul li a {
	border-right: 1px solid #fff;
	font-size: 0.76em;
}

#section-nav-small ul li:hover ul li a.hide, #section-nav-small ul li.over ul li a.hide {
	background: #bbb;
	color: #fff;
}

#section-nav-small ul li:hover ul li:hover a.hide, #section-nav-small ul li.over ul li.over a.hide, #section-nav-small ul li:hover ul li:hover a:visited.hide, #section-nav-small ul li.over ul li.over a:visited.hide {
	width: 100px;
}

#section-nav-small ul li:hover ul li a, #section-nav-small ul li.over ul li a, #section-nav-small ul li:hover ul li a:visited, #section-nav-small ul li.over ul li a:visited {
	display: block;
	background: #bbb;
	color: #fff;
	width: 100px;
	font-size: 0.76em;
}

#section-nav-small ul li:hover ul li a:hover, #section-nav-small ul li.over ul li a:hover {
	background: #666;
	color: #fff;
}

/* third level nav items 
#section-nav-small ul li:hover ul li ul, #section-nav-small ul li.over ul li ul {
	display: none;
}
*/

/* secondary/section nav styles end */

.home-img {
	border-top: 2px solid #fff;
}

#wrap-content {
	font-size: 1.1em;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.content {
	margin: 0;
	padding: 0;
}

.content p {
	margin: 0;
	padding: 20px;
	width: 400px;
}

.content-alt {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

.content-alt p {
	margin: 0;
	padding: 20px;
	width: 400px;
}

.content-abstract {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

.content-abstract p {
	margin: 0;
	padding: 20px;
}

.content-films {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	min-height: 160px;
}

.content-films p, .content-films h3 {
	margin: 0;
	padding: 12px 20px 0 12px;
}

* html .content-films {
	height: 160px;
}

.content-films-noshow {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

* html .content-films-noshow {
	height: 80px;
}

.content-films-noshow p {
	margin: 0;
	padding: 20px;
}

.content-col {
	float: left;
	width: 440px;
	margin-left: 20px;
	margin-top: 8px;
}

.nav-col {
	float: right;
	width: 188px;
}

* html .nav-col img {
	margin: 10px 0 0 10px;
}

.content-filmreviews {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	min-height: 160px;
}

.content-filmreviews p, .content-filmreviews h3 {
	margin: 0;
	padding: 12px 20px 0 12px;
}

.content-filmreviews a, .content-filmreviews a:visited {
	color: #555;
}

.content-filmreviews a:hover {
	color: #fff;
}

/* photo gallery styles begin */

#gallery-wrap {
	margin: 0;
	padding: 0;
}

/*   now using BlueBay-style slideshow

.gallery {
	float: left;
	border: 1px solid #666;
	background-color: #fff;
	margin: 0 8px 8px 0;
	padding: 4px;
	width: 130px;
	text-align: center;
}

.gallery img {
	border: 1px solid #000;
	margin: 0;
}

.gallery p {
	margin-bottom: 0;
	padding: 2px 0 0 0;
}

.gallery a, .gallery a:visited {
	text-decoration: none;
	color: #000;
	font-size: 0.8em;
}

.gallery a:hover {
	text-decoration: underline;
}

#gallery-pop-wrap {
	text-align: center;
}

#gallery-pop-wrap a {
	text-decoration: none;
	color: #fff;
}

#gallery-pop-wrap a:hover {
	text-decoration: underline;
	color: #ccc;
}

*/

/* photo gallery styles end */

/* feature film info styles begin */

.content-filminfo {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

.content-filminfo p {
	margin: 0;
	padding: 20px;
	font-size: 1em;
}

.filminfo-logos {
	float: left;
	width: 280px;
}

.filminfo {
	float: right;
	width: 330px;
}

.filminfo-contact {
	float: right;
	border-left: 1px solid #000000;
	padding-left: 12px;
	margin: 12px;
}

.filminfo-contact p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.content-nofilminfo {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

.content-nofilminfo p {
	margin: 0;
	padding: 20px;
}

/* feature film info styles end */

.people-img {
	margin: 12px 0;
}

.pdf {
	text-align: right;
	margin-right: 20px;
}

.showreel {
	margin-right: 20px;
}

/* showreel popup table styles */

.table-border-showreel {
	margin: 40px auto;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.table-border-showreel td {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	padding: 6px;
	font-size: 1.4em;
}

.table-border-showreel td a {
	color: #fff;
	text-decoration: none;
}

.table-border-showreel td a:hover {
	color: #ccc;
	text-decoration: none;
}

.showreel-sm-box {
	width: 22px;
	text-align: center;
}

.showreel-no-border {
	border-left: 0 !important;
}

a.close-win:hover {
	color: #CCCCCC;
}

/* showreel popup table styles end */

/* credits popup table styles begin */

.table-border-credits {
	border-bottom: 1px solid #bda96e;
	border-right: 1px solid #bda96e;
}

.table-border-credits th {
	border-top: 1px solid #bda96e;
	border-left: 1px solid #bda96e;
	color: #bda96e;
	padding: 6px;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.table-border-credits td {
	border-top: 1px solid #bda96e;
	border-left: 1px solid #bda96e;
	color: #fff;
	padding: 6px;
	font-size: 1.4em;
}

/* credits popup table styles end */

/* contacts page styles begin */

.contact-bg {
	background: #fff url(../images/contact-bg.jpg) 0 0 no-repeat;
	width: 659px;
	min-height: 238px;
}

#contact-box {
	width: 200px;
	padding-top: 104px;
}

.contact-box acronym {
	text-decoration: none !important;
}

.contact-table {
	background-color: #fff;
	width: 200px;
	border: 2px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}

.contact-table td {
	padding: 2px;
	padding-left: 8px;
	border-bottom: 1px solid #000;
}

.dbl-bdr {
	border-bottom: 2px solid #000 !important;
}

.contact-abbrev {
	background-color: #600;
	color: #fff;
	width: 20px;
	text-align: center;
	padding: 0 !important;
}

.contact-table a, .contact-table a:visited {
	color: #000;
	text-decoration: none;
}

.contact-table a:hover {
	color: #600;
}

/* contact page styles end */

.centred {
	margin-top: 20px;
	text-align: center;
}

.cleaner {
	clear: both;
	padding: 0; 
	margin: 0;
	line-height: 0;
}
