body {
	background-color: #FFF;
	padding-top: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 1015px;
}

#carbonBar {
	height: 14px;
	background: url(../images/carbonBar.png) repeat-x;
}

#logoBar {
	height: 83px;
	background: url(../images/logoBar.png) repeat-x;
	position: relative;
}

#logoBarGreenStripe {
	position: absolute;
	width: 8px;
	height: 74px;
	right: 16px;;
	top: 0;
	background-color: #148844;
}

#logoBarWhiteStripe {
	position: absolute;
	width: 8px;
	height: 74px;
	right: 8px;;
	top: 0;
	background-color: #FFF;
}

#logoBarRedStripe {
	position: absolute;
	width: 8px;
	height: 74px;
	right: 0px;;
	top: 0;
	background-color: #E12729;
}

#menuBar {
	background-color: #D9D9D9;
	height: 35px;
	position: relative;
}

#menuOptions {
	border-top: 3px solid #E12729;
	float: left;
	width: 715px;
	height: 19px;
	border-bottom: 13px solid #D9D9D9;
}

.menuOption {
	float: left;
	width: 141px;
	border-right: 2px solid #211F1F;
	padding-top: 2px;
	height: 17px;
	background: url(../images/menuBar.png) repeat-x;
	text-align: center;
	font-size: 9pt;
	cursor: pointer;
}

.menuOption.hover {
	background: url(../images/menuBarHover.png) repeat-x;
}

.menuOption.active {
	background: url(../images/menuBarSelected.png) repeat-x;
	color: #FFF;
	cursor: default;
}

.menuOption a {
	text-decoration: none;
	color: #000;
}

.menuArrow {
	position: absolute;
	top: 22px;
}

#menuArrow-home {
	left: 63px;
}

#menuArrow-bike {
	left: 206px;
}

#menuArrow-gallery {
	left: 349px;
}

#menuArrow-info {
	left: 492px;
}

#menuArrow-contact {
	left: 635px;
}

#menuTransition {
	float: left;
	width: 33px;
	height: 35px;
}

#menuTradition {
	float: left;
	width: 241px;
	height: 35px;
}

#menuSpacer {
	float: left;
	width: 26px;
	height: 32px;
	background-color: #424343;
	border-bottom: 3px solid #E12729;
}

#contentWrapper {
	background-color: #D9D9D9;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 36px;
	height: 649px;
	position: relative;
}

.subMenuBar {
	position: absolute;
	font-weight: bold;
	font-size: 11px;
	color: #262626;
	top: 0px;
}

.subMenuBar a, .subMenuBar a:active, .subMenuBar a:visited {
	text-decoration: none;
	color: #666; 
}

.subMenuBar a:hover {
	text-decoration: underline;
}

.content {
	height: 505px;
	width: 954px;
	position: relative;
}

#content-background {
	position: absolute;
	top: 0;
	left: 0;
}

#contentMain {
	width: 954px;
	height: 509px;
	float: left;
	position: relative;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* THE BIKE */
/* ################################################################################################### */

#subMenuBar-bike {
	left: 212px;
}

#bikeFrameMsrp {
	position: absolute;
	top: 465px;
	left: 15px;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
}

#bikeFramePaintOption {
	position: absolute;
	top: 465px;
	right: 15px;
	color: #FFF;
	font-size: 16pt;
}

.bikeFrameThumb {
	cursor: pointer;
}

#bikeFrameThumb1 {
	position: absolute;
	top: 495px;
	left: 246px;
}

#bikeFrameThumb2 {
	position: absolute;
	top: 495px;
	left: 425px;
}

#bikeFrameThumb3 {
	position: absolute;
	top: 495px;
	left: 604px;
}

.bikeCompleteThumb {
	cursor: pointer;
}

#bikeCompleteThumb2 {
	position: absolute;
	top: 495px;
	left: 320px;
}

#bikeCompleteThumb3 {
	position: absolute;
	top: 495px;
	left: 515px;
}

#geometry-table td {
	font-size: 9pt;
	padding: 5px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* GALLERY */
/* ################################################################################################### */

#subMenuBar-gallery {
	left: 357px;
}

a.gallery-text, a.gallery-text:active, a.gallery-text:visited {
	color: #000;
}

a.gallery-text:hover {
	color: #E12729;
}

#gallery-thumbnails {
	width: 736px; /* Number of thumbnails * the total width of a thumbnail <li> */
	height: 152px;
	position: absolute;
	overflow: hidden;
	top: 500px;
	left: 140px;
}

#gallery-thumbnails ul {
	list-style: none;
	display: block;
	width: 5850px;
	height: 152px;
}

#gallery-thumbnails ul li {
	 width: 164px;
	 height: 152px;
	 padding-left: 10px;
	 padding-right: 10px;
	 display: block;
	 float: left;
	 cursor: pointer;
}


.galleryCompleteThumb {
	cursor: pointer;
}

#galleryCompleteThumb1 {
	position: absolute;
	top: 500px;
	left: 125px;
}

#galleryCompleteThumb2 {
	position: absolute;
	top: 500px;
	left: 320px;
}

#galleryCompleteThumb3 {
	position: absolute;
	top: 500px;
	left: 515px;
}

#galleryCompleteThumb4 {
	position: absolute;
	top: 500px;
	left: 710px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* INFORMATION */
/* ################################################################################################### */

#subMenuBar-info {
	left: 500px;
}

#content-info {
	background: url(../images/infoBkgrnd.png) no-repeat;
}

#sponsorship-form td {
	padding: 5px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* CONTACT US */
/* ################################################################################################### */

#contact-logo {
	position: absolute;
	top: 115px;
	width: 954px;
	text-align: center;
}

#contact-emails {
	position: absolute;
	top: 215px;
	width: 954px;
	text-align: center;
	font-size: 16pt;
}

#contact-emails a {
	text-decoration: none;
	color: #000;
}

#contact-emails a:hover {
	text-decoration: underline;
}

/* ################################################################################################### */