* {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4,h5, h6, fieldset, input, form, table, td, tr, thead, ul, ul li, p {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	background: #000 url(../images/dark_theme/bg.jpg) top center fixed no-repeat;
	color: #acacac;
	font: 12px/16px Arial, Helvetica, sans-serif normal;
	}
a {
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	}
	
a:focus {
	outline: none !important;
	}
	
* :focus, a, a:active { outline: 0 !important; }

a img {
	border: 0;
	}
	
.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
	}
/*		Utility Classes		*/
.middleGray {
	color: #aaaaaa;
	}
	
.elevenPX	{
	font-size: 11px;
	}
.left {
	float: left;
	position: relative;
	}
.right {
	float: right;
	position: relative;
	}
.rightMargin {
	margin-right: 10px;
	}
.redBG {
	background-color:#311111;
	border-top:1px solid red;
}
.colorRed {
	color: #a2a2a2;
}
.blueBG {
	background-color: #1d303a;
	border-top: 1px solid #59c8fc;
	color: #59c8fc;
}
.greenBG {
	background-color: #2a361c;
	border-top: 1px solid #99d95b;
	color: #99d95b;
}
.georgText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


/*		Text		*/
h1 {
	color: #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em; /*	make this .05 and zoom 1 for ie */
	text-transform: uppercase;
	padding: 7px 0 7px 20px;
}
h1.redBG {
	color: #ef4345;
}


/*		Layout		*/
#header {
	margin: 0 auto;
	padding: 15px 0 10px;
	position:relative;
	width: 983px;
	}
	
#header img {
	padding-right: 5px;
	}


/*		Login Form		*/
#login {
    height: 40px;
	position:absolute;
	right: 0;
    text-align: left;
	top: 10px;
  	width: 387px;
  	background: transparent url(../images/dark_theme/loginBG.png) top left repeat;
}
#login #loginForm {
	}
#login div#loginForm div {
	float:left;
	position:relative;
	top: 8px;
	}
#login input {
	background-color: #232323;
	border: none;
	color: #999;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	width: 115px;
	}
#login #username, #login #password {
	background: transparent url(../images/dark_theme/loginFormBG.png) top left no-repeat;
  	height: 30px;
	left: 10px;
	padding-left: 2px;
	width: 130px;
}
#login #password {
	left: 15px;
}
#login #submitbut {
	background:transparent url(../images/dark_theme/passies.png) no-repeat scroll left top;
	height:31px;
	left:20px;
	padding-top:3px;
	width:60px;
}
#login #submitbut input {
	cursor: default;
	background-color:#232323;
	padding:0;
	width:60px;
	cursor: pointer;
	}
.loginBut, .closeBut {
	display: inline;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.closeBut {
	display: none;
	}
.loginBut a, .closeBut a{
	color: #555;
	display: block;
	margin-top: 12px;
	padding: 0 0 10px 10px;
	text-decoration: none;
}
.loginBut a:hover, .closeBut a:hover {
	color: #999;
	text-decoration: underline;
	}
.forgot {
	clear: both;
	display: block;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: right;
	top: 12px;
	width: 390px;
	}
.forgot a, .forgot a:active {
	border-bottom: 1px dotted #333;
	color: #333;
	display: inline-block;
	text-decoration: none;
	}
.forgot a:hover {
	color: #555;
	border-bottom:  1px dotted #555;
	}
	

/*		Video Player and News		*/
#body1 {
	height: 360px;
	margin: 0 auto;
	padding: 0;
	width: 983px;
	}
#body1 #leftCol {
	float:left;
	position: relative;
	width: 603px;

	}
#body1 #rightCol {
	background-color: #f2f2f2;
	float: left;
	left: 20px;
	position: relative;
	width: 360px;
} 
#newsContent {
	height: 330px;
	overflow: hidden;
}
.newsPost {
	color: #646363;
	padding: 20px 0 0 20px;
	}
.newsPost h2 {
	color: #bababa;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	position: relative;
	width: 180px;
}
.newsPost small {
	float: right;
	position: relative;
	margin-top: -1px;
}
.newsPost p {
	clear:left;
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	padding-bottom:7px;
}
.newsPost a {
	color: #ed4447;
	text-decoration: underline;
}
.newsPost a:hover {
	text-decoration: none;
}
.newsPost img {
	padding: 5px 0;
}
#blogButton {
	position: absolute; 
	top: 7px; 
	right: 20px;
}
#blogButton a{
	font-size: 11px;
	padding: 3px 10px 2px;
	color: #EF4345;
}
#blogButton a:hover {
	background-color: #ed4447;
	color: #fff;
	text-decoration: none;
}
#blogButton a span {
	font-size: 12px;
}


/*		Scrollbar		*/
.jScrollPaneContainer {
	background: #242424 url(../images/dark_theme/calloutBG.jpg) top left repeat-x;
	height: 330px !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #1c1c1c;
}
.jScrollPaneDrag {
	position: absolute;
	background: #3c3c3c url(../images/scrollGrabBar.png) no-repeat 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}




#body3 {
	display:block;
	margin: 0 auto;
	width: 983px;
	}
