/* CSS Document */

body {
	margin: 35px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000;
	color: #999;
	text-align: center;
	}

textarea {
    font-family: Arial, Helvetica, sans-serif;
	}

img {
    border: 0;
}

body#home {
	}

body#features {
	}

body#commercials {
	}

body#in_production {
	}

body#reels {
	}

body#jobs {
	}

body#about {
	}

body#contact {
	}

a {
    color: #757575;
    text-decoration: underlined;
}

a:hover
{
    color: #CBCDCC;
    text-decoration: underline;
}

/* ----- page structure ----- */

#container {
	width: 964px;
	text-align: left;
	margin: 0 auto;
	}

#home #container { /* ALI NEW */
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	}

/* ----- header ----- */

#header {
	width: 964px;
	height: 91px;
	position: relative;
	}

#features #header {
	background: url(/site/img/bg-header-features.gif) repeat-x 0 0;
	}

#commercials #header {
	background: url(/site/img/bg-header-commercials.gif) repeat-x 0 0;
	}

#in_production #header {
	background: url(/site/img/bg-header-in-production.gif) repeat-x 0 0;
	}

#reels #header {
	background: url(/site/img/bg-header-reels.gif) repeat-x 0 0;
	}

#jobs #header {
	background: url(/site/img/bg-header-jobs.gif) repeat-x 0 0;
	}

#about #header {
	background: url(/site/img/bg-header-about.gif) repeat-x 0 0;
	}

#contact #header {
	background: url(/site/img/bg-header-contact.gif) repeat-x 0 0;
	}

#logo {
	width: 464px;
	height: 91px;
	}

#logo a {
	width: 299px;
	height: 91px;
	display: block;
	/*background-color: red;*/
	text-indent: -2000px;
	}

#features #header #logo {
	background: url(/site/img/logo-features.jpg) no-repeat 0 0;
	}

#commercials #header #logo {
	background: url(/site/img/logo-commercials.jpg) no-repeat 0 0;
	}

#in_production #header #logo {
	background: url(/site/img/logo-in-production.jpg) no-repeat 0 0;
	}

#reels #header #logo {
	background: url(/site/img/logo-reels.jpg) no-repeat 0 0;
	}

#jobs #header #logo {
	background: url(/site/img/logo-jobs.jpg) no-repeat 0 0;
	}

#about #header #logo {
	background: url(/site/img/logo-about.jpg) no-repeat 0 0;
	}

#contact #header #logo {
	background: url(/site/img/logo-contact.jpg) no-repeat 0 0;
	}

#main-nav {
	position: absolute;
	left: 316px;
	top: 53px;
	}

#home #home-nav { /* ALI NEW */
	position: absolute;
	left: 60px;
	top: 60px;
	}

#main-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 626px;
	}

#home #home-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	}

#main-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#home #home-nav ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	}

#main-nav ul li a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
	}

 #home #home-nav ul li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -2000px;
	}


#home #home-nav ul li.features a:link,
#home #home-nav ul li.features a:visited {
	width: 112px;
	height: 17px;
	background: #000 url(/site/img/nav-home-features-over.jpg) no-repeat 0 -17px;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 0;
	}

#home #home-nav ul li.features a:hover {
	width: 112px;
	height: 17px;
	background: url(/site/img/nav-home-features-over.jpg) no-repeat 0 0;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 0;
	}

#features #main-nav ul li.features a:link,
#features #main-nav ul li.features a:visited,
#features #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-features-on.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.features a:link,
#commercials #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-comm-features-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-comm-features-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.features a:link,
#in_production #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-inpro-features-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-inpro-features-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.features a:link,
#reels #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-reels-features-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-reels-features-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.features a:link,
#jobs #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-jobs-features-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-jobs-features-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.features a:link,
#about #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-about-features-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-about-features-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.features a:link,
#contact #main-nav ul li.features a:visited {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-contact-features-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.features a:hover {
	width: 88px;
	height: 24px;
	background: url(/site/img/nav-contact-features-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.commercials a:link,
#home #home-nav ul li.commercials a:visited {
	width: 174px;
	height: 16px;
	background: url(/site/img/nav-home-commercials-over.jpg) no-repeat 0 -16px;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 26px;
	}

