@charset "UTF-8";
body {
	margin: 0px;
	background: #dce7f9 url(images/body-bg.gif) repeat-y 160px 0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: relative;
	height: 40px;
	width: 540px;
	margin: 0 0 0 160px;
	/*left: 160px;
	top: 0px;*/
	background:url(images/fruchtman-filmmaker.gif) no-repeat;
}

#header h1 {
	position:absolute;
	font-size: .8em;
	left: -2000px;
}

#strip {
	position: relative;
	width: 100%;
	height: 138px;
	background: #FDECD8 url(images/bg-strip.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow:hidden;
}

#title {
	position: relative;
	width: 540px;
	height: 91px;
	margin: 0 0 0 160px;
	/*left: 160px;
	top: 0px;*/
	background: url(images/glass-half-full.gif) no-repeat;
	overflow:hidden;
}

#title h1 {
	position:absolute;
	font-size: .8em;
	left: -2000px;
}

#content {
	position: relative;
	width: 540px;
	/*left: 160px;
	top: 0px;*/
	margin: 0 0 0 160px;
	background: transparent;
}

#content div {
	padding: 25px 18px 0 18px;
	background: transparent url(images/top-shadow.gif) no-repeat 0px 0px;
}


/* global nav styles*/

.global-nav {
	position: absolute;
	left:10px;
	left: 710px;
	text-align: left;
	bottom: 7px;
	background: transparent;
	color: #000;
	width: 140px;
	font-weight: bold;
}

.global-nav p {
	margin: 8px 0 0 0;
}

.global-nav a, .global-nav a:link, .global-nav a:active, .global-nav a:visited {
	color: #000;
	text-decoration: none;
}

.global-nav a:hover {
	text-decoration: underline;
}

/* top nav styles*/

.nav {
	position: absolute;
	left:160px;
	bottom: 0px;
	height: 26px;
	background: transparent;
	width: 544px;
	margin: 0;
}

/* ====== nav link styles ======== link, visited, hover, active */

.nav a, .nav a:link, .nav a:active, .nav a:visited {
	color: #fff;
	display:block;
	float: left;
	width: 180px;
	line-height: 26px;
	height: 26px;
	background: transparent;
	margin: 0;
	padding: 0;
	text-align:center;
	text-decoration:none;
}

.nav a.doc {
	background: transparent url(images/doc-bg.jpg);
}

.nav a.corp {
	background: transparent url(images/corp-bg.jpg);
}

.nav a.music {
	background: transparent url(images/music-bg.jpg);
}

/* nav here */

a:hover {
	/*color:#FFFF00;*/
}

.nav a.here {
	color: #fff200;
}


/* hover states */

a:hover {
	/*color:#FFFF00;*/
}

.nav a.doc:hover {
	background: transparent url(images/doc-bg-hover.jpg);
}

.nav a.corp:hover {
	background: transparent url(images/corp-bg-hover.jpg);
}

.nav a.music:hover {
	background: transparent url(images/music-bg-hover.jpg);
}

/* film styles */
body.film {
	margin: 0px;
	background: #dce7f9 url(images/bg-glass.jpg) repeat-x 0px 500px;
}

div.film-header {
	margin: 0;
	background-color:#1e41b9;
	padding: 0px 0 0px 20px;
}

div.film-clip {
	background: url(images/film-shadow.gif) repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
}
div.film-clipcontent {
	width: 700px;
}

div.film-clip h1 {
	margin: 12px 0 8px 0px;
	color: #000;
	font-size: 1.3em;
}


/* typography */
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

h2 {
	color: #1e41b9;
	margin: 0 0 6px 0;
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: normal;
}

h3 {
	margin: 24px 0 6px 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

h3.first {
	margin-top: 10px;
}

h4 {
	margin: 4px 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	color: #666;
}

#content img {
	border: 1px solid #666;
	margin: 0px 0;
}
#movieinfo {
	height: 100px;
	width: 320px;
	float:right;
	margin-top: 60px;
} 
.caps {
	text-transform: uppercase;
}
