body {
	background:#0a0a0a url(images/body_bg.jpg) no-repeat center top;
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
/*html, body {
	height: 100%;
	margin: 0;
	padding: 0;

}*/
img {
	border: none;
}
.center {text-align: center; margin: 0 auto; display: block;}
#block {
	margin-top: 20px;
}
#container {
	margin-bottom: 20px;
}
/*#home div#block {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -350px;
	float: left;
}
#home div#container {
width: 970px;
height: 700px;
clear: both;
position: relative;
top: -350px;
}*/

.floatleft {
float: left;
}
.right {
	float: right;
}
.txtright {text-align: right;}
.left {
	float: left;
	clear: both;
}
#container {
	margin: 0 auto;
	width: 970px;
}
.header {
	float: left;
	width: 970px;
	background: url(images/header_top.jpg) no-repeat left 10px;
	height: 132px;
	display: inline;
}
.header img.logo {
	margin: 10px;
	float: left;
}
.header ul.topnav {
	margin: -10px 15px 0 0;
	padding: 90px 0 0;
	list-style: none;
	background: url(images/header_contact.png) no-repeat right top;
	width: 720px;
	height: 52px;
	float: right;
	overflow: hidden;
	display: inline;
}
.header ul.topnav li {
	margin: 5px 5px 5px 0;
	padding:0;
	float: left;
	width: 85px;
	height: 39px;
	line-height: 39px;
}
.header ul.topnav li a {
	background: url(images/topnav_a.gif) no-repeat;
	display: block;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.header ul.topnav li a:hover {background-position: left bottom;}
#home .header ul.topnav li.home a, #services .header ul.topnav li.services a, #about .header ul.topnav li.about a, #mediareels .header ul.topnav li.mediareels a, #stage .header ul.topnav li.stage a, #links .header ul.topnav li.links a, #contact .header ul.topnav li.contact a, #credits .header ul.topnav li.credits a{
	background-position: left bottom;
}
.content {
	float: left;
	width: 930px;
	background: #fff;
	font-size: 1.4em;
	background: url(images/content_stretch.gif) repeat-y;
	padding: 30px 20px 10px;
	border-top: 1px solid #ddd;
}
#home .content {
	padding-top: 0;
	border: none;
}
.hpbanner {
	background: url(images/hp_banner_left.jpg) no-repeat;
	float: left;
	width: 930px;
	margin-bottom: 10px;
}
.sidebar {
	width: 295px;
	float: right;
	padding: 10px;
}
.featured {
	background: url(images/feat_video_bg.gif) no-repeat;
	width: 315px;
	float: right;
}
.featured p{
	padding: 16px 10px 15px;
	text-align: right;
}
.featured p a {	color: #fff;}
.main {
	float: left;
	width: 608px;
}
.main p, .sidebar p {
	margin: 5px 0;
	padding: 5px 0;
}
.footer {
	float: left;
	width: 930px;
	padding: 10px 20px;
	background: url(images/footer_bg.jpg) no-repeat left bottom;
	color: #fff;
	font-size: 1.2em;
}

#home h1 {
	text-indent: -9999px;
	background: url(images/h1_home.gif) no-repeat;
	height: 50px;
	display:block;
}
#home .main {
	width: 100%;
	background: url(images/home_main_bg.jpg) no-repeat right bottom;
}
#home .intro {
	padding: 10px 400px 0 0;
	line-height: 1.5em;
}
.video {
	background: #000;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 306px;
	height: 238px;
	padding: 5px 0;
}
.video img.play {
	position: absolute;
	left: 90px;
	top: 56px;
}


/*-------------Services---------------------*/
#services h1 {
	text-indent: -9999px;
	background: url(images/h1_services.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}