#home #home-nav ul li.commercials a:hover {
	width: 174px;
	height: 16px;
	background: url(/site/img/nav-home-commercials-over.jpg) no-repeat 0 0;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 26px;
	}

#features #main-nav ul li.commercials a:link,
#features #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-commercials-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-commercials-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.commercials a:link,
#commercials #main-nav ul li.commercials a:visited,
#commercials #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-comm-commercials-on.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.commercials a:link,
#in_production #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-inpro-commercials-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-inpro-commercials-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.commercials a:link,
#reels #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-reels-commercials-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-reels-commercials-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.commercials a:link,
#jobs #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-jobs-commercials-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-jobs-commercials-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.commercials a:link,
#about #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-about-commercials-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-about-commercials-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.commercials a:link,
#contact #main-nav ul li.commercials a:visited {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-contact-commercials-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.commercials a:hover {
	width: 130px;
	height: 24px;
	background: url(/site/img/nav-contact-commercials-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.in-production a:link,
#home #home-nav ul li.in-production a:visited {
	width: 178px;
	height: 20px;
	background: url(/site/img/nav-home-in-production-over.jpg) no-repeat 0 -20px;
	/*margin: 0 0 6px 0;*/
	position: absolute;
	left: 0;
	top: 51px;
	}

#home #home-nav ul li.in-production a:hover {
	width: 178px;
	height: 20px;
	background: url(/site/img/nav-home-in-production-over.jpg) no-repeat 0 0;
	/*margin: 0 0 6px 0;*/
	position: absolute;
	left: 0;
	top: 51px;
	}

#features #main-nav ul li.in-production a:link,
#features #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-in-production-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-in-production-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.in-production a:link,
#commercials #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-comm-in-production-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-comm-in-production-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.in-production a:link,
#in_production #main-nav ul li.in-production a:visited,
#in_production #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-inpro-in-production-on.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.in-production a:link,
#reels #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-reels-in-production-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-reels-in-production-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.in-production a:link,
#jobs #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-jobs-in-production-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-jobs-in-production-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.in-production a:link,
#about #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-about-in-production-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-about-in-production-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.in-production a:link,
#contact #main-nav ul li.in-production a:visited {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-contact-in-production-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.in-production a:hover {
	width: 129px;
	height: 24px;
	background: url(/site/img/nav-contact-in-production-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.reels a:link,
#home #home-nav ul li.reels a:visited {
	width: 67px;
	height: 16px;
	background: url(/site/img/nav-home-reels-over.jpg) no-repeat 0 -16px;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 77px;
	}

#home #home-nav ul li.reels a:hover {
	width: 67px;
	height: 16px;
	background: url(/site/img/nav-home-reels-over.jpg) no-repeat 0 0;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 77px;
	}

#features #main-nav ul li.reels a:link,
#features #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-reels-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-reels-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.reels a:link,
#commercials #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-comm-reels-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-comm-reels-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.reels a:link,
#in_production #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-inpro-reels-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-inpro-reels-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.reels a:link,
#reels #main-nav ul li.reels a:visited,
#reels #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-reels-reels-on.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.reels a:link,
#jobs #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-jobs-reels-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-jobs-reels-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.reels a:link,
#about #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-about-reels-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-about-reels-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.reels a:link,
#contact #main-nav ul li.reels a:visited {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-contact-reels-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.reels a:hover {
	width: 67px;
	height: 24px;
	background: url(/site/img/nav-contact-reels-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.jobs a {
	width: 57px;
	height: 20px;
	background: url(/site/img/nav-home-jobs-over.jpg) no-repeat 0 -20px;
	/*margin: 0 0 6px 0;*/
	position: absolute;
	left: 0;
	top: 102px;
	}

#home #home-nav ul li.jobs a:hover {
    width: 57px;
    height: 20px;
	background: url(/site/img/nav-home-jobs-over.jpg) no-repeat 0 0;
	/*margin: 0 0 6px 0;*/
	position: absolute;
	left: 0;
	top: 102px;
	}

