* {
	margin: 0;
	padding: -10;
	}
	
a, p, h1, h2, h3, td, li {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hidden {
	display: none;
	}
.fltlft {
	float: left;
	}
.fltrt {
	float: right;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #666;
	}
	
ul {
	list-style-type: none;
	}
	
.hr {
	border-top: 1px solid #fff;
	height: 1px;
	margin: 6px 0 0 0;
}
	

body {
	text-align: center;
	background: #313439;
}
	

#container {
	margin: 50px auto;
	text-align: left;
	width: 950px;
}

#header {
	height: 50px;
	}

#header #logo {
	float: left;
	}
#header #logo h1 {
	background: url('../images/bonnieSig.png') no-repeat;
	display: block;
	width: 174px;
	height: 51px;
	margin: 7px 0 0 27px;
	z-index: 500;
	position: relative;
	}
#header #logo h1 a {
	display: block;
	width: 174px;
	height: 51px;
	}
#mainNav ul {
	float: right;
	margin: 20px 60px 0 0;
	}

#mainNav ul li {
  position: relative;
	float: left;
	margin: 0 20px;
	height: 20px;
	font-size: 14px;
	}
#mainNav ul li#work {
  font-size: 17px;
  }
#mainNav ul li a.backlot {
	display: block;
	margin: -7px 0 0 0;
	width: 115px;
	height: 37px;
	background: url('../images/backlotGallery.png') no-repeat;
	}
#mainNav ul li a.backlot:hover {
	background: url('../images/backlotGallery_hover.png') no-repeat;
	}

#mainNav ul li ul {
	position: absolute;
	z-index: 1000;
	left: -9000px;
	top: 0px;
	background: #8C9FB6;
	border: 1px solid #666;
	padding: 0;
	}
#mainNav ul li#work:hover ul{
	left: auto;	
	padding: 0px 10px;
	margin: 20px 0 0 -10px;
	}

#mainNav ul li ul li.subLevel {
	float: none;
	margin: 10px 0;
	display: block;
	font-size: 14px;
	width: 80px;
	height: 16px;
	}

#mainArea {
	background: url('../images/bgimage.jpg') no-repeat;
	width: 950px;
	height: 501px;
	}
	
#mainArea2 {
	background: url('../images/bgimage_dk.jpg') no-repeat;
	width: 950px;
	height: 501px;
	}

#mainContent {
	padding: 50px 0;
	}
#mainContent.galleryContent {
	padding: 80px 40px;
	}

#transbg {
	background: url('../images/transbg.png');
	height: 300px;
	position: relative;
	margin: 50px  0 0 0px;
	
	}
#transbg .contactInfo {
	padding: 10px;
	margin: 0px  0 0 0px;
	float: right;
	width: 450px;
	fontsize: 5px;
	font-size: 12px;
}
#transbg .contactInfo p {
	font-size: 12px;
	margin: 5px 0;
	}
	
h2.backlotLogo {
	display: block;
	position: relative;
	width: 227px;
	height: 73px;
	background: url('../images/backlotGallery_lg.png') no-repeat;
}

#transbg #form {
	position: relative;
	top: 0px;
	background: #313439;
	height: 300px;
	max-width: 400px;
	}

#transbg table {
	margin: 15px 0px;
	float: left;
	}

table tr td label{
	color: #fff;
	}

#380flash {
	width: 950px;
	height: 380px;
	}
	
#footer {
	display: block;
	width: 950px;
	height: 22px;
	position: relative;
	background: url('../images/footer.gif') no-repeat;
}
#footer p {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	width: auto;
	}
	
//* -- Visual Lightbox Styles -- *//
			.gallery {
				zoom:1;
				width: auto;	
				margin: 0 0 0 50px;			
			}
			.gallery a {
				display:block;
				float:left;
				margin:5px;
				padding:6px;
				border:solid 1px #b8b8b8;
				background-color:#f4f5f5;
				opacity:0.87;
				text-align:center;
			}
			.gallery a:hover {
				opacity:1;
			}
			.gallery a img {
				border:none;
				display:block;
			}
			.gallery a#vlightbox{display:none}
	
