@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	background-repeat: repeat-x;
}

.homeBG {
	background-image: url(../images/bg-home.gif);
	background-color: #00000e;
}

.racepointBG {
	background-image: url(../images/bg-racepoint.gif);
	background-color: #454630;
}

.bioBG {
	background-image: url(../images/bg-bio.gif);
	background-color: #974e23;
}

.pressBG {
	background-image: url(../images/bg-press.gif);
	background-color: #4d292a;
}

.portfolioBG {
	background-image: url(../images/bg-portfolio.gif);
	background-color: #432811;
}

.testimonialsBG {
	background-image: url(../images/bg-testimonials.gif);
	background-color: #361510;
}

.contactBG {
	background-image: url(../images/bg-contact.gif);
	background-color: #4e4e50;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #84a0ef;
}

object {
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img, div, a {
	behavior: url(js/iepngfix.htc);
}

/* container */

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

/* masthead */

#masthead {
	height: 137px;
}

#masthead .logo {
	display: block;
	background-image: url(../images/logo-race-point.png);
	background-repeat: no-repeat;
	height: 137px;
	width: 115px;
	float: left;
	text-indent: -9999em;
}

#masthead .navbar {
	float: left;
	width: 773px;
	padding-top: 107px;
}

/* content */

#content {
	width: 888px;
}

/* page headers */

.pageHdr {
	font-family: goodpro, Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}

/* two column pages - racepoint, bios, testimonials contact */

#twoCol {
	width: 888px;
	height: 474px;
}

#twoCol .left {
	width: 468px;
	float: left;
}

#twoCol .right {
	float: left;
	width: 420px;
}

#twoCol .hdr {
	height: 24px;
	padding: 28px 0 0 22px;
	background-color: #192336;
}

#twoCol .pageHdr {
	float: left;
}

#twoCol .subHdr {
	font-family: goodpro, Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 8px;
	font-size: .9em;
	float: left;
}

#twoCol .content {
	height: 396px;
	overflow: scroll;
	padding: 26px 32px 0 22px;
	clear: both;
	display:block;
	position: relative;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
}

#twoCol p {
	padding: 0 0 20px 0;
	line-height: 1.3em;
}

#twoCol h3 {
	font-size: 1.2em;	
	font-weight: normal;
	padding-bottom: 10px;
}

/* 1 col page header */

#pageHeader {
	clear: both;
	height: 27px;
	background-color: #192336;
	padding: 0 46px;
	padding-top: 25px;
}

/* biographies index page */

#biographies {
	background-color: #202b40;
	padding: 32px 46px;
	overflow: auto;
}

#biographies .bio {
	float: left;
	display: block;
}

#biographies p {
	font-style: italic;
	padding-left: 4px;
	font-size: .8em;
}

#biographies a {
	display: block;
}

/* press acknowledgement */

#press {
	padding: 30px 30px 0 30px;
	background-image: url(../images/bg-press-content.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#press p {
	font-style: italic;
	font-size: .7em;
	text-align: center;
}

#press .thumbnails {
	float: left;
	display: block;
	height: 280px;
	padding-bottom: 8px;
}

/* portfolio pages */

#portfolio {
	background-color: #202735;
	padding: 40px 0 34px;
	overflow: auto;
}

#portfolio a {
	display: block;
}

#portfolio .thumbnails {
	margin: 0;
	padding: 0 24px 6px 24px;
	list-style-type: none;
	clear: both;
	overflow: auto;
}

#portfolio .thumbnails li {
	float: left;
	width: 198px;
	padding: 0 6px;
	margin: 0;
}

#portfolio .thumbnails p {
	font-size: 0.8em;
	font-style: italic;
	padding-top: 2px;
}

#portfolio .img {
	padding-bottom: 25px;
}

#portfolio .content {
	padding: 0 0 0 28px;
	width: 457px;
	height: 170px;
	overflow: auto;
	position: relative;
	float: left;
}

#portfolio h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 2px;
}

#portfolio h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 4px;
	font-style: italic;
}

#portfolio p {
	font-size: 1em;
	padding: 0 30px 4px 0;
	line-height: 1.6em;
}

#portfolio .gallery {
	width: 304px;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	float: left;
	overflow: auto;
}

#portfolio .gallery li {
	float: left;
	margin: 0;
	padding: 2px;
	height: 72px;
}

/* testimonial page */

.signature {
	text-align: right;
	font-size: .8em;
	color: #84a0ef;
	font-style: italic;
}

.divider {
	margin: 10px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a39089;
	width: 100%;
}

/* footer */

#footer {
	clear: both;
	padding-top: 26px;
	text-align: center;
	width: 888px;
}

#footer p {
	font-size: 0.8em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}