#features #main-nav ul li.jobs a:link,
#features #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-feat-jobs-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-jobs-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.jobs a:link,
#commercials #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-comm-jobs-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-comm-jobs-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.jobs a:link,
#in_production #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-inpro-jobs-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-inpro-jobs-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.jobs a:link,
#reels #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-reels-jobs-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-reels-jobs-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.jobs a:link,
#jobs #main-nav ul li.jobs a:visited,
#jobs #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-jobs-jobs-on.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.jobs a:link,
#about #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-about-jobs-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-about-jobs-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.jobs a:link,
#contact #main-nav ul li.jobs a:visited {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-contact-jobs-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.jobs a:hover {
	width: 58px;
	height: 24px;
	background: url(/site/img/nav-contact-jobs-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.about a:link,
#home #home-nav ul li.about a:visited {
	width: 78px;
	height: 16px;
	background: url(/site/img/nav-home-about-over.jpg) no-repeat 0 -16px;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 128px;
	}

#home #home-nav ul li.about a:hover {
	width: 78px;
	height: 16px;
	background: #000 url(/site/img/nav-home-about-over.jpg) no-repeat 0 0;
	/*margin: 0 0 9px 0;*/
	position: absolute;
	left: 0;
	top: 128px;
	}

#features #main-nav ul li.about a:link,
#features #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-about-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-about-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.about a:link,
#commercials #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-comm-about-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-comm-about-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.about a:link,
#in_production #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-inpro-about-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-inpro-about-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.about a:link,
#reels #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-reels-about-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-reels-about-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.about a:link,
#jobs #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-jobs-about-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-jobs-about-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.about a:link,
#about #main-nav ul li.about a:visited,
#about #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-about-about-on.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.about a:link,
#contact #main-nav ul li.about a:visited {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-contact-about-off.jpg) no-repeat 0 -24px;
	}

#contact #main-nav ul li.about a:hover {
	width: 71px;
	height: 24px;
	background: url(/site/img/nav-contact-about-off.jpg) no-repeat 0 0;
	}

#home #home-nav ul li.contact a:link,
#home #home-nav ul li.contact a:visited {
	width: 104px;
	height: 16px;
	background: url(/site/img/nav-home-contact-over.jpg) no-repeat 0 -16px;
	position: absolute;
	left: 0;
	top: 153px;
	}

#home #home-nav ul li.contact a:hover {
	width: 104px;
	height: 16px;
	background: url(/site/img/nav-home-contact-over.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 153px;
	}


#features #main-nav ul li.contact a:link,
#features #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-contact-off.jpg) no-repeat 0 -24px;
	}

#features #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: #000 url(/site/img/nav-feat-contact-off.jpg) no-repeat 0 0;
	}

#commercials #main-nav ul li.contact a:link,
#commercials #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-comm-contact-off.jpg) no-repeat 0 -24px;
	}

#commercials #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-comm-contact-off.jpg) no-repeat 0 0;
	}

#in_production #main-nav ul li.contact a:link,
#in_production #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-inpro-contact-off.jpg) no-repeat 0 -24px;
	}

#in_production #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-inpro-contact-off.jpg) no-repeat 0 0;
	}

#reels #main-nav ul li.contact a:link,
#reels #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-reels-contact-off.jpg) no-repeat 0 -24px;
	}

#reels #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-reels-contact-off.jpg) no-repeat 0 0;
	}

#jobs #main-nav ul li.contact a:link,
#jobs #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-jobs-contact-off.jpg) no-repeat 0 -24px;
	}

#jobs #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-jobs-contact-off.jpg) no-repeat 0 0;
	}

#about #main-nav ul li.contact a:link,
#about #main-nav ul li.contact a:visited {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-about-contact-off.jpg) no-repeat 0 -24px;
	}

#about #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-about-contact-off.jpg) no-repeat 0 0;
	}

#contact #main-nav ul li.contact a:link,
#contact #main-nav ul li.contact a:visited,
#contact #main-nav ul li.contact a:hover {
	width: 83px;
	height: 24px;
	background: url(/site/img/nav-contact-contact-on.jpg) no-repeat 0 0;
	}



/* ----- content area ----- */

#content {
	margin: 26px 0 0 0;
	}

