* {
	margin: 0;
	padding: 0;
}
html {
        height: 100%;
        margin: 0 0 1px;
}
body {
	background: #000;
	color: #999;
	font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	color: #999;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ccc;
}
a img {
	border: none;
}
p {
	margin-bottom: 1em;
}
strong {
	color: #ccc;
	font-weight: normal;
}
.upper {
	font-size: .95em;
	text-transform: uppercase;
}
#page {
	border: 1px solid #ccc;
	width: 880px;
	margin: 3em auto 0;
	position: relative;
}
#page .content {
	font-size: 1.25em;
	padding: 40px 40px;
	/*position: relative;*/
}
#home #page {
	background: url('../img/masthead_bike.jpg') no-repeat;
	height: 500px;
}
.col1 {
	float: left;
	width: 390px;
}
.col2 {
	float: right;
	width: 390px;
}
h2 {
	background: url('../img/page_titles.png') no-repeat;
	width: 40px;
	height: 550px;
	text-indent: -9999px;
	position: absolute;
	top: 2em;
	left: -50px;
}
#home h2 {
	display: none;
}
#contact-us h2 {
	background-position: 0 0;
}
#bicycles h2 {
	background-position: -40px 0;
}
#pedal-plates h2 {
	background-position: -80px 0;
}
#automobiles h2 {
	background-position: -120px 0;
}
#portfolio h2 {
	background-position: -160px 0;
}
h3 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin-bottom: 1em;
}
ul {
	margin-left: 1.5em;
}
ul li {
	margin-bottom: .75em;
}
#logo {
	position: absolute;
	top: -10px;
	left: 10px;
}
#logo a {
	background: #000 url('../img/pb_logo.png') no-repeat center;
	display: block;
	width: 403px;
	height: 20px;
	padding: 0 10px;
	text-indent: -9999px;
}
#navigation {
	background: #000;
	color: #c00;
	display: inline;
	padding: 0 10px;
	position: absolute;
	top: -8px;
	right: 10px;
	text-transform: uppercase;
}
#navigation .current {
	color: #fff;
}
#thumbnails {
	list-style: none;
	position: absolute;
	left: -5px;
	bottom: 10px;
}
#thumbnails li {
	float: left;
}
#thumbnails li a {
	background: url('../img/home_thumbs.png') no-repeat;
	display: block;
	float: left;
	width: 170px;
	height: 70px;
	text-indent: -9999px;
}
#thumbnails a#contact-us {
	background-position: 0 0;
}
#thumbnails a#contact-us:hover {
	background-position: 0 -70px;
}
#thumbnails a#bicycles {
	background-position: -170px 0;
}
#thumbnails a#bicycles:hover {
	background-position: -170px -70px;
}
#thumbnails a#pedal-plates {
	background-position: -340px 0;
}
#thumbnails a#pedal-plates:hover {
	background-position: -340px -70px;
}
#thumbnails a#automobiles {
	background-position: -510px 0;
}
#thumbnails a#automobiles:hover {
	background-position: -510px -70px;
}
#thumbnails a#portfolio {
	background-position: -680px 0;
}
#thumbnails a#portfolio:hover {
	background-position: -680px -70px;
}
#home .content p {
	display: none;
}
#portfolio img {
	border: 1px solid #ccc;
	margin: 0 7px 7px;
}
#footer {
	color: #333;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	padding: 2em;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #666;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
