/*------------------------------------------
INSERT YOUR CUSTOM STYLES BELOW
------------------------------------------*/

#pen-comp {
	/*
	background-image: url(../images/pen_sizes_ruler.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	height: 672px;
	width: 640px;
	position: relative;
	text-align: left;
}

#intro-text {
	width: 400px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#baby-bends, #ib-standards, #ib-xtras {
	width: 148px;
	top: 276px;
	position: absolute;
}

#baby-bends {
	left: 80px;
}

#ib-standards {
	left: 268px;
}

#ib-xtras {
	left: 469px;
}

.pen-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pen-info strong {
	font-weight: normal;
	color: #909090;
}

.pen-info h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C28100;
	margin-top: 0px;
}

.pen-info h3 span {
	font-weight: normal;
	font-size: 11px;
	margin-left: 2px;
}

.pen-info img {
	padding: 0px;
	margin-top: 9px;
}