#services .main {
	font-size: 0.9em;
}
#services .sidebar {
	margin-top: 38px;
}
.sidebar .info {
	padding: 5px 10px;
	border: 10px solid #333;
	margin: 5px 0;
	float: left;
	font-size: 0.9em;
	width: 255px;
	background: #444;
	color: #fff;
}
ul.services {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
ul.services li{
	margin: 0;
	padding: 5px 10px 5px 0;
	width: 598px;
	float: left;
}
ul.services li label {
	float: left;
	width: 150px;
	font-weight: 700;
	padding: 5px;
}
ul.services li div {
	float: left;
	width: 438px;
	overflow: hidden;
}
ul.services li div p {
	padding: 0;
	margin: 5px 0;
}
ul.services li.even {
	background: #333;
	color: #fff;
}
ul.services li ul {
	padding: 5px 0;
	margin: 0;
	width: 98%;
	list-style: none;
}
ul.services li ul li {
	line-height: 1em;
	padding: 5px 5px 5px 20px;
	background: url(images/arrow_bullet.gif) no-repeat 5px 10px;
}
ul.services li ul.col2 li {
	width: 44%;
	line-height: 1em;
}
/*------------Media Reels-------------*/
#mediareels .main {
	width: 100%;
}
#mediareels h1 {
	text-indent: -9999px;
	background: url(images/h1_mediareels.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}
.main ul.col3 {
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.main ul.col3 li{
	width: 305px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}
.main ul.col3 li img a {
	padding: 0;
	margin: 0;
	float: left;
}
.main ul.col3 li h2 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	background: #444;
	color: #fff;
}
.main ul.col3 li h2 a {
	color: #fff;
	background: #444 url(images/icon_video.gif) no-repeat left 2px;
	padding-left: 20px;
}
/*-----------------About us---------------------*/
#about h1 {
	text-indent: -9999px;
	background: url(images/h1_aboutus.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}

/*-----------------Credits---------------------*/
#credits h1 {
	text-indent: -9999px;
	background: url(images/h1_credits.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}
#credits .main, #links .main {
	width: 100%;
}
ul.credits {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}
ul.credits li{
	margin: 0;
	padding: 5px 5px 5px 20px;
	width: 284px;
	float: left;
	font-size: 11px;
	background: url(images/arrow_bullet.gif) no-repeat 5px 10px;
}



#links h1 {
	text-indent: -9999px;
	background: url(images/h1_links.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}
#links .main ul.credits{
	background: #444;
}
#links #container .main ul.credits li a {
	color: #fff;
}
/*------------------------Stage-----------------*/
#stage ul.col3 {
	float: left;
	width: 306px;
	padding: 10px;
	margin-top: 0;
	margin-right: 20px;
	background: #f0f0f0;
	border: 1px solid #ddd;
}
#stage ul.col3 h2 {
	font-weight: normal;
}
#stage ul.col3 h2 a{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: none;
	background-position: left 10px;
}
#stage .main {
	width: 100%;
}
#stage .photos a img {
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #ddd;
	margin: 5px 2px 10px 0;
}
#stage .photos a:hover img {
	padding: 5px;
	background: #ccc;
	border: 1px solid #999;
	margin: 5px 2px 10px 0;
}
.stage_content {
	float: left;
	width: 580px;
}
#basic-accordian{
	margin-top: 10px;
}
.accordion_headings{
	padding:5px;
	background: #444;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
	color: #fff;
}
.accordion_headings:hover{
	background: #222;
}
#basic-accordian .header_highlight{
	cursor: text;
}
.accordion_child{
	padding: 10px 15px;
	background:#fff;
}




/*------------------------Contact-----------------*/
#contact h1 {
	text-indent: -9999px;
	background: url(images/h1_contact.gif) no-repeat left bottom;
	height: 25px;
	display:block;
}
/*--------------------Contact Form--------------------*/
form {
margin: 0;
padding: 0;
}

ul.contactform {
	padding: 7px;
	list-style: none;
}
ul.contactform li{
	padding: 5px;
}
ul.contactform li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 15%;
	font-weight: 700;
	font-style: normal;
}
ul.contactform li textarea {
	width: 75%;
}
ul.contactform li input {
	width: 35%;
}
ul.contactform li input.btn {
	width: 59px;
}
li.required input, li.required textarea{
	border: 1px solid #e00000;
}
li.required{
	color: #e00000;
}
















/************-------------------Tabbed---------------------*****************/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 6px 0;
 font-weight: 700;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 7px;
 margin-right: 3px;
  border: 1px solid #444;
 border-bottom: none;
 background: #ddd;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #ccc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #444;
 color: #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 0;
	border-top:0;
	float: left;
	overflow: hidden;
	font-size: 12px;
	background: #444;
	color: #fff;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}