#home #content {  /* ALI NEW */
	margin: 0 0 0 0;
	}

/* -- column 1 structure --  */

#content #template1 #column1 { /* homepage */
	width: 1000px; /* ALI NEW */
	margin: 0 0 0 0; /* ALI NEW */
	padding: 0;
	position: relative;
	}

#content #template2 #column1 { /* features section homepage */
	width: 956px;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	float: left;
	}

#content #template3 #column1 { /* about, jobs, in production, contact */
	width: 343px;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	float: left;
	}

#content #template4 #column1 { /* features, commercials */
	width: 350px;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	float: left;
	}

#content #template5 #column1 { /* reels */
	width: 354px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	}

#content #template6 #column1 { /* jobs - form */
	width: 526px;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
	float: left;
	}


/* column 2 structure  */

#content #template2 #column2 { /* features section homepage */
	width: 0;
	margin: 0;
	padding: 0;
	}

#content #template3 #column2 { /* about, jobs, in production, contact  */
	width: 591px;
	margin: 0 0 20px 0;
	padding: 0;
	float: right;
	}

.contact-col {
	width: 280px;
	float: left;
	}

#content #template4 #column2 { /* features, commercials */
	width: 576px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	float: right;
	}

#content #template5 #column2 { /* reels */
	width: 576px;
	margin: 0 0 20px 0;
	padding: 0;
	float: right;
	}

#content #template6 #column2 { /* jobs - form */
	width: 0;
	margin: 0;
	padding: 0;
	}



/* -- headers and text styles -- */

h1 {
	font-size: 2em;
	margin: 0 0 13px 4px;
	padding: 0;
	font-weight: normal;
	}

.subnav-breadcrumbs	{
	margin: -11px 0 19px 4px;
	font-size: 1.2em;
	color: #666;
	}

.subnav-breadcrumbs a:link,
.subnav-breadcrumbs a:visited	{
	text-decoration: none;
	}

.subnav-breadcrumbs a:hover	{
	text-decoration: underline;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

h3 a:link,
h3 a:visited {
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: underline;
	}

p.intro {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
	}

p {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.3em;
	}

p a:link,
p a:visited {
	/*color: #A57647;*/
	/*text-decoration: none;*/
	}

p a:hover {
	/*color: #A57647;*/
	text-decoration: underline;
	}

p a.readmore:link,
p a.readmore:visited {
	text-decoration: none;
	}

p a.readmore:hover {
	text-decoration: underline;
	}

p.date {
	color: #616161;
	margin: -2px 0 0 0;
	}

p.date span {
	color: #a57647;
	}

p.date img {
	padding: 0 7px 0 0;
	margin: 2px 0 -2px 0;
	}

.coloured-block {
	background-color: #2C2C2C;
	margin: 0 0 23px 0;
	padding: 16px 16px 6px 16px;
	}

.divider-block {
	border-top: 1px solid #333;
	margin: 10px 0 0 0;
	padding: 16px 0 0 0;
	clear: both;
	}

.vid-navigation {
    width: 574px;
    position: relative;
}
.vid-navigation a {
    text-decoration: none;
}

span.previous {
    position: absolute;
    left: 0px;
    top: 0;
	width: 250px;
	margin: 0 0 0 0;
	font-size: 1.26em;
	}

span.previous a:link,
span.previous a:visited,
span.previous a:hover {
	background: url(/site/img/arrow-previous.gif) no-repeat 0 2px;
	padding: 0 0 0 16px;
	}

span.index {
	position: absolute;
	left: 250px;
	top: 0;
    width: 150px;
    margin: 0 0 0 0;
    font-size: 1.26em;
}

span.next {
    position: absolute;
    right: 0px;
    top: 0;
	width: 150px;
	text-align: right;
	margin: 0 0 0 0;
	font-size: 1.26em;
}

span.next a:link,
span.next a:visited,
span.next a:hover {
	background: url(/site/img/arrow-next.gif) no-repeat 100% 2px;
	padding: 0 16px 0 0;
	}



/* -- header and text colours for different colourways --  */

/* homepage  */

#home h1 {
	position: absolute;
	left: -9999px;
	margin: 0;
	}

/* features  */

#features h1 {
	color: #85675A;
	}