#aboutBox, #contactBox {
	background: #242424 url(../images/dark_theme/calloutBG.jpg) top left repeat-x;
	display: inline;
	float: left;
	height: 400px;
	position: relative;
	top: 20px;
	width: 480px;
	}
#aboutBox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px 40px;
	background-color: #141414;
	}
#aboutBox p {
	padding: 10px 20px;
	line-height: 1.5em;
	}
#aboutBox a {
	color: #68953c;
	text-decoration: underline;
	}
#aboutBox a:hover {
	text-decoration: none;
	}
.aboutShadow {
	display: block;
	padding:20px 0 0 0;
	}

/*		Contact Box		*/
#contactBox {
	left: 23px;
	}	
#contactBox input, #contactBox textarea {
	border: 1px dotted #333333;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	width: 201px;
	background-color: #333333;
	color: #eee;
	}
#contactBox textarea {
	margin-left: 22px;
	width: 428px;
	overflow: hidden;
	}
#contactBox #submitbut {
	display: inline;
	margin-right: 20px;
	}
#contactBox .inputField {
	height: 45px;
	padding: 0 0 0 21px;
	width: 210px;
	}
#contactBox #submitbut input {
	background: #333333;
	border: none;
	color: #919191;
	cursor: pointer;
	padding: 0px;
	height: 25px;
	width: 95px;
	}
#contactBox input:focus, #contactBox textarea:focus { 
	border: 1px dotted green; 
	}
#contactBox input.error, #contactBox textarea.error { 
	border: 1px dotted red; 
	}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	}
form.cmxform label.error, label.error {
	color: red;
	float: left;
	font-style: italic
	width: 220px;
	}
#comments label.error {
	margin-left: 21px;
	}
#contactBox #submitbut input:hover {
	color: #555;
	}
#contactBox #submitbut input:focus {
	}
#contactBox img {
	margin-top: 20px;
	}
.contactShadowSm {
	display: block;
	padding-top: 20px; 
	}
.requiredText {
	color: #aaa;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 39px;
	right: 0px;
	}
#thankYou {
	background: #232323;
	padding: 20px;
	margin: 0 auto;
	width: 400px;
	color:  #fff;
	}
#contactForm {
	margin-top: 50px;
}

#contactDetails {
	background-color:#333333;
	display:inline;
	float:left;
	margin:20px;
	padding:10px 0;
	position:relative;
	width:440px;
}
#contactDetails ul {
	width: 150px;
	float: left;
	list-style: none;
	list-style-type: none;
	}
#contactDetails ul#contactFirList {
	margin-left:  45px;
	}
#contactDetails ul#contactSecList {
	margin-left:  80px;
	}
#contactDetails ul li {
	color:  #eeeeee;
	line-height: 1.5em;
	font-size:  11px;
	}
#contactDetails ul li.title {
	font: 18px bold Arial, helvetica, sans-serif;
	padding-bottom: 3px;
	}
#contactDetails ul li a {
	color: #eeeeee;
	}e
#contactDetails ul li a:hover {
	color: #ED4447;
	}
/*	Video Content and Captions	*/
#videoContent {
	width: 603px;
	min-height: 60px;
	}
#videoCaptions {
	left: 20px;
	width: 360px;
	height: 60px;
	}
.videoDownload {
	position: absolute; 
	right: 0px
	}
#videoContent h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-bottom: 5px;
	color:  #bababa;
	}
#videoContent p {
	width: 560px;
	color: #757575;
	}	
#videoCaptions p {
	padding-left: 90px;
	color: #757575;
	}
.creditsButton {
	position: absolute; 
	padding: 3px 0 3px 10px;
	width: 55px;
	}
a.creditsButton {
	color: #EF4345;
	text-decoration: none;
	}
a.creditsButton:hover {
	background-color: #EF4345 !important;
	background-image:  none;
	color:#fff;
	}
p.creds a {
	color: #ED4447;
	text-decoration: underline;
	}
p.creds a:hover {
	text-decoration: none;
	}
/*		Utilities		*/	
.makeBigger {
	font-size: 18px;
	}
.loader img{
	left: -30px;
	margin-right: 10px;
	margin-top: 0px !important;
	position: absolute;
	top: 5px;
	visibility: hidden;
	}
textarea.blur {
	color: #919191;
	}	
input.blur {
	color: #919191;
	}	

.clearFix {
	clear: both;
	}
	






#footer {
	height: 200px;
	margin: 0 auto;
	padding: 20px 0 200px;
	position:relative;
	width: 983px;
	}
#footerContact {
	float:left;
	display: inline;
	position: relative;
	width: 410px;
	}
#footerNetworks {
	float: left;
	display:inline;
	position:relative;
	width: 393px;
	}
#footerReel {
	float: left;
	display: inline;
	position: relative;
	text-align: right;
	width: 180px;
	}

.vcard {
	color:#666;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 17px;
	width: 130px;
	}
.vcard a {
	line-height: 17px !important;
	}
#footer h4 {
	color: #acacac;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}
