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

body {
 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
} 
a {
	font-size: 11px;
	color:#C8ECF7;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C8ECF7;
}
a:hover {
	text-decoration: underline;
	color: #FFFFCC ;
}
a:active {
	text-decoration: none;
	color: #C8ECF7;
}

.style1 {font-size: 13px;
line-height:19px;
}
.font12pt {
	font-size: 12px;
}
 

.thrColFixHdr #container {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/bkgrd-grey.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #99ccff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#fff;	
} 

.thrColFixHdr #container2 { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkgrd.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #99ccff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#fff;
	height: 600px;
} 


.thrColFixHdr #header {
	background-image:url(../images/header_02.jpg);
	padding-left:5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
	font:Verdana, Geneva, sans-serif;
	width:850px;
	float:left;
	margin-bottom:0px;
	color: #0A2634;
} 

.navbar {
	padding:0px 0px 0px 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 28px;
	font: Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:10px;
	float:left;
	width:852px;
	background-color:#222;
} 



.header-textbox {
	margin:24px 30px 0 0;
	padding:5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	float:left;
	width:195px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
} 

.header-boxes { 
margin:20px 0 0 0;
padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height: 80px;
float:left;
width:185px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
} 
.subheader-box {
	margin-left: 5px;
	margin-bottom:5px;
	padding: 5px 0px;
	height: 15px;
	color:#fff;
width: 500px;
	border: 0 px solid #000;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:regular;
	color: #D9F0FF;
}
.subheader-box-right {
	margin-left: 10px;
	margin-bottom:5px;
	padding: 5px;
	height: 15px;
	color:#fff;
	float:right;
	width: 270px;
	border: 0 px solid #000;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:regular;
	color: #D9F0FF;
}
.Title{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #D9F0FF;
}
 
.box-menu {
	float: left;
	height: 160px;
	color:#fff;
	background: #244252;
width: 110px;
	border: 0 px solid #000;
	margin-top:2px;
}

#h2 {float:left}
.style3 {
	color:#8FD7FF;
	font-weight: bold;
	font-size: 12px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent {
	padding:15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	float: left;
	width: 825px;
} 


/* on student page -------------------V----------------*/
.price-box {
	margin:0px 0px 0px 10px;
	padding:5px;
	float:right;
	height: 800px;
	background-color:#CCC;
	color:#222;
	width: 200px;
}
.sub-box {
	margin:10px 5px;
	padding:5px 10px 3px 0px;
	float:right;
	font: Verdana, Geneva, sans-serif 10px;
	line-height: 14px;
	height: 80px;
	background-color: #0B2735;
	color:#fff;
	border:#666  solid .5px;
	width: 180px;
}

.sub-box2{
	margin:10px 5px;
	padding:5px 10px 3px 10px;
	float:right;
	font: Verdana, Geneva, sans-serif 10px;
	line-height: 14px;
	height: 245px;
	background-color:#0b2735;
	color:#fff;
	border: #666  solid .5px;
	width: 170px;
}
 
.student-main {
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	float:left;
	height: 810px;
	color:#FFF;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	width: 790px;
	border: solid thin;
	border-color:#666;
	background-color: #222;
	text-align: left;
}
 
.thrColFixHdr #FilmSchoolMain {
	padding:15px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	height: 960px;
	float: left;
	width: 835px;
}

.thrColFixHdr #Shipping-long {
	padding:15px 5px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	height: 1000px;
	float: left;
	width: 835px;
}


.column-box {
	margin:5px 10px 5px 0px;
	padding:5px 5px 5px 10px;
	float:left;
	height: 880px;
	border-right: solid .5px #666;
	background-color:#222;
	color:#fff;
	width: 380px;
}

/* on student page------------------------ */


/* on SHIPPING page------V------------------ */

.column-shipping3 {
	margin:5px;
	padding:5px 10px 5px 10px;
	float:left;
	height: 950px;
	background-color:#222;
	color:#fff;
	width: 340px;
	font-size: 11px;
}

.column-shipping4 {
	margin:5px;
	padding:10px 5px 5px 5px;
	float:left;
	height: 800px;
	 
	background-color:#222;
	color:#fff;
	text-align:center;
	width: 420px;
}


.column-shipping {
	margin:5px;
	padding:10px 10px 5px 10px;
	float:left;
	height: 880px;
	border-right: solid .5px #666;
	background-color:#222;
	color:#fff;
	width: 340px;
}

.column-shipping2 {
	margin:5px;
	padding:10px 5px 5px 5px;
	float:left;
	height: 880px;
	border-right: solid .5px #666;
	background-color:#222;
	color:#fff;
	width: 420px;
}

.wide-shipping  {
	margin:5px;
	padding:10px 5px 5px 5px;
	float:left;
	height: 550px;
	background-color:#222;
	color: #000;
	width: 790px;
}
.wide-shipping-lower  {
	margin:5px;
	padding:10px 5px 5px 5px;
	float:left;
	height: 350px;
	background-color:#222;
	color:#fff;
	width: 800px;
}


