#wrapper {
	width:100%;
	max-width:100%;
	margin:5% auto;
}

#colorPicker{
	margin:20px auto;
	display:block;
	width:865px;
	height:492px;
	border:2px solid black;
	position:relative;
}

#frameSingle {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#frameSingle img {
	z-index:2;
}

#forkContainer {
	width:163px;
	height:318px;
	position:absolute;
	top:117px;
	left:3px;
	z-index:2;
}

#forkImg {
	height:100%;
	width:100%;
}

.steel-alloy {
	display:none;
}

.carbon {
	display:block;
}

#downtube {
	position:absolute;
	top:235px;
	left:203px;
	width:202px;
	height:30px;
	z-index:1;
	-moz-transform:rotate(48.2deg);
	-ms-transform:rotate(48.2deg);
	-o-transform:rotate(48.2deg);
	-webkit-transform:rotate(48.2deg);
	transform:rotate(48.2deg);
	overflow: hidden;
	background-image:url('../images/decals.png');
	background-repeat:no-repeat;
	background-size:150px 235px;
}

/*classes for decals*/

.chrome-script {
	background-position:center 3px;
}

.black-script {
	background-position:center -20px;
}

.white-script {
	background-position: center -44px;
}

.black-outline {
	background-position: center -77px;
}

.white-outline {
	background-position: center -98px;
}

.retro-red {
	background-position: center -122px;
}

.retro-blue {
	background-position: center -143px;
}

.retro-black {
	background-position: center -165px;
}

.retro-white {
	background-position: center -185px;
}

.block-white {
	background-position: center -207px;
}

#seattube {
	position:absolute;
	z-index: 1;
	top:140px;
	left:576px;
	height:98px;
	width:25px;
	-moz-transform:rotate(17deg);
	-ms-transform:rotate(17deg);
	-o-transform:rotate(17deg);
	-webkit-transform:rotate(17deg);
	transform:rotate(17deg);
}

#colors{
	width:260px;
	color:#fff;
	padding:2%;
	position:absolute;
	left:10px;
	top:500px;
	height:120px;
	background-color:#000;
}

#decals {
	width:260px;
	color:#fff;
	padding:2%;
	position:absolute;
	left:410px;
	top:500px;
	height:120px;
	background-color:#000;
}


.solid{
	background-color:#fff;
}

#HoKcolorEndWrapper, #PPGcolorStartWrapper, #PPGcolorEndWrapper {
	display:none;
}