body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
}
body#fiction #fictionNav,
body#films #filmsNav,
body#facts #factsNav,
body#contact #contactNav,
body#links #linksNav
{
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

/*structure*/
#wrapper {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;
	padding-bottom: 55px;
}

/* Header */
#header {
	margin-bottom: 60px;
}
h1#logo {
	width: 167px;
	clear: right;
	margin: 0;
}
h1#logo a, #home h1#logo {
	display: block;
	height: 72px;
	text-indent: -9999px;
	background: url(../assets/logo_linda_niccol.gif) scroll no-repeat left top;
}
h1#logo a:hover {
	border: none;
}
#banner {
	height: 46px;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../assets/img_linda_1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#fiction #banner, #contact #banner {
	background-position: left -336px;
}
#films #banner {
	background-position: left 0;
}
#facts #banner, #links #banner {
	background-position: left -262px;
}
#mainNav {
	margin: 0;
	padding: 0;
	/*overflow: auto;
	_height: 1%;*/
	font-size: 14px;
}
#mainNav li {
	display: inline;
	margin-right: 22px;
}
#mainNav a {
	border-bottom: 1px solid #FFFFFF;
}
#mainNav a:hover {
	border-bottom: 1px solid #CC0000;
}
/* Headings */
h2.headings {
	height: 30px;
	text-indent: -9999px;
	margin: 0 0 25px 0;
	background-image: url(../assets/headings.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#films .headings {
	background-position: left -30px;
}
#facts .headings {
	background-position: left -60px;
}
#contact .headings {
	background-position: left -90px;
}
#links .headings {
	background-position: left -120px;
}

/*Text*/
p, ul, li, dl, dt, dd {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
p.intro {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 20px;
}
.quote {
	font-size: 11px; line-height: 13px;
	margin-left: 30px;
}
a {
	color: #999999; text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #CC0000;
}
a img {
	border: none;
}
a.imageLink:hover {
	border: none;
}
/* Bug Fixes */
*:active, a:focus {
   -moz-outline-style: none; /* IMPORTANT - Fixes Firefox dotted-line links */
}
h1 {
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 12px 0;
	padding: 0;
}
h3 {
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 14px;
	margin: 20px 0 5px 0;
}
object {
	margin-bottom: 35px;
}
.contactText {
	font-size: 16px; line-height: 28px;
}
ul.noBullets {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	color: #CC0000;
	margin-bottom: 24px;
}
ul.noBullets p {
	color: #999999;
}
ul.noBullets h4 {
	margin-top: 10px;
}
.container {
	overflow: auto;
}

dl dt {
	float: left;
	display: inline;
	padding-right: 5px;
}
.credits {
	margin-bottom: 25px;
}
.credits dd {
	font-weight: bold;
	margin-bottom: 0;
}
.credits dt {
	margin-bottom: 0;
}



/* Dangerous Ride */
#collision h3 {
	display: block; width: 231px; height: 39px;
	background: url(../images/dangerous-ride.gif) no-repeat scroll left top;
	text-indent: -9999px;
}
/* Frame Grabs */
.frameGrabs {
	overflow: auto;
	margin-bottom: 14px;
	width: 600px;
	float: right;
	display: inline;
}
.frameGrabs img {
	float: left;
	margin: 0;/*0 5px 4px 0;*/
}
.frameGrabsLeft {
	width: 235px;
	float: left;
	display: inline;
	overflow: auto;
}
.frameGrabsLeft h4 {
	margin-top: 0;
}

.oneCarFilms h4 {
	display: block;
	width: 79px;
	height: 66px;
	background: url(../images/one-car-sml.png) scroll no-repeat left top;
	text-indent: -9999px;
	margin: 0 auto;
}
.oneCarFilms h5 {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}


/* Global */
.text-right       { text-align: right; }
.text-13          { font-size: 13px; }
strong            { font-weight:bold; }
em                { font-style:italic; }
a.noBorder        { border: none; }
.red              { color:#CC0000; }