#features h1 img {
	padding: 0 9px 3px 9px;
	border: none;
	margin: 0 0 0 0;
	}

#features h2 {
	color: #85675A;
	}

#features p.intro {
	font-size: 1.2em;
	color: #999;
	}


/* commercials  */

#commercials h1 {
	color: #7B5B68;
	}

#commercials h1 img {
	padding: 0 9px 3px 9px;
	border: none;
	margin: 0 0 0 0;
	}

#commercials h2 {
	color: #7B5B68;
	}

#commercials p.intro {
	font-size: 1.2em;
	color: #999;
	}




/* in production  */

#in_production h1 {
	color: #4B5E84;
	}

#in_production h2 {
	color: #A57647;
	}

#in_production p.intro {
	color: #787878;
	}

#in_production h3 {
	color: #a57647;
	padding: 0 0 10px 0;
	}

#in_production h3 a:link,
#in_production h3 a:visited {
	}

#in_production h3 a:hover {
	}




/* reels  */

#reels h1 {
	color: #937456;
	}

#reels #subnav {
	color: #757575;
	font-size: 1.6em;
	}

#reels #subnav ul {
	margin: 0;
	padding: 0;
	}

#reels #subnav ul li {
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	}

#reels #subnav ul li a:link,
#reels #subnav ul li a:visited {
	margin: 0;
	padding: 4px;
	color: #757575;
	text-decoration: none;
	}

#reels #subnav ul li a:hover,
#reels #subnav ul li.current
 {
	margin: 0;
	padding: 4px;
	color: #CBCDCC;
	text-decoration: none;
	}

#reels #subnav ul li a.current:link,
#reels #subnav ul li a.current:visited,
#reels #subnav ul li a.current:hover {
	margin: 0;
	padding: 4px;
	color: #CBCDCC;
	text-decoration: none;
	}



/* jobs  */

#jobs h1 {
	color: #8C8860;
	}

#jobs h2 {
	color: #8C8860;
	}

#jobs p.intro {
	color: #787878;
	}

#jobs #column1 p a.readmore:link,
#jobs #column1 p a.readmore:visited,
#jobs #column1 p a.readmore:hover {
	font-size: 1.3em;
	background:url(/site/img/arrow-register.gif) no-repeat 100% 5px;
	}

a.document {
	/*
	margin-left: 5px;
	padding-left: 15px;
	background: url(/site/img/icon-document.gif) no-repeat left 0;
	*/
}




/* about  */

#about h1 {
	color: #97A186;
	}

#about h2 {
	color: #97A186;
	}

#about h3 {
	color: #97A186;
	padding: 0 0 10px 0;
	}

#about h3 a:link,
#about h3 a:visited {
	xpadding: 0 0 0 13px;
	}

#about h3 a:hover {
	xpadding: 0 0 10px 13px;
	}

#about p.intro {
	color: #787878;
	}

#about p.contact-icon {
	padding: 0 0 19px 0;
	margin: -5px 0 0 0;
	font-size: 1.2em;
	 }

#about p.contact-icon img {
	margin: 6px 5px -2px 0;
	 }

#about img.contact-graphic {
	margin: 0 0 18px 4px;
	 }


/* contact  */

#contact h1 {
	color: #9B9B9B;
	}

#contact h2 {
	color: #9B9B9B;
	}

#contact p.intro {
	color: #787878;
	}

#contact p {
	font-size: 1.4em;
	}

#contact p.contact-icon {
	padding: 0 0 19px 0;
	 }

#contact p.contact-icon img {
	margin: 6px 5px -2px 0;
	 }

#contact img.contact-graphic {
	margin: 0 0 18px 4px;
	 }


/* ----- elements within specific templates ----- */

#content #template3 #column1 img {
	margin: 0 0 20px 0;
	}

#column2 ul {
	margin: 0;
	padding: 0 0 10px 0;
	}

#column2 ul li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(/site/img/bullet.gif) no-repeat 0 3px;
	font-size: 1.1em;
	}

#column2 img.float-left {
	float: left;
	margin: 0 10px 10px 0;
	}

#column2 img.float-right {
	float: right;
	margin: 0 0 10px 10px;
	}