#footer h4 a {
	color: #acacac;
	text-decoration: none;
	}
#footerNetworks ul {
	display: inline;
	float: left;
	position: relative;
	width: 180px;
	}
#footerNetworks ul li {
	padding-bottom: 10px;
	}
#footerNetworks ul li a, #footerContact a {
	color: #666;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#footerNetworks ul li a:hover, #footerContact a:hover, #footer h4 a:hover {
	color: #0dadd6;
	text-decoration: none;
	}
#footerNetworks ul li a img {
	padding-right: 5px;
	}
	
	
#style-switcher {
	float:right;
	text-align:right;
	width:180px;
}
#style-switcher h4 {
	font-weight:  normal;
}
#style-switcher ul {	
	background: #242424 url(../images/dark_theme/calloutBG.jpg) top left repeat-x;;
	float:right;
	width:180px;
}
#style-switcher ul li {	
	padding: 9px; 
	float: left;
}	
#style-switcher ul li a {	
	display: block; 
	margin-bottom: -3px;
}
#style-switcher ul li a img {
	border: 1px solid black;
	}
#style-switcher ul li a img:hover {
	border: 1px solid #0DADD6;
	}


#body4 {
	margin: 0 auto;
	padding: 20px 0 21px;
	position:relative;
	top: 20px;
	width: 983px;
}
ul.clientList {
	float:left;
	margin-bottom:1em;
	margin-right:10px;
	width:211px;		
}
ul.clientList.last {
	margin-right: 0
	}
ul.clientList li {
	font: 9px Verdana, Arial, sans-serif;
	color: #555;
	float: left;
	line-height: 16px;
	width: 9em;
	}
ul.clientList li a {
	color: #444;
	display: block;
	}
ul.clientList li.title {
	color: #757575;
	float: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	clear: left;
	padding-bottom: 5px;
}
ul.friendList {
	float: left;
	margin-bottom: 1em;
	width: 14em;
	height: 5em;
}
ul.friendList li {
	font: 10px Verdana, Arial, sans-serif;
	color: #444;
	line-height: 16px;
	}
ul.friendList li.title {
	color: #757575;
	font: bold 12px Arial, Helvetica, sans-serif;
	clear: left;
	padding-bottom: 5px;
}
ul.friendList li a {
	color: #333 ;
	font: 9px Verdana, Arial, sans-serif;
}
ul.friendList li a:hover, 
ul.clientList li a:hover{
	color: #ED4447 !important;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #;
	background-color: transparent;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	background-color: transparent;
	color: #dedede;
	font-weight: bold;
}
.ui-widget-header a {
	color: #dedede;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #101010;
	font-weight: normal;
	color: #3f3f3f;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #3f3f3f;
	text-decoration: none;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #ccc;
	font-weight: normal;
	color: #212121;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: #161616;
	font-weight: normal;
	color: #212121;
	outline: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #acacac;
	outline: none;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color: #cd0a0a;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-tabs {
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .7em -1px 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
	font: bold 13px Arial, Helvetica, sans-serif;
	float: left;
	text-decoration: none;
	padding: .5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	min-height: 150px;
	padding: 1em 1.3em;
	display: block;
	border-width: 0;
	background: #161616;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}






#body2{
	display:block;
	margin: 0 auto;
	padding: 20px 0 0 0 ;
	width: 983px;
	}
h3 {
	color:#CCCCCC;
	font-family:verdana;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	margin:10px 30px 0 5px;
}
.demoReel {
	margin: 10px 9px 0 0 ;
	}
	
	
.boxgrid {
	background:#161613 none repeat scroll 0 0;
	float:left;
	height:95px;
	overflow:hidden;
	position:relative;
	width:100px;
	margin-right: 9px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 99px;
	left: 0;
}
.caption .boxcaption {
	top: 99px;
	left: 0;
}
a.playArrow {
	background: transparent url(../images/playArrow.png) top left no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 10px;
	left: 75px;
}
a.playArrow:hover {
	background-position: 0 -19px;
}



#slideshow {
	background:transparent url(../images/dark_theme/movieThumbBG.png) no-repeat scroll left top;
	height:117px;
	left:4px;
	margin:0 auto;
	position:relative;
	width:773px;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:756px;
	height:99px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	top: 10px;
}
#slideshow #slidesContainer .slide {
  width: 763px;
  height:95px;
}

.hide {
	display: none;
}

.control {
	height: 25px;
	width: 18px;
	position: absolute;
	top: 45px;
	cursor: pointer;
	text-indent: -10000px;
}
#leftControl{
	background: transparent url(../images/leftArrow.png) bottom left no-repeat;
	right: -43px;
	z-index: 1;
}
#rightControl {
	background: transparent url(../images/rightArrow.png) bottom left no-repeat;
	right: -80px;
}
#rightControl.control:hover, #leftControl.control:hover {
	background-position: top left;
}


#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */ 







/*	PlayOverlay		*/

#flashcontent {
	position: relative;
}

#playOverlay{
	display: none;
	position: absolute;
	z-index: 100;
}