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

/*This is my change*/

/* The Grand Equaliser Rule */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, img, dd, dt, form blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom:10px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006699;
	font-weight: bold;
	margin: 0px;
	padding:0px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	padding:0px;
}


.li {
	padding-left:10px;
	margin-bottom:5px;
	vertical-align:top;
	list-style-type:none;
	list-style-image:url(img/li.gif);

}

a {
	color:#999999;
	text-decoration:none;
}

.a_clear {
	color:#333333;
	display:inline;
	text-decoration:none;
}

.a_clear:hover {
	color:#ffffff;
	background-color:#47a5ff;
	text-decoration:none;
	
}


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


.a_link {
	color:#006699;
	vertical-align:baseline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding-left:30px;
	padding-bottom:5px;
	background-image:url(img/a_icon_white.png);
	background-repeat:no-repeat;
}

.a_link:hover {
	text-decoration:underline;
	color:#006699;
}

.a_footer {
	color:#cccccc;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:5px;
	text-decoration: none;
	background-image:url(img/a_icon.png);
	background-repeat:no-repeat;
}

.a_footer:hover {
	text-decoration:underline;
	color:#ffffff;
}
	
	
	
/* sections */

.logo {
	width:150px; 
	height:50px; 
	float:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:44px;
}

#flashcontent {
	display:block;
	width:808px;
	height:260px;
	margin-left:7px;
	margin-right:5px;
	margin-bottom:7px;
	border: 2px solid #999999;
}


.centersection {
	width:820px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:18px;

}


#topsection {
	height:358px;
	background-image:url(img/header_strip.gif);
	background-repeat:repeat-x;
}

#topsection {
	height:auto;
	margin: 0;
}

#footer {
	height:auto;
	background-color:#666666;
	margin-top:50px;
	padding-top:20px;

}




/* notbox */

.notebox_outer {
	/*border:solid #ececec 1px;*/
	height:100%;
	background-image:url(img/box_blue_footer.gif);
	background-position:bottom left;
	background-repeat:repeat-x;

}

.notebox_inner {
	border:solid #b8b8b8 1px;
	height:100%;
}


.notebox_inner_people {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_people.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_filming {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_filming.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_audio {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_audio.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_assettv {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_blue_assettv.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_video {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_filming.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.thumb {
	width:75px;
	height:auto;
	float: left;
}


.notebox_inner_production {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_production.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_website {
	border:solid #b8b8b8 1px;
	height:100%;
	background-image:url(img/box_pic_website.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.notebox_inner_stats {
	border:solid #b8b8b8 1px;
	height:100%;
	background-repeat:no-repeat;
}

.notebox_text {
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	background-image: url(img/box_bg_fade.gif);
	background-repeat: repeat-x;
}




/* Global */


.player_bg {
	display:block;
	float:none;
	width:820px;
	height:274px;
	background-image:url('img/player.png');
	background-repeat:no-repeat;
	margin-top: -7px;
}

.flashcontainer {
	width:820px;
	margin-top:-1px;
	margin-left:-5px;
	height:280px;
	position:relative;	    
}

.clear {
	clear:both;
}

.globalnav {
	color:#999999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	margin: auto;
}

	.nav LI	{ /* Icon bullet point display */
		float: left;
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
		border:none;
		height: 38px;
		font-size:24px;
		color:#FFFFFF;
	}
	
