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

/* basic page structure */
html {height:100%; margin-bottom: 1px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DEDFDA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	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;
}
.twoColFixRt #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px;
	padding:0px;
	z-index: 9999;
}
body.twoColFixRt #sidebar1 {
	#background:#DEDFDA;
	#-moz-border-radius: 10px; /* Firefox */
	#-webkit-border-radius: 10px; /* Safari, Google Chrome */
	#border-radius: 10px; /* Internet Explorer 9, Opera 10.5+ */
}

body#index #sidebar1 {
	background:#efefef;
}

#sidebar1 #navigation {
	padding-left:6px;
}
.twoColFixRt #mainContent { 
	margin: 0 217px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff;
} 
.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;
}

body#films, body#films #mainContent, body#videos, body#videos #mainContent, body#reel, body#reel #mainContent {
	background:#000000;
	color: #999;
	}

/* general links */

a, h3, h2, div, span, p, td {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	color:#333;
	}
h4 {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	color:#3399FF;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	}


/* text basic */
.copy {
	padding:0px 10px 0px 10px;
	}
#clacma .copy p, #ctorrid1 .copy p, #ctorrid2 .copy p, #ctorrid3 .copy p, #cifff .copy p {
	padding-right: 130px;
	}

span.leadin {
	font-size:90%;
	}

/* change format of second part of subtitle */
h3 span {
	color:#909090;
	letter-spacing: 0.04em;
	}

/* questionable formatting to check out */

#background .copy p {
	color:#999;
	font-size:28px;
	line-height: 1.4em;
}
.copy strong {
	color: #3399FF;
	font-weight:normal;
	font-size:inherit;
}

.copy p span {
	font-size:11px;
	font-weight:normal;
	color:#3399FF;
}
#background p {
	font-size:12px;
}

/* background h5 unbold */

h5 .unbold {
	font-weight:normal;
	color:inherit;
	}


/* add format to advertising main image */
#ads .picture {
	padding-top: 20px;
	}

/* HIGHSLIDE AUX FORMATTING */

#index .highslide-html-content p {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666; 
	}
#index .highslide-html-content p.bigstate {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ff3300;
	text-decoration:none; 
	}

/* index big statement link decoration */


.p7ABcontent a {
	font-weight:bold;
	font-size:90%;
	color:#FF6633;
	text-decoration:none;
	}
	
.p7ABcontent p span {
	font-size:90%;
	font-weight:bold;
	color:#FF6633;
	padding-right:5px;
	}
	
	
	
#samples #mainContent { 
	background:#DEDFDA;
	}