#column1 ul.contact-icon {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #333;
	 }

#column1 ul.contact-icon li {
	margin: 0;
	/*padding: 0 0 10px 23px;*/
	padding: 0 0 10px 0;
	font-size: 1.2em;
	list-style-type: none;
	 }

/*
#column1 ul.contact-icon li.studio {
	background: url(/site/img/icon-studio.gif) no-repeat 0 0;
	 }

#column1 ul.contact-icon li.prodco {
	background: url(/site/img/icon-prodco.gif) no-repeat 0 0;
	 }

#column1 ul.contact-icon li.director {
	background: url(/site/img/icon-director.gif) no-repeat 0 0;
	 }

#column1 ul.contact-icon li.star {
	background: url(/site/img/icon-star.gif) no-repeat 0 1px;
	 }

#column1 ul.contact-icon li.shots {
	background: url(/site/img/icon-shots.gif) no-repeat 0 2px;
	 }

#column1 ul.contact-icon li.website {
	background: url(/site/img/icon-website.gif) no-repeat 0 0;
	 }

#column1 ul.contact-icon li.trailer {
	background: url(/site/img/icon-trailer.gif) no-repeat 0 0;
	 }
	 */

#column1 ul.contact-icon li a:link,
#column1 ul.contact-icon li a:visited {
	text-decoration: none;
	}

#column1 ul.contact-icon li a:hover {
	text-decoration: underline;
	}

#column1 img.contact-graphic {
	margin: 0 0 18px 4px;
	 }

#template2 #column1 .img-box {
	float: left;
	width: 172px;
	margin: 0 24px 0 0;
	}

#template2 #column1 .img-box-last {
	float: left;
	width: 172px;
	margin: 0 0 0 0;
	}

#template2 #column1 .img-box p,
#template2 #column1 .img-box-last p {
	font-size: 1.2em;
	margin: 14px 0 36px 0;
	}

#template2 #column1 .img-box p a:link,
#template2 #column1 .img-box p a:visited,
#template2 #column1 .img-box-last p a:link,
#template2 #column1 .img-box-last p a:visited {
	text-decoration: none;
	display: block;
	}

#template2 #column1 .img-box p a:hover,
#template2 #column1 .img-box-last p a:hover {
	text-decoration: underline;
	display: block;
	}

/* ----- forms ----- */

form {
	margin: 0;
	padding: 0;
	}

form .row {
	margin: 8px 0;
	padding: 0;
	float: left;
	width: 100%;
	   font-size: 1.1em;
	}

form .inner-row {
	float: left;
	}

/*form label {
	margin: 0;
	padding: 4px 0 4px 0;
	float: left;
	width: 150px;
	}*/

form label.radio {
	float: none;
    font-weight: bold;
    margin: 0 10px 0 5px;
    }

form label.radio span {
    margin-left: 1px;
    }
form .label-block {
    float: left;
    width: 160px;
    padding: 4px 16px 0 0;
    font-size: 1.2em;
}

form .label-block label {
    padding: 4px 0;
}


form .label-block span {
    color: #666;
}

form .input-block {
    float: left;
    max-width: 600px;
}

form .input-block .row-label {
    clear: both;
    float: left;
    width: 140px;
    display: block;
    padding: 10px 0;
}

form .error-block {
    padding: 4px 8px 0 8px;
    float: left;
}

form .error-block.privacy {
    padding: 2px 8px 0 8px;
    float: left;
}

form fieldset {
	clear: both;
	padding: 0;
	border: none;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom:1px solid #333333;
}

form legend {
	margin: 10px 0 0 0;
	padding: 0;
    font-size: 2.0em;
    font-weight: normal;
}

form option {
	padding: 2px;
	}

form input,
form textarea {
    margin: 0;
    padding: 4px;
	}

form select {
	margin: 0;
	}

form input.text {
    width: 300px;
    xfont-size: 1.2em;
    border: 1px solid #fff;
    background-color: #ddd;
	}
form input.small {
    width: 15px;
    border: 1px solid #fff;
    background-color: #ddd;
    margin-right: 12px;
    }

form .row-right {
    float: left;
    padding: 2px 0;
}

