/* Tags */

html {
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background:url(/images/bgTile.jpg) repeat-x #64625f;
	font-size: 12px;
	height: 100%;
	line-height:1.5em;
	margin:0px;
	padding:0px;
}

img {
	border:0;
}

/* Text */

a:link, a:visited {
	color:# ;
	text-decoration:none;
}

a:ahover {
	color:# ;
	text-decoration:underline;
}

/* Navigation */



/* Layout */

#beta { 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:100; 
	width:80px; 
	height:80px; 
}

#mainwrapper {
	position:relative;
	margin:0px auto;
	width:946px;
}

#header {

}

#left {
	width:479px;
	height:388px;
	float:left;
	background:url(/images/layout_10.png) no-repeat;
}

#right {
	height:388px;
	width:467px;
	float:left;
	background:url(/images/layout_11.png) no-repeat;
}

#leftContentNews {
	margin:10px 30px 0 40px;
	padding: 0 5px 0 0;
	height:280px;
	overflow-y:auto;
}

#rightContentNews {
	position:relative;
	margin:45px 30px 0 40px;
}

#rightContentCinematography {
	position:relative;
	margin:70px 30px 0 70px;
}

#rightContentPhotography {
	position:relative;
	margin:60px 30px 0 20px;
	text-align:center;
}

#rightContentAbout {
	position:relative;
	margin:70px 30px 0 50px;
}


#footer {

}

/* Classes */
.newsThumbs {
	margin: 6px 8px 0 0;
	display:block;
	float:left;
}

.newsSubject {
	color: #740f0f;
	font-weight:bold;
	float:left;
}
#clientList .clientType {
	color: #740f0f;
	font-weight:bold;
	float:left;
	border-bottom:#000 1px solid;
	width:88%;
	margin:5px; padding:5px;
	
}

#clientList .clients{margin:7px; padding:7px; margin-top:0px; clear:both;}
#clientList li{list-style-type:none}

.contactType {
	color: #740f0f;
	font-weight:bold;
	border-bottom:#000 1px solid;
	width:93%;
	clear:both;
}

.emailLink a:link{color:#740f0f; font-size:1.1em; font-weight:bold; text-decoration:underline}

.newsDate {
	float:right;
}

.newsContent {
	clear:both;
	display:block;
	padding: 5px 0 10px 0;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #000000;
}

#captions {
	position:absolute;
	color:#333333;
	padding: 4px 20px 6px 20px;
	font-size:10px;
	top:210px;
	left:5px;
	width:271px;
	height:20px;
	line-height:12px;
	background:url(../images/tape.png) no-repeat;
	overflow:hidden;
	
	display:block;
}

.specialclass {
	width:1px;
	visibility:hidden;
}

.photos {
	padding: 0 10px 10px 0;
	float:left;
}

/* Lightbox
____________________________________*/
.hide {
	display: none;
}
#lb {
	padding: 0 20px;
}
#lightbox {
	position:absolute;
	top:90px;
	left:80px;
	background:#fff;
	width:10px;
	height:10px;
	border: 24px solid #fff;
	z-index:6;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow: 0px 3px 50px #000;
	-moz-box-shadow: 0px 3px 50px #000;
	box-shadow: 0px 3px 50px #000;
}
#lbBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background:url(/images/semi.png);
}
#close {
	position: absolute;
	right:-30px;
	top:-29px;
	z-index: 100;
	display: none;
}
#galleryFrame {
	border:0;
	overflow:auto;
}
