body {
	margin: 0;
	padding: 0;
	background: #464647;
	font: 11px "Trebuchet MS", "Verdana", "sans-serif";
	color: #fff;
}

div, img, embed {
	padding:0;
	margin:0;
	border: 0;
}

a {
	color: #81880F;
}

#container {
	margin: 0 auto;
	width:705px;
}

#header {
	border-bottom: 1px solid #555;
	text-align: right;
	font-weight: bold;
	color: #666;
	padding: 20px 0 10px 0;
}

#header a {
	color: #666;
	text-decoration: none;
}

#header a:hover {
	color: #81880F;
	text-decoration: none;
}

#header span {
	margin-left: 15px;
}

#masthead {
	
}

#content {
	
}

#nav {
	border-top: 1px solid #555;
	font-weight: bold;
	color: #666;
	padding: 7px 0 30px 0;
	text-transform: uppercase;
}

#splash img, #slideshow img {
	border: 1px solid #666;
}

#nav a, .listentry a {
	text-decoration: none;
}

#nav a:hover, .listentry a:hover {
	text-decoration: underline;
}

#description {
	margin-top: 20px;
	float: left;
	width: 396px;
	padding-right: 5px;
	
}

.listentry {
	clear: both;
	height: 140px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #555;
}

.listimage {
	width: 140px;
	height: 140px;
	float: left;	
	margin: 0 10px 0 0;
}

.listimage img {
	border: 1px solid #777;
}

.listdescription {
	height: 140px;
	float: left;
}

#links {
	margin-top: 20px;
	float: left;
	width: 302px;
	
}
.label {
	font-weight: bold;
	color: #666;
	float: left;
	clear: left;
	width: 70px;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}
.field {
	float: left;
	padding: 0 0 3px 0;
	width: 306px;
}

.caption {
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 0 0;
}

.formrow .label {
	padding: 4px 0 0 0;
	width: 70px;
}

#footer {
	text-align: center;
	margin-top: 35px;
	border-top:  1px solid #555;
	color: #666;
	font-weight: normal;
}
#footer p {
	
}

#gridbg {
	margin: 0;
	padding: 0;
	background: url(/images/tjproduction.gif) no-repeat top left;
	width: 705px;
	height: 282px;
}

#grid {
	background: url(/images/gregbg.gif) repeat;
	width: 705px;
	height: 282px;
}

.imagegrid-col {
	float: left;
}

.imagegrid {
	width: 140px;
	height: 140px;
	margin: 0 1px 1px 0;
	background: #81880F;
	position: relative;
}
.imagegrid-big {
	width: 281px;
	height: 281px;
	margin: 0 1px 1px 0;
	background: #81880F;
	position: relative;
}
.imagegrid-fullframe {
	width: 704px;
	height: 281px;
	margin: 0 1px 1px 0;
	background: #81880F;
	position: relative;
}

.imagegrid-trailer {
	width: 704px;
}
.trailer {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.imagegrid-image {
	position:absolute;
	top:0;
}

.imagegrid span, .imagegrid-big span, .imagegrid-fullframe span {
	padding: 6px;
	position: absolute;
	bottom: 0;
}
#mp3player {
	text-align: right;
}
div.slideshow {
	margin: 0;
}
div.slideshow ul {
	bottom: -32px;
	right: 0px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 10001;
}
div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}

.filelist {
}
.filelist .listnumber {
	margin: 10px 0 0 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 20px;
	color: #999;
}
.filelist .file {
	float: left;
	width: 684px;
}
.filelist a:hover {
	text-decoration: underline;
}
.filelist .title {
	margin: 10px 0 3px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}
.filelist .fileinfo {
	height: 20px;
	border-bottom: 1px solid #555;
	color: #777;
	font-style: italic;
}
.filelist .fileinfo div {
	float: left;
	padding-right: 5px;
	font: 11px;
	color: #777;
}
.filelist .fileinfo div a {
	font-style: normal;
	font-weight: bold;
}

.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}