.mediumbox-shipping {
	margin-left:80px;
	padding:5px;
	float:left;
	font-size:12px;
line-height: 18px;
height: 80px;
	background-image: url(../images/homemovie-box.gif);
	background-repeat:no-repeat;
	color:#fff;
	width: 245px;
	text-align:center;
}
 .smallbox-shipping {
	margin:5px;
	padding:0px 30px 0 0;
	float:left;
	font-size:10px;
	line-height: 14px;
	height: 80px;
	background-color:#222;
	color:#fff;
	width: 300px;
}
.shipping-schedule-box {
	margin: 5px 20px 0px 40px;
	padding:15px 20px 5px 20px;
	float:left;
	height: 45px;
	color:#fff;
	width: 240px;
	background-color:#000;
	background-repeat:no-repeat;
	text-align: center;
	line-height:19px;
}

/* on telecine/digital post pages v ------------------------------*/
  
.thrColFixHdr #mainContent-post {
	padding:15px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	height: 600px;
	float: left;
	width: 805px;
}


/* on FAQ pages v ------------------------------*/
  
.thrColFixHdr #mainContent-long {
	padding:15px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	height: 850px;
	float: left;
	width: 805px;
}


.FAQ-box {
	padding:10px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	height: 940px;
	float: left;
	width: 825px;
}
 

/* on format page v--------------------------- */
.image-box-2 {
	margin:6px;
	float:left;
	height: 410px;
	color:#fff;
	width: 225px;
}
.price-box-2 {
	margin:6px;
	padding-left:12px;
	padding-top:8px;
	float:left;
	height: 400px;
	background-color:#222;
	color:#fff;
	width: 240px;
	border: solid thin;
	border-color:#666;
}

.price-box-16mmpage {
	margin:6px;
	padding-left:12px;
	padding-top:8px;
	float:left;
	height: 435px;
	background-color:#222;
	color:#fff;
	width: 240px;
	border: solid thin;
	border-color:#666;
}



.subheader-box-students {
	margin-left: 20px;
	margin-bottom:5px;
	padding: 5px;
	font-size:12px;
	height: 20px;
	color:#fff;
width: 750px;
	border: 0 px solid #000;
}



/* on contact page -----------------------*/
.contact-box {
	margin-left: 80px;
	margin-top:5px;
	padding-left:10px;
	padding-top:8px;
	float:left;
	height: 180px;
	color:#fff;
	width: 620px;
	border: solid thin;
	border-color:#666;
	background-color:#222;
	font-size: 12px;
}

.map-box {
	margin: 0px 25px 5px 80px;
	padding:0px;
	float:left;
	height: 290px;
	color:#fff;
	width: 350px;
	border: solid thin;
	border-color:#666;
	background-color:#222;
}

/* on archiving page --V---------------------*/
.archiving-box {
	margin: 5px 20px;
	padding:10px;
	float:left;
	height: 320px;
	color:#FFF;
	font-size:11px;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	width: 755px;
	border: solid thin;
	border-color:#666;
	background-color: #222;
}
.archiving-lower {
	margin: 5px 20px;
	padding:10px 10px 10px 20px;
	float:left;
	height: 140px;
	color:#fff;
		font-size:11px;
	line-height:16px;
 font-family: Verdana, Geneva, sans-serif;
	width: 745px;
	border: solid thin;
	border-color:#666;
	background-color: #222;
}
 .thrColFixHdr #mainContent-archive {
	padding:15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: .5px #CC0000;
	font-size:11px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	height: 570px;
	float: left;
	width: 825px;
} 

/* on home-movies page --V-----------------------------------*/
.homemovie-lower {
	margin: 5px 20px;
	padding:10px 10px 10px 20px;
	float:left;
	height: 150px;
	color:#fff;
		font-size:11px;
	line-height:16px;
 font-family: Verdana, Geneva, sans-serif;
	width: 745px;
	border: solid thin;
	border-color:#666;
	background-color: #222;
}
.homemovie-box {
	margin: 25px 20px 10px 40px;
	padding:20px 20px 5px 20px;
	float:left;
	height: 95px;
	color:#fff;
	width: 210px;
	background-image:url(../images/homemovie-box.gif);
	background-repeat:no-repeat;
	text-align: center;
}

/* EMAIL BOX-------------------------- */
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 585px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	  height:60px;
	  margin-top:5px;
	  margin-right:20px;
	  margin-left:100px;
	  background-color:#0A2634;
	   background-image: url(../images/bkgrd-bluebox.jpg);
	font-size:11px #fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px; /* padding keeps the content of the div away from the edges */
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 15px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../images/filmstrip-grey-90.gif);  /* the background color will be displayed for the length of the content in the column, but no further */
	font-size:12px #fff;
	background-repeat:repeat-y;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}




.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}





.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	color:#fff;
} 

.thrColFixHdr #footer2 { 
	background-image:url(../images/footer.jpg);
	height:40px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
[if IE 5]>

 
 


/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
