@import url(reset.css);



/* BASIC */
html {
	background-color: #8299A3;
}
body {
	width: 1146px; height: 900px;
	background: url('images/background.jpg') top left no-repeat;
	margin: 0 auto;
	font: 70%/2em verdana, sans-serif;
	color: #626366;
	position: relative;
}
a {
	color: #8b000e;
}
a:hover {
	color: #4b000e;
}



h1 {
	display: none;
}



/* SITE NAVIGATION */
ul#nav {
	text-align: right;
	height: 31px;
	font: normal 12px georgia, serif;
	text-transform: uppercase;
	color: #fff;
	padding-top: 76px; padding-right: 160px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	text-decoration: none;
}

body.index ul#nav li#index a,
body.biography ul#nav li#biography a,
body.portfolio ul#nav li#portfolio a,
body.press ul#nav li#press a,
body.contact ul#nav li#contact a
{
	color: #000;
}



/* MAIN CONTENT */
div#wrap {
	width: 782px; height: 603px;
	margin: 24px auto;
	padding: 70px 0 0 10px;
	position: relative;
}
div#wrap p {
	margin-bottom: 1em;
}
div#wrap div.hr {
	background: url(images/hr.png) top left no-repeat;
	height: 1px;
	margin-bottom: .5em;
}
div#wrap div.hr hr {
	display: none;
}

	/* Heds */
div#wrap h2 {
	text-indent: -9999px;
	width: 100%; height: 15px;
	position: relative; left: -10px;
	margin-bottom: 7px;
}
div#wrap h2#welcome {
	background: url(images/hed_welcome.png) top left no-repeat;
	left: 0;
}
div#wrap h2#biography {
	background: url(images/hed_biography.gif) top left no-repeat;
}
div#wrap h2#portfolio {
	background: url(images/hed_portfolio.gif) top left no-repeat;
}
div#wrap h2#press {
	background: url(images/hed_press.gif) top left no-repeat;
}
div#wrap h2#contact {
	background: url(images/hed_contact.gif) top left no-repeat;
}



/* ENTRY PAGE */

	/* Grafs */
body.index div#wrap p {
	width: 320px;
}

	/* Plates */
body.index div#wrap h3 {
	margin: 12px 0 0 0;
	padding: 20px 0 7px 0;
	background: url(images/hr.png) top left no-repeat;
}
body.index div#wrap h3 a {
	display: block;
	text-indent: -9999px;
}
body.index div#wrap h3#hed_portfolio a {
	width: 319px; height: 119px;
	background: url(images/more_of_our_work.jpg) top left no-repeat;
}
body.index div#wrap h3#hed_press a {
	width: 308px; height: 120px;
	background: url(images/others_have_said.jpg) top left no-repeat;
}

	/* Billboard */
div#wrap div#billboard {
	position: absolute; top: 0; right: 0;
	background: url(images/vr.png) top left no-repeat;
	padding-left: 13px;
}



/* BIOGRAPHY */
body.biography div#wrap img {
	position: absolute; top: 90px; left: 8px;
}
body.biography div#wrap p {
	padding: 0 70px 0 350px;
}



/* PORTFOLIO */
div#slideshow object {
	margin-left: 27px;
}



/* PRESS */
body.press div#wrap {
	height: 533px;
	margin-top: 94px;
	padding-top: 0;
	overflow: auto;
	overflow-x: hidden;  /* Thanks, IE.  Thank you very much. */
}



/* FOOTER */
p#footer {
	position: absolute;
	bottom: 115px; left: 165px;
	font: normal 10px georgia, serif;
	text-transform: uppercase;
	color: #000;
}


/* CONTACT */
body.contact div#wrap img {
	position: absolute; top: 90px; left: 8px;
}
body.contact div#wrap p {
	padding: 0 70px 0 350px;
}