form textarea {
    width: 300px;
    font-size: 1.2em;
    border: 1px solid #fff;
	}

form textarea.large {
	width: 350px;
	height: 150px;

	}

form input.submit {
	margin: 10px 0 0 175px;
	padding: 0 0 2px 0;
	width: 220px;
	height: 30px;
	border: none;
	xbackground: url(/site/img/button-submit.jpg) no-repeat 0 0;
	cursor: pointer;
    font-size:1.1em;
    background-color: #222;
    color: #757575;

	}

form input.submit:hover {
    background-color: #333;
    color: #CBCDCC;
    }

form input.reset {
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	width: 66px;
	height: 21px;
	font-size: 1.0em;
	border: none;
	background: url(/site/img/button-reset.jpg) no-repeat 0 0;
	cursor: pointer;
	}

span.required, span.not_required, span.required_blank {
	color: #f00;
	font-size: 1.2em;
	margin: 0 4px;
	display: block;
	float: left;
	width: 10px;
	}
span.required_blank {
	width: 200px;
	margin-left: 154px;
}

form ul.radio {
	margin: 4px 0 0 0;
	padding: 0;
	}

form ul.radio li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

form ul.radio li label {
	float: none;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: normal;
	}

form ul.radio li input {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	}

form ul.skills {
	padding: 0;
	margin: 0;
	}

form ul.skills li {
	float: left;
	list-style-type: none;
	width: 180px;
	margin-top: 10px;
	}

form .skills label {
	float: none;
	padding-left: 5px;
	}

form span.form-error, form span.required {
    color: #bd2222;
    }

p.form-error-info {
    border: 1px solid #bd2222;
    color: #bd2222;
    padding: 2px;
    width: 480px;
    margin: 16px 0;
}

p.form-error-info span {
    background-color: #111;
    display: block;
    padding: 8px;
	}

input.error, textarea.error {
    background-color: #fcc8b9 !important;
    border: 1px solid #bd2222 !important;
}

form.recruitment_form {
    padding-left: 4px;
    clear: both;
}


/* ----- footer ----- */

#footer {
	border-top: 2px solid #2e2e2e;
	border-bottom: 1px solid #212121;
	width: 964px;
	float: left;
	}

#home #footer {
	border-top: none;
	border-bottom: none;
	width: 1000px;
	float: left;
	text-align: right;
	}

#footer ul {
	margin: 0;
	padding: 10px 0;
	}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#footer ul li.major {
	color: #7d7d7d;
	font-size: 1.2em;
	}

#home #footer ul li.major {
	color: #44577a;
	font-size: 1.1em;
	}

#footer ul li.major a:link,
#footer ul li.major a:visited {
	color: #7d7d7d;
	text-decoration: none;
	padding: 0 7px;
	}

#footer ul li.major a:hover {
	color: #7d7d7d;
	text-decoration: underline;
	padding: 0 7px;
	}

#home #footer ul li.major a:link,
#home #footer ul li.major a:visited {
	color: #6b7a98;
	text-decoration: none;
	padding: 0 7px;
	}

#home #footer ul li.major a:hover {
	color: #6b7a98;
	text-decoration: underline;
	padding: 0 7px;
	}

#footer ul li.minor {
	color: #464646;
	font-size: 1.0em;
	}

#home #footer ul li.minor {
	color: #929292;
	font-size: 1.1em;
	}

#footer ul li.minor a:link,
#footer ul li.minor a:visited {
	color: #464646;
	text-decoration: none;
	padding: 0 7px;
	}

#footer ul li.minor a:hover {
	color: #464646;
	text-decoration: underline;
	padding: 0 7px;
	}

#home #footer ul li.minor a:link,
#home #footer ul li.minor a:visited {
	color: #929292;
	text-decoration: none;
	padding: 0 7px;
	}

#home #footer ul li.minor a:hover {
	color: #929292;
	text-decoration: underline;
	padding: 0 7px;
	}

/* ---------- skip link ---------- */

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none;
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0 0 0 0;
    width: 1px;
	}

/* ---------- clearing div ---------- */

.clear {
	clear: both;
	height: 0;
	font-size: 0.1